From 70d58e7086b5be67c5d6fbe4b78674d7907bfda3 Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Wed, 19 Aug 2026 15:03:10 +0330 Subject: [PATCH] feat(seo): unify dynamic SEO metadata and title formatting across backend, admin and application --- backend/src/settings/default-ui-texts.ts | 90 + backend/src/settings/settings.service.ts | 103 + .../admin-panel/src/pages/SeoSettingsPage.tsx | 172 +- frontend/admin-panel/src/pages/UITexts.tsx | 54 +- frontend/admin-panel/src/types/admin.ts | 4 + frontend/application/app/about/page.tsx | 23 +- frontend/application/app/blog/[slug]/page.tsx | 23 +- frontend/application/app/blog/page.tsx | 23 +- frontend/application/app/catalog/page.tsx | 23 +- frontend/application/app/checkout/page.tsx | 12 + frontend/application/app/contact/page.tsx | 23 +- frontend/application/app/dashboard/page.tsx | 12 + frontend/application/app/layout.tsx | 57 +- frontend/application/app/page.tsx | 35 +- frontend/application/app/privacy/page.tsx | 23 +- frontend/application/app/profile/page.tsx | 12 + frontend/application/app/search/page.tsx | 14 +- frontend/application/app/shop/[slug]/page.tsx | 22 +- frontend/application/app/shop/page.tsx | 23 +- frontend/application/app/track/page.tsx | 11 + frontend/application/app/trust-seals/page.tsx | 14 +- frontend/application/app/videos/page.tsx | 11 + frontend/application/app/wiki/[slug]/page.tsx | 29 +- frontend/application/app/wiki/page.tsx | 23 +- frontend/application/lib/seo.ts | 267 + graphify-out/.graphify_labels.json | 79 +- graphify-out/.graphify_labels.json.sig | 2 +- .../2026-08-19/.graphify_analysis.json | 4529 + graphify-out/2026-08-19/.graphify_labels.json | 296 + .../2026-08-19/.graphify_semantic_marker | 1 + graphify-out/2026-08-19/GRAPH_REPORT.md | 1068 + graphify-out/2026-08-19/graph.json | 114673 +++++++++++++++ graphify-out/2026-08-19/manifest.json | 3362 + graphify-out/GRAPH_REPORT.md | 407 +- ...1c0c71fa46aa912a458f684dfcf842fab2aea.json | 1 + graphify-out/cache/stat-index.json | 2 +- graphify-out/graph.html | 8 +- graphify-out/graph.json | 14315 +- graphify-out/manifest.json | 1240 +- 39 files changed, 133392 insertions(+), 7694 deletions(-) create mode 100644 frontend/application/lib/seo.ts create mode 100644 graphify-out/2026-08-19/.graphify_analysis.json create mode 100644 graphify-out/2026-08-19/.graphify_labels.json create mode 100644 graphify-out/2026-08-19/.graphify_semantic_marker create mode 100644 graphify-out/2026-08-19/GRAPH_REPORT.md create mode 100644 graphify-out/2026-08-19/graph.json create mode 100644 graphify-out/2026-08-19/manifest.json create mode 100644 graphify-out/cache/ast/v0.9.44/64d276bb6eb6cfb83690c529b9d1c0c71fa46aa912a458f684dfcf842fab2aea.json diff --git a/backend/src/settings/default-ui-texts.ts b/backend/src/settings/default-ui-texts.ts index f67e83c..aae60c6 100644 --- a/backend/src/settings/default-ui-texts.ts +++ b/backend/src/settings/default-ui-texts.ts @@ -161,4 +161,94 @@ export const DEFAULT_UI_TEXTS: Record = { footer_about: 'درباره ما', footer_contact: 'تماس با ما', footer_privacy: 'حریم خصوصی و قوانین', + + // === Global SEO & Title Formatting === + brand_name_en: 'Canina Iran', + title_separator: '|', + title_position: 'suffix', + defaultMetaTitle: 'کنینا ایران | نماینده رسمی مکمل‌های دارویی Canina آلمان', + defaultMetaDescription: 'فروشگاه تخصصی و نماینده انحصاری مکمل‌های درمانی و تقویتی سگ و گربه کنینا آلمان با فرمولاسیون دارویی و تاییدیه بالینی.', + canonicalBaseUrl: 'https://canina.ir', + ogImageUrl: '/assets/images/regenerated_image_1779109861747.png', + + // === Page-by-Page SEO Metadata Defaults === + home_meta_title: 'کنینا ایران | نماینده رسمی مکمل‌های دارویی Canina آلمان', + home_meta_desc: 'فروشگاه تخصصی و نماینده انحصاری مکمل‌های درمانی و تقویتی سگ و گربه کنینا آلمان با فرمولاسیون دارویی و تاییدیه بالینی.', + home_keywords: 'کنینا, مکمل سگ, مکمل گربه, مکمل دارویی حیوانات, Canina Germany', + home_canonical: 'https://canina.ir', + + shop_meta_title: 'فروشگاه تخصصی مکمل‌های دارویی سگ و گربه', + shop_meta_desc: 'خرید آنلاین انواع مکمل‌های درمانی مفاصل، پوست و مو، گوارش و ایمنی، رشد و ویتامینه سگ و گربه با ضمانت اصالت کنینا آلمان.', + shop_keywords: 'خرید مکمل سگ, خرید مکمل گربه, مکمل مفاصل پت, پت شاپ تخصصی دارویی', + shop_canonical: 'https://canina.ir/shop', + + catalog_meta_title: 'کاتالوگ رسمی مکمل‌های درمانی و دارویی', + catalog_meta_desc: 'مشاهده و مطالعه کاتالوگ جامع دارویی و مکمل‌های تغذیه‌ای تخصصی کنینا آلمان با قابلیت ورق‌زدن تعاملی و ثبت پیش‌خرید.', + catalog_keywords: 'کاتالوگ کنینا, کاتالوگ محصولات Canina, راهنمای مکمل‌های دارویی پت', + catalog_canonical: 'https://canina.ir/catalog', + + blog_meta_title: 'مجله سلامت و دانشنامه مقالات تخصصی پت', + blog_meta_desc: 'جدیدترین مقالات علمی، راهنمای تغذیه، بیماری‌های سگ و گربه و توصیه‌های بالینی متخصصان و دامپزشکان کنینا.', + blog_keywords: 'مقالات سگ و گربه, مجله سلامت حیوانات, تغذیه پت, بیماریهای سگ و گربه', + blog_canonical: 'https://canina.ir/blog', + + wiki_meta_title: 'دانشنامه علمی ترکیبات و اصطلاحات دارویی', + wiki_meta_desc: 'مرجع تخصصی اثرات بالینی، مواد تشکیل‌دهنده، ویتامین‌ها و ترکیبات ارگانیک به کار رفته در مکمل‌های دارویی کنینا آلمان.', + wiki_keywords: 'دانشنامه دارویی پت, ترکیبات مکمل سگ, گلوکوزامین سگ, صدف سبز نیوزیلند', + wiki_canonical: 'https://canina.ir/wiki', + + about_meta_title: 'درباره شرکت کنینا ایران و اصالت آلمانی', + about_meta_desc: 'داستان کنینا ایران و بیش از ۴۰ سال سابقه درخشان شرکت Canina pharma GmbH آلمان در تولید مکمل‌های فوق‌تخصصی دامپزشکی.', + about_keywords: 'درباره کنینا, شرکت Canina pharma, تاریخچه مکمل کنینا, استاندارد دارویی آلمان', + about_canonical: 'https://canina.ir/about', + + contact_meta_title: 'تماس با ما و مشاوره تخصصی دامپزشکی', + contact_meta_desc: 'راه‌های ارتباطی با دفتر مرکزی کنینا ایران، مشاوره تلفنی رایگان، پشتیبانی آنلاین و نشانی.', + contact_keywords: 'تماس با کنینا, پشتیبانی کنینا ایران, مشاوره دارویی پت', + contact_canonical: 'https://canina.ir/contact', + + b2b_meta_title: 'پرتال همکاران تجاری، کلینیک‌ها و پت‌شاپ‌ها', + b2b_meta_desc: 'ثبت‌نام و خرید عمده مکمل‌های دارویی کنینا ویژه کلینیک‌های دامپزشکی، بیمارستان‌ها و پت‌شاپ‌های سراسر کشور با تخفیف سازمانی.', + b2b_keywords: 'خرید عمده مکمل پت, نمایندگی کنینا, فروش سازمانی دامپزشکی', + b2b_canonical: 'https://canina.ir/b2b', + + videos_meta_title: 'ویدئوهای آموزشی و توصیه‌های بالینی دامپزشکان', + videos_meta_desc: 'مشاهده ویدئوهای تخصصی نحوه مصرف مکمل‌های درمانی، نظرات دامپزشکان و راهکارهای بالینی تصویری.', + videos_keywords: 'ویدیوهای آموزشی پت, راهنمای مصرف مکمل سگ, فیلم های دامپزشکی', + videos_canonical: 'https://canina.ir/videos', + + search_meta_title: 'جستجوی هوشمند مکمل‌ها و دانشنامه سلامت', + search_meta_desc: 'جستجوی سریع در کاتالوگ محصولات، بیماری‌ها، علائم بالینی و مقالات سلامت کنینا ایران.', + search_keywords: 'جستجوی داروی پت, سرچ مکمل کنینا', + search_canonical: 'https://canina.ir/search', + + dashboard_meta_title: 'داشبورد کاربری و پیگیری سفارشات', + dashboard_meta_desc: 'مشاهده تاریخچه خریدها، وضعیت کیف پول، پیگیری آنلاین بسته‌های پستی و مدیریت پت‌ها.', + dashboard_keywords: 'داشبورد کاربری, پروفایل کنینا', + dashboard_canonical: 'https://canina.ir/dashboard', + + profile_pets_meta_title: 'پرونده الکترونیک سلامت پت', + profile_pets_meta_desc: 'مدیریت و ثبت پرونده سلامت سگ و گربه، تنظیم یادآورهای دوز دارو و تاریخچه تغذیه مکمل‌ها.', + profile_pets_keywords: 'پرونده سلامت سگ, یادآور داروی پت, شناسنامه گربه', + profile_pets_canonical: 'https://canina.ir/profile', + + checkout_meta_title: 'تسویه‌حساب و پرداخت امن', + checkout_meta_desc: 'انتخاب آدرس تحویل، روش ارسال و تسویه‌حساب سریع و امن سفارشات مکمل‌های کنینا.', + checkout_keywords: 'خرید آنلاین مکمل, پرداخت سفارش', + checkout_canonical: 'https://canina.ir/checkout', + + track_meta_title: 'پیگیری آنلاین سفارش و مرسوله پستی', + track_meta_desc: 'پیگیری وضعیت لحظه‌ای پردازش، بسته‌بندی و کد رهگیری پست پیشتاز سفارشات کنینا ایران.', + track_keywords: 'رهگیری پست پیشتاز, پیگیری سفارش کنینا', + track_canonical: 'https://canina.ir/track', + + trust_seals_meta_title: 'مجوزهای رسمی، گواهی اصالت و اینماد', + trust_seals_meta_desc: 'بررسی تاییدیه‌های رسمی سازمان دامپزشکی کشور، گواهی استاندارد آلمان و اینماد رسمی کنینا ایران.', + trust_seals_keywords: 'اینماد کنینا, مجوز دامپزشکی مکمل, اصالت کالا کنینا', + trust_seals_canonical: 'https://canina.ir/trust-seals', + + privacy_meta_title: 'حریم خصوصی و شرایط استفاده', + privacy_meta_desc: 'سیاست‌های حفاظت از اطلاعات شخصی کاربران، امنیت داده‌های پزشکی و قوانین استفاده از خدمات کنینا ایران.', + privacy_keywords: 'قوانین کنینا, شرایط مرجوعی, حریم خصوصی', + privacy_canonical: 'https://canina.ir/privacy', }; diff --git a/backend/src/settings/settings.service.ts b/backend/src/settings/settings.service.ts index 51b03db..132c5a7 100644 --- a/backend/src/settings/settings.service.ts +++ b/backend/src/settings/settings.service.ts @@ -394,6 +394,68 @@ export class SettingsService implements OnModuleInit { }; } + if (category === 'seo') { + const texts = await this.getUiTexts(); + const map = new Map(); + texts.forEach((t) => map.set(t.key, t.value)); + + const setting = await this.prisma.setting.findFirst({ + where: { category: 'seo' }, + }); + const storedObj = + setting && typeof setting.value === 'object' && setting.value !== null + ? (setting.value as Record) + : {}; + + return { + brandNameFa: + storedObj.brandNameFa || + storedObj.brand_name_fa || + map.get('brand_name_fa') || + map.get('BRAND_LOGO_TEXT_FA') || + 'کنینا ایران', + brandNameEn: + storedObj.brandNameEn || + storedObj.brand_name_en || + map.get('brand_name_en') || + map.get('BRAND_LOGO_TEXT_EN') || + 'Canina Iran', + titleSeparator: + storedObj.titleSeparator || + storedObj.title_separator || + map.get('title_separator') || + '|', + titlePosition: + storedObj.titlePosition || + storedObj.title_position || + map.get('title_position') || + 'suffix', + defaultMetaTitle: + storedObj.defaultMetaTitle || + map.get('defaultMetaTitle') || + map.get('home_meta_title') || + 'کنینا ایران | نماینده رسمی مکمل‌های دارویی Canina آلمان', + defaultMetaDescription: + storedObj.defaultMetaDescription || + map.get('defaultMetaDescription') || + map.get('home_meta_desc') || + 'فروشگاه تخصصی و نماینده انحصاری مکمل‌های درمانی و تقویتی سگ و گربه کنینا آلمان با فرمولاسیون دارویی و تاییدیه بالینی.', + keywords: + storedObj.keywords || + map.get('keywords') || + map.get('home_keywords') || + 'مکمل سگ, مکمل گربه, مکمل دارویی حیوانات, Canina Germany', + canonicalBaseUrl: + storedObj.canonicalBaseUrl || + map.get('canonicalBaseUrl') || + 'https://canina.ir', + ogImageUrl: + storedObj.ogImageUrl || + map.get('ogImageUrl') || + '/assets/images/regenerated_image_1779109861747.png', + }; + } + const setting = await this.prisma.setting.findFirst({ where: { category }, }); @@ -436,6 +498,47 @@ export class SettingsService implements OnModuleInit { await this.updateBulkUiTexts(updates); } + // If seo config is updated, sync individual keys into uiText for unified frontend consumption + if (category === 'seo' && typeof value === 'object' && value !== null) { + const obj = value as Record; + const updates: Record = {}; + + if (obj.brandNameFa || obj.brand_name_fa) { + const brand = String(obj.brandNameFa || obj.brand_name_fa); + updates['brand_name_fa'] = brand; + updates['BRAND_LOGO_TEXT_FA'] = brand; + } + if (obj.brandNameEn || obj.brand_name_en) { + const brandEn = String(obj.brandNameEn || obj.brand_name_en); + updates['brand_name_en'] = brandEn; + } + if (obj.titleSeparator || obj.title_separator) { + updates['title_separator'] = String(obj.titleSeparator || obj.title_separator); + } + if (obj.titlePosition || obj.title_position) { + updates['title_position'] = String(obj.titlePosition || obj.title_position); + } + if (obj.defaultMetaTitle) { + updates['defaultMetaTitle'] = String(obj.defaultMetaTitle); + } + if (obj.defaultMetaDescription) { + updates['defaultMetaDescription'] = String(obj.defaultMetaDescription); + } + if (obj.keywords) { + updates['keywords'] = String(obj.keywords); + } + if (obj.canonicalBaseUrl) { + updates['canonicalBaseUrl'] = String(obj.canonicalBaseUrl); + } + if (obj.ogImageUrl) { + updates['ogImageUrl'] = String(obj.ogImageUrl); + } + + if (Object.keys(updates).length > 0) { + await this.updateBulkUiTexts(updates); + } + } + return res; } diff --git a/frontend/admin-panel/src/pages/SeoSettingsPage.tsx b/frontend/admin-panel/src/pages/SeoSettingsPage.tsx index 964ac70..bb533e1 100644 --- a/frontend/admin-panel/src/pages/SeoSettingsPage.tsx +++ b/frontend/admin-panel/src/pages/SeoSettingsPage.tsx @@ -1,5 +1,5 @@ import { useState, useEffect } from 'react'; -import { Globe, Save } from 'lucide-react'; +import { Globe, Save, Sliders, Monitor, Sparkles } from 'lucide-react'; import { toast } from 'react-hot-toast'; import api from '../services/api'; import Spinner from '../components/ui/Spinner'; @@ -8,11 +8,15 @@ import type { SeoSettings } from '../types/admin'; export default function SeoSettingsPage() { const [seo, setSeo] = useState({ - defaultMetaTitle: 'کنینا ایران | مکمل‌های دارویی آلمانی حیوانات خانگی', - defaultMetaDescription: 'نمایندگی رسمی محصولات کنینا فارما آلمان در ایران', - keywords: 'مکمل سگ, مکمل گربه, کنهیدروکس, کنینا', + brandNameFa: 'کنینا ایران', + brandNameEn: 'Canina Iran', + titleSeparator: '|', + titlePosition: 'suffix', + defaultMetaTitle: 'کنینا ایران | نماینده رسمی مکمل‌های دارویی Canina آلمان', + defaultMetaDescription: 'فروشگاه تخصصی و نماینده انحصاری مکمل‌های درمانی و تقویتی سگ و گربه کنینا آلمان با فرمولاسیون دارویی و تاییدیه بالینی.', + keywords: 'مکمل سگ, مکمل گربه, داروی حیوانات, Canina Germany', canonicalBaseUrl: 'https://canina.ir', - ogImageUrl: 'https://canina.ir/og-default.jpg', + ogImageUrl: '/assets/images/regenerated_image_1779109861747.png', }); const [isLoading, setIsLoading] = useState(true); const [isSaving, setIsSaving] = useState(false); @@ -26,6 +30,10 @@ export default function SeoSettingsPage() { const data = res.data?.data || res.data; if (data) { setSeo(prev => ({ + brandNameFa: data.brandNameFa || data.brand_name_fa || prev.brandNameFa, + brandNameEn: data.brandNameEn || data.brand_name_en || prev.brandNameEn, + titleSeparator: data.titleSeparator || data.title_separator || prev.titleSeparator, + titlePosition: data.titlePosition || data.title_position || prev.titlePosition, defaultMetaTitle: data.defaultMetaTitle || prev.defaultMetaTitle, defaultMetaDescription: data.defaultMetaDescription || prev.defaultMetaDescription, keywords: data.keywords || prev.keywords, @@ -50,7 +58,7 @@ export default function SeoSettingsPage() { try { setIsSaving(true); await api.patch('/settings/seo', seo); - toast.success('تنظیمات سئو با موفقیت بروزرسانی شد'); + toast.success('تنظیمات سئو و ساختار عناوین با موفقیت ذخیره شد'); } catch (err) { console.error('Failed to update SEO settings:', err); toast.error('خطا در بروزرسانی تنظیمات سئو'); @@ -59,25 +67,156 @@ export default function SeoSettingsPage() { } }; + // Sample formatted preview + const previewSamplePageTitle = 'فروشگاه مکمل‌های تخصصی سگ و گربه'; + const brandName = seo.brandNameFa || 'کنینا ایران'; + const sep = seo.titleSeparator || '|'; + const pos = seo.titlePosition || 'suffix'; + + const previewFormattedTitle = + pos === 'prefix' + ? `${brandName} ${sep} ${previewSamplePageTitle}` + : pos === 'none' + ? previewSamplePageTitle + : `${previewSamplePageTitle} ${sep} ${brandName}`; + return (

- تنظیمات عمومی سئو (SEO Settings) + تنظیمات عمومی سئو و فرمت عناوین صفحات (Global SEO & Titles)

-

تنظیم متا دیتاهای پیش‌فرض، OpenGraph و کلمات کلیدی اصلی فروشگاه

+

+ پیکربندی هوشمند و یکپارچه نام برند، ساختار عناوین تب مرورگر، متادیتاهای گوگل و کلمات کلیدی +

+
+
+ + {/* Live Preview Box */} +
+
+
+ + پیش‌نمایش زنده ساختار عنوان در تب مرورگر و نتایج گوگل +
+
+
+ + عنوان نمونه برای صفحه داخلی: +
+

+ {previewFormattedTitle} +

+

+ الگوی اعمال شده: {pos === 'suffix' ? 'عنوان صفحه + جداکننده + نام برند (استاندارد توصیه‌شده گوگل)' : pos === 'prefix' ? 'نام برند + جداکننده + عنوان صفحه' : 'فقط عنوان صفحه بدون نام برند'} +

+
{isLoading ? (
) : ( -
+ + + {/* Section 1: Brand & Title Format Settings */}
+
+ +

+ تنظیمات فرمت عنوان صفحات و نام برند (Title & Brand Scheme) +

+
+ +
+
+ + setSeo({ ...seo, brandNameFa: e.target.value })} + placeholder="مثال: کنینا ایران" + className="w-full px-4 py-3 rounded-xl border border-gray-200 focus:border-purple-500 outline-none font-bold text-sm" + /> + نام برند که در انتهای یا ابتدای عنوان تمام صفحات درج می‌شود +
+ +
+ + setSeo({ ...seo, brandNameEn: e.target.value })} + placeholder="مثال: Canina Iran" + className="w-full px-4 py-3 rounded-xl border border-gray-200 focus:border-purple-500 outline-none font-bold text-sm" + dir="ltr" + /> +
+ +
+ +
+ {['|', '-', '•', '—', '/'].map((char) => ( + + ))} + setSeo({ ...seo, titleSeparator: e.target.value })} + className="w-16 text-center px-2 py-2 rounded-xl border border-gray-200 focus:border-purple-500 outline-none font-bold text-sm" + maxLength={3} + /> +
+
+ +
+ + +
+
+
+ + {/* Section 2: Default Meta Tags */} +
+
+ +

+ متادیتای پیش‌فرض سئو (Default SEO Meta Tags) +

+
+
- + setSeo({ ...seo, defaultMetaTitle: e.target.value })} className="w-full px-4 py-3 rounded-xl border border-gray-200 focus:border-purple-500 outline-none font-bold text-sm" /> + در صورت عدم تعیین عنوان اختصاصی برای یک صفحه، از این عنوان استفاده خواهد شد.
@@ -94,7 +234,7 @@ export default function SeoSettingsPage() { rows={3} value={seo.defaultMetaDescription} onChange={(e) => setSeo({ ...seo, defaultMetaDescription: e.target.value })} - className="w-full px-4 py-3 rounded-xl border border-gray-200 focus:border-purple-500 outline-none text-sm" + className="w-full px-4 py-3 rounded-xl border border-gray-200 focus:border-purple-500 outline-none text-sm leading-relaxed" />
@@ -104,7 +244,7 @@ export default function SeoSettingsPage() { type="text" value={seo.keywords} onChange={(e) => setSeo({ ...seo, keywords: e.target.value })} - placeholder="با کاما جدا کنید (مثال: مکمل سگ, مکمل گربه)" + placeholder="با کاما جدا کنید (مثال: مکمل سگ, مکمل گربه, کنینا)" className="w-full px-4 py-3 rounded-xl border border-gray-200 focus:border-purple-500 outline-none text-sm" />
@@ -134,9 +274,9 @@ export default function SeoSettingsPage() {
@@ -147,10 +287,10 @@ export default function SeoSettingsPage() { diff --git a/frontend/admin-panel/src/pages/UITexts.tsx b/frontend/admin-panel/src/pages/UITexts.tsx index e96e8f8..7505bda 100644 --- a/frontend/admin-panel/src/pages/UITexts.tsx +++ b/frontend/admin-panel/src/pages/UITexts.tsx @@ -365,7 +365,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/shop', icon: ShoppingBag, sections: [ - createSeoSection('shop', 'فروشگاه', 'فروشگاه مکمل‌های تخصصی سگ و گربه | کنینا ایران', 'خرید آنلاین انواع مکمل‌های دارویی مفاصل، پوست و مو، گوارش و ویتامینه سگ و گربه با تضمین اصالت کالا و مشاوره بالینی.'), + createSeoSection('shop', 'فروشگاه', 'فروشگاه تخصصی مکمل‌های دارویی سگ و گربه', 'خرید آنلاین انواع مکمل‌های درمانی مفاصل، پوست و مو، گوارش و ویتامینه سگ و گربه با تضمین اصالت کالا و مشاوره بالینی.'), { id: 'shop_header', title: 'هدر و فیلترهای فروشگاه', @@ -386,7 +386,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/catalog', icon: BookOpen, sections: [ - createSeoSection('catalog', 'کاتالوگ دیجیتال', 'کاتالوگ آنلاین و تعاملی محصولات دارویی کنینا | Canina Flipbook', 'مشاهده و مطالعه کاتالوگ جامع دارویی و مکمل‌های تغذیه‌ای تخصصی کنینا با قابلیت تورق تعاملی و ثبت پیش‌خرید.'), + createSeoSection('catalog', 'کاتالوگ دیجیتال', 'کاتالوگ رسمی مکمل‌های درمانی و دارویی', 'مشاهده و مطالعه کاتالوگ جامع دارویی و مکمل‌های تغذیه‌ای تخصصی کنینا با قابلیت تورق تعاملی و ثبت پیش‌خرید.'), { id: 'catalog_header', title: 'محتوا و راهنمای کاتالوگ', @@ -405,7 +405,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/blog', icon: FileText, sections: [ - createSeoSection('blog', 'وبلاگ', 'وبلاگ تخصصی و راهنمای سلامت حیوانات خانگی | کنینا ایران', 'جدیدترین مقالات، راهنماهای تغذیه، بیماری‌های مفاصل و سلامت پت توسط تیم دامپزشکی کنینا.'), + createSeoSection('blog', 'وبلاگ', 'مجله سلامت و دانشنامه مقالات تخصصی پت', 'جدیدترین مقالات، راهنماهای تغذیه، بیماری‌های مفاصل و سلامت پت توسط تیم دامپزشکی کنینا.'), { id: 'blog_header', title: 'هدر و بنر وبلاگ', @@ -424,7 +424,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/wiki', icon: Pill, sections: [ - createSeoSection('wiki', 'دانشنامه', 'دانشنامه علمی ترکیبات و اصطلاحات دارویی پت | کنینا ایران', 'مرجع تخصصی اثرات بالینی، مواد تشکیل‌دهنده، ویتامین‌ها و ترکیبات گیاهی به کار رفته در محصولات کنینا.'), + createSeoSection('wiki', 'دانشنامه', 'دانشنامه علمی ترکیبات و اصطلاحات دارویی', 'مرجع تخصصی اثرات بالینی، مواد تشکیل‌دهنده، ویتامین‌ها و ترکیبات گیاهی به کار رفته در محصولات کنینا.'), { id: 'wiki_header', title: 'هدر و ناوبری دانشنامه', @@ -443,7 +443,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/about', icon: Award, sections: [ - createSeoSection('about', 'درباره ما', 'درباره شرکت کنینا | تاریخچه، اصالت و استانداردهای دارویی آلمان', 'آشنایی با تاریخچه شرکت Canina Pharma آلمان، تعهد به کیفیت بیولوژیک و بیش از ۳۵ سال سابقه پیشرو در سلامت حیوانات خانگی.'), + createSeoSection('about', 'درباره ما', 'درباره شرکت کنینا ایران و اصالت آلمانی', 'آشنایی با تاریخچه شرکت Canina Pharma آلمان، تعهد به کیفیت بیولوژیک و بیش از ۴۰ سال سابقه پیشرو در سلامت حیوانات خانگی.'), { id: 'about_content', title: 'متن و داستان برند', @@ -464,7 +464,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/contact', icon: PhoneCall, sections: [ - createSeoSection('contact', 'تماس با ما', 'تماس با کنینا ایران | مشاوره تخصصی، نشانی و پشتیبانی مشتریان', 'راه‌های ارتباط با دفتر مرکزی کنینا در ایران، ثبت پیام، مشاوره رایگان دارویی و شماره تماس کارشناسان.'), + createSeoSection('contact', 'تماس با ما', 'تماس با ما و مشاوره تخصصی دامپزشکی', 'راه‌های ارتباط با دفتر مرکزی کنینا در ایران، ثبت پیام، مشاوره رایگان دارویی و شماره تماس کارشناسان.'), { id: 'contact_info', title: 'اطلاعات تماس و پیام‌ها', @@ -483,7 +483,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/b2b', icon: Building2, sections: [ - createSeoSection('b2b', 'همکاران تجاری B2B', 'پرتال فروش عمده و نمایندگی کلینیک‌ها و پت‌شاپ‌ها | کنینا ایران', 'ثبت درخواست عاملیت فروش، خرید عمده با تخفیف سازمانی ویژه دامپزشکان، کلینیک‌ها و پت‌شاپ‌های سراسر کشور.'), + createSeoSection('b2b', 'همکاران تجاری B2B', 'پرتال همکاران تجاری، کلینیک‌ها و پت‌شاپ‌ها', 'ثبت درخواست عاملیت فروش، خرید عمده با تخفیف سازمانی ویژه دامپزشکان، کلینیک‌ها و پت‌شاپ‌های سراسر کشور.'), { id: 'b2b_landing', title: 'صفحه معرفی و شرایط همکاری B2B', @@ -503,7 +503,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/videos', icon: Video, sections: [ - createSeoSection('videos', 'ویدئوهای آموزشی', 'ویدئوهای آموزشی و تجربیات بالینی مکمل‌های پت | کنینا ایران', 'مشاهده ویدئوهای تخصصی نحوه مصرف مکمل‌ها، نظرات دامپزشکان و راهکارهای درمانی تصویری.'), + createSeoSection('videos', 'ویدئوهای آموزشی', 'ویدئوهای آموزشی و توصیه‌های بالینی دامپزشکان', 'مشاهده ویدئوهای تخصصی نحوه مصرف مکمل‌ها، نظرات دامپزشکان و راهکارهای درمانی تصویری.'), { id: 'videos_hub', title: 'هدر و متن صفحه ویدئوها', @@ -521,7 +521,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/search', icon: Search, sections: [ - createSeoSection('search', 'جستجو', 'جستجوی هوشمند مکمل‌ها و دانشنامه | کنینا ایران', 'جستجوی سریع محصولات، مکمل‌های تخصصی، بیماری‌ها و علائم بالینی سگ و گربه.'), + createSeoSection('search', 'جستجو', 'جستجوی هوشمند مکمل‌ها و دانشنامه سلامت', 'جستجوی سریع محصولات، مکمل‌های تخصصی، بیماری‌ها و علائم بالینی سگ و گربه.'), { id: 'search_content', title: 'متون راهنما و کادر جستجو', @@ -539,7 +539,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/dashboard', icon: User, sections: [ - createSeoSection('dashboard', 'داشبورد کاربر', 'داشبورد کاربری و پیگیری سفارشات | کنینا ایران', 'مشاهده تاریخچه خریدها، وضعیت کیف پول، پیگیری آنلاین بسته‌های پستی و مدیریت پت‌ها.'), + createSeoSection('dashboard', 'داشبورد کاربر', 'داشبورد کاربری و پیگیری سفارشات', 'مشاهده تاریخچه خریدها، وضعیت کیف پول، پیگیری آنلاین بسته‌های پستی و مدیریت پت‌ها.'), { id: 'dashboard_content', title: 'عناوین و پیام‌های داشبورد', @@ -557,7 +557,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/profile/pets', icon: Heart, sections: [ - createSeoSection('profile_pets', 'پرونده سلامت پت', 'پرونده الکترونیک سلامت و یادآور داروهای پت | کنینا ایران', 'مدیریت و ثبت پرونده سلامت سگ و گربه، تنظیم یادآورهای دوز دارو و تاریخچه تغذیه مکمل‌ها.'), + createSeoSection('profile_pets', 'پرونده سلامت پت', 'پرونده الکترونیک سلامت پت', 'مدیریت و ثبت پرونده سلامت سگ و گربه، تنظیم یادآورهای دوز دارو و تاریخچه تغذیه مکمل‌ها.'), { id: 'pet_profiles_info', title: 'عناوین پرونده سلامت و یادآورها', @@ -575,7 +575,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/checkout', icon: CreditCard, sections: [ - createSeoSection('checkout', 'تسویه‌حساب', 'تکمیل سفارش و درگاه پرداخت امن | کنینا ایران', 'انتخاب آدرس تحویل، انتخاب روش پرداخت و تسویه‌حساب سریع و امن سفارشات کنینا.'), + createSeoSection('checkout', 'تسویه‌حساب', 'تسویه‌حساب و پرداخت امن', 'انتخاب آدرس تحویل، انتخاب روش پرداخت و تسویه‌حساب سریع و امن سفارشات کنینا.'), { id: 'checkout_content', title: 'پیام‌ها و راهنمای تسویه', @@ -594,7 +594,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/track', icon: Truck, sections: [ - createSeoSection('track', 'پیگیری سفارش', 'رهگیری آنلاین مرسوله پستی | کنینا ایران', 'پیگیری وضعیت بسته‌بندی، کد رهگیری پست پیشتاز و تاریخچه تحویل سفارشات.'), + createSeoSection('track', 'پیگیری سفارش', 'پیگیری آنلاین سفارش و مرسوله پستی', 'پیگیری وضعیت بسته‌بندی، کد رهگیری پست پیشتاز و تاریخچه تحویل سفارشات.'), { id: 'track_content', title: 'متن و کادر رهگیری', @@ -612,7 +612,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/trust-seals', icon: Shield, sections: [ - createSeoSection('trust_seals', 'مجوزها و اصالت', 'مجوزهای بهداشتی، گواهی اصالت و اینماد | کنینا ایران', 'بررسی تاییدیه‌های سازمان دامپزشکی، گواهی استاندارد آلمان و اینماد رسمی کنینا.'), + createSeoSection('trust_seals', 'مجوزها و اصالت', 'مجوزهای رسمی، گواهی اصالت و اینماد', 'بررسی تاییدیه‌های سازمان دامپزشکی، گواهی استاندارد آلمان و اینماد رسمی کنینا.'), { id: 'trust_seals_content', title: 'متن مجوزها و گواهی‌ها', @@ -630,7 +630,7 @@ const SITE_PAGES: AppSitePage[] = [ path: '/privacy', icon: ShieldCheck, sections: [ - createSeoSection('privacy', 'حریم خصوصی', 'سیاست حفظ حریم خصوصی و شرایط استفاده | کنینا ایران', 'قوانین خرید، عودت کالا، حفاظت از اطلاعات کاربران و شرایط استفاده از خدمات کنینا.'), + createSeoSection('privacy', 'حریم خصوصی', 'حریم خصوصی و شرایط استفاده', 'قوانین خرید، عودت کالا، حفاظت از اطلاعات کاربران و شرایط استفاده از خدمات کنینا.'), { id: 'privacy_content', title: 'متن قوانین و مقررات', @@ -1097,17 +1097,35 @@ export default function UITexts() { const seoDescKey = `${page.id}_meta_desc`; const seoCanonicalKey = `${page.id}_canonical`; - const pageMetaTitle = + const rawPageMetaTitle = edits[seoTitleKey] ?? texts[seoTitleKey] ?? page.sections.find((s) => s.id === 'seo')?.fields[0]?.defaultVal ?? - `${page.title} | کنینا ایران`; + page.title; + + const brandName = texts['brand_name_fa'] || 'کنینا ایران'; + const titleSep = texts['title_separator'] || '|'; + const titlePos = texts['title_position'] || 'suffix'; + + const formatPreviewTitle = (raw: string, isHome = false): string => { + if (!raw || !raw.trim()) return brandName; + const clean = raw.trim(); + if (isHome) return clean; + const escapedBrand = brandName.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); + const brandRegex = new RegExp(`(\\s*[-|•]\\s*${escapedBrand}|${escapedBrand}\\s*[-|•]\\s*)`, 'gi'); + const baseTitle = clean.replace(brandRegex, '').trim(); + if (titlePos === 'none') return baseTitle || clean; + if (titlePos === 'prefix') return `${brandName} ${titleSep} ${baseTitle || clean}`; + return `${baseTitle || clean} ${titleSep} ${brandName}`; + }; + + const pageMetaTitle = formatPreviewTitle(rawPageMetaTitle, page.id === 'home'); const pageMetaDesc = edits[seoDescKey] ?? texts[seoDescKey] ?? page.sections.find((s) => s.id === 'seo')?.fields[1]?.defaultVal ?? - `مشاهده و بررسی آنلاین ${page.title} در وب‌سایت رسمی کنینا ایران با ضمانت اصالت کالا و مشاوره دارویی.`; + `مشاهده و بررسی آنلاین ${page.title} در وب‌سایت رسمی ${brandName} با ضمانت اصالت کالا و مشاوره دارویی.`; const pageCanonical = edits[seoCanonicalKey] ?? diff --git a/frontend/admin-panel/src/types/admin.ts b/frontend/admin-panel/src/types/admin.ts index 86a9010..4bdac38 100644 --- a/frontend/admin-panel/src/types/admin.ts +++ b/frontend/admin-panel/src/types/admin.ts @@ -176,6 +176,10 @@ export interface PartnerAccount { } export interface SeoSettings { + brandNameFa?: string; + brandNameEn?: string; + titleSeparator?: string; + titlePosition?: 'suffix' | 'prefix' | 'none'; defaultMetaTitle: string; defaultMetaDescription: string; keywords: string; diff --git a/frontend/application/app/about/page.tsx b/frontend/application/app/about/page.tsx index 991f527..65788f7 100644 --- a/frontend/application/app/about/page.tsx +++ b/frontend/application/app/about/page.tsx @@ -1,21 +1,14 @@ import type { Metadata } from "next"; import { ShieldCheck, History, Award, CheckCircle } from "lucide-react"; +import { getPageMetadata } from "../../lib/seo"; -export const metadata: Metadata = { - title: "درباره ما - میراث ۴۰ ساله کانیتا آلمان در ایران", - description: "داستان کنینا ایران و میراث ۴۰ ساله شرکت Canina pharma GmbH آلمان در تولید مکمل‌های فوق‌تخصصی دامپزشکی با گرید دارویی اختصاصی.", - alternates: { - canonical: "/about", - }, - openGraph: { - title: "درباره ما - کنینا ایران", - description: "داستان کنینا ایران و میراث ۴۰ ساله شرکت Canina pharma GmbH آلمان در تولید مکمل‌های فوق‌تخصصی دامپزشکی.", - url: "https://canina.ir/about", - siteName: "کنینا ایران", - locale: "fa_IR", - type: "website", - } -}; +export async function generateMetadata(): Promise { + return getPageMetadata('about', { + canonicalPath: '/about', + fallbackTitle: 'درباره شرکت کنینا ایران و اصالت آلمانی', + fallbackDesc: 'داستان کنینا ایران و بیش از ۴۰ سال سابقه درخشان شرکت Canina pharma GmbH آلمان در تولید مکمل‌های فوق‌تخصصی دامپزشکی.', + }); +} export default function AboutPage() { return ( diff --git a/frontend/application/app/blog/[slug]/page.tsx b/frontend/application/app/blog/[slug]/page.tsx index 396429a..694f56d 100644 --- a/frontend/application/app/blog/[slug]/page.tsx +++ b/frontend/application/app/blog/[slug]/page.tsx @@ -29,26 +29,35 @@ async function getBlog(slug: string) { export const revalidate = 60; // ensure SSR dynamic revalidation works correctly +import { getSeoConfig, formatPageTitle } from "../../../lib/seo"; + export async function generateMetadata({ params }: { params: Promise<{ slug: string }> }): Promise { const { slug } = await params; const blog = await getBlog(slug); - if (!blog) return { title: 'مقاله یافت نشد | کنینا ایران' }; + const config = await getSeoConfig(); + + if (!blog) { + return { + title: formatPageTitle('مقاله یافت نشد', config.brandNameFa, config.titleSeparator, config.titlePosition), + }; + } - const title = `${blog.title} | مجله سلامت کنینا`; - const description = blog.excerpt.substring(0, 150).trim(); + const title = formatPageTitle(blog.title, config.brandNameFa, config.titleSeparator, config.titlePosition, false); + const description = blog.excerpt.substring(0, 155).trim() || config.defaultMetaDescription; + const canonicalUrl = `${config.canonicalBaseUrl.replace(/\/$/, '')}/blog/${slug}`; return { title, description, alternates: { - canonical: `/blog/${slug}`, + canonical: canonicalUrl, }, openGraph: { title, description, - images: [blog.image], - url: `/blog/${slug}`, - siteName: "کنینا ایران", + images: [blog.image || config.ogImageUrl], + url: canonicalUrl, + siteName: config.brandNameFa, type: "article", } }; diff --git a/frontend/application/app/blog/page.tsx b/frontend/application/app/blog/page.tsx index 2cd9730..59ae00e 100644 --- a/frontend/application/app/blog/page.tsx +++ b/frontend/application/app/blog/page.tsx @@ -1,21 +1,14 @@ import BlogPage from "../../components/BlogPage"; import type { Metadata } from 'next'; +import { getPageMetadata } from "../../lib/seo"; -export const metadata: Metadata = { - title: "مجله سلامت حیوانات خانگی و مقالات علمی - کنینا ایران", - description: "آخرین مقالات، آموزش‌های دامپزشکی و اخبار علمی روز دنیا در زمینه نگهداری، تغذیه تخصصی و سلامت سگ و گربه.", - alternates: { - canonical: "/blog", - }, - openGraph: { - title: "مجله سلامت حیوانات خانگی - کنینا ایران", - description: "آخرین مقالات، آموزش‌ها و اخبار علمی در زمینه نگهداری، تغذیه و سلامت سگ و گربه.", - url: "https://canina.ir/blog", - siteName: "کنینا ایران", - locale: "fa_IR", - type: "website", - } -}; +export async function generateMetadata(): Promise { + return getPageMetadata('blog', { + canonicalPath: '/blog', + fallbackTitle: 'مجله سلامت و دانشنامه مقالات تخصصی پت', + fallbackDesc: 'جدیدترین مقالات علمی، راهنمای تغذیه، بیماری‌های سگ و گربه و توصیه‌های بالینی متخصصان و دامپزشکان کنینا.', + }); +} async function getBlogs() { const rawApiUrl = process.env.NEXT_PUBLIC_API_URL || 'http://127.0.0.1:4001/api'; diff --git a/frontend/application/app/catalog/page.tsx b/frontend/application/app/catalog/page.tsx index dc8e74b..9382bfa 100644 --- a/frontend/application/app/catalog/page.tsx +++ b/frontend/application/app/catalog/page.tsx @@ -1,21 +1,14 @@ import type { Metadata } from "next"; import CatalogClient from "./CatalogClient"; +import { getPageMetadata } from "../../lib/seo"; -export const metadata: Metadata = { - title: "کاتالوگ محصولات Canina - راهنمای مکمل‌های درمانی سگ و گربه", - description: "کاتالوگ جامع محصولات آلمانی کنینا شامل راهنمای ترکیبات، گرید دارویی، دوز مصرفی و موارد درمان بالینی مفصل، پوست و مو و رشد پت‌ها.", - alternates: { - canonical: "/catalog", - }, - openGraph: { - title: "کاتالوگ رسمی مکمل‌های درمانی Canina Pharma Germany", - description: "دانلود و مشاهده آنلاین کاتالوگ مکمل‌های دارویی حیوانات خانگی کنینا آلمان", - url: "https://canina.ir/catalog", - siteName: "کنینا ایران", - locale: "fa_IR", - type: "website", - } -}; +export async function generateMetadata(): Promise { + return getPageMetadata('catalog', { + canonicalPath: '/catalog', + fallbackTitle: 'کاتالوگ رسمی مکمل‌های درمانی و دارویی', + fallbackDesc: 'مشاهده و مطالعه کاتالوگ جامع دارویی و مکمل‌های تغذیه‌ای تخصصی کنینا آلمان با قابلیت ورق‌زدن تعاملی و ثبت پیش‌خرید.', + }); +} export default function CatalogPage() { return ; diff --git a/frontend/application/app/checkout/page.tsx b/frontend/application/app/checkout/page.tsx index f0b77b7..b10903a 100644 --- a/frontend/application/app/checkout/page.tsx +++ b/frontend/application/app/checkout/page.tsx @@ -1,5 +1,17 @@ +import type { Metadata } from 'next'; import CheckoutPage from "../../components/CheckoutPage"; +import { getPageMetadata } from "../../lib/seo"; + +export async function generateMetadata(): Promise { + return getPageMetadata('checkout', { + canonicalPath: '/checkout', + fallbackTitle: 'تسویه‌حساب و پرداخت امن', + fallbackDesc: 'انتخاب آدرس تحویل، روش ارسال و تسویه‌حساب سریع و امن سفارشات مکمل‌های کنینا.', + noIndex: true, + }); +} export default function Checkout() { return ; } + diff --git a/frontend/application/app/contact/page.tsx b/frontend/application/app/contact/page.tsx index 7ae4337..4967c7e 100644 --- a/frontend/application/app/contact/page.tsx +++ b/frontend/application/app/contact/page.tsx @@ -1,21 +1,14 @@ import type { Metadata } from "next"; import ContactFormClient from "@/components/ContactFormClient"; +import { getPageMetadata } from "@/lib/seo"; -export const metadata: Metadata = { - title: "تماس با ما - نمایندگی رسمی مکمل‌های کنینا آلمان در ایران", - description: "راه‌های ارتباطی، تلفن تماس ویژه، آدرس دفتر مرکزی و فرم تماس مستقیم با نمایندگی انحصاری کانیتا آلمان در ایران.", - alternates: { - canonical: "/contact", - }, - openGraph: { - title: "تماس با ما - کنینا ایران", - description: "راه‌های ارتباطی با نمایندگی رسمی مکمل‌های دامپزشکی کنینا در ایران.", - url: "https://canina.ir/contact", - siteName: "کنینا ایران", - locale: "fa_IR", - type: "website", - } -}; +export async function generateMetadata(): Promise { + return getPageMetadata('contact', { + canonicalPath: '/contact', + fallbackTitle: 'تماس با ما و مشاوره تخصصی دامپزشکی', + fallbackDesc: 'راه‌های ارتباطی با دفتر مرکزی کنینا ایران، مشاوره تلفنی رایگان، پشتیبانی آنلاین و نشانی.', + }); +} export default function ContactPage() { return ( diff --git a/frontend/application/app/dashboard/page.tsx b/frontend/application/app/dashboard/page.tsx index 9816fa9..a180ce4 100644 --- a/frontend/application/app/dashboard/page.tsx +++ b/frontend/application/app/dashboard/page.tsx @@ -1,5 +1,17 @@ +import type { Metadata } from 'next'; import UserDashboard from "../../components/UserDashboard"; +import { getPageMetadata } from "../../lib/seo"; + +export async function generateMetadata(): Promise { + return getPageMetadata('dashboard', { + canonicalPath: '/dashboard', + fallbackTitle: 'داشبورد کاربری و پیگیری سفارشات', + fallbackDesc: 'مشاهده تاریخچه خریدها، وضعیت کیف پول، پیگیری آنلاین بسته‌های پستی و مدیریت پت‌ها.', + noIndex: true, + }); +} export default function DashboardPage() { return ; } + diff --git a/frontend/application/app/layout.tsx b/frontend/application/app/layout.tsx index 2cd95fd..1277999 100644 --- a/frontend/application/app/layout.tsx +++ b/frontend/application/app/layout.tsx @@ -1,40 +1,25 @@ import type { Metadata } from 'next'; import './globals.css'; import ClientLayout from './ClientLayout'; +import { getSeoConfig } from '../lib/seo'; export async function generateMetadata(): Promise { - let seoSettings: { - defaultMetaTitle?: string; - defaultMetaDescription?: string; - keywords?: string | string[]; - canonicalBaseUrl?: string; - ogImageUrl?: string; - } | null = null; + const config = await getSeoConfig(); + const siteUrl = config.canonicalBaseUrl || process.env.NEXT_PUBLIC_SITE_URL || 'https://canina.ir'; + const titleDefault = config.defaultMetaTitle; + const descriptionDefault = config.defaultMetaDescription; + const keywordsList = config.keywords; + const ogImg = config.ogImageUrl; + const brandName = config.brandNameFa; + const separator = config.titleSeparator; + const position = config.titlePosition; - try { - const apiBase = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:4001/api'; - const res = await fetch(`${apiBase}/settings/seo`, { next: { revalidate: 60 } }); - if (res.ok) { - seoSettings = await res.json(); - } - } catch (err) { - console.error('[SEO] Error fetching dynamic SEO settings:', err); - } - - const siteUrl = seoSettings?.canonicalBaseUrl || process.env.NEXT_PUBLIC_SITE_URL || 'https://canina.ir'; - const titleDefault = seoSettings?.defaultMetaTitle || 'کنینا ایران - مکمل‌های درمانی حیوانات خانگی با گرید دارویی اختصاصی'; - const descriptionDefault = seoSettings?.defaultMetaDescription || 'تدارک هوشمندانه سلامت برای همراهان وفادار شما. کنینا ایران واردکننده انحصاری مکمل‌های درمانی با گرید دارویی اختصاصی از آلمان.'; - - let keywordsList: string[] = ['مکمل حیوانات خانگی', 'مکمل سگ', 'مکمل گربه', 'کنینا', 'داروی حیوانات', 'Canina Iran']; - if (seoSettings?.keywords) { - if (Array.isArray(seoSettings.keywords)) { - keywordsList = seoSettings.keywords; - } else if (typeof seoSettings.keywords === 'string') { - keywordsList = seoSettings.keywords.split(',').map(k => k.trim()); - } - } - - const ogImg = seoSettings?.ogImageUrl || '/assets/images/regenerated_image_1779109861747.png'; + const templateStr = + position === 'prefix' + ? `${brandName} ${separator} %s` + : position === 'none' + ? '%s' + : `%s ${separator} ${brandName}`; const isStaging = process.env.NEXT_PUBLIC_APP_ENV === 'staging' || @@ -48,14 +33,14 @@ export async function generateMetadata(): Promise { return { metadataBase: new URL(siteUrl), title: { - template: '%s | کنینا ایران', + template: templateStr, default: titleDefault, }, description: descriptionDefault, keywords: keywordsList, - authors: [{ name: 'Canina Iran' }], - creator: 'Canina Iran', - publisher: 'Canina Iran', + authors: [{ name: brandName }], + creator: brandName, + publisher: brandName, robots: isStaging ? { index: false, follow: false, @@ -88,7 +73,7 @@ export async function generateMetadata(): Promise { title: titleDefault, description: descriptionDefault, url: siteUrl, - siteName: 'کنینا ایران', + siteName: brandName, locale: 'fa_IR', type: 'website', images: [ diff --git a/frontend/application/app/page.tsx b/frontend/application/app/page.tsx index 739c0b9..7622b23 100644 --- a/frontend/application/app/page.tsx +++ b/frontend/application/app/page.tsx @@ -1,35 +1,12 @@ import type { Metadata } from "next"; import HomeClient from "./HomeClient"; +import { getPageMetadata } from "../lib/seo"; -export const metadata: Metadata = { - title: "کنینا ایران - مکمل‌های درمانی حیوانات خانگی با گرید دارویی اختصاصی", - description: "تدارک هوشمندانه سلامت برای همراهان وفادار شما. کنینا ایران واردکننده انحصاری مکمل‌های درمانی با گرید دارویی اختصاصی از آلمان با پروانه رسمی دامپزشکی.", - alternates: { - canonical: "/", - }, - openGraph: { - title: "کنینا ایران - مکمل‌های درمانی حیوانات خانگی با گرید دارویی اختصاصی", - description: "واردکننده انحصاری مکمل‌های درمانی با گرید دارویی اختصاصی از آلمان", - url: "https://canina.ir", - siteName: "کنینا ایران", - locale: "fa_IR", - type: "website", - images: [ - { - url: "/assets/images/regenerated_image_1779109861747.png", - width: 1200, - height: 630, - alt: "کنینا ایران - مکمل‌های درمانی حیوانات خانگی", - } - ] - }, - twitter: { - card: "summary_large_image", - title: "کنینا ایران - مکمل‌های درمانی حیوانات خانگی با گرید دارویی اختصاصی", - description: "تدارک هوشمندانه سلامت برای همراهان وفادار شما.", - images: ["/assets/images/regenerated_image_1779109861747.png"], - } -}; +export async function generateMetadata(): Promise { + return getPageMetadata('home', { + canonicalPath: '/', + }); +} import { HomeApiResponse } from "../lib/types"; diff --git a/frontend/application/app/privacy/page.tsx b/frontend/application/app/privacy/page.tsx index 1c47513..7255c15 100644 --- a/frontend/application/app/privacy/page.tsx +++ b/frontend/application/app/privacy/page.tsx @@ -1,21 +1,14 @@ import type { Metadata } from "next"; import { Shield } from "lucide-react"; +import { getPageMetadata } from "../../lib/seo"; -export const metadata: Metadata = { - title: "حریم خصوصی کاربران - کنینا ایران", - description: "سیاست‌های حفاظت از اطلاعات شخصی کاربران، امنیت داده‌های پزشکی و پرونده‌های درمانی پت در وب‌سایت کنینا ایران.", - alternates: { - canonical: "/privacy", - }, - openGraph: { - title: "حریم خصوصی کاربران - کنینا ایران", - description: "سیاست‌های حفاظت از اطلاعات شخصی کاربران در وب‌سایت کنینا ایران.", - url: "https://canina.ir/privacy", - siteName: "کنینا ایران", - locale: "fa_IR", - type: "website", - } -}; +export async function generateMetadata(): Promise { + return getPageMetadata('privacy', { + canonicalPath: '/privacy', + fallbackTitle: 'حریم خصوصی و شرایط استفاده', + fallbackDesc: 'سیاست‌های حفاظت از اطلاعات شخصی کاربران، امنیت داده‌های پزشکی و قوانین استفاده از خدمات کنینا ایران.', + }); +} export default function PrivacyPage() { return ( diff --git a/frontend/application/app/profile/page.tsx b/frontend/application/app/profile/page.tsx index 4642db7..b45c5be 100644 --- a/frontend/application/app/profile/page.tsx +++ b/frontend/application/app/profile/page.tsx @@ -1,5 +1,17 @@ +import type { Metadata } from 'next'; import PetProfile from "../../components/PetProfile"; +import { getPageMetadata } from "../../lib/seo"; + +export async function generateMetadata(): Promise { + return getPageMetadata('profile_pets', { + canonicalPath: '/profile', + fallbackTitle: 'پرونده الکترونیک سلامت پت', + fallbackDesc: 'مدیریت و ثبت پرونده سلامت سگ و گربه، تنظیم یادآورهای دوز دارو و تاریخچه تغذیه مکمل‌ها.', + noIndex: true, + }); +} export default function ProfilePage() { return ; } + diff --git a/frontend/application/app/search/page.tsx b/frontend/application/app/search/page.tsx index 0ce8573..4c663d3 100644 --- a/frontend/application/app/search/page.tsx +++ b/frontend/application/app/search/page.tsx @@ -1,10 +1,14 @@ -import SearchResultsPage from "../../components/SearchResultsPage"; +import SearchResultsPage from "../../components/SearchResultsPage"; import type { Metadata } from 'next'; +import { getPageMetadata } from "../../lib/seo"; -export const metadata: Metadata = { - title: 'جستجوی محصولات', - description: 'جستجوی مکمل‌های درمانی حیوانات خانگی، داروها و مقالات سلامت در کنینا ایران.', -}; +export async function generateMetadata(): Promise { + return getPageMetadata('search', { + canonicalPath: '/search', + fallbackTitle: 'جستجوی هوشمند مکمل‌ها و دانشنامه سلامت', + fallbackDesc: 'جستجوی سریع در کاتالوگ محصولات، بیماری‌ها، علائم بالینی و مقالات سلامت کنینا ایران.', + }); +} export default async function SearchPage({ searchParams }: { searchParams: Promise<{ q?: string }> }) { const params = await searchParams; diff --git a/frontend/application/app/shop/[slug]/page.tsx b/frontend/application/app/shop/[slug]/page.tsx index 4870065..25cbae3 100644 --- a/frontend/application/app/shop/[slug]/page.tsx +++ b/frontend/application/app/shop/[slug]/page.tsx @@ -2,25 +2,29 @@ import ProductPage from "../../../components/ProductPage"; import { productService } from "../../../lib/services/productService"; import type { Metadata } from 'next'; import { Suspense } from 'react'; +import { getSeoConfig, formatPageTitle } from "../../../lib/seo"; export async function generateMetadata( { params }: { params: Promise<{ slug: string }> } ): Promise { const resolvedParams = await params; const product = await productService.getProductBySlug(resolvedParams.slug); + const config = await getSeoConfig(); if (!product) { return { - title: 'خرید مکمل درمانی پت | کنینا ایران', + title: formatPageTitle('مکمل درمانی یافت نشد', config.brandNameFa, config.titleSeparator, config.titlePosition), }; } const nameFa = product.nameFa || product.name; - const nameEn = product.nameEn || ""; - const title = nameFa.includes("Canina") ? nameFa : `${nameFa} (${nameEn}) | برند کنینا آلمان`; - const description = (product.shortDescription || product.description || '').substring(0, 150).trim(); + const nameEn = product.nameEn ? ` (${product.nameEn})` : ''; + const rawTitle = `${nameFa}${nameEn}`; + const title = formatPageTitle(rawTitle, config.brandNameFa, config.titleSeparator, config.titlePosition, false); + const description = (product.shortDescription || product.description || '').substring(0, 155).trim() || config.defaultMetaDescription; const rawKeywords = (product as unknown as Record).keywords; - const keywords = typeof rawKeywords === 'string' ? rawKeywords.split(',') : product.main_ingredients; + const keywords = typeof rawKeywords === 'string' ? rawKeywords.split(',').map(k => k.trim()) : (product.main_ingredients || config.keywords); + const canonicalUrl = `${config.canonicalBaseUrl.replace(/\/$/, '')}/shop/${resolvedParams.slug}`; return { title, @@ -29,13 +33,13 @@ export async function generateMetadata( openGraph: { title, description, - images: [product.image], - url: `/shop/${resolvedParams.slug}`, - siteName: "کنینا ایران", + images: [product.image || config.ogImageUrl], + url: canonicalUrl, + siteName: config.brandNameFa, type: "website", }, alternates: { - canonical: `/shop/${resolvedParams.slug}`, + canonical: canonicalUrl, } }; } diff --git a/frontend/application/app/shop/page.tsx b/frontend/application/app/shop/page.tsx index 60421ce..d8cf49d 100644 --- a/frontend/application/app/shop/page.tsx +++ b/frontend/application/app/shop/page.tsx @@ -1,21 +1,14 @@ import type { Metadata } from "next"; import ArchivePage from "../../components/ArchivePage"; +import { getPageMetadata } from "../../lib/seo"; -export const metadata: Metadata = { - title: "فروشگاه تخصصی مکمل‌های دارویی - کنینا ایران", - description: "خرید آنلاین انواع مکمل‌های درمانی، مفاصل و استخوان، گوارش و ایمنی، ویتامین‌ها و مراقبت‌های ویژه سگ و گربه با تضمین اصالت و گواهی سلامت دامپزشکی.", - alternates: { - canonical: "/shop", - }, - openGraph: { - title: "فروشگاه تخصصی مکمل‌های دارویی - کنینا ایران", - description: "خرید آنلاین انواع مکمل‌های درمانی، مفاصل و استخوان، گوارش و ایمنی، ویتامین‌ها و مراقبت‌های ویژه سگ و گربه.", - url: "https://canina.ir/shop", - siteName: "کنینا ایران", - locale: "fa_IR", - type: "website", - } -}; +export async function generateMetadata(): Promise { + return getPageMetadata('shop', { + canonicalPath: '/shop', + fallbackTitle: 'فروشگاه تخصصی مکمل‌های دارویی سگ و گربه', + fallbackDesc: 'خرید آنلاین انواع مکمل‌های درمانی مفاصل، پوست و مو، گوارش و ایمنی، رشد و ویتامینه سگ و گربه با ضمانت اصالت کنینا آلمان.', + }); +} export default async function Shop({ searchParams }: { searchParams: Promise<{ [key: string]: string | string[] | undefined }> }) { const resolvedParams = await searchParams; diff --git a/frontend/application/app/track/page.tsx b/frontend/application/app/track/page.tsx index 3e51db1..cc0b16d 100644 --- a/frontend/application/app/track/page.tsx +++ b/frontend/application/app/track/page.tsx @@ -1,5 +1,16 @@ +import type { Metadata } from 'next'; import OrderTracking from "../../components/OrderTracking"; +import { getPageMetadata } from "../../lib/seo"; + +export async function generateMetadata(): Promise { + return getPageMetadata('track', { + canonicalPath: '/track', + fallbackTitle: 'پیگیری آنلاین سفارش و مرسوله پستی', + fallbackDesc: 'پیگیری وضعیت لحظه‌ای پردازش، بسته‌بندی و کد رهگیری پست پیشتاز سفارشات کنینا ایران.', + }); +} export default function TrackPage() { return ; } + diff --git a/frontend/application/app/trust-seals/page.tsx b/frontend/application/app/trust-seals/page.tsx index 8e3d646..cccb2f9 100644 --- a/frontend/application/app/trust-seals/page.tsx +++ b/frontend/application/app/trust-seals/page.tsx @@ -1,12 +1,16 @@ import React from 'react'; -import { Metadata } from 'next'; +import type { Metadata } from 'next'; import EnamadBadge from '@/components/EnamadBadge'; import { ShieldCheck, Award, FileCheck, CheckCircle2, Building2 } from 'lucide-react'; +import { getPageMetadata } from '@/lib/seo'; -export const metadata: Metadata = { - title: 'نمادهای اعتماد و مجوزهای رسمی | کنینا ایران', - description: 'مشاهده نماد اعتماد الکترونیکی (اینماد)، مجوزهای سازمان دامپزشکی کشور و گواهینامه‌های اصالت کالاهای کنینا ایران.', -}; +export async function generateMetadata(): Promise { + return getPageMetadata('trust_seals', { + canonicalPath: '/trust-seals', + fallbackTitle: 'مجوزهای رسمی، گواهی اصالت و اینماد', + fallbackDesc: 'بررسی تاییدیه‌های رسمی سازمان دامپزشکی کشور، گواهی استاندارد آلمان و اینماد رسمی کنینا ایران.', + }); +} export default function TrustSealsPage() { const licenses = [ diff --git a/frontend/application/app/videos/page.tsx b/frontend/application/app/videos/page.tsx index 6e26e5f..6600027 100644 --- a/frontend/application/app/videos/page.tsx +++ b/frontend/application/app/videos/page.tsx @@ -1,5 +1,16 @@ +import type { Metadata } from 'next'; import VideosPage from "../../components/VideosPage"; +import { getPageMetadata } from "../../lib/seo"; + +export async function generateMetadata(): Promise { + return getPageMetadata('videos', { + canonicalPath: '/videos', + fallbackTitle: 'ویدئوهای آموزشی و توصیه‌های بالینی دامپزشکان', + fallbackDesc: 'مشاهده ویدئوهای تخصصی نحوه مصرف مکمل‌های درمانی، نظرات دامپزشکان و راهکارهای بالینی تصویری.', + }); +} export default function Videos() { return ; } + diff --git a/frontend/application/app/wiki/[slug]/page.tsx b/frontend/application/app/wiki/[slug]/page.tsx index 9f69e27..9fc876d 100644 --- a/frontend/application/app/wiki/[slug]/page.tsx +++ b/frontend/application/app/wiki/[slug]/page.tsx @@ -15,14 +15,37 @@ async function getWikiTerm(key: string) { } } +import { getSeoConfig, formatPageTitle } from "../../../lib/seo"; + export async function generateMetadata({ params }: { params: Promise<{ slug: string }> }): Promise { const { slug } = await params; const term = await getWikiTerm(slug); - if (!term) return { title: 'ترکیب علمی یافت نشد' }; + const config = await getSeoConfig(); + + if (!term) { + return { + title: formatPageTitle('ترکیب علمی یافت نشد', config.brandNameFa, config.titleSeparator, config.titlePosition), + }; + } + + const rawTitle = term.metaTitle || `ترکیب علمی ${term.term}`; + const title = formatPageTitle(rawTitle, config.brandNameFa, config.titleSeparator, config.titlePosition, false); + const description = term.metaDescription || term.definition?.replace(/<[^>]+>/g, '').substring(0, 155).trim() || config.defaultMetaDescription; + const canonicalUrl = `${config.canonicalBaseUrl.replace(/\/$/, '')}/wiki/${slug}`; return { - title: term.metaTitle || term.term, - description: term.metaDescription || term.definition?.substring(0, 160), + title, + description, + alternates: { + canonical: canonicalUrl, + }, + openGraph: { + title, + description, + url: canonicalUrl, + siteName: config.brandNameFa, + type: "article", + } }; } diff --git a/frontend/application/app/wiki/page.tsx b/frontend/application/app/wiki/page.tsx index b57ddb0..c51fbb8 100644 --- a/frontend/application/app/wiki/page.tsx +++ b/frontend/application/app/wiki/page.tsx @@ -1,22 +1,15 @@ import { Suspense } from "react"; import IngredientWiki from "../../components/IngredientWiki"; import type { Metadata } from 'next'; +import { getPageMetadata } from "../../lib/seo"; -export const metadata: Metadata = { - title: "دانشنامه ترکیبات دارویی و علمی - کنینا ایران", - description: "اطلاعات کامل پزشکی در مورد مواد موثره، ویتامین‌ها و ترکیبات گیاهی نایاب به کار رفته در محصولات تخصصی کانیتا آلمان.", - alternates: { - canonical: "/wiki", - }, - openGraph: { - title: "دانشنامه ترکیبات دارویی و علمی - کنینا ایران", - description: "اطلاعات کامل در مورد مواد موثره، ویتامین‌ها و ترکیبات گیاهی به کار رفته در محصولات تخصصی کنینا ایران.", - url: "https://canina.ir/wiki", - siteName: "کنینا ایران", - locale: "fa_IR", - type: "website", - } -}; +export async function generateMetadata(): Promise { + return getPageMetadata('wiki', { + canonicalPath: '/wiki', + fallbackTitle: 'دانشنامه علمی ترکیبات و اصطلاحات دارویی', + fallbackDesc: 'مرجع تخصصی اثرات بالینی، مواد تشکیل‌دهنده، ویتامین‌ها و ترکیبات ارگانیک به کار رفته در مکمل‌های دارویی کنینا آلمان.', + }); +} export default function WikiPage() { return ( diff --git a/frontend/application/lib/seo.ts b/frontend/application/lib/seo.ts new file mode 100644 index 0000000..07110e5 --- /dev/null +++ b/frontend/application/lib/seo.ts @@ -0,0 +1,267 @@ +import type { Metadata } from 'next'; + +export interface SeoConfig { + brandNameFa: string; + brandNameEn: string; + titleSeparator: string; + titlePosition: 'suffix' | 'prefix' | 'none'; + defaultMetaTitle: string; + defaultMetaDescription: string; + keywords: string[]; + canonicalBaseUrl: string; + ogImageUrl: string; + texts: Record; +} + +const DEFAULT_SEO_CONFIG: SeoConfig = { + brandNameFa: 'کنینا ایران', + brandNameEn: 'Canina Iran', + titleSeparator: '|', + titlePosition: 'suffix', + defaultMetaTitle: 'کنینا ایران | نماینده رسمی مکمل‌های دارویی Canina آلمان', + defaultMetaDescription: 'فروشگاه تخصصی و نماینده انحصاری مکمل‌های درمانی و تقویتی سگ و گربه کنینا آلمان با فرمولاسیون دارویی و تاییدیه بالینی.', + keywords: ['کنینا', 'مکمل حیوانات خانگی', 'مکمل سگ', 'مکمل گربه', 'داروی حیوانات', 'Canina Iran'], + canonicalBaseUrl: 'https://canina.ir', + ogImageUrl: '/assets/images/regenerated_image_1779109861747.png', + texts: {}, +}; + +/** + * Fetch dynamic SEO settings and UI texts on server with 60-second revalidation + */ +export async function getSeoConfig(): Promise { + const apiBase = + process.env.INTERNAL_API_URL || + process.env.NEXT_PUBLIC_API_URL || + 'http://localhost:4001/api'; + + try { + const res = await fetch(`${apiBase}/settings/ui-texts`, { + next: { revalidate: 60, tags: ['ui-texts', 'settings'] }, + }); + + if (res.ok) { + const data = await res.json(); + const texts: Record = {}; + + if (Array.isArray(data)) { + data.forEach((item: { key: string; value: string }) => { + if (item?.key) texts[item.key] = item.value; + }); + } else if (typeof data === 'object' && data !== null) { + Object.entries(data).forEach(([k, v]) => { + texts[k] = String(v); + }); + } + + const brandNameFa = + texts['brand_name_fa'] || + texts['BRAND_LOGO_TEXT_FA'] || + texts['site_logo_text_fa'] || + DEFAULT_SEO_CONFIG.brandNameFa; + + const brandNameEn = + texts['brand_name_en'] || + texts['BRAND_LOGO_TEXT_EN'] || + DEFAULT_SEO_CONFIG.brandNameEn; + + const titleSeparator = + texts['title_separator'] || DEFAULT_SEO_CONFIG.titleSeparator; + + const titlePositionRaw = texts['title_position']?.toLowerCase(); + const titlePosition: 'suffix' | 'prefix' | 'none' = + titlePositionRaw === 'prefix' || titlePositionRaw === 'none' + ? titlePositionRaw + : 'suffix'; + + const defaultMetaTitle = + texts['defaultMetaTitle'] || + texts['home_meta_title'] || + DEFAULT_SEO_CONFIG.defaultMetaTitle; + + const defaultMetaDescription = + texts['defaultMetaDescription'] || + texts['home_meta_desc'] || + DEFAULT_SEO_CONFIG.defaultMetaDescription; + + const rawKeywords = texts['keywords'] || texts['home_keywords']; + const keywords = rawKeywords + ? rawKeywords.split(',').map((k) => k.trim()).filter(Boolean) + : DEFAULT_SEO_CONFIG.keywords; + + const canonicalBaseUrl = + texts['canonicalBaseUrl'] || + process.env.NEXT_PUBLIC_SITE_URL || + DEFAULT_SEO_CONFIG.canonicalBaseUrl; + + const ogImageUrl = + texts['ogImageUrl'] || DEFAULT_SEO_CONFIG.ogImageUrl; + + return { + brandNameFa, + brandNameEn, + titleSeparator, + titlePosition, + defaultMetaTitle, + defaultMetaDescription, + keywords, + canonicalBaseUrl, + ogImageUrl, + texts, + }; + } + } catch (error) { + console.warn('[SEO] Unable to fetch dynamic settings from backend, using fallback:', error); + } + + return DEFAULT_SEO_CONFIG; +} + +/** + * Uniform Page Title Formatter according to Store Brand Configuration + */ +export function formatPageTitle( + rawTitle: string, + brandName = 'کنینا ایران', + separator = '|', + position: 'suffix' | 'prefix' | 'none' = 'suffix', + isHomePage = false +): string { + if (!rawTitle || !rawTitle.trim()) { + return brandName; + } + + const clean = rawTitle.trim(); + + // If this is the home page and has a custom full title configured, return it directly + if (isHomePage) { + return clean; + } + + // Check if the title already explicitly contains the brand name + const escapedBrand = brandName.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); + const brandRegex = new RegExp(`(\\s*[-|•]\\s*${escapedBrand}|${escapedBrand}\\s*[-|•]\\s*)`, 'gi'); + + // Strip existing repeated brand affix if present so we can format cleanly + const baseTitle = clean.replace(brandRegex, '').trim(); + + if (position === 'none') { + return baseTitle || clean; + } + + if (position === 'prefix') { + return `${brandName} ${separator} ${baseTitle || clean}`; + } + + // Default: 'suffix' -> "{PageTitle} {separator} {BrandName}" + return `${baseTitle || clean} ${separator} ${brandName}`; +} + +export interface PageMetadataOptions { + fallbackTitle?: string; + fallbackDesc?: string; + fallbackKeywords?: string[]; + canonicalPath?: string; + ogImage?: string; + isDynamicEntity?: boolean; // For PDP / Blog / Wiki detail + noIndex?: boolean; +} + +/** + * Generate standard Next.js Metadata object dynamically from server settings + */ +export async function getPageMetadata( + pageKey: string, + options: PageMetadataOptions = {} +): Promise { + const config = await getSeoConfig(); + const { texts, brandNameFa, titleSeparator, titlePosition, canonicalBaseUrl, ogImageUrl } = config; + + const isHome = pageKey === 'home'; + const rawTitle = + texts[`${pageKey}_meta_title`] || + options.fallbackTitle || + config.defaultMetaTitle; + + const title = options.isDynamicEntity + ? formatPageTitle(rawTitle, brandNameFa, titleSeparator, titlePosition, false) + : formatPageTitle(rawTitle, brandNameFa, titleSeparator, titlePosition, isHome); + + const description = + texts[`${pageKey}_meta_desc`] || + options.fallbackDesc || + config.defaultMetaDescription; + + const rawKeywords = texts[`${pageKey}_keywords`]; + const keywords = rawKeywords + ? rawKeywords.split(',').map((k) => k.trim()).filter(Boolean) + : options.fallbackKeywords || config.keywords; + + const explicitCanonical = texts[`${pageKey}_canonical`]; + const relativePath = options.canonicalPath ?? (isHome ? '/' : `/${pageKey.replace(/_/g, '-')}`); + const canonicalUrl = explicitCanonical || `${canonicalBaseUrl.replace(/\/$/, '')}${relativePath}`; + + const image = options.ogImage || ogImageUrl; + + const isStaging = + options.noIndex || + process.env.NEXT_PUBLIC_APP_ENV === 'staging' || + process.env.NODE_ENV !== 'production' || + (typeof process.env.NEXT_PUBLIC_SITE_URL === 'string' && + (process.env.NEXT_PUBLIC_SITE_URL.includes('stage') || + process.env.NEXT_PUBLIC_SITE_URL.includes('test') || + process.env.NEXT_PUBLIC_SITE_URL.includes('dev'))); + + return { + title, + description, + keywords, + alternates: { + canonical: canonicalUrl, + }, + openGraph: { + title, + description, + url: canonicalUrl, + siteName: brandNameFa, + locale: 'fa_IR', + type: 'website', + images: [ + { + url: image, + width: 1200, + height: 630, + alt: title, + }, + ], + }, + twitter: { + card: 'summary_large_image', + title, + description, + images: [image], + }, + robots: isStaging + ? { + index: false, + follow: false, + nocache: true, + googleBot: { + index: false, + follow: false, + noimageindex: true, + }, + } + : { + index: true, + follow: true, + googleBot: { + index: true, + follow: true, + 'max-video-preview': -1, + 'max-image-preview': 'large', + 'max-snippet': -1, + }, + }, + }; +} diff --git a/graphify-out/.graphify_labels.json b/graphify-out/.graphify_labels.json index 87d5df5..63c5df0 100644 --- a/graphify-out/.graphify_labels.json +++ b/graphify-out/.graphify_labels.json @@ -1,16 +1,16 @@ { - "0": "OrdersService", + "0": ".retryPayment", "1": "productService.ts", "2": "CmsController", "3": "app.module.ts", - "4": "reviews.controller.ts", + "4": "ReviewsService", "5": "tickets.controller.ts", - "6": "UserDashboard.tsx", + "6": "userStore.ts", "7": "MediaSelector.tsx", - "8": "SettingsController", - "9": "PetProfile.tsx", + "8": "PetProfile.tsx", + "9": "components/Skeleton.tsx", "10": "DoctorsService", - "11": "useSettingsStore", + "11": "trust-seals/page.tsx", "12": "adminRoutes.tsx", "13": "PrismaService", "14": "pets/pets.controller.ts", @@ -18,7 +18,7 @@ "16": "lib/services/api.ts", "17": "CreateVideoDto", "18": "src/services/api.ts", - "19": "auth.service.ts", + "19": "auth.controller.ts", "20": "BE-001", "21": "Roles", "22": "FE-001", @@ -28,31 +28,31 @@ "26": "TEST-001", "27": "DEVOPS-001", "28": "DOC-001", - "29": "WholesaleApplyDto", - "30": "app-audit-verification.e2e-spec.js", + "29": "WholesaleService", + "30": "main.ts", "31": "JwtAuthGuard", "32": "ZibalService", "33": "راهنمای تست سیستم (Software Testing)", "34": "CategoriesController", "35": "B2BService", "36": "What You Must Do When Invoked", - "37": "userStore.ts", - "38": "UsersService", + "37": "toPersian", + "38": "UsersController", "39": "What You Must Do When Invoked", "40": "SslController", "41": "PodcastPlayerModal.tsx", "42": "IngredientsService", - "43": "MetricsController", - "44": "MediaController", + "43": "UsersService", + "44": "admin.module.ts", "45": "Pagination.tsx", "46": "SmsService", - "47": "orders.service.ts", + "47": "OrdersService", "48": "PrescriptionsService", "49": "SmartAdvisorService", "50": "TestimonialsService", "51": "Role & Core Objective", - "52": "ContactService", - "53": "PaymentController", + "52": "AuthController", + "53": "auth.module.ts", "54": "compilerOptions", "55": "Media.tsx", "56": "compilerOptions", @@ -60,9 +60,9 @@ "58": "PaginationDto", "59": "dependencies", "60": "compilerOptions", - "61": "HomeClient.tsx", + "61": "useSettingsStore", "62": "BlogsController", - "63": "SettingsService", + "63": "reviews.controller.ts", "64": "BannersService", "65": "Required Review Group Closures", "66": "Coupons.tsx", @@ -79,7 +79,7 @@ "77": "scripts", "78": "Role & Core Objective", "79": "HomeController", - "80": "zibal.service.ts", + "80": "VetGallery.tsx", "81": "devDependencies", "82": "api", "83": "Orders.tsx", @@ -111,6 +111,7 @@ "109": "Operational Rules & Boundaries", "110": "AppService", "111": "SmsLogQueryDto", + "112": "app-audit-verification.e2e-spec.js", "113": "Vazirmatn Changelog", "114": "Vazirmatn Font فونت وزیرمتن", "115": "Operational Rules & Boundaries", @@ -127,6 +128,7 @@ "126": "Role & Core Objective", "127": "orchestrate.py", "128": "backend/package.json", + "129": "CreateOrderDto", "130": "graphify reference: extra exports and benchmark", "131": "Phase 2 Final Quality Gate Summary Report", "132": "Task Modifications Log", @@ -134,12 +136,13 @@ "134": "ErrorBoundary", "135": "application/package.json", "136": "generate-openapi.js", - "137": "AdminTransactionFilterDto", - "138": "InitiatePaymentDto", + "137": "PetsService", + "138": "payment.controller.ts", "139": "System Discovery", "140": "Product Requirement Document (PRD)", "141": "WikiController", - "143": "RedisService", + "142": "seo.ts", + "143": "auth.service.ts", "144": "Baseline Command Plan & Reconciled Command History", "145": "SmsSettingsPage.tsx", "146": "ErrorPages.tsx", @@ -164,13 +167,13 @@ "165": "rebuild_honest_ledger.js", "166": "validate_evidence_grade.js", "167": "supertest", - "168": "blog/[slug]/page.tsx", + "168": "getSeoConfig", "169": "API Contract Specification", "170": "⚙️ Backend Technical Review (05_dev_backend)", "171": "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)", "172": "🚀 SEO & Content Strategy Review (12_seo_content)", "173": "@types/node", - "174": ".handleZibalCallback", + "174": "BlogsService", "175": "seed-ui-texts.ts", "176": "seed-wiki.ts", "177": "update-blog.dto.ts", @@ -182,7 +185,7 @@ "183": "Raw Finding Verification & Disposition Report", "184": "React + TypeScript + Vite", "185": "Select.tsx", - "186": "wiki/[slug]/page.tsx", + "186": "AdminService", "187": "ts-node", "188": "application/README.md", "189": "@types/express", @@ -208,13 +211,16 @@ "209": "sync_honest_manifest.js", "210": "sync_manifest.js", "211": "@types/multer", + "212": "WholesaleApplyDto", "213": "@testing-library/jest-dom", + "214": "PetsService", + "215": "VerifyOtpDto", "216": "FormField.tsx", "217": "Input.tsx", "218": "Textarea.tsx", "219": "admin-panel/tsconfig.json", - "220": "about/page.tsx", - "221": "privacy/page.tsx", + "220": "getPageMetadata", + "221": "CreateHealthLogDto", "222": "next.config.ts", "223": "Shabnam Font README", "224": "AGENTS.md", @@ -225,13 +231,16 @@ "229": "eslint-plugin-react-refresh", "230": "@tailwindcss/postcss", "231": "typescript", - "232": "AdminService", + "232": "Body", "233": "@testing-library/react", "234": "@types/react", "235": "typescript", "236": "vitest", "237": "axios", + "238": "AddressDto", + "239": "blog/page.tsx", "240": "ts-loader", + "241": "contact/page.tsx", "242": "@types/bcrypt", "243": "app.e2e-spec.js", "244": "blog.entity.ts", @@ -286,11 +295,17 @@ "293": "typescript", "294": "app-audit-verification.e2e-spec.d.ts", "295": "app.e2e-spec.d.ts", - "297": "@eslint/eslintrc", + "296": "track/page.tsx", + "297": "ValidateCouponDto", "298": "eslint-config-prettier", + "299": "catalog/page.tsx", + "300": "app/page.tsx", + "301": "videos/page.tsx", + "302": "RedisModule", + "303": "eslint-plugin-prettier", + "304": "eslint-config-next", "305": "RouteErrorBoundary", "309": "globals", - "310": "admin.module.ts", - "312": "tailwindcss", - "313": "@types/react-dom" + "310": "ReportsController", + "312": "tailwindcss" } diff --git a/graphify-out/.graphify_labels.json.sig b/graphify-out/.graphify_labels.json.sig index de35afe..59e5c52 100644 --- a/graphify-out/.graphify_labels.json.sig +++ b/graphify-out/.graphify_labels.json.sig @@ -1 +1 @@ -{"0": "00341c22c4d34679", "1": "ad98932dbc749660", "2": "f34c872571e8a774", "3": "6125a54bc3f8adfb", "4": "e276e5845f115c99", "5": "81b67391b0b87cab", "6": "691b713e90832ddd", "7": "2add4e109ebd7e6b", "8": "c65d2335a4745c5a", "9": "62311a1aab87ffa2", "10": "60d3462be74f605c", "11": "fea0e1f745e9a689", "12": "974069a641b18374", "13": "b3d0eba464a12620", "14": "0054fd66d397b1c2", "15": "8fb0bfac013b3325", "16": "000fc1a788f508c6", "17": "67ce5a498e6dcd5c", "18": "f841b633ae9885ba", "19": "b0c48ee43feac336", "20": "4eda46a5b0695ef6", "21": "c2e7844e7e13381e", "22": "90b79d6027d60d30", "23": "6bd6f2633370820c", "24": "7664e56213a29331", "25": "942c4f9928c60a45", "26": "0614b98d9013b5f5", "27": "53ff49b3d54f0fba", "28": "2153ddcd7477dfb7", "29": "4c3daa7635f2b586", "30": "571266c2ba728290", "31": "d5d4ce8f67465360", "32": "32117d32aa2801ee", "33": "1c9a1f4c72613346", "34": "c822e4733dd64601", "35": "9b13da82475fc3c8", "36": "7abb5bc6a0e4f65f", "37": "a1c128c95e3842dc", "38": "be3689094661c515", "39": "7dd5c61562c827a8", "40": "cbaa20536db72d3e", "41": "f74d29bd4f6b6043", "42": "65e41c1c22dcd058", "43": "038915bd030e573c", "44": "f07a16ec76520068", "45": "3d3ebff744952385", "46": "d3fa96ac9ea8b30a", "47": "b058dd6c78285966", "48": "73df605d6eec20d9", "49": "cb17af4eb831480f", "50": "5a6d4157fb91d937", "51": "0f62727f3b4907c0", "52": "93d54dd865cba4db", "53": "b37052439b21abe1", "54": "7369e85febb97f1a", "55": "5419ef90cab3e3cd", "56": "01d4f9d6d9f3b08a", "57": "e2bda4d8806cbe01", "58": "562fc45ee6be07f4", "59": "1f914a584cbde781", "60": "3b9521f7d7986eaa", "61": "43d5d1b48c838a16", "62": "3b1909d07e8fb962", "63": "029061dc2344fd51", "64": "7478d6755ca2248a", "65": "31a5a53f1fe77e46", "66": "8d410ade17f20001", "67": "69d0f8b228227690", "68": "22456307ff273d80", "69": "d9e74b032c5b8440", "70": "4d71e6c411567ac8", "71": "30a4a28cb6862c78", "72": "62430df45afa65b5", "73": "c88712a1beba140c", "74": "ba7bc17581366c9a", "75": "0727bb53199085fc", "76": "91393683c97d1773", "77": "b1fb8b1d0bcaa7fd", "78": "70497658d0e0cea6", "79": "4ece6985263357c4", "80": "e3d13e2060945d3f", "81": "b1c3283bd55a8fe9", "82": "8c69c1f2f4a74077", "83": "8c4c02353e3f3b15", "84": "841013681f4e6e8c", "85": "656f816eb51f2ab1", "86": "25a6695f5783d2be", "87": "bf5a253cc5340107", "88": "f7a706f5fcb260c3", "89": "71d2ce6fb684bc0e", "90": "44ba71147b823d4b", "91": "46e9411f2b2e725a", "92": "eced7a49a05de643", "93": "3c1d9844d072bd2a", "94": "f0f56796aaebb4f5", "95": "b3c5433df880f335", "96": "6cfdd09a6fdd9ff9", "97": "e036dbd1de0f8b38", "98": "3880e4f4d7470b45", "99": "ac7cb5ec7d5c0802", "100": "622f83f2eb300a25", "101": "1ccf271dde5845aa", "102": "e37e0ecadc209564", "103": "610fb4de52790b25", "104": "28d2ad13da284bd3", "105": "6d16ccde1291c9d4", "106": "d7cad630fb1d1414", "107": "d228746e85ead3af", "108": "b55ba9125ffb5729", "109": "5f50a360f18a880b", "110": "c6b57d78299a27b3", "111": "8ffb30447853a689", "113": "db70db08c00162df", "114": "9a1080686fc7c39b", "115": "77fd76193df9f573", "116": "28355f848c862b6e", "117": "25f77f5455bdc96a", "118": "9141a0ede9461fd5", "119": "57ab0a112a605494", "120": "3ceda88239910d9a", "121": "9409b3b8a334f51d", "122": "ac95a9f152e3d1c4", "123": "a7299f20633c0236", "124": "3fa5848ea651b5b2", "125": "7f405315686459b9", "126": "44c7924c829cc215", "127": "17ecb7325285cf7a", "128": "4487fd85ddc13c93", "130": "c4abf0eb38ef740d", "131": "07d37aeefbe50e21", "132": "70b58e32c2890fdd", "133": "f2c7afb0c277c4b7", "134": "167643bcbbc26244", "135": "dcffd9ad7a1f7df6", "136": "1b0ef1cf87b53de3", "137": "cd0a24421495923f", "138": "34581929891cefb2", "139": "c7ddffce8605b65b", "140": "5910eeefe2f97a20", "141": "f17c5fbca8a8e41e", "143": "bc453835aedeb4a8", "144": "66efafa1e86d8081", "145": "39d16c91943d85e4", "146": "48f898ce95c8e90c", "147": "a2fe690317aef2ee", "148": "e30004421d79ffeb", "149": "cd66a5f43cd3407d", "150": "fa2d7dcf52348095", "151": "78aa95566e86b57f", "152": "75efc6457f7fce22", "153": "8375a4fbf0573a52", "154": "edb079558c6f3d59", "155": "fc778d7a22e550eb", "156": "1d80b74f885d6716", "157": "f47469d48b3776b5", "158": "3cd15de82f23093a", "159": "7a77349497fcdf37", "160": "85cd9ca1246dc437", "161": "3e93071fc4a80e95", "162": "6114ccb7b9036e33", "163": "f3d92800d756dd79", "164": "2aa85a497fd142d7", "165": "35d3a2679371e9a4", "166": "b8f35a499b36a57a", "167": "8d1aad761b4c839d", "168": "00d9ddfeee7b4c47", "169": "4ac5f9965007617d", "170": "cff999497d56b512", "171": "06b38ffa6f58195d", "172": "ee705c178d6958bb", "173": "6ddbf62ac93920e1", "174": "34aa7801077814c8", "175": "867babdd40f0c3fc", "176": "298144d1548a7dee", "177": "00d275127a7e435e", "178": "2942a9d30dae4a29", "179": "3e21e2fb50e12670", "180": "be62daa7d5bc336a", "181": "47c3e1a9d4bb7e67", "182": "82ff39c105ae3090", "183": "6747ecf936cb0400", "184": "ebc0087e3400009c", "185": "51d4e15c7e10decf", "186": "17ca8d640a75a60d", "187": "bbcea5ec9d046ac0", "188": "162b36508e5879f3", "189": "5eb83040a203bd16", "190": "6256958a9b817133", "191": "ab06e01c9caa9f90", "192": "204b3a83ef62f360", "193": "20a2080eac259e2b", "194": "1c69dcee9405ce47", "195": "7c65a1f3c4f1b858", "196": "67b5cef27d55952d", "197": "10b2996179aaaf2e", "198": "39031f751fb2d42f", "199": "d2a7888a77082d4c", "200": "54f53e5e0cc8c385", "201": "821696b1ff49347b", "202": "00739b5480732bdc", "203": "2434b1a28b16557f", "204": "cb3fe87c920b0cb3", "205": "ddb9c95db6575999", "206": "e2250667e3a77089", "207": "9069d5dda9013eee", "208": "0077975cffee54dc", "209": "e6fcd0aec85fac92", "210": "9590124db1601a96", "211": "0598c15fa2a12fad", "213": "0650b6a561436852", "216": "e077f384ad6b18ad", "217": "dd8d62f9fb517bb5", "218": "6d0322fa3d03fa10", "219": "3be2a9ccdc6668cc", "220": "3fb0bef25bab507e", "221": "bd3010d97e467f52", "222": "703a4a9860d7ed16", "223": "85fd4a84b5393d0e", "224": "97ec841e4f367258", "225": "4654167fd211d027", "226": "8176a164778526f9", "227": "a74925b45b279d6f", "228": "88e82bb9fffbe642", "229": "60ce4fcea460e0a6", "230": "5a4d1c1ef8bed9bb", "231": "b1d204e97a3c45dc", "232": "c292e68690f81bcb", "233": "e195f425def606d0", "234": "19ac29575c50f599", "235": "a0fdc688ac30f227", "236": "bcf417101439fd9e", "237": "768db8a3a299f590", "240": "e24cf60bcf607797", "242": "ecfb692b6f7a1014", "243": "c35e392f1594d14e", "244": "e66a941c60456b44", "245": "a7cf02106e992a23", "246": "88604333ff6aa860", "247": "8365b02889fa6cfc", "248": "6e7b82d0387bf16d", "249": "2eef246ebb269184", "250": "f5edd0761d024ff0", "251": "1e833ee596b5ca23", "252": "9fd8a4abf0eb00a3", "253": "e9728eefddbaed5b", "254": "fe8ad8aaa5b6f652", "255": "be78134816511eaf", "256": "4737624cd139d117", "257": "5fcab665dcd75a7d", "258": "33b1870821fb012a", "259": "10992f7331cbdeba", "260": "cef806733796b489", "261": "76578e90353475ed", "262": "04d938f720c1db19", "263": "57931ddf408ceeeb", "264": "b4fbbd4b7a13369e", "265": "d64c6d160a7faed4", "266": "2d1c86501cdb42dd", "267": "e6273a4f9b65952b", "268": "38a03e32ab28113e", "269": "400d2883ce278be7", "270": "a13f9628796dc16a", "271": "6e3ce4714f76f2f9", "272": "de2233c73c628824", "273": "a144dcdc61af17a5", "274": "672ba0ee4d6993c2", "275": "daf108b14eb1d2d5", "276": "a618b7b467aa2c0c", "277": "60a2d42e0373376c", "278": "934bee98555c5f5b", "279": "3a30dd7bf2ececaa", "280": "23c1a365d72c9b86", "281": "3323cd7407922799", "282": "9050a3ebe80326e5", "283": "10d7c8f3898b68e5", "284": "2ce5bbc30db985b5", "285": "2a963843e9a8e153", "286": "28537a0c0fbd566f", "287": "3659ed0b62c213c5", "288": "912cf03978233ef7", "289": "321732baccae846b", "290": "05f1ad1f29e435ff", "291": "6cc089e9f052ba3f", "292": "bfcc583da029935c", "293": "d0fc47de7f8bcf41", "294": "ef2d2abc6e491968", "295": "a1e0a3465632c13a", "297": "0bd7ed52b69464bf", "298": "f6ddba6f531d6b96", "305": "ed938bf48ae6ca6c", "309": "c556ac339be4aba5", "310": "7ebe295fb3abf60e", "312": "7a7f04630a11cc2b", "313": "4ab8ffab1d51ca61"} \ No newline at end of file +{"0": "e470aabce4686aca", "1": "7a63357334c79101", "2": "f34c872571e8a774", "3": "c1ae2e21e30a99fc", "4": "f3a50d7571c070b8", "5": "2240106a1c3e59b2", "6": "acacdd0568fa443a", "7": "2add4e109ebd7e6b", "8": "08164398c15b4c77", "9": "5dc9ecb5476d9198", "10": "8744c3e2c5ef5deb", "11": "f6f85b389abb3f1e", "12": "974069a641b18374", "13": "914d0c877d7ff6da", "14": "0a5ab1753224e34a", "15": "6e9d532b692d931e", "16": "3d8489db0d61b7b8", "17": "a30bfe3dddce4f48", "18": "f841b633ae9885ba", "19": "dca7c3dc95ba1a6c", "20": "4eda46a5b0695ef6", "21": "e622fa27c589c4ae", "22": "90b79d6027d60d30", "23": "6bd6f2633370820c", "24": "7664e56213a29331", "25": "942c4f9928c60a45", "26": "0614b98d9013b5f5", "27": "53ff49b3d54f0fba", "28": "2153ddcd7477dfb7", "29": "5499104e9ca4fdad", "30": "af7d1f2bc84f43e2", "31": "1fca9384c92b9bc5", "32": "2c8f458e3dc7242b", "33": "1c9a1f4c72613346", "34": "c387d7ef8479ef21", "35": "6773d7a4fb812f03", "36": "7abb5bc6a0e4f65f", "37": "09d8de2f0915d9bc", "38": "7f879091783d601b", "39": "7dd5c61562c827a8", "40": "e6a9e884d8c67c3c", "41": "f74d29bd4f6b6043", "42": "29f765af5c45627b", "43": "cd2bdc8efda2620a", "44": "c0fd3492dac688cc", "45": "3d3ebff744952385", "46": "1d32eda6471c50d4", "47": "4f246c223200a4c8", "48": "25e7bde8680ef8c3", "49": "d1a1a4b1ee1041ff", "50": "e54878ad9c9a199e", "51": "0f62727f3b4907c0", "52": "3b30592d0704001b", "53": "f53f86d5ec35f0e8", "54": "7369e85febb97f1a", "55": "5419ef90cab3e3cd", "56": "01d4f9d6d9f3b08a", "57": "e2bda4d8806cbe01", "58": "00e268911bdb7616", "59": "1f914a584cbde781", "60": "3b9521f7d7986eaa", "61": "6b8a7e9be4a0972d", "62": "3b1909d07e8fb962", "63": "f9d392fa0bbe9cf4", "64": "97f26c6b5405e0d6", "65": "31a5a53f1fe77e46", "66": "8d410ade17f20001", "67": "69d0f8b228227690", "68": "22456307ff273d80", "69": "d9e74b032c5b8440", "70": "73d4eac3b01e519d", "71": "a1bc4162c9ec1bdc", "72": "62430df45afa65b5", "73": "308972713c9af54e", "74": "ba7bc17581366c9a", "75": "0727bb53199085fc", "76": "91393683c97d1773", "77": "b1fb8b1d0bcaa7fd", "78": "70497658d0e0cea6", "79": "4ece6985263357c4", "80": "74930b2eeba055ca", "81": "6e280669736f661b", "82": "8c69c1f2f4a74077", "83": "8c4c02353e3f3b15", "84": "841013681f4e6e8c", "85": "656f816eb51f2ab1", "86": "25a6695f5783d2be", "87": "bf5a253cc5340107", "88": "f7a706f5fcb260c3", "89": "71d2ce6fb684bc0e", "90": "acb5879cbd24a488", "91": "46e9411f2b2e725a", "92": "eced7a49a05de643", "93": "3c1d9844d072bd2a", "94": "f0f56796aaebb4f5", "95": "b3c5433df880f335", "96": "6cfdd09a6fdd9ff9", "97": "e036dbd1de0f8b38", "98": "fce05247ce9d02ea", "99": "ac7cb5ec7d5c0802", "100": "622f83f2eb300a25", "101": "1ccf271dde5845aa", "102": "50fda258b996220f", "103": "610fb4de52790b25", "104": "1ee682d3178edd99", "105": "6d16ccde1291c9d4", "106": "d7cad630fb1d1414", "107": "d228746e85ead3af", "108": "b55ba9125ffb5729", "109": "5f50a360f18a880b", "110": "c6b57d78299a27b3", "111": "8ffb30447853a689", "112": "842eaa2a668240a3", "113": "db70db08c00162df", "114": "9a1080686fc7c39b", "115": "77fd76193df9f573", "116": "28355f848c862b6e", "117": "25f77f5455bdc96a", "118": "9141a0ede9461fd5", "119": "051ba28e492dcfc6", "120": "3ceda88239910d9a", "121": "9409b3b8a334f51d", "122": "ac95a9f152e3d1c4", "123": "a7299f20633c0236", "124": "3fa5848ea651b5b2", "125": "7f405315686459b9", "126": "44c7924c829cc215", "127": "17ecb7325285cf7a", "128": "4487fd85ddc13c93", "129": "d13dd35a8c73fef2", "130": "c4abf0eb38ef740d", "131": "07d37aeefbe50e21", "132": "70b58e32c2890fdd", "133": "f2c7afb0c277c4b7", "134": "167643bcbbc26244", "135": "dcffd9ad7a1f7df6", "136": "1b0ef1cf87b53de3", "137": "7a15bcf51917680d", "138": "cd6c523962f04e80", "139": "c7ddffce8605b65b", "140": "5910eeefe2f97a20", "141": "f17c5fbca8a8e41e", "142": "1ce18dcac3d31b35", "143": "a44e115f9d4e4f11", "144": "66efafa1e86d8081", "145": "39d16c91943d85e4", "146": "48f898ce95c8e90c", "147": "a2fe690317aef2ee", "148": "e30004421d79ffeb", "149": "cd66a5f43cd3407d", "150": "fa2d7dcf52348095", "151": "78aa95566e86b57f", "152": "75efc6457f7fce22", "153": "8375a4fbf0573a52", "154": "edb079558c6f3d59", "155": "fc778d7a22e550eb", "156": "1d80b74f885d6716", "157": "f47469d48b3776b5", "158": "3cd15de82f23093a", "159": "7a77349497fcdf37", "160": "85cd9ca1246dc437", "161": "3e93071fc4a80e95", "162": "6114ccb7b9036e33", "163": "f3d92800d756dd79", "164": "2aa85a497fd142d7", "165": "35d3a2679371e9a4", "166": "b8f35a499b36a57a", "167": "8d1aad761b4c839d", "168": "e776e6021f9e088b", "169": "4ac5f9965007617d", "170": "cff999497d56b512", "171": "06b38ffa6f58195d", "172": "ee705c178d6958bb", "173": "6ddbf62ac93920e1", "174": "6058c28d2bab04d5", "175": "867babdd40f0c3fc", "176": "298144d1548a7dee", "177": "00d275127a7e435e", "178": "2942a9d30dae4a29", "179": "3e21e2fb50e12670", "180": "be62daa7d5bc336a", "181": "47c3e1a9d4bb7e67", "182": "82ff39c105ae3090", "183": "6747ecf936cb0400", "184": "ebc0087e3400009c", "185": "51d4e15c7e10decf", "186": "42101d4e4ceeef63", "187": "bbcea5ec9d046ac0", "188": "162b36508e5879f3", "189": "5eb83040a203bd16", "190": "6256958a9b817133", "191": "ab06e01c9caa9f90", "192": "204b3a83ef62f360", "193": "20a2080eac259e2b", "194": "1c69dcee9405ce47", "195": "7c65a1f3c4f1b858", "196": "67b5cef27d55952d", "197": "10b2996179aaaf2e", "198": "39031f751fb2d42f", "199": "d2a7888a77082d4c", "200": "54f53e5e0cc8c385", "201": "821696b1ff49347b", "202": "00739b5480732bdc", "203": "2434b1a28b16557f", "204": "cb3fe87c920b0cb3", "205": "ddb9c95db6575999", "206": "e2250667e3a77089", "207": "9069d5dda9013eee", "208": "0077975cffee54dc", "209": "e6fcd0aec85fac92", "210": "9590124db1601a96", "211": "0598c15fa2a12fad", "212": "6594364126802c01", "213": "0650b6a561436852", "214": "f787edcd49a7f86e", "215": "176083777cb01eb7", "216": "e077f384ad6b18ad", "217": "dd8d62f9fb517bb5", "218": "6d0322fa3d03fa10", "219": "3be2a9ccdc6668cc", "220": "e37787b94fc33c49", "221": "20ee2c8dca771e1b", "222": "703a4a9860d7ed16", "223": "85fd4a84b5393d0e", "224": "97ec841e4f367258", "225": "4654167fd211d027", "226": "8176a164778526f9", "227": "a74925b45b279d6f", "228": "88e82bb9fffbe642", "229": "60ce4fcea460e0a6", "230": "5a4d1c1ef8bed9bb", "231": "b1d204e97a3c45dc", "232": "c0c352b261b49d91", "233": "e195f425def606d0", "234": "19ac29575c50f599", "235": "a0fdc688ac30f227", "236": "bcf417101439fd9e", "237": "768db8a3a299f590", "238": "47c6666263fd3bd6", "239": "6c9b506f719e06db", "240": "e24cf60bcf607797", "241": "a37dc83d6c895c8a", "242": "ecfb692b6f7a1014", "243": "c35e392f1594d14e", "244": "e66a941c60456b44", "245": "a7cf02106e992a23", "246": "88604333ff6aa860", "247": "8365b02889fa6cfc", "248": "6e7b82d0387bf16d", "249": "2eef246ebb269184", "250": "f5edd0761d024ff0", "251": "1e833ee596b5ca23", "252": "9fd8a4abf0eb00a3", "253": "e9728eefddbaed5b", "254": "fe8ad8aaa5b6f652", "255": "be78134816511eaf", "256": "4737624cd139d117", "257": "5fcab665dcd75a7d", "258": "33b1870821fb012a", "259": "10992f7331cbdeba", "260": "cef806733796b489", "261": "76578e90353475ed", "262": "04d938f720c1db19", "263": "57931ddf408ceeeb", "264": "b4fbbd4b7a13369e", "265": "d64c6d160a7faed4", "266": "2d1c86501cdb42dd", "267": "e6273a4f9b65952b", "268": "38a03e32ab28113e", "269": "400d2883ce278be7", "270": "a13f9628796dc16a", "271": "6e3ce4714f76f2f9", "272": "de2233c73c628824", "273": "a144dcdc61af17a5", "274": "672ba0ee4d6993c2", "275": "daf108b14eb1d2d5", "276": "a618b7b467aa2c0c", "277": "60a2d42e0373376c", "278": "934bee98555c5f5b", "279": "3a30dd7bf2ececaa", "280": "23c1a365d72c9b86", "281": "3323cd7407922799", "282": "9050a3ebe80326e5", "283": "10d7c8f3898b68e5", "284": "2ce5bbc30db985b5", "285": "2a963843e9a8e153", "286": "28537a0c0fbd566f", "287": "3659ed0b62c213c5", "288": "912cf03978233ef7", "289": "321732baccae846b", "290": "05f1ad1f29e435ff", "291": "6cc089e9f052ba3f", "292": "bfcc583da029935c", "293": "d0fc47de7f8bcf41", "294": "ef2d2abc6e491968", "295": "a1e0a3465632c13a", "296": "2b8d338593a71266", "297": "4a0ee509eb81db2e", "298": "f6ddba6f531d6b96", "299": "bee7620bf612dcfe", "300": "0dd5439f11354ec2", "301": "ad5c34ff3d17ff1d", "302": "2f10ce778a275088", "303": "578638c4278d00c6", "304": "bddcc43a56a2787b", "305": "ed938bf48ae6ca6c", "309": "c556ac339be4aba5", "310": "b9cfea35934eb864", "312": "7a7f04630a11cc2b"} \ No newline at end of file diff --git a/graphify-out/2026-08-19/.graphify_analysis.json b/graphify-out/2026-08-19/.graphify_analysis.json new file mode 100644 index 0000000..07b92a5 --- /dev/null +++ b/graphify-out/2026-08-19/.graphify_analysis.json @@ -0,0 +1,4529 @@ +{ + "communities": { + "0": [ + "backend_src_admin_admin_controller", + "backend_src_admin_admin_controller_admincontroller", + "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "backend_src_admin_admin_controller_admincontroller_constructor", + "backend_src_admin_admin_controller_admincontroller_createcoupon", + "backend_src_admin_admin_controller_admincontroller_createdoctor", + "backend_src_admin_admin_controller_admincontroller_createproduct", + "backend_src_admin_admin_controller_admincontroller_createuser", + "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "backend_src_admin_admin_controller_admincontroller_deleteuser", + "backend_src_admin_admin_controller_admincontroller_getcoupons", + "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "backend_src_admin_admin_controller_admincontroller_getdoctors", + "backend_src_admin_admin_controller_admincontroller_getorders", + "backend_src_admin_admin_controller_admincontroller_getproducts", + "backend_src_admin_admin_controller_admincontroller_getsettings", + "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "backend_src_admin_admin_controller_admincontroller_getusers", + "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "backend_src_admin_admin_controller_admincontroller_updateproduct", + "backend_src_admin_admin_controller_admincontroller_updatesettings", + "backend_src_admin_admin_controller_admincontroller_updateuser", + "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "backend_src_admin_admin_controller_spec", + "backend_src_admin_admin_controller_ts_apibearerauth", + "backend_src_admin_admin_controller_ts_apioperation", + "backend_src_admin_admin_controller_ts_apiquery", + "backend_src_admin_admin_controller_ts_apitags", + "backend_src_admin_admin_controller_ts_body", + "backend_src_admin_admin_controller_ts_controller", + "backend_src_admin_admin_controller_ts_delete", + "backend_src_admin_admin_controller_ts_get", + "backend_src_admin_admin_controller_ts_param", + "backend_src_admin_admin_controller_ts_post", + "backend_src_admin_admin_controller_ts_put", + "backend_src_admin_admin_controller_ts_query", + "backend_src_admin_admin_controller_ts_useguards", + "backend_src_admin_admin_service", + "backend_src_admin_admin_service_adminservice", + "backend_src_admin_admin_service_adminservice_adjustuserwallet", + "backend_src_admin_admin_service_adminservice_createcoupon", + "backend_src_admin_admin_service_adminservice_createdoctor", + "backend_src_admin_admin_service_adminservice_createproduct", + "backend_src_admin_admin_service_adminservice_createuser", + "backend_src_admin_admin_service_adminservice_deletecoupon", + "backend_src_admin_admin_service_adminservice_deletedoctor", + "backend_src_admin_admin_service_adminservice_deleteproduct", + "backend_src_admin_admin_service_adminservice_deleteuser", + "backend_src_admin_admin_service_adminservice_getcoupons", + "backend_src_admin_admin_service_adminservice_getdashboardstats", + "backend_src_admin_admin_service_adminservice_getdoctors", + "backend_src_admin_admin_service_adminservice_getorders", + "backend_src_admin_admin_service_adminservice_getpets", + "backend_src_admin_admin_service_adminservice_getproducts", + "backend_src_admin_admin_service_adminservice_getsettings", + "backend_src_admin_admin_service_adminservice_getuserdetails", + "backend_src_admin_admin_service_adminservice_getusers", + "backend_src_admin_admin_service_adminservice_togglecoupon", + "backend_src_admin_admin_service_adminservice_updatecoupon", + "backend_src_admin_admin_service_adminservice_updatedoctor", + "backend_src_admin_admin_service_adminservice_updateorderstatus", + "backend_src_admin_admin_service_adminservice_updateproduct", + "backend_src_admin_admin_service_adminservice_updatesettings", + "backend_src_admin_admin_service_adminservice_updateuser", + "backend_src_admin_admin_service_adminservice_updateuserrole", + "backend_src_admin_admin_service_couponinput", + "backend_src_admin_admin_service_coupontargetinput", + "backend_src_admin_admin_service_paginationquery", + "backend_src_admin_admin_service_productinput", + "backend_src_admin_admin_service_ts_injectable", + "backend_src_admin_dto_admin_query_dto_adminquerydto", + "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", + "backend_src_admin_dto_admin_query_dto_ts_isoptional", + "backend_src_admin_dto_admin_query_dto_ts_isstring", + "backend_src_admin_dto_user_dto", + "backend_src_admin_dto_user_dto_createuserdto", + "backend_src_admin_dto_user_dto_ts_apiproperty", + "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "backend_src_admin_dto_user_dto_ts_isemail", + "backend_src_admin_dto_user_dto_ts_isnotempty", + "backend_src_admin_dto_user_dto_ts_isnumber", + "backend_src_admin_dto_user_dto_ts_isoptional", + "backend_src_admin_dto_user_dto_ts_isstring", + "backend_src_admin_dto_user_dto_ts_minlength", + "backend_src_admin_dto_user_dto_updateuserdto", + "backend_src_redis_redis_service_redisservice_get", + "backend_src_settings_settings_service_canonical_aliases" + ], + "1": [ + "frontend_application_app_blog_page", + "frontend_application_app_blog_page_blog", + "frontend_application_app_blog_page_getblogs", + "frontend_application_app_blog_page_metadata", + "frontend_application_app_catalog_catalogclient", + "frontend_application_app_catalog_catalogclient_catalogclient", + "frontend_application_app_catalog_page", + "frontend_application_app_catalog_page_catalogpage", + "frontend_application_app_catalog_page_metadata", + "frontend_application_app_search_page", + "frontend_application_app_search_page_metadata", + "frontend_application_app_search_page_searchpage", + "frontend_application_app_sitemap", + "frontend_application_app_sitemap_sitemap", + "frontend_application_app_wiki_page", + "frontend_application_app_wiki_page_metadata", + "frontend_application_app_wiki_page_wikipage", + "frontend_application_components_blogpage", + "frontend_application_components_blogpage_blogpage", + "frontend_application_components_blogpage_blogpost", + "frontend_application_components_catalog_catalogpagespread", + "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", + "frontend_application_components_catalog_catalogpagespread_categorymeta", + "frontend_application_components_catalog_catalogpagespread_getformbadge", + "frontend_application_components_catalog_catalogpagespread_getspeciesbadge", + "frontend_application_components_catalog_flipbookcatalog", + "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", + "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext", + "frontend_application_components_catalog_productdetailmodal", + "frontend_application_components_catalog_productdetailmodal_productdetailmodal", + "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", + "frontend_application_components_ingredientwiki", + "frontend_application_components_ingredientwiki_formatingredientdisplayname", + "frontend_application_components_ingredientwiki_ingredient_match_keywords", + "frontend_application_components_ingredientwiki_ingredientwiki", + "frontend_application_components_searchresultspage", + "frontend_application_components_searchresultspage_searchresultspage", + "frontend_application_lib_data_products", + "frontend_application_lib_data_products_dosageresult", + "frontend_application_lib_data_products_faq", + "frontend_application_lib_data_products_ingredientinfo", + "frontend_application_lib_data_products_ingredients_wiki", + "frontend_application_lib_data_products_pettype", + "frontend_application_lib_data_products_product", + "frontend_application_lib_data_products_products", + "frontend_application_lib_data_products_specialist", + "frontend_application_lib_services_productservice", + "frontend_application_lib_services_productservice_backendproduct", + "frontend_application_lib_services_productservice_category_slug_to_name", + "frontend_application_lib_services_productservice_productservice", + "frontend_application_lib_services_productservice_productservice_constructor", + "frontend_application_lib_services_productservice_productservice_getactivefilters", + "frontend_application_lib_services_productservice_productservice_getbanners", + "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "frontend_application_lib_services_productservice_productservice_getinstance", + "frontend_application_lib_services_productservice_productservice_getnavigationfilters", + "frontend_application_lib_services_productservice_productservice_getproductbyid", + "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "frontend_application_lib_services_productservice_productservice_getproducts", + "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "frontend_application_lib_store_cartstore_cartitem", + "frontend_application_lib_store_cartstore_cartstore", + "frontend_application_lib_types_ingredient" + ], + "2": [ + "backend_src_cms_cms_controller", + "backend_src_cms_cms_controller_cmscontroller", + "backend_src_cms_cms_controller_cmscontroller_constructor", + "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "backend_src_cms_cms_controller_ts_apibearerauth", + "backend_src_cms_cms_controller_ts_apioperation", + "backend_src_cms_cms_controller_ts_apitags", + "backend_src_cms_cms_controller_ts_body", + "backend_src_cms_cms_controller_ts_controller", + "backend_src_cms_cms_controller_ts_delete", + "backend_src_cms_cms_controller_ts_get", + "backend_src_cms_cms_controller_ts_param", + "backend_src_cms_cms_controller_ts_post", + "backend_src_cms_cms_controller_ts_put", + "backend_src_cms_cms_controller_ts_useguards", + "backend_src_cms_cms_service", + "backend_src_cms_cms_service_cmsservice", + "backend_src_cms_cms_service_cmsservice_constructor", + "backend_src_cms_cms_service_cmsservice_createherobanner", + "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", + "backend_src_cms_cms_service_cmsservice_createvettestimonial", + "backend_src_cms_cms_service_cmsservice_deleteherobanner", + "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule", + "backend_src_cms_cms_service_cmsservice_deletevettestimonial", + "backend_src_cms_cms_service_cmsservice_getherobanners", + "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules", + "backend_src_cms_cms_service_cmsservice_getvettestimonials", + "backend_src_cms_cms_service_cmsservice_updateherobanner", + "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", + "backend_src_cms_cms_service_cmsservice_updatevettestimonial", + "backend_src_cms_cms_service_ts_injectable", + "backend_src_cms_dto_cms_dto", + "backend_src_cms_dto_cms_dto_createherobannerdto", + "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "backend_src_cms_dto_cms_dto_ts_apiproperty", + "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "backend_src_cms_dto_cms_dto_ts_isboolean", + "backend_src_cms_dto_cms_dto_ts_isnumber", + "backend_src_cms_dto_cms_dto_ts_isoptional", + "backend_src_cms_dto_cms_dto_ts_isstring", + "isuuid" + ], + "3": [ + "backend_src_app_module", + "backend_src_b2b_b2b_module", + "backend_src_b2b_b2b_module_b2bmodule", + "backend_src_b2b_b2b_module_ts_module", + "backend_src_banners_banners_module", + "backend_src_banners_banners_module_bannersmodule", + "backend_src_banners_banners_module_ts_module", + "backend_src_cms_cms_module", + "backend_src_cms_cms_module_cmsmodule", + "backend_src_cms_cms_module_ts_module", + "backend_src_common_sms_module", + "backend_src_common_sms_module_smsmodule", + "backend_src_common_sms_module_ts_global", + "backend_src_common_sms_module_ts_module", + "backend_src_contact_contact_module", + "backend_src_contact_contact_module_contactmodule", + "backend_src_contact_contact_module_ts_module", + "backend_src_ingredients_ingredients_module", + "backend_src_ingredients_ingredients_module_ingredientsmodule", + "backend_src_ingredients_ingredients_module_ts_module", + "backend_src_payment_payment_module", + "backend_src_payment_payment_module_paymentmodule", + "backend_src_payment_payment_module_ts_module", + "backend_src_prescriptions_prescriptions_module", + "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "backend_src_prescriptions_prescriptions_module_ts_module", + "backend_src_prisma_prisma_module", + "backend_src_prisma_prisma_module_prismamodule", + "backend_src_prisma_prisma_module_ts_global", + "backend_src_prisma_prisma_module_ts_module", + "backend_src_settings_settings_module", + "backend_src_settings_settings_module_settingsmodule", + "backend_src_settings_settings_module_ts_module", + "backend_src_smart_advisor_smart_advisor_module", + "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "backend_src_smart_advisor_smart_advisor_module_ts_module", + "backend_src_testimonials_testimonials_module", + "backend_src_testimonials_testimonials_module_testimonialsmodule", + "backend_src_testimonials_testimonials_module_ts_module", + "backend_src_tickets_tickets_module", + "backend_src_tickets_tickets_module_ticketsmodule", + "backend_src_tickets_tickets_module_ts_module", + "backend_src_videos_videos_module", + "backend_src_videos_videos_module_ts_module", + "backend_src_videos_videos_module_videosmodule", + "backend_src_wholesale_wholesale_module", + "backend_src_wholesale_wholesale_module_ts_module", + "backend_src_wholesale_wholesale_module_wholesalemodule" + ], + "4": [ + "backend_src_reviews_dto_create_review_dto", + "backend_src_reviews_dto_create_review_dto_createreviewdto", + "backend_src_reviews_dto_create_review_dto_ts_apiproperty", + "backend_src_reviews_dto_create_review_dto_ts_isint", + "backend_src_reviews_dto_create_review_dto_ts_isnotempty", + "backend_src_reviews_dto_create_review_dto_ts_isoptional", + "backend_src_reviews_dto_create_review_dto_ts_isstring", + "backend_src_reviews_dto_create_review_dto_ts_min", + "backend_src_reviews_dto_update_review_dto", + "backend_src_reviews_dto_update_review_dto_ts_apiproperty", + "backend_src_reviews_dto_update_review_dto_ts_isin", + "backend_src_reviews_dto_update_review_dto_ts_isoptional", + "backend_src_reviews_dto_update_review_dto_ts_isstring", + "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "backend_src_reviews_reviews_controller", + "backend_src_reviews_reviews_controller_reviewscontroller", + "backend_src_reviews_reviews_controller_reviewscontroller_constructor", + "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "backend_src_reviews_reviews_controller_ts_apibearerauth", + "backend_src_reviews_reviews_controller_ts_apioperation", + "backend_src_reviews_reviews_controller_ts_apitags", + "backend_src_reviews_reviews_controller_ts_body", + "backend_src_reviews_reviews_controller_ts_controller", + "backend_src_reviews_reviews_controller_ts_delete", + "backend_src_reviews_reviews_controller_ts_get", + "backend_src_reviews_reviews_controller_ts_param", + "backend_src_reviews_reviews_controller_ts_patch", + "backend_src_reviews_reviews_controller_ts_post", + "backend_src_reviews_reviews_controller_ts_query", + "backend_src_reviews_reviews_controller_ts_req", + "backend_src_reviews_reviews_controller_ts_useguards", + "backend_src_reviews_reviews_module", + "backend_src_reviews_reviews_module_reviewsmodule", + "backend_src_reviews_reviews_module_ts_module", + "backend_src_reviews_reviews_service", + "backend_src_reviews_reviews_service_reviewsservice", + "backend_src_reviews_reviews_service_reviewsservice_constructor", + "backend_src_reviews_reviews_service_reviewsservice_createreview", + "backend_src_reviews_reviews_service_reviewsservice_deletereview", + "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", + "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", + "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "backend_src_reviews_reviews_service_ts_injectable", + "max" + ], + "5": [ + "backend_src_tickets_dto_create_ticket_dto", + "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "backend_src_tickets_dto_ticket_query_dto", + "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional", + "backend_src_tickets_dto_ticket_query_dto_ts_isnumber", + "backend_src_tickets_dto_ticket_query_dto_ts_isoptional", + "backend_src_tickets_dto_ticket_query_dto_ts_isstring", + "backend_src_tickets_dto_ticket_query_dto_ts_type", + "backend_src_tickets_tickets_controller", + "backend_src_tickets_tickets_controller_ticketscontroller", + "backend_src_tickets_tickets_controller_ticketscontroller_constructor", + "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "backend_src_tickets_tickets_controller_ts_apibearerauth", + "backend_src_tickets_tickets_controller_ts_apioperation", + "backend_src_tickets_tickets_controller_ts_apitags", + "backend_src_tickets_tickets_controller_ts_body", + "backend_src_tickets_tickets_controller_ts_controller", + "backend_src_tickets_tickets_controller_ts_get", + "backend_src_tickets_tickets_controller_ts_param", + "backend_src_tickets_tickets_controller_ts_post", + "backend_src_tickets_tickets_controller_ts_put", + "backend_src_tickets_tickets_controller_ts_query", + "backend_src_tickets_tickets_controller_ts_req", + "backend_src_tickets_tickets_controller_ts_useguards", + "backend_src_tickets_tickets_service", + "backend_src_tickets_tickets_service_ticketsservice", + "backend_src_tickets_tickets_service_ticketsservice_constructor", + "backend_src_tickets_tickets_service_ticketsservice_createticket", + "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber", + "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", + "backend_src_tickets_tickets_service_ticketsservice_getticketdetails", + "backend_src_tickets_tickets_service_ticketsservice_getusertickets", + "backend_src_tickets_tickets_service_ticketsservice_replytoticket", + "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", + "backend_src_tickets_tickets_service_ts_injectable" + ], + "6": [ + "frontend_application_app_checkout_page", + "frontend_application_app_checkout_page_checkout", + "frontend_application_app_dashboard_page", + "frontend_application_app_dashboard_page_dashboardpage", + "frontend_application_components_addressmodal", + "frontend_application_components_addressmodal_addressmodal", + "frontend_application_components_addressmodal_addressmodalprops", + "frontend_application_components_backbutton", + "frontend_application_components_backbutton_backbutton", + "frontend_application_components_backbutton_backbuttonprops", + "frontend_application_components_checkoutpage", + "frontend_application_components_checkoutpage_checkoutpage", + "frontend_application_components_deleteconfirmmodal", + "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal", + "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops", + "frontend_application_components_headerbutton", + "frontend_application_components_headerbutton_headerbutton", + "frontend_application_components_headerbutton_headerbuttonprops", + "frontend_application_components_loginmodal", + "frontend_application_components_loginmodal_loginmodal", + "frontend_application_components_loginmodal_loginmodalprops", + "frontend_application_components_orderdetailsmodal", + "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon", + "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel", + "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops", + "frontend_application_components_petprofile_petprofile", + "frontend_application_components_searchableselect", + "frontend_application_components_searchableselect_searchableselect", + "frontend_application_components_searchableselect_searchableselectprops", + "frontend_application_components_topupmodal", + "frontend_application_components_topupmodal_preset_amounts", + "frontend_application_components_topupmodal_topupmodal", + "frontend_application_components_topupmodal_topupmodalprops", + "frontend_application_components_userdashboard", + "frontend_application_components_userdashboard_userdashboard", + "frontend_application_lib_data_provinces", + "frontend_application_lib_data_provinces_iran_provinces", + "frontend_application_lib_data_provinces_province_cities", + "frontend_application_lib_services_ticketservice", + "frontend_application_lib_services_ticketservice_createticketpayload", + "frontend_application_lib_services_ticketservice_ticket", + "frontend_application_lib_services_ticketservice_ticketmessage", + "frontend_application_lib_services_ticketservice_ticketservice", + "frontend_application_lib_store_userstore_address", + "frontend_application_lib_utils", + "frontend_application_lib_utils_cn", + "frontend_application_lib_utils_topersian" + ], + "7": [ + "frontend_admin_panel_src_components_ui_confirmmodal", + "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", + "frontend_admin_panel_src_components_ui_mediaselector", + "frontend_admin_panel_src_components_ui_mediaselector_media", + "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", + "frontend_admin_panel_src_components_ui_pagination", + "frontend_admin_panel_src_components_ui_pagination_pagination", + "frontend_admin_panel_src_components_ui_pagination_paginationprops", + "frontend_admin_panel_src_components_ui_spinner", + "frontend_admin_panel_src_components_ui_spinner_spinner", + "frontend_admin_panel_src_pages_bannersmanager", + "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", + "frontend_admin_panel_src_pages_blogs", + "frontend_admin_panel_src_pages_blogs_blogpost", + "frontend_admin_panel_src_pages_blogs_blogs", + "frontend_admin_panel_src_pages_categories", + "frontend_admin_panel_src_pages_categories_categories", + "frontend_admin_panel_src_pages_categories_category", + "frontend_admin_panel_src_pages_ingredientsmanager", + "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", + "frontend_admin_panel_src_pages_media", + "frontend_admin_panel_src_pages_media_media", + "frontend_admin_panel_src_pages_media_mediamanager", + "frontend_admin_panel_src_pages_pets", + "frontend_admin_panel_src_pages_pets_pet", + "frontend_admin_panel_src_pages_pets_pets", + "frontend_admin_panel_src_pages_products", + "frontend_admin_panel_src_pages_products_category", + "frontend_admin_panel_src_pages_products_product", + "frontend_admin_panel_src_pages_products_products", + "frontend_admin_panel_src_pages_seosettingspage", + "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", + "frontend_admin_panel_src_pages_testimonialsmanager", + "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", + "frontend_admin_panel_src_pages_wiki", + "frontend_admin_panel_src_pages_wiki_productitem", + "frontend_admin_panel_src_pages_wiki_wiki", + "frontend_admin_panel_src_pages_wiki_wikiterm", + "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "frontend_admin_panel_src_routes_adminroutes_products", + "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "frontend_admin_panel_src_routes_adminroutes_wiki", + "frontend_admin_panel_src_services_api_base_domain", + "frontend_admin_panel_src_types_admin_ingredient", + "frontend_admin_panel_src_types_admin_testimonial" + ], + "8": [ + "backend_src_admin_admin_module", + "backend_src_admin_admin_module_adminmodule", + "backend_src_admin_admin_module_ts_module", + "backend_src_admin_blogs_controller", + "backend_src_admin_blogs_service", + "backend_src_admin_blogs_service_blogquery", + "backend_src_admin_blogs_service_blogsservice", + "backend_src_admin_blogs_service_blogsservice_constructor", + "backend_src_admin_blogs_service_blogsservice_createblog", + "backend_src_admin_blogs_service_blogsservice_deleteblog", + "backend_src_admin_blogs_service_blogsservice_getblogs", + "backend_src_admin_blogs_service_blogsservice_updateblog", + "backend_src_admin_blogs_service_ts_injectable", + "backend_src_admin_media_controller", + "backend_src_admin_media_service", + "backend_src_admin_media_service_mediaservice", + "backend_src_admin_media_service_mediaservice_constructor", + "backend_src_admin_media_service_ts_injectable", + "backend_src_admin_reports_controller", + "backend_src_admin_reports_controller_reportscontroller", + "backend_src_admin_reports_controller_reportscontroller_constructor", + "backend_src_admin_reports_controller_reportscontroller_getreports", + "backend_src_admin_reports_controller_ts_apibearerauth", + "backend_src_admin_reports_controller_ts_apioperation", + "backend_src_admin_reports_controller_ts_apitags", + "backend_src_admin_reports_controller_ts_controller", + "backend_src_admin_reports_controller_ts_get", + "backend_src_admin_reports_controller_ts_useguards", + "backend_src_admin_reports_service", + "backend_src_admin_reports_service_reportsservice", + "backend_src_admin_reports_service_reportsservice_constructor", + "backend_src_admin_reports_service_reportsservice_getdashboardreports", + "backend_src_admin_reports_service_ts_injectable", + "backend_src_admin_ssl_service", + "backend_src_admin_ssl_service_sslcertinfo", + "backend_src_admin_wiki_controller", + "backend_src_admin_wiki_service", + "backend_src_admin_wiki_service_ts_injectable", + "backend_src_admin_wiki_service_wikiquery", + "backend_src_admin_wiki_service_wikiservice", + "backend_src_admin_wiki_service_wikiservice_constructor", + "backend_src_admin_wiki_service_wikiservice_createterm", + "backend_src_admin_wiki_service_wikiservice_deleteterm", + "backend_src_admin_wiki_service_wikiservice_getterms", + "backend_src_admin_wiki_service_wikiservice_updateterm" + ], + "9": [ + "frontend_application_app_checkout_success_id_page", + "frontend_application_app_checkout_success_id_page_successpage", + "frontend_application_app_loading", + "frontend_application_app_loading_globalloading", + "frontend_application_app_profile_page", + "frontend_application_app_profile_page_profilepage", + "frontend_application_app_shop_page", + "frontend_application_app_shop_page_metadata", + "frontend_application_app_shop_page_shop", + "frontend_application_components_archivepage", + "frontend_application_components_archivepage_archivepage", + "frontend_application_components_archivepage_archiveproductcard", + "frontend_application_components_archivepage_category_map", + "frontend_application_components_archivepage_icon_map", + "frontend_application_components_featuredproducts", + "frontend_application_components_featuredproducts_featuredproducts", + "frontend_application_components_featuredproducts_productcard", + "frontend_application_components_ordersuccess", + "frontend_application_components_ordersuccess_ordersuccess", + "frontend_application_components_petprofile", + "frontend_application_components_skeleton", + "frontend_application_components_skeleton_orderrowskeleton", + "frontend_application_components_skeleton_petprofileskeleton", + "frontend_application_components_skeleton_productcardskeleton", + "frontend_application_components_skeleton_skeleton", + "frontend_application_components_skeleton_skeletonprops", + "frontend_application_components_smartadvisor", + "frontend_application_components_smartadvisor_current_symptoms", + "frontend_application_components_smartadvisor_medical_histories", + "frontend_application_components_smartadvisor_smartadvisor", + "frontend_application_components_smartadvisor_smartadvisorprops", + "frontend_application_components_tests_featuredproducts_test", + "frontend_application_components_tests_featuredproducts_test_mockproducts", + "frontend_application_lib_store_uistore", + "frontend_application_lib_store_uistore_uistate", + "frontend_application_lib_store_uistore_useuistore", + "frontend_application_lib_store_usepetstore", + "frontend_application_lib_store_usepetstore_healthlog", + "frontend_application_lib_store_usepetstore_petconsumption", + "frontend_application_lib_store_usepetstore_petprofile", + "frontend_application_lib_store_usepetstore_petstore", + "frontend_application_lib_store_usepetstore_reminder", + "frontend_application_lib_store_usepetstore_usepetstore" + ], + "10": [ + "frontend_application_app_clientlayout", + "frontend_application_app_clientlayout_clientlayout", + "frontend_application_app_layout", + "frontend_application_app_layout_generatemetadata", + "frontend_application_app_layout_rootlayout", + "frontend_application_app_payment_verify_page", + "frontend_application_app_payment_verify_page_paymentverifypage", + "frontend_application_app_payment_verify_page_verifycontent", + "frontend_application_app_track_page", + "frontend_application_app_track_page_trackpage", + "frontend_application_components_authmodal", + "frontend_application_components_authmodal_authmodal", + "frontend_application_components_authmodal_authmodalprops", + "frontend_application_components_authmodal_extractotpfromtext", + "frontend_application_components_b2bportal", + "frontend_application_components_b2bportal_b2bportal", + "frontend_application_components_cartdrawer", + "frontend_application_components_cartdrawer_cartdrawer", + "frontend_application_components_header", + "frontend_application_components_header_header", + "frontend_application_components_header_header_handleclickoutside", + "frontend_application_components_header_menu_icons", + "frontend_application_components_ordertracking", + "frontend_application_components_ordertracking_ordertracking", + "frontend_application_components_prescriptionuploadmodal", + "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", + "frontend_application_components_tests_cartdrawer_test", + "frontend_application_components_tests_cartdrawer_test_mockproduct", + "frontend_application_components_tests_header_test", + "frontend_application_lib_store_cartstore", + "frontend_application_lib_store_cartstore_order", + "frontend_application_lib_store_cartstore_usecartstore", + "frontend_application_lib_store_tests_cartstore_test", + "frontend_application_lib_store_tests_cartstore_test_mockproduct", + "frontend_application_lib_store_userstore", + "frontend_application_lib_store_userstore_transaction", + "frontend_application_lib_store_userstore_userprofile", + "frontend_application_lib_store_userstore_userrole", + "frontend_application_lib_store_userstore_userstore", + "frontend_application_lib_store_userstore_useuserstore", + "frontend_application_lib_types_navigationtarget", + "frontend_application_lib_utils_toenglishdigits" + ], + "11": [ + "frontend_application_app_shop_slug_page", + "frontend_application_app_shop_slug_page_generatemetadata", + "frontend_application_app_shop_slug_page_shopproductpage", + "frontend_application_app_trust_seals_page", + "frontend_application_app_trust_seals_page_metadata", + "frontend_application_app_trust_seals_page_trustsealspage", + "frontend_application_components_brandlogo", + "frontend_application_components_brandlogo_brandlogo", + "frontend_application_components_brandlogo_brandlogoprops", + "frontend_application_components_enamadbadge", + "frontend_application_components_enamadbadge_enamadbadge", + "frontend_application_components_footer", + "frontend_application_components_footer_footer", + "frontend_application_components_hero", + "frontend_application_components_hero_hero", + "frontend_application_components_hero_statcounter", + "frontend_application_components_maintenancepage", + "frontend_application_components_maintenancepage_maintenancepage", + "frontend_application_components_productpage", + "frontend_application_components_productpage_calculatorstate", + "frontend_application_components_productpage_icon_map", + "frontend_application_components_productpage_productpage", + "frontend_application_components_productpage_usecalculatorstore", + "frontend_application_components_productreviews", + "frontend_application_components_productreviews_productreviews", + "frontend_application_components_productreviews_productreviewsprops", + "frontend_application_components_productreviews_reviewitem", + "frontend_application_components_tests_footer_test", + "frontend_application_components_tests_hero_test", + "frontend_application_components_tests_tooltip_test", + "frontend_application_components_tickerbanner", + "frontend_application_components_tickerbanner_tickerbanner", + "frontend_application_components_tooltip", + "frontend_application_components_tooltip_tooltip", + "frontend_application_components_tooltip_tooltipprops", + "frontend_application_lib_data_scientificterms", + "frontend_application_lib_data_scientificterms_scientific_terms", + "frontend_application_lib_data_scientificterms_scientificterm", + "frontend_application_lib_store_settingsstore", + "frontend_application_lib_store_settingsstore_scientificterm", + "frontend_application_lib_store_settingsstore_settingsstore", + "frontend_application_lib_store_settingsstore_usesettingsstore", + "frontend_application_lib_store_tests_settingsstore_test" + ], + "12": [ + "frontend_admin_panel_src_app", + "frontend_admin_panel_src_app_app", + "frontend_admin_panel_src_app_suspensefallback", + "frontend_admin_panel_src_main", + "frontend_admin_panel_src_pages_contactsubmissions", + "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", + "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", + "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", + "frontend_admin_panel_src_pages_dashboard", + "frontend_admin_panel_src_pages_dashboard_categorydist", + "frontend_admin_panel_src_pages_dashboard_dashboard", + "frontend_admin_panel_src_pages_dashboard_dashboarddata", + "frontend_admin_panel_src_pages_sslsettingspage", + "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", + "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", + "frontend_admin_panel_src_pages_tickets", + "frontend_admin_panel_src_pages_tickets_ticket", + "frontend_admin_panel_src_pages_tickets_ticketmessage", + "frontend_admin_panel_src_pages_tickets_tickets", + "frontend_admin_panel_src_pages_videos", + "frontend_admin_panel_src_pages_videos_fetchvideoslist", + "frontend_admin_panel_src_pages_videos_video", + "frontend_admin_panel_src_pages_videos_videos", + "frontend_admin_panel_src_pages_wholesaleapplications", + "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", + "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", + "frontend_admin_panel_src_routes_adminroutes", + "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", + "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "frontend_admin_panel_src_routes_adminroutes_blogs", + "frontend_admin_panel_src_routes_adminroutes_categories", + "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "frontend_admin_panel_src_routes_adminroutes_dashboard", + "frontend_admin_panel_src_routes_adminroutes_media", + "frontend_admin_panel_src_routes_adminroutes_pets", + "frontend_admin_panel_src_routes_adminroutes_router", + "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "frontend_admin_panel_src_routes_adminroutes_tickets", + "frontend_admin_panel_src_routes_adminroutes_videos", + "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications" + ], + "13": [ + "backend_src_admin_categories_service", + "backend_src_admin_categories_service_categoryquery", + "backend_src_b2b_b2b_service", + "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "backend_src_banners_banners_service", + "backend_src_common_metrics_controller", + "backend_src_common_services_sms_service", + "backend_src_common_services_sms_service_melipayamakpattern", + "backend_src_common_services_sms_service_melipayamakresponse", + "backend_src_common_services_sms_service_sendpatternsmsoptions", + "backend_src_common_services_sms_service_smsconfig", + "backend_src_common_services_sms_service_smslogquery", + "backend_src_contact_contact_service", + "backend_src_contact_contact_service_createcontactsubmissiondto", + "backend_src_contact_contact_service_updatecontactinfoitemdto", + "backend_src_ingredients_ingredients_service", + "backend_src_orders_orders_service_spec", + "backend_src_payment_dto_admin_transaction_filter_dto", + "backend_src_payment_payment_service", + "backend_src_payment_payment_service_clientmetadata", + "backend_src_pets_pets_service_spec", + "backend_src_prescriptions_prescriptions_service", + "backend_src_prisma_prisma_service", + "backend_src_prisma_prisma_service_prismaservice", + "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy", + "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", + "backend_src_prisma_prisma_service_ts_injectable", + "backend_src_settings_default_ui_texts", + "backend_src_settings_default_ui_texts_default_ui_texts", + "backend_src_settings_settings_service", + "backend_src_settings_settings_service_scientifictermdata", + "backend_src_settings_settings_service_spec", + "backend_src_smart_advisor_smart_advisor_service", + "backend_src_testimonials_testimonials_service", + "backend_src_users_users_service_spec", + "backend_src_videos_videos_service", + "backend_src_videos_videos_service_videoquery", + "backend_src_wholesale_dto_wholesale_apply_dto", + "backend_src_wholesale_wholesale_service" + ], + "14": [ + "backend_src_admin_dto_admin_query_dto", + "backend_src_blogs_blogs_controller", + "backend_src_blogs_blogs_module", + "backend_src_blogs_blogs_module_blogsmodule", + "backend_src_blogs_blogs_module_ts_module", + "backend_src_blogs_blogs_service", + "backend_src_blogs_blogs_service_blogsservice", + "backend_src_blogs_blogs_service_blogsservice_constructor", + "backend_src_blogs_blogs_service_blogsservice_findall", + "backend_src_blogs_blogs_service_blogsservice_findonebyslug", + "backend_src_blogs_blogs_service_ts_injectable", + "backend_src_common_dto_pagination_dto", + "backend_src_common_dto_pagination_dto_paginationdto", + "backend_src_common_dto_pagination_dto_sortorder", + "backend_src_common_dto_pagination_dto_ts_apipropertyoptional", + "backend_src_common_dto_pagination_dto_ts_isenum", + "backend_src_common_dto_pagination_dto_ts_isint", + "backend_src_common_dto_pagination_dto_ts_isoptional", + "backend_src_common_dto_pagination_dto_ts_isstring", + "backend_src_common_dto_pagination_dto_ts_min", + "backend_src_common_dto_pagination_dto_ts_type", + "backend_src_orders_dto_create_order_dto", + "backend_src_orders_orders_controller", + "backend_src_orders_orders_controller_spec", + "backend_src_orders_orders_controller_ts_isnotempty", + "backend_src_orders_orders_controller_ts_isnumber", + "backend_src_orders_orders_controller_ts_isstring", + "backend_src_orders_orders_controller_validatecoupondto", + "backend_src_orders_orders_module", + "backend_src_orders_orders_module_ordersmodule", + "backend_src_orders_orders_module_ts_module", + "backend_src_orders_orders_service", + "backend_src_videos_dto_get_videos_query_dto", + "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional", + "backend_src_videos_dto_get_videos_query_dto_ts_isboolean", + "backend_src_videos_dto_get_videos_query_dto_ts_isoptional", + "backend_src_videos_videos_controller", + "transform" + ], + "15": [ + "backend_src_products_dto_get_products_dto", + "backend_src_products_dto_get_products_dto_getproductsdto", + "backend_src_products_dto_get_products_dto_ts_apipropertyoptional", + "backend_src_products_dto_get_products_dto_ts_isenum", + "backend_src_products_dto_get_products_dto_ts_isoptional", + "backend_src_products_dto_get_products_dto_ts_isstring", + "backend_src_products_products_controller", + "backend_src_products_products_controller_productscontroller", + "backend_src_products_products_controller_productscontroller_constructor", + "backend_src_products_products_controller_productscontroller_findall", + "backend_src_products_products_controller_productscontroller_findone", + "backend_src_products_products_controller_productscontroller_getactivefilters", + "backend_src_products_products_controller_productscontroller_getdosageconfig", + "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "backend_src_products_products_controller_spec", + "backend_src_products_products_controller_ts_apioperation", + "backend_src_products_products_controller_ts_apitags", + "backend_src_products_products_controller_ts_body", + "backend_src_products_products_controller_ts_controller", + "backend_src_products_products_controller_ts_get", + "backend_src_products_products_controller_ts_param", + "backend_src_products_products_controller_ts_patch", + "backend_src_products_products_controller_ts_query", + "backend_src_products_products_controller_ts_useguards", + "backend_src_products_products_module", + "backend_src_products_products_module_productsmodule", + "backend_src_products_products_module_ts_module", + "backend_src_products_products_service", + "backend_src_products_products_service_productsservice", + "backend_src_products_products_service_productsservice_constructor", + "backend_src_products_products_service_productsservice_findall", + "backend_src_products_products_service_productsservice_findone", + "backend_src_products_products_service_productsservice_getactivefilters", + "backend_src_products_products_service_productsservice_getdosageconfig", + "backend_src_products_products_service_productsservice_getnavigationfilters", + "backend_src_products_products_service_productsservice_updatedosageconfig", + "backend_src_products_products_service_spec", + "backend_src_products_products_service_ts_injectable" + ], + "16": [ + "frontend_application_app_contact_page", + "frontend_application_app_contact_page_contactpage", + "frontend_application_app_contact_page_metadata", + "frontend_application_components_contactformclient", + "frontend_application_components_contactformclient_contactformclient", + "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo", + "frontend_application_components_contactformclient_contactinfoitem", + "frontend_application_lib_services_api", + "frontend_application_lib_services_api_api", + "frontend_application_lib_services_api_apierrorpayload", + "frontend_application_lib_services_api_base_domain", + "frontend_application_lib_services_api_baseurl", + "frontend_application_lib_services_api_getbaseurl", + "frontend_application_lib_services_authservice", + "frontend_application_lib_services_authservice_apierr", + "frontend_application_lib_services_authservice_authresponse", + "frontend_application_lib_services_authservice_authservice", + "frontend_application_lib_services_authservice_authservice_constructor", + "frontend_application_lib_services_authservice_authservice_getinstance", + "frontend_application_lib_services_authservice_authservice_getprofile", + "frontend_application_lib_services_authservice_authservice_login", + "frontend_application_lib_services_authservice_authservice_logout", + "frontend_application_lib_services_authservice_authservice_register", + "frontend_application_lib_services_authservice_authservice_sendotp", + "frontend_application_lib_services_authservice_authservice_updateprofile", + "frontend_application_lib_services_authservice_authservice_verifyotp", + "frontend_application_lib_services_authservice_user", + "frontend_application_lib_services_orderservice", + "frontend_application_lib_services_orderservice_apierr", + "frontend_application_lib_services_orderservice_order", + "frontend_application_lib_services_orderservice_orderitem", + "frontend_application_lib_services_orderservice_orderservice", + "frontend_application_lib_services_orderservice_orderservice_constructor", + "frontend_application_lib_services_orderservice_orderservice_createorder", + "frontend_application_lib_services_orderservice_orderservice_getinstance", + "frontend_application_lib_services_orderservice_orderservice_getorderbyid", + "frontend_application_lib_services_orderservice_orderservice_getuserorders", + "frontend_application_lib_store_tests_userstore_test" + ], + "17": [ + "backend_src_videos_dto_create_video_dto", + "backend_src_videos_dto_create_video_dto_createvideodto", + "backend_src_videos_dto_create_video_dto_ts_apiproperty", + "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional", + "backend_src_videos_dto_create_video_dto_ts_isboolean", + "backend_src_videos_dto_create_video_dto_ts_isnotempty", + "backend_src_videos_dto_create_video_dto_ts_isoptional", + "backend_src_videos_dto_create_video_dto_ts_isstring", + "backend_src_videos_dto_create_video_dto_updatevideodto", + "backend_src_videos_videos_controller_ts_apibearerauth", + "backend_src_videos_videos_controller_ts_apioperation", + "backend_src_videos_videos_controller_ts_apiquery", + "backend_src_videos_videos_controller_ts_apitags", + "backend_src_videos_videos_controller_ts_body", + "backend_src_videos_videos_controller_ts_controller", + "backend_src_videos_videos_controller_ts_delete", + "backend_src_videos_videos_controller_ts_get", + "backend_src_videos_videos_controller_ts_param", + "backend_src_videos_videos_controller_ts_post", + "backend_src_videos_videos_controller_ts_put", + "backend_src_videos_videos_controller_ts_query", + "backend_src_videos_videos_controller_ts_useguards", + "backend_src_videos_videos_controller_videoscontroller", + "backend_src_videos_videos_controller_videoscontroller_constructor", + "backend_src_videos_videos_controller_videoscontroller_create", + "backend_src_videos_videos_controller_videoscontroller_findall", + "backend_src_videos_videos_controller_videoscontroller_findone", + "backend_src_videos_videos_controller_videoscontroller_remove", + "backend_src_videos_videos_controller_videoscontroller_update", + "backend_src_videos_videos_service_ts_injectable", + "backend_src_videos_videos_service_videosservice", + "backend_src_videos_videos_service_videosservice_constructor", + "backend_src_videos_videos_service_videosservice_create", + "backend_src_videos_videos_service_videosservice_findall", + "backend_src_videos_videos_service_videosservice_findone", + "backend_src_videos_videos_service_videosservice_remove", + "backend_src_videos_videos_service_videosservice_update" + ], + "18": [ + "frontend_admin_panel_src_components_protectedroute", + "frontend_admin_panel_src_components_protectedroute_protectedroute", + "frontend_admin_panel_src_pages_b2bmanager", + "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", + "frontend_admin_panel_src_pages_login", + "frontend_admin_panel_src_pages_login_login", + "frontend_admin_panel_src_pages_smartadvisormanager", + "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", + "frontend_admin_panel_src_pages_systemsettingspage", + "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", + "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "frontend_admin_panel_src_services_api", + "frontend_admin_panel_src_services_api_apierrorpayload", + "frontend_admin_panel_src_services_api_failedqueue", + "frontend_admin_panel_src_services_api_processqueue", + "frontend_admin_panel_src_store_adminauthstore", + "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "frontend_admin_panel_src_types_admin", + "frontend_admin_panel_src_types_admin_adminloginpayload", + "frontend_admin_panel_src_types_admin_adminuser", + "frontend_admin_panel_src_types_admin_apiresponse", + "frontend_admin_panel_src_types_admin_authresponsedata", + "frontend_admin_panel_src_types_admin_authstate", + "frontend_admin_panel_src_types_admin_b2binquiry", + "frontend_admin_panel_src_types_admin_banner", + "frontend_admin_panel_src_types_admin_partneraccount", + "frontend_admin_panel_src_types_admin_product", + "frontend_admin_panel_src_types_admin_sendotppayload", + "frontend_admin_panel_src_types_admin_seosettings", + "frontend_admin_panel_src_types_admin_smartadvisorrule", + "frontend_admin_panel_src_types_admin_systemsettings", + "frontend_admin_panel_src_types_admin_verifyotppayload" + ], + "19": [ + "backend_package_devdependencies", + "backend_package_devdependencies_eslint_config_prettier", + "backend_package_devdependencies_eslint_eslintrc", + "backend_package_devdependencies_eslint_plugin_prettier", + "backend_package_devdependencies_jest", + "backend_package_devdependencies_nestjs_cli", + "backend_package_devdependencies_nestjs_testing", + "backend_package_devdependencies_prettier", + "backend_package_devdependencies_source_map_support", + "backend_package_devdependencies_supertest", + "backend_package_devdependencies_ts_node", + "backend_package_devdependencies_types_bcryptjs", + "backend_package_devdependencies_types_express", + "backend_package_devdependencies_types_jest", + "backend_package_devdependencies_types_js_yaml", + "backend_package_devdependencies_types_multer", + "backend_package_devdependencies_types_passport_jwt", + "eslint_config_prettier", + "eslint_eslintrc", + "eslint_plugin_prettier", + "jest", + "nestjs_cli", + "nestjs_testing", + "prettier", + "source_map_support", + "supertest", + "ts_node", + "types_bcryptjs", + "types_express", + "types_jest", + "types_js_yaml", + "types_multer", + "types_passport_jwt" + ], + "20": [ + "docs_audit_07_backend_audit", + "docs_audit_07_backend_audit_acceptance_criteria", + "docs_audit_07_backend_audit_affected_application", + "docs_audit_07_backend_audit_affected_files", + "docs_audit_07_backend_audit_alternative_direction", + "docs_audit_07_backend_audit_be_001", + "docs_audit_07_backend_audit_category", + "docs_audit_07_backend_audit_completion_statement", + "docs_audit_07_backend_audit_confidence", + "docs_audit_07_backend_audit_dependencies", + "docs_audit_07_backend_audit_domain", + "docs_audit_07_backend_audit_domain_overview_confirmed_strengths", + "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics", + "docs_audit_07_backend_audit_evidence", + "docs_audit_07_backend_audit_finding_summary", + "docs_audit_07_backend_audit_findings", + "docs_audit_07_backend_audit_implementation_complexity", + "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "docs_audit_07_backend_audit_notes_and_limitations", + "docs_audit_07_backend_audit_problem", + "docs_audit_07_backend_audit_recommended_direction", + "docs_audit_07_backend_audit_relevant_symbols_or_lines", + "docs_audit_07_backend_audit_risks", + "docs_audit_07_backend_audit_root_cause", + "docs_audit_07_backend_audit_security_or_data_integrity_impact", + "docs_audit_07_backend_audit_severity", + "docs_audit_07_backend_audit_status", + "docs_audit_07_backend_audit_technical_impact", + "docs_audit_07_backend_audit_testing_requirements", + "docs_audit_07_backend_audit_title", + "docs_audit_07_backend_audit_user_or_business_impact", + "docs_audit_07_backend_audit_verification_requirements", + "docs_audit_07_backend_audit_why_it_matters" + ], + "21": [ + "backend_src_common_decorators_roles_decorator_roles", + "backend_src_settings_settings_controller_settingscontroller", + "backend_src_settings_settings_controller_settingscontroller_addpattern", + "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "backend_src_settings_settings_controller_settingscontroller_editpattern", + "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "backend_src_settings_settings_controller_settingscontroller_putuitext", + "backend_src_settings_settings_controller_settingscontroller_testsms", + "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "backend_src_settings_settings_controller_ts_apibearerauth", + "backend_src_settings_settings_controller_ts_apioperation", + "backend_src_settings_settings_controller_ts_apitags", + "backend_src_settings_settings_controller_ts_body", + "backend_src_settings_settings_controller_ts_controller", + "backend_src_settings_settings_controller_ts_delete", + "backend_src_settings_settings_controller_ts_param", + "backend_src_settings_settings_controller_ts_patch", + "backend_src_settings_settings_controller_ts_post", + "backend_src_settings_settings_controller_ts_put", + "backend_src_settings_settings_controller_ts_useguards" + ], + "22": [ + "docs_audit_06_storefront_audit", + "docs_audit_06_storefront_audit_acceptance_criteria", + "docs_audit_06_storefront_audit_affected_application", + "docs_audit_06_storefront_audit_affected_files", + "docs_audit_06_storefront_audit_alternative_direction", + "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths", + "docs_audit_06_storefront_audit_category", + "docs_audit_06_storefront_audit_completion_statement", + "docs_audit_06_storefront_audit_confidence", + "docs_audit_06_storefront_audit_dependencies", + "docs_audit_06_storefront_audit_domain", + "docs_audit_06_storefront_audit_evidence", + "docs_audit_06_storefront_audit_fe_001", + "docs_audit_06_storefront_audit_finding_summary", + "docs_audit_06_storefront_audit_findings", + "docs_audit_06_storefront_audit_implementation_complexity", + "docs_audit_06_storefront_audit_notes_and_limitations", + "docs_audit_06_storefront_audit_problem", + "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "docs_audit_06_storefront_audit_recommended_direction", + "docs_audit_06_storefront_audit_relevant_symbols_or_lines", + "docs_audit_06_storefront_audit_risks", + "docs_audit_06_storefront_audit_root_cause", + "docs_audit_06_storefront_audit_security_or_data_integrity_impact", + "docs_audit_06_storefront_audit_severity", + "docs_audit_06_storefront_audit_status", + "docs_audit_06_storefront_audit_technical_impact", + "docs_audit_06_storefront_audit_testing_requirements", + "docs_audit_06_storefront_audit_title", + "docs_audit_06_storefront_audit_user_or_business_impact", + "docs_audit_06_storefront_audit_verification_requirements", + "docs_audit_06_storefront_audit_why_it_matters" + ], + "23": [ + "docs_audit_08_admin_features_audit", + "docs_audit_08_admin_features_audit_acceptance_criteria", + "docs_audit_08_admin_features_audit_adm_001", + "docs_audit_08_admin_features_audit_admin_features_audit_report", + "docs_audit_08_admin_features_audit_affected_application", + "docs_audit_08_admin_features_audit_affected_files", + "docs_audit_08_admin_features_audit_alternative_direction", + "docs_audit_08_admin_features_audit_category", + "docs_audit_08_admin_features_audit_completion_statement", + "docs_audit_08_admin_features_audit_confidence", + "docs_audit_08_admin_features_audit_dependencies", + "docs_audit_08_admin_features_audit_domain", + "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths", + "docs_audit_08_admin_features_audit_evidence", + "docs_audit_08_admin_features_audit_finding_summary", + "docs_audit_08_admin_features_audit_findings", + "docs_audit_08_admin_features_audit_implementation_complexity", + "docs_audit_08_admin_features_audit_notes_and_limitations", + "docs_audit_08_admin_features_audit_problem", + "docs_audit_08_admin_features_audit_recommended_direction", + "docs_audit_08_admin_features_audit_relevant_symbols_or_lines", + "docs_audit_08_admin_features_audit_risks", + "docs_audit_08_admin_features_audit_root_cause", + "docs_audit_08_admin_features_audit_security_or_data_integrity_impact", + "docs_audit_08_admin_features_audit_severity", + "docs_audit_08_admin_features_audit_status", + "docs_audit_08_admin_features_audit_technical_impact", + "docs_audit_08_admin_features_audit_testing_requirements", + "docs_audit_08_admin_features_audit_title", + "docs_audit_08_admin_features_audit_user_or_business_impact", + "docs_audit_08_admin_features_audit_verification_requirements", + "docs_audit_08_admin_features_audit_why_it_matters" + ], + "24": [ + "docs_audit_09_database_audit", + "docs_audit_09_database_audit_acceptance_criteria", + "docs_audit_09_database_audit_affected_application", + "docs_audit_09_database_audit_affected_files", + "docs_audit_09_database_audit_alternative_direction", + "docs_audit_09_database_audit_category", + "docs_audit_09_database_audit_completion_statement", + "docs_audit_09_database_audit_confidence", + "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "docs_audit_09_database_audit_db_001", + "docs_audit_09_database_audit_dependencies", + "docs_audit_09_database_audit_domain", + "docs_audit_09_database_audit_domain_overview_confirmed_strengths", + "docs_audit_09_database_audit_evidence", + "docs_audit_09_database_audit_finding_summary", + "docs_audit_09_database_audit_findings", + "docs_audit_09_database_audit_implementation_complexity", + "docs_audit_09_database_audit_notes_and_limitations", + "docs_audit_09_database_audit_problem", + "docs_audit_09_database_audit_recommended_direction", + "docs_audit_09_database_audit_relevant_symbols_or_lines", + "docs_audit_09_database_audit_risks", + "docs_audit_09_database_audit_root_cause", + "docs_audit_09_database_audit_security_or_data_integrity_impact", + "docs_audit_09_database_audit_severity", + "docs_audit_09_database_audit_status", + "docs_audit_09_database_audit_technical_impact", + "docs_audit_09_database_audit_testing_requirements", + "docs_audit_09_database_audit_title", + "docs_audit_09_database_audit_user_or_business_impact", + "docs_audit_09_database_audit_verification_requirements", + "docs_audit_09_database_audit_why_it_matters" + ], + "25": [ + "docs_audit_11_code_quality_audit", + "docs_audit_11_code_quality_audit_acceptance_criteria", + "docs_audit_11_code_quality_audit_affected_application", + "docs_audit_11_code_quality_audit_affected_files", + "docs_audit_11_code_quality_audit_alternative_direction", + "docs_audit_11_code_quality_audit_category", + "docs_audit_11_code_quality_audit_completion_statement", + "docs_audit_11_code_quality_audit_confidence", + "docs_audit_11_code_quality_audit_dependencies", + "docs_audit_11_code_quality_audit_domain", + "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths", + "docs_audit_11_code_quality_audit_evidence", + "docs_audit_11_code_quality_audit_finding_summary", + "docs_audit_11_code_quality_audit_findings", + "docs_audit_11_code_quality_audit_implementation_complexity", + "docs_audit_11_code_quality_audit_notes_and_limitations", + "docs_audit_11_code_quality_audit_problem", + "docs_audit_11_code_quality_audit_recommended_direction", + "docs_audit_11_code_quality_audit_relevant_symbols_or_lines", + "docs_audit_11_code_quality_audit_risks", + "docs_audit_11_code_quality_audit_root_cause", + "docs_audit_11_code_quality_audit_security_or_data_integrity_impact", + "docs_audit_11_code_quality_audit_severity", + "docs_audit_11_code_quality_audit_status", + "docs_audit_11_code_quality_audit_technical_impact", + "docs_audit_11_code_quality_audit_testing_requirements", + "docs_audit_11_code_quality_audit_title", + "docs_audit_11_code_quality_audit_ts_001", + "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "docs_audit_11_code_quality_audit_user_or_business_impact", + "docs_audit_11_code_quality_audit_verification_requirements", + "docs_audit_11_code_quality_audit_why_it_matters" + ], + "26": [ + "docs_audit_12_testing_audit", + "docs_audit_12_testing_audit_acceptance_criteria", + "docs_audit_12_testing_audit_affected_application", + "docs_audit_12_testing_audit_affected_files", + "docs_audit_12_testing_audit_alternative_direction", + "docs_audit_12_testing_audit_category", + "docs_audit_12_testing_audit_completion_statement", + "docs_audit_12_testing_audit_confidence", + "docs_audit_12_testing_audit_dependencies", + "docs_audit_12_testing_audit_domain", + "docs_audit_12_testing_audit_domain_overview_confirmed_strengths", + "docs_audit_12_testing_audit_evidence", + "docs_audit_12_testing_audit_finding_summary", + "docs_audit_12_testing_audit_findings", + "docs_audit_12_testing_audit_implementation_complexity", + "docs_audit_12_testing_audit_notes_and_limitations", + "docs_audit_12_testing_audit_problem", + "docs_audit_12_testing_audit_recommended_direction", + "docs_audit_12_testing_audit_relevant_symbols_or_lines", + "docs_audit_12_testing_audit_risks", + "docs_audit_12_testing_audit_root_cause", + "docs_audit_12_testing_audit_security_or_data_integrity_impact", + "docs_audit_12_testing_audit_severity", + "docs_audit_12_testing_audit_status", + "docs_audit_12_testing_audit_technical_impact", + "docs_audit_12_testing_audit_test_001", + "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "docs_audit_12_testing_audit_testing_requirements", + "docs_audit_12_testing_audit_title", + "docs_audit_12_testing_audit_user_or_business_impact", + "docs_audit_12_testing_audit_verification_requirements", + "docs_audit_12_testing_audit_why_it_matters" + ], + "27": [ + "docs_audit_13_devops_audit", + "docs_audit_13_devops_audit_acceptance_criteria", + "docs_audit_13_devops_audit_affected_application", + "docs_audit_13_devops_audit_affected_files", + "docs_audit_13_devops_audit_alternative_direction", + "docs_audit_13_devops_audit_category", + "docs_audit_13_devops_audit_completion_statement", + "docs_audit_13_devops_audit_confidence", + "docs_audit_13_devops_audit_dependencies", + "docs_audit_13_devops_audit_devops_001", + "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "docs_audit_13_devops_audit_domain", + "docs_audit_13_devops_audit_domain_overview_confirmed_strengths", + "docs_audit_13_devops_audit_evidence", + "docs_audit_13_devops_audit_finding_summary", + "docs_audit_13_devops_audit_findings", + "docs_audit_13_devops_audit_implementation_complexity", + "docs_audit_13_devops_audit_notes_and_limitations", + "docs_audit_13_devops_audit_problem", + "docs_audit_13_devops_audit_recommended_direction", + "docs_audit_13_devops_audit_relevant_symbols_or_lines", + "docs_audit_13_devops_audit_risks", + "docs_audit_13_devops_audit_root_cause", + "docs_audit_13_devops_audit_security_or_data_integrity_impact", + "docs_audit_13_devops_audit_severity", + "docs_audit_13_devops_audit_status", + "docs_audit_13_devops_audit_technical_impact", + "docs_audit_13_devops_audit_testing_requirements", + "docs_audit_13_devops_audit_title", + "docs_audit_13_devops_audit_user_or_business_impact", + "docs_audit_13_devops_audit_verification_requirements", + "docs_audit_13_devops_audit_why_it_matters" + ], + "28": [ + "docs_audit_14_documentation_audit", + "docs_audit_14_documentation_audit_acceptance_criteria", + "docs_audit_14_documentation_audit_affected_application", + "docs_audit_14_documentation_audit_affected_files", + "docs_audit_14_documentation_audit_alternative_direction", + "docs_audit_14_documentation_audit_category", + "docs_audit_14_documentation_audit_completion_statement", + "docs_audit_14_documentation_audit_confidence", + "docs_audit_14_documentation_audit_dependencies", + "docs_audit_14_documentation_audit_doc_001", + "docs_audit_14_documentation_audit_documentation_audit_report", + "docs_audit_14_documentation_audit_domain", + "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths", + "docs_audit_14_documentation_audit_evidence", + "docs_audit_14_documentation_audit_finding_summary", + "docs_audit_14_documentation_audit_findings", + "docs_audit_14_documentation_audit_implementation_complexity", + "docs_audit_14_documentation_audit_notes_and_limitations", + "docs_audit_14_documentation_audit_problem", + "docs_audit_14_documentation_audit_recommended_direction", + "docs_audit_14_documentation_audit_relevant_symbols_or_lines", + "docs_audit_14_documentation_audit_risks", + "docs_audit_14_documentation_audit_root_cause", + "docs_audit_14_documentation_audit_security_or_data_integrity_impact", + "docs_audit_14_documentation_audit_severity", + "docs_audit_14_documentation_audit_status", + "docs_audit_14_documentation_audit_technical_impact", + "docs_audit_14_documentation_audit_testing_requirements", + "docs_audit_14_documentation_audit_title", + "docs_audit_14_documentation_audit_user_or_business_impact", + "docs_audit_14_documentation_audit_verification_requirements", + "docs_audit_14_documentation_audit_why_it_matters" + ], + "29": [ + "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", + "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", + "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "backend_src_wholesale_wholesale_controller_ts_apioperation", + "backend_src_wholesale_wholesale_controller_ts_apitags", + "backend_src_wholesale_wholesale_controller_ts_body", + "backend_src_wholesale_wholesale_controller_ts_controller", + "backend_src_wholesale_wholesale_controller_ts_get", + "backend_src_wholesale_wholesale_controller_ts_param", + "backend_src_wholesale_wholesale_controller_ts_post", + "backend_src_wholesale_wholesale_controller_ts_put", + "backend_src_wholesale_wholesale_controller_ts_request", + "backend_src_wholesale_wholesale_controller_ts_useguards", + "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "backend_src_wholesale_wholesale_service_ts_injectable", + "backend_src_wholesale_wholesale_service_wholesaleservice", + "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", + "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", + "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest" + ], + "30": [ + "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi", + "backend_src_app_module_appmodule", + "backend_src_app_module_appmodule_constructor", + "backend_src_app_module_ts_module", + "backend_src_common_filters_http_exception_filter", + "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", + "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", + "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "backend_src_common_filters_http_exception_filter_ts_catch", + "backend_src_common_filters_prisma_exception_filter", + "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch", + "backend_src_common_filters_prisma_exception_filter_ts_catch", + "backend_src_common_interceptors_decimal_interceptor", + "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept", + "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform", + "backend_src_common_interceptors_decimal_interceptor_spec", + "backend_src_common_interceptors_decimal_interceptor_ts_injectable", + "backend_src_common_schemas_error_response_schema", + "backend_src_common_schemas_error_response_schema_apierrorresponse", + "backend_src_common_schemas_error_response_schema_errordetailfield", + "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "backend_src_main", + "backend_src_main_bootstrap", + "backend_test_app_audit_verification_e2e_spec", + "backend_test_app_e2e_spec" + ], + "31": [ + "backend_src_admin_categories_controller", + "backend_src_admin_ssl_controller", + "backend_src_auth_jwt_auth_guard", + "backend_src_auth_jwt_auth_guard_jwtauthguard", + "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", + "backend_src_auth_jwt_auth_guard_ts_injectable", + "backend_src_auth_roles_decorator", + "backend_src_auth_roles_guard", + "backend_src_b2b_b2b_controller", + "backend_src_banners_banners_controller", + "backend_src_common_decorators_roles_decorator", + "backend_src_common_decorators_roles_decorator_roles_key", + "backend_src_common_guards_roles_guard", + "backend_src_common_guards_roles_guard_requestwithuser", + "backend_src_common_guards_roles_guard_rolesguard", + "backend_src_common_guards_roles_guard_rolesguard_canactivate", + "backend_src_common_guards_roles_guard_rolesguard_constructor", + "backend_src_common_guards_roles_guard_spec", + "backend_src_common_guards_roles_guard_ts_injectable", + "backend_src_contact_contact_controller", + "backend_src_ingredients_ingredients_controller", + "backend_src_payment_payment_controller", + "backend_src_prescriptions_prescriptions_controller", + "backend_src_prescriptions_prescriptions_controller_userreqpayload", + "backend_src_settings_settings_controller", + "backend_src_settings_settings_controller_spec", + "backend_src_smart_advisor_smart_advisor_controller", + "backend_src_testimonials_testimonials_controller", + "backend_src_wholesale_wholesale_controller" + ], + "32": [ + "backend_src_payment_payment_controller_paymentcontroller_constructor", + "backend_src_payment_payment_service_paymentservice", + "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "backend_src_payment_payment_service_paymentservice_adminmanualreject", + "backend_src_payment_payment_service_paymentservice_adminmanualverify", + "backend_src_payment_payment_service_paymentservice_checkgatewayhealth", + "backend_src_payment_payment_service_paymentservice_constructor", + "backend_src_payment_payment_service_paymentservice_getadmintransactionstats", + "backend_src_payment_payment_service_paymentservice_gettransaction", + "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "backend_src_payment_payment_service_ts_injectable", + "backend_src_payment_zibal_service_ts_injectable", + "backend_src_payment_zibal_service_zibalservice", + "backend_src_payment_zibal_service_zibalservice_callwithretry", + "backend_src_payment_zibal_service_zibalservice_checkhealth", + "backend_src_payment_zibal_service_zibalservice_constructor", + "backend_src_payment_zibal_service_zibalservice_getbackendurl", + "backend_src_payment_zibal_service_zibalservice_getfrontendurl", + "backend_src_payment_zibal_service_zibalservice_getgatewayname", + "backend_src_payment_zibal_service_zibalservice_getmerchant", + "backend_src_payment_zibal_service_zibalservice_getresultmessage", + "backend_src_payment_zibal_service_zibalservice_getstarturl", + "backend_src_payment_zibal_service_zibalservice_getstatusmessage", + "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "backend_src_payment_zibal_service_zibalservice_requestpayment", + "backend_src_payment_zibal_service_zibalservice_verifypayment" + ], + "33": [ + "docs_04_setup_and_deployment", + "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f", + "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2", + "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f_next_js", + "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building", + "docs_04_setup_and_deployment_\u0630\u062e\u06cc\u0631\u0647_\u067e\u0631\u0648\u0633\u0647_\u0647\u0627_\u062a\u0627_\u067e\u0633_\u0627\u0632_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_\u0642\u0637\u0639_\u0646\u0634\u0648\u0646\u062f", + "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", + "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx", + "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627", + "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", + "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", + "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy", + "docs_05_devops_and_monitoring", + "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", + "docs_05_devops_and_monitoring_\u06f1_\u0641\u0631\u0622\u06cc\u0646\u062f_\u0627\u0633\u062a\u0642\u0631\u0627\u0631_\u062e\u0648\u062f\u06a9\u0627\u0631_ci_cd", + "docs_05_devops_and_monitoring_\u06f2_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0639\u0645\u0644\u06a9\u0631\u062f_pm2_dashboard", + "docs_05_devops_and_monitoring_\u06f3_\u0628\u0631\u0631\u0633\u06cc_\u0644\u0627\u06af_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645_logs_management", + "docs_05_devops_and_monitoring_\u06f4_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633_postgresql", + "docs_06_testing", + "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing", + "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing", + "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing", + "docs_06_testing_\u06f4_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u062f\u0631_frontend_e2e_frontend_playwright_cypress", + "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist", + "docs_readme", + "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents" + ], + "34": [ + "backend_src_admin_categories_controller_categoriescontroller", + "backend_src_admin_categories_controller_categoriescontroller_constructor", + "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "backend_src_admin_categories_controller_ts_apibearerauth", + "backend_src_admin_categories_controller_ts_apioperation", + "backend_src_admin_categories_controller_ts_apiquery", + "backend_src_admin_categories_controller_ts_apitags", + "backend_src_admin_categories_controller_ts_body", + "backend_src_admin_categories_controller_ts_controller", + "backend_src_admin_categories_controller_ts_delete", + "backend_src_admin_categories_controller_ts_get", + "backend_src_admin_categories_controller_ts_param", + "backend_src_admin_categories_controller_ts_post", + "backend_src_admin_categories_controller_ts_put", + "backend_src_admin_categories_controller_ts_query", + "backend_src_admin_categories_controller_ts_useguards", + "backend_src_admin_categories_service_categoriesservice", + "backend_src_admin_categories_service_categoriesservice_constructor", + "backend_src_admin_categories_service_categoriesservice_createcategory", + "backend_src_admin_categories_service_categoriesservice_deletecategory", + "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw", + "backend_src_admin_categories_service_categoriesservice_getcategories", + "backend_src_admin_categories_service_categoriesservice_updatecategory", + "backend_src_admin_categories_service_ts_injectable" + ], + "35": [ + "backend_src_b2b_b2b_controller_b2bcontroller", + "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "backend_src_b2b_b2b_controller_ts_apibearerauth", + "backend_src_b2b_b2b_controller_ts_apioperation", + "backend_src_b2b_b2b_controller_ts_apitags", + "backend_src_b2b_b2b_controller_ts_body", + "backend_src_b2b_b2b_controller_ts_controller", + "backend_src_b2b_b2b_controller_ts_get", + "backend_src_b2b_b2b_controller_ts_param", + "backend_src_b2b_b2b_controller_ts_post", + "backend_src_b2b_b2b_controller_ts_put", + "backend_src_b2b_b2b_controller_ts_req", + "backend_src_b2b_b2b_controller_ts_useguards", + "backend_src_b2b_b2b_service_b2bservice", + "backend_src_b2b_b2b_service_b2bservice_constructor", + "backend_src_b2b_b2b_service_b2bservice_createinquiry", + "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", + "backend_src_b2b_b2b_service_b2bservice_findallinquiries", + "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", + "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", + "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", + "backend_src_b2b_b2b_service_ts_injectable" + ], + "36": [ + "antigravity_workflows_graphify", + "antigravity_workflows_graphify_for_graphify_add_and_watch", + "antigravity_workflows_graphify_for_graphify_query", + "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration", + "antigravity_workflows_graphify_for_update_and_cluster_only", + "antigravity_workflows_graphify_graphify", + "antigravity_workflows_graphify_honesty_rules", + "antigravity_workflows_graphify_interpreter_guard_for_subcommands", + "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files", + "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents", + "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction", + "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working", + "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed", + "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected", + "antigravity_workflows_graphify_step_2_detect_files", + "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate", + "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs", + "antigravity_workflows_graphify_step_5_label_communities", + "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html", + "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "antigravity_workflows_graphify_troubleshooting", + "antigravity_workflows_graphify_usage", + "antigravity_workflows_graphify_what_graphify_is_for", + "antigravity_workflows_graphify_what_you_must_do_when_invoked" + ], + "37": [ + "backend_src_banners_banners_controller_bannerscontroller", + "backend_src_banners_banners_controller_bannerscontroller_constructor", + "backend_src_banners_banners_controller_bannerscontroller_create", + "backend_src_banners_banners_controller_bannerscontroller_findall", + "backend_src_banners_banners_controller_bannerscontroller_remove", + "backend_src_banners_banners_controller_bannerscontroller_reorder", + "backend_src_banners_banners_controller_bannerscontroller_update", + "backend_src_banners_banners_controller_ts_apibearerauth", + "backend_src_banners_banners_controller_ts_apioperation", + "backend_src_banners_banners_controller_ts_apitags", + "backend_src_banners_banners_controller_ts_body", + "backend_src_banners_banners_controller_ts_controller", + "backend_src_banners_banners_controller_ts_delete", + "backend_src_banners_banners_controller_ts_get", + "backend_src_banners_banners_controller_ts_param", + "backend_src_banners_banners_controller_ts_patch", + "backend_src_banners_banners_controller_ts_post", + "backend_src_banners_banners_controller_ts_put", + "backend_src_banners_banners_controller_ts_useguards", + "backend_src_banners_banners_service_bannersservice", + "backend_src_banners_banners_service_bannersservice_constructor", + "backend_src_banners_banners_service_bannersservice_create", + "backend_src_banners_banners_service_bannersservice_findall", + "backend_src_banners_banners_service_bannersservice_remove", + "backend_src_banners_banners_service_bannersservice_reorder", + "backend_src_banners_banners_service_bannersservice_update", + "backend_src_banners_banners_service_ts_injectable" + ], + "38": [ + "backend_src_users_users_controller_ts_apibadrequestresponse", + "backend_src_users_users_controller_ts_apibearerauth", + "backend_src_users_users_controller_ts_apicreatedresponse", + "backend_src_users_users_controller_ts_apiokresponse", + "backend_src_users_users_controller_ts_apioperation", + "backend_src_users_users_controller_ts_apitags", + "backend_src_users_users_controller_ts_body", + "backend_src_users_users_controller_ts_controller", + "backend_src_users_users_controller_ts_delete", + "backend_src_users_users_controller_ts_get", + "backend_src_users_users_controller_ts_param", + "backend_src_users_users_controller_ts_patch", + "backend_src_users_users_controller_ts_post", + "backend_src_users_users_controller_ts_req", + "backend_src_users_users_controller_ts_useguards", + "backend_src_users_users_controller_userscontroller", + "backend_src_users_users_controller_userscontroller_addaddress", + "backend_src_users_users_controller_userscontroller_constructor", + "backend_src_users_users_controller_userscontroller_deleteaddress", + "backend_src_users_users_controller_userscontroller_getprofile", + "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "backend_src_users_users_controller_userscontroller_topupwallet", + "backend_src_users_users_controller_userscontroller_updateaddress", + "backend_src_users_users_controller_userscontroller_updateprofile", + "backend_src_users_users_service_usersservice_addaddress", + "backend_src_users_users_service_usersservice_deleteaddress", + "backend_src_users_users_service_usersservice_topupwallet" + ], + "39": [ + "claude_skills_graphify_skill", + "claude_skills_graphify_skill_for_graphify_add_and_watch", + "claude_skills_graphify_skill_for_graphify_query", + "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration", + "claude_skills_graphify_skill_for_update_and_cluster_only", + "claude_skills_graphify_skill_graphify", + "claude_skills_graphify_skill_honesty_rules", + "claude_skills_graphify_skill_interpreter_guard_for_subcommands", + "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files", + "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents", + "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction", + "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working", + "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed", + "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected", + "claude_skills_graphify_skill_step_2_detect_files", + "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate", + "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs", + "claude_skills_graphify_skill_step_5_label_communities", + "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html", + "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "claude_skills_graphify_skill_troubleshooting", + "claude_skills_graphify_skill_usage", + "claude_skills_graphify_skill_what_graphify_is_for", + "claude_skills_graphify_skill_what_you_must_do_when_invoked" + ], + "40": [ + "backend_src_admin_ssl_controller_sslcontroller", + "backend_src_admin_ssl_controller_sslcontroller_constructor", + "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "backend_src_admin_ssl_controller_ts_apibearerauth", + "backend_src_admin_ssl_controller_ts_apioperation", + "backend_src_admin_ssl_controller_ts_apitags", + "backend_src_admin_ssl_controller_ts_body", + "backend_src_admin_ssl_controller_ts_controller", + "backend_src_admin_ssl_controller_ts_get", + "backend_src_admin_ssl_controller_ts_post", + "backend_src_admin_ssl_controller_ts_query", + "backend_src_admin_ssl_controller_ts_useguards", + "backend_src_admin_ssl_controller_ts_useinterceptors", + "backend_src_admin_ssl_service_sslservice", + "backend_src_admin_ssl_service_sslservice_constructor", + "backend_src_admin_ssl_service_sslservice_getcertpath", + "backend_src_admin_ssl_service_sslservice_getkeypath", + "backend_src_admin_ssl_service_sslservice_getstatus", + "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", + "backend_src_admin_ssl_service_sslservice_toshamsi", + "backend_src_admin_ssl_service_sslservice_updatecertificates", + "backend_src_admin_ssl_service_ts_injectable", + "uploadedfiles" + ], + "41": [ + "backend_src_common_services_sms_service_smsservice_clearallsmslogs", + "backend_src_common_services_sms_service_smsservice_deletesmslog", + "backend_src_settings_settings_controller_settingscontroller_constructor", + "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "backend_src_settings_settings_service_settingsservice", + "backend_src_settings_settings_service_settingsservice_addpattern", + "backend_src_settings_settings_service_settingsservice_clearallsmslogs", + "backend_src_settings_settings_service_settingsservice_constructor", + "backend_src_settings_settings_service_settingsservice_deletescientificterm", + "backend_src_settings_settings_service_settingsservice_deletesmslog", + "backend_src_settings_settings_service_settingsservice_editpattern", + "backend_src_settings_settings_service_settingsservice_getcategorysetting", + "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "backend_src_settings_settings_service_settingsservice_getpatterns", + "backend_src_settings_settings_service_settingsservice_getsmssettings", + "backend_src_settings_settings_service_settingsservice_getuitexts", + "backend_src_settings_settings_service_settingsservice_onmoduleinit", + "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "backend_src_settings_settings_service_settingsservice_testsms", + "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "backend_src_settings_settings_service_settingsservice_updatecategorysetting", + "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "backend_src_settings_settings_service_settingsservice_updatesmssettings", + "backend_src_settings_settings_service_settingsservice_updateuitext", + "backend_src_settings_settings_service_settingsservice_upsertscientificterm", + "backend_src_settings_settings_service_ts_injectable" + ], + "42": [ + "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", + "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "backend_src_ingredients_ingredients_controller_ts_apioperation", + "backend_src_ingredients_ingredients_controller_ts_apitags", + "backend_src_ingredients_ingredients_controller_ts_body", + "backend_src_ingredients_ingredients_controller_ts_controller", + "backend_src_ingredients_ingredients_controller_ts_delete", + "backend_src_ingredients_ingredients_controller_ts_get", + "backend_src_ingredients_ingredients_controller_ts_param", + "backend_src_ingredients_ingredients_controller_ts_patch", + "backend_src_ingredients_ingredients_controller_ts_post", + "backend_src_ingredients_ingredients_controller_ts_useguards", + "backend_src_ingredients_ingredients_service_ingredientsservice", + "backend_src_ingredients_ingredients_service_ingredientsservice_constructor", + "backend_src_ingredients_ingredients_service_ingredientsservice_create", + "backend_src_ingredients_ingredients_service_ingredientsservice_findall", + "backend_src_ingredients_ingredients_service_ingredientsservice_findone", + "backend_src_ingredients_ingredients_service_ingredientsservice_remove", + "backend_src_ingredients_ingredients_service_ingredientsservice_update", + "backend_src_ingredients_ingredients_service_ts_injectable" + ], + "43": [ + "apiexcludecontroller", + "backend_src_admin_admin_service_adminservice_constructor", + "backend_src_admin_admin_service_spec", + "backend_src_app_module_appmodule_configure", + "backend_src_auth_auth_service_authservice_constructor", + "backend_src_auth_auth_service_spec", + "backend_src_common_metrics_controller_metricscontroller", + "backend_src_common_metrics_controller_metricscontroller_constructor", + "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", + "backend_src_common_metrics_controller_ts_controller", + "backend_src_common_metrics_controller_ts_get", + "backend_src_common_metrics_controller_ts_res", + "backend_src_redis_redis_module", + "backend_src_redis_redis_module_redismodule", + "backend_src_redis_redis_module_ts_global", + "backend_src_redis_redis_module_ts_module", + "backend_src_redis_redis_service", + "backend_src_redis_redis_service_redisservice", + "backend_src_redis_redis_service_redisservice_incr", + "backend_src_redis_redis_service_redisservice_onmoduledestroy", + "backend_src_redis_redis_service_redisservice_onmoduleinit", + "backend_src_redis_redis_service_redisservice_set", + "backend_src_redis_redis_service_spec", + "backend_src_redis_redis_service_ts_injectable" + ], + "44": [ + "backend_src_admin_media_controller_mediacontroller", + "backend_src_admin_media_controller_mediacontroller_constructor", + "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "backend_src_admin_media_controller_mediacontroller_deletemedia", + "backend_src_admin_media_controller_mediacontroller_getallmedia", + "backend_src_admin_media_controller_mediacontroller_updatemedia", + "backend_src_admin_media_controller_mediacontroller_uploadfile", + "backend_src_admin_media_controller_ts_apibearerauth", + "backend_src_admin_media_controller_ts_apioperation", + "backend_src_admin_media_controller_ts_apitags", + "backend_src_admin_media_controller_ts_body", + "backend_src_admin_media_controller_ts_controller", + "backend_src_admin_media_controller_ts_delete", + "backend_src_admin_media_controller_ts_get", + "backend_src_admin_media_controller_ts_param", + "backend_src_admin_media_controller_ts_post", + "backend_src_admin_media_controller_ts_put", + "backend_src_admin_media_controller_ts_uploadedfile", + "backend_src_admin_media_controller_ts_useguards", + "backend_src_admin_media_controller_ts_useinterceptors", + "backend_src_admin_media_service_mediaservice_deletemanymedia", + "backend_src_admin_media_service_mediaservice_deletemedia", + "backend_src_admin_media_service_mediaservice_getallmedia", + "backend_src_admin_media_service_mediaservice_updatemedia", + "backend_src_admin_media_service_mediaservice_uploadfile" + ], + "45": [ + "backend_src_auth_auth_constants", + "backend_src_auth_auth_constants_default_jwt_refresh_secret", + "backend_src_auth_auth_constants_default_jwt_secret", + "backend_src_auth_auth_constants_getjwtrefreshsecret", + "backend_src_auth_auth_constants_getjwtsecret", + "backend_src_auth_auth_module", + "backend_src_auth_auth_module_authmodule", + "backend_src_auth_auth_module_ts_module", + "backend_src_auth_jwt_strategy", + "backend_src_auth_jwt_strategy_jwtpayload", + "backend_src_auth_jwt_strategy_jwtstrategy", + "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "backend_src_auth_jwt_strategy_ts_injectable", + "backend_src_users_users_module", + "backend_src_users_users_module_ts_module", + "backend_src_users_users_module_usersmodule", + "backend_src_users_users_service_ts_injectable", + "backend_src_users_users_service_usersservice", + "backend_src_users_users_service_usersservice_constructor", + "backend_src_users_users_service_usersservice_findbyid", + "backend_src_users_users_service_usersservice_findbyphone", + "backend_src_users_users_service_usersservice_setdefaultaddress", + "backend_src_users_users_service_usersservice_update", + "backend_src_users_users_service_usersservice_updateaddress" + ], + "46": [ + "backend_src_auth_auth_controller", + "backend_src_auth_auth_service", + "backend_src_auth_auth_service_adminlogininput", + "backend_src_auth_auth_service_logininput", + "backend_src_auth_auth_service_registerinput", + "backend_src_auth_dto_login_dto", + "backend_src_auth_dto_login_dto_logindto", + "backend_src_auth_dto_login_dto_ts_apiproperty", + "backend_src_auth_dto_login_dto_ts_isnotempty", + "backend_src_auth_dto_login_dto_ts_isstring", + "backend_src_auth_dto_login_dto_ts_minlength", + "backend_src_auth_dto_send_otp_dto", + "backend_src_auth_dto_send_otp_dto_sendotpdto", + "backend_src_auth_dto_send_otp_dto_ts_apiproperty", + "backend_src_auth_dto_send_otp_dto_ts_isnotempty", + "backend_src_auth_dto_send_otp_dto_ts_isstring", + "backend_src_auth_dto_send_otp_dto_ts_matches", + "backend_src_auth_dto_verify_otp_dto", + "backend_src_auth_dto_verify_otp_dto_ts_apiproperty", + "backend_src_auth_dto_verify_otp_dto_ts_isnotempty", + "backend_src_auth_dto_verify_otp_dto_ts_isstring", + "backend_src_auth_dto_verify_otp_dto_ts_matches", + "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "length" + ], + "47": [ + "backend_src_orders_orders_controller_orderscontroller", + "backend_src_orders_orders_controller_orderscontroller_constructor", + "backend_src_orders_orders_controller_orderscontroller_create", + "backend_src_orders_orders_controller_orderscontroller_findall", + "backend_src_orders_orders_controller_orderscontroller_findone", + "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "backend_src_orders_orders_controller_ts_apibearerauth", + "backend_src_orders_orders_controller_ts_apicreatedresponse", + "backend_src_orders_orders_controller_ts_apinotfoundresponse", + "backend_src_orders_orders_controller_ts_apiokresponse", + "backend_src_orders_orders_controller_ts_apioperation", + "backend_src_orders_orders_controller_ts_apitags", + "backend_src_orders_orders_controller_ts_body", + "backend_src_orders_orders_controller_ts_controller", + "backend_src_orders_orders_controller_ts_get", + "backend_src_orders_orders_controller_ts_param", + "backend_src_orders_orders_controller_ts_post", + "backend_src_orders_orders_controller_ts_query", + "backend_src_orders_orders_controller_ts_req", + "backend_src_orders_orders_controller_ts_useguards", + "backend_src_orders_orders_service_ordersservice_findallbyuser", + "backend_src_orders_orders_service_ordersservice_findone" + ], + "48": [ + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "backend_src_prescriptions_prescriptions_controller_ts_apitags", + "backend_src_prescriptions_prescriptions_controller_ts_body", + "backend_src_prescriptions_prescriptions_controller_ts_controller", + "backend_src_prescriptions_prescriptions_controller_ts_get", + "backend_src_prescriptions_prescriptions_controller_ts_param", + "backend_src_prescriptions_prescriptions_controller_ts_patch", + "backend_src_prescriptions_prescriptions_controller_ts_post", + "backend_src_prescriptions_prescriptions_controller_ts_req", + "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", + "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "backend_src_prescriptions_prescriptions_service_ts_injectable" + ], + "49": [ + "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", + "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "backend_src_smart_advisor_smart_advisor_controller_ts_apitags", + "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "backend_src_smart_advisor_smart_advisor_controller_ts_controller", + "backend_src_smart_advisor_smart_advisor_controller_ts_delete", + "backend_src_smart_advisor_smart_advisor_controller_ts_get", + "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "backend_src_smart_advisor_smart_advisor_controller_ts_patch", + "backend_src_smart_advisor_smart_advisor_controller_ts_post", + "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor", + "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create", + "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall", + "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove", + "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update", + "backend_src_smart_advisor_smart_advisor_service_ts_injectable" + ], + "50": [ + "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", + "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "backend_src_testimonials_testimonials_controller_ts_apioperation", + "backend_src_testimonials_testimonials_controller_ts_apitags", + "backend_src_testimonials_testimonials_controller_ts_body", + "backend_src_testimonials_testimonials_controller_ts_controller", + "backend_src_testimonials_testimonials_controller_ts_delete", + "backend_src_testimonials_testimonials_controller_ts_get", + "backend_src_testimonials_testimonials_controller_ts_param", + "backend_src_testimonials_testimonials_controller_ts_patch", + "backend_src_testimonials_testimonials_controller_ts_post", + "backend_src_testimonials_testimonials_controller_ts_useguards", + "backend_src_testimonials_testimonials_service_testimonialsservice", + "backend_src_testimonials_testimonials_service_testimonialsservice_constructor", + "backend_src_testimonials_testimonials_service_testimonialsservice_create", + "backend_src_testimonials_testimonials_service_testimonialsservice_findall", + "backend_src_testimonials_testimonials_service_testimonialsservice_remove", + "backend_src_testimonials_testimonials_service_testimonialsservice_update", + "backend_src_testimonials_testimonials_service_ts_injectable" + ], + "51": [ + "ai_agency_agents_12_seo_content", + "ai_agency_agents_12_seo_content_create_mode_normal_operation", + "ai_agency_agents_12_seo_content_expected_json_output_schema", + "ai_agency_agents_12_seo_content_file_scope_boundary", + "ai_agency_agents_12_seo_content_forbidden_actions", + "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase", + "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "ai_agency_agents_12_seo_content_operating_modes", + "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "ai_agency_agents_12_seo_content_output", + "ai_agency_agents_12_seo_content_required_output_artifacts", + "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "ai_agency_agents_12_seo_content_role_core_objective", + "ai_agency_agents_12_seo_content_step_1_gather_resources", + "ai_agency_agents_12_seo_content_step_2_seo_strategy", + "ai_agency_agents_12_seo_content_step_3_content_hierarchy", + "ai_agency_agents_12_seo_content_step_4_structured_data_json_ld", + "ai_agency_agents_12_seo_content_step_5_real_content_writing_standards", + "ai_agency_agents_12_seo_content_step_6_image_alt_text", + "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read", + "ai_agency_agents_12_seo_content_what_you_do_not_review", + "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only", + "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas" + ], + "52": [ + "backend_src_contact_contact_controller_contactcontroller", + "backend_src_contact_contact_controller_contactcontroller_constructor", + "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "backend_src_contact_contact_controller_ts_body", + "backend_src_contact_contact_controller_ts_controller", + "backend_src_contact_contact_controller_ts_get", + "backend_src_contact_contact_controller_ts_param", + "backend_src_contact_contact_controller_ts_post", + "backend_src_contact_contact_controller_ts_put", + "backend_src_contact_contact_controller_ts_query", + "backend_src_contact_contact_controller_ts_useguards", + "backend_src_contact_contact_service_contactservice", + "backend_src_contact_contact_service_contactservice_constructor", + "backend_src_contact_contact_service_contactservice_getallsubmissions", + "backend_src_contact_contact_service_contactservice_getcontactinfo", + "backend_src_contact_contact_service_contactservice_submitcontactform", + "backend_src_contact_contact_service_contactservice_updatecontactinfoitems", + "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", + "backend_src_contact_contact_service_ts_injectable" + ], + "53": [ + "backend_src_payment_payment_controller_paymentcontroller", + "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "backend_src_payment_payment_controller_ts_apibadrequestresponse", + "backend_src_payment_payment_controller_ts_apibearerauth", + "backend_src_payment_payment_controller_ts_apiokresponse", + "backend_src_payment_payment_controller_ts_apioperation", + "backend_src_payment_payment_controller_ts_apitags", + "backend_src_payment_payment_controller_ts_body", + "backend_src_payment_payment_controller_ts_controller", + "backend_src_payment_payment_controller_ts_get", + "backend_src_payment_payment_controller_ts_param", + "backend_src_payment_payment_controller_ts_post", + "backend_src_payment_payment_controller_ts_req", + "backend_src_payment_payment_controller_ts_useguards" + ], + "54": [ + "backend_tsconfig_compileroptions", + "backend_tsconfig_compileroptions_allowsyntheticdefaultimports", + "backend_tsconfig_compileroptions_baseurl", + "backend_tsconfig_compileroptions_declaration", + "backend_tsconfig_compileroptions_emitdecoratormetadata", + "backend_tsconfig_compileroptions_esmoduleinterop", + "backend_tsconfig_compileroptions_experimentaldecorators", + "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames", + "backend_tsconfig_compileroptions_incremental", + "backend_tsconfig_compileroptions_isolatedmodules", + "backend_tsconfig_compileroptions_module", + "backend_tsconfig_compileroptions_moduleresolution", + "backend_tsconfig_compileroptions_nofallthroughcasesinswitch", + "backend_tsconfig_compileroptions_noimplicitany", + "backend_tsconfig_compileroptions_outdir", + "backend_tsconfig_compileroptions_removecomments", + "backend_tsconfig_compileroptions_resolvepackagejsonexports", + "backend_tsconfig_compileroptions_rootdir", + "backend_tsconfig_compileroptions_skiplibcheck", + "backend_tsconfig_compileroptions_sourcemap", + "backend_tsconfig_compileroptions_strictbindcallapply", + "backend_tsconfig_compileroptions_strictnullchecks", + "backend_tsconfig_compileroptions_target" + ], + "55": [ + "frontend_admin_panel_src_components_ui_badge", + "frontend_admin_panel_src_components_ui_badge_badge", + "frontend_admin_panel_src_components_ui_badge_badgeprops", + "frontend_admin_panel_src_components_ui_badge_badgevariant", + "frontend_admin_panel_src_components_ui_badge_variantstyles", + "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops", + "frontend_admin_panel_src_components_ui_toggleswitch", + "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops", + "frontend_admin_panel_src_pages_prescriptionsmanager", + "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager", + "frontend_admin_panel_src_pages_prescriptionsmanager_productitem", + "frontend_admin_panel_src_pages_uitexts", + "frontend_admin_panel_src_pages_uitexts_group_page_map", + "frontend_admin_panel_src_pages_uitexts_groups", + "frontend_admin_panel_src_pages_uitexts_key_labels_fa", + "frontend_admin_panel_src_pages_uitexts_page_tabs", + "frontend_admin_panel_src_pages_uitexts_uitexts", + "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", + "frontend_admin_panel_src_routes_adminroutes_uitexts", + "frontend_admin_panel_src_types_admin_prescription" + ], + "56": [ + "frontend_admin_panel_tsconfig_app", + "frontend_admin_panel_tsconfig_app_compileroptions", + "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions", + "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly", + "frontend_admin_panel_tsconfig_app_compileroptions_jsx", + "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "frontend_admin_panel_tsconfig_app_compileroptions_module", + "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection", + "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution", + "frontend_admin_panel_tsconfig_app_compileroptions_noemit", + "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch", + "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals", + "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters", + "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck", + "frontend_admin_panel_tsconfig_app_compileroptions_target", + "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile", + "frontend_admin_panel_tsconfig_app_compileroptions_types", + "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax", + "frontend_admin_panel_tsconfig_app_include", + "frontend_admin_panel_tsconfig_app_json_ref_dom", + "frontend_admin_panel_tsconfig_app_json_ref_es2023", + "frontend_admin_panel_tsconfig_app_json_ref_src", + "ref_vite_client" + ], + "57": [ + "backend_src_admin_pets_controller", + "backend_src_admin_pets_controller_petscontroller", + "backend_src_admin_pets_controller_petscontroller_constructor", + "backend_src_admin_pets_controller_petscontroller_deletepet", + "backend_src_admin_pets_controller_petscontroller_getpets", + "backend_src_admin_pets_controller_ts_apibearerauth", + "backend_src_admin_pets_controller_ts_apioperation", + "backend_src_admin_pets_controller_ts_apiquery", + "backend_src_admin_pets_controller_ts_apitags", + "backend_src_admin_pets_controller_ts_controller", + "backend_src_admin_pets_controller_ts_delete", + "backend_src_admin_pets_controller_ts_get", + "backend_src_admin_pets_controller_ts_param", + "backend_src_admin_pets_controller_ts_query", + "backend_src_admin_pets_controller_ts_useguards", + "backend_src_admin_pets_service", + "backend_src_admin_pets_service_petquery", + "backend_src_admin_pets_service_petsservice", + "backend_src_admin_pets_service_petsservice_constructor", + "backend_src_admin_pets_service_petsservice_deletepet", + "backend_src_admin_pets_service_petsservice_getpets", + "backend_src_admin_pets_service_ts_injectable" + ], + "58": [ + "backend_src_wiki_wiki_controller", + "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", + "backend_src_wiki_wiki_controller_ts_apiokresponse", + "backend_src_wiki_wiki_controller_ts_apioperation", + "backend_src_wiki_wiki_controller_ts_apitags", + "backend_src_wiki_wiki_controller_ts_controller", + "backend_src_wiki_wiki_controller_ts_get", + "backend_src_wiki_wiki_controller_ts_param", + "backend_src_wiki_wiki_controller_ts_query", + "backend_src_wiki_wiki_controller_wikicontroller", + "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "backend_src_wiki_wiki_controller_wikicontroller_findall", + "backend_src_wiki_wiki_controller_wikicontroller_findone", + "backend_src_wiki_wiki_module", + "backend_src_wiki_wiki_module_ts_module", + "backend_src_wiki_wiki_module_wikimodule", + "backend_src_wiki_wiki_service", + "backend_src_wiki_wiki_service_ts_injectable", + "backend_src_wiki_wiki_service_wikiservice", + "backend_src_wiki_wiki_service_wikiservice_constructor", + "backend_src_wiki_wiki_service_wikiservice_findall", + "backend_src_wiki_wiki_service_wikiservice_findonebykey" + ], + "59": [ + "backend_package_dependencies", + "backend_package_dependencies_bcrypt", + "backend_package_dependencies_class_transformer", + "backend_package_dependencies_class_validator", + "backend_package_dependencies_ioredis", + "backend_package_dependencies_nestjs_common", + "backend_package_dependencies_nestjs_passport", + "backend_package_dependencies_nestjs_platform_express", + "backend_package_dependencies_passport", + "backend_package_dependencies_reflect_metadata", + "backend_package_dependencies_rxjs", + "bcrypt", + "class_transformer", + "class_validator", + "ioredis", + "nestjs_common", + "nestjs_passport", + "nestjs_platform_express", + "passport", + "reflect_metadata", + "rxjs" + ], + "60": [ + "frontend_admin_panel_tsconfig_node", + "frontend_admin_panel_tsconfig_node_compileroptions", + "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions", + "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly", + "frontend_admin_panel_tsconfig_node_compileroptions_lib", + "frontend_admin_panel_tsconfig_node_compileroptions_module", + "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection", + "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution", + "frontend_admin_panel_tsconfig_node_compileroptions_noemit", + "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch", + "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals", + "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters", + "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck", + "frontend_admin_panel_tsconfig_node_compileroptions_target", + "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile", + "frontend_admin_panel_tsconfig_node_compileroptions_types", + "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax", + "frontend_admin_panel_tsconfig_node_include", + "frontend_admin_panel_tsconfig_node_json_ref_es2023", + "frontend_admin_panel_tsconfig_node_json_ref_node", + "ref_vite_config_ts" + ], + "61": [ + "frontend_application_app_homeclient", + "frontend_application_app_homeclient_homeclient", + "frontend_application_app_homeclient_homeclientprops", + "frontend_application_app_page", + "frontend_application_app_page_gethomedata", + "frontend_application_app_page_home", + "frontend_application_app_page_metadata", + "frontend_application_components_bannerplacement", + "frontend_application_components_bannerplacement_bannerplacement", + "frontend_application_components_bannerplacement_bannerplacementprops", + "frontend_application_components_vetgallery_vetgallery", + "frontend_application_lib_types", + "frontend_application_lib_types_b2binquiry", + "frontend_application_lib_types_banner", + "frontend_application_lib_types_dosageconfig", + "frontend_application_lib_types_homeapiresponse", + "frontend_application_lib_types_navigationhandler", + "frontend_application_lib_types_partneraccount", + "frontend_application_lib_types_prescription", + "frontend_application_lib_types_smartadvisorrule", + "frontend_application_lib_types_testimonial" + ], + "62": [ + "backend_src_admin_blogs_controller_blogscontroller", + "backend_src_admin_blogs_controller_blogscontroller_constructor", + "backend_src_admin_blogs_controller_blogscontroller_createblog", + "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "backend_src_admin_blogs_controller_ts_apibearerauth", + "backend_src_admin_blogs_controller_ts_apioperation", + "backend_src_admin_blogs_controller_ts_apiquery", + "backend_src_admin_blogs_controller_ts_apitags", + "backend_src_admin_blogs_controller_ts_body", + "backend_src_admin_blogs_controller_ts_controller", + "backend_src_admin_blogs_controller_ts_delete", + "backend_src_admin_blogs_controller_ts_get", + "backend_src_admin_blogs_controller_ts_param", + "backend_src_admin_blogs_controller_ts_post", + "backend_src_admin_blogs_controller_ts_put", + "backend_src_admin_blogs_controller_ts_query", + "backend_src_admin_blogs_controller_ts_request", + "backend_src_admin_blogs_controller_ts_useguards" + ], + "63": [ + "backend_src_auth_auth_controller_authcontroller", + "backend_src_auth_auth_controller_authcontroller_adminlogin", + "backend_src_auth_auth_controller_authcontroller_login", + "backend_src_auth_auth_controller_authcontroller_logout", + "backend_src_auth_auth_controller_authcontroller_refresh", + "backend_src_auth_auth_controller_authcontroller_register", + "backend_src_auth_auth_controller_authcontroller_sendotp", + "backend_src_auth_auth_controller_authcontroller_verifyotp", + "backend_src_auth_auth_controller_spec", + "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "backend_src_auth_auth_controller_ts_apibearerauth", + "backend_src_auth_auth_controller_ts_apiokresponse", + "backend_src_auth_auth_controller_ts_apioperation", + "backend_src_auth_auth_controller_ts_apitags", + "backend_src_auth_auth_controller_ts_body", + "backend_src_auth_auth_controller_ts_controller", + "backend_src_auth_auth_controller_ts_post", + "backend_src_auth_auth_controller_ts_req", + "backend_src_auth_auth_controller_ts_useguards", + "httpcode" + ], + "64": [ + "backend_src_common_services_sms_service_smsservice", + "backend_src_common_services_sms_service_smsservice_addpattern", + "backend_src_common_services_sms_service_smsservice_constructor", + "backend_src_common_services_sms_service_smsservice_editpattern", + "backend_src_common_services_sms_service_smsservice_getpatterns", + "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "backend_src_common_services_sms_service_smsservice_postasmx", + "backend_src_common_services_sms_service_smsservice_recordlog", + "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "backend_src_common_services_sms_service_smsservice_sendotp", + "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "backend_src_common_services_sms_service_smsservice_sendsms", + "backend_src_common_services_sms_service_smsservice_testsms", + "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "backend_src_common_services_sms_service_ts_injectable" + ], + "65": [ + "docs_audit_31_module_audit_closure", + "docs_audit_31_module_audit_closure_10_orders_backend", + "docs_audit_31_module_audit_closure_11_settings_administrative_backend", + "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed", + "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state", + "docs_audit_31_module_audit_closure_14_unit_e2e_tests", + "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config", + "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts", + "docs_audit_31_module_audit_closure_1_storefront_shell_routing", + "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients", + "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui", + "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui", + "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure", + "docs_audit_31_module_audit_closure_6_authentication_authorization_backend", + "docs_audit_31_module_audit_closure_7_users_addresses_backend", + "docs_audit_31_module_audit_closure_8_pets_backend", + "docs_audit_31_module_audit_closure_9_products_backend", + "docs_audit_31_module_audit_closure_conclusion", + "docs_audit_31_module_audit_closure_module_audit_closure_report", + "docs_audit_31_module_audit_closure_required_review_group_closures" + ], + "66": [ + "frontend_admin_panel_src_components_ui_priceinput", + "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", + "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "frontend_admin_panel_src_components_ui_priceinput_priceinputprops", + "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "frontend_admin_panel_src_pages_coupons", + "frontend_admin_panel_src_pages_coupons_coupon", + "frontend_admin_panel_src_pages_coupons_couponformdata", + "frontend_admin_panel_src_pages_coupons_couponmodal", + "frontend_admin_panel_src_pages_coupons_couponmodalprops", + "frontend_admin_panel_src_pages_coupons_coupons", + "frontend_admin_panel_src_pages_coupons_coupontarget", + "frontend_admin_panel_src_pages_financialsettingspage", + "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage", + "frontend_admin_panel_src_pages_settings", + "frontend_admin_panel_src_pages_settings_settings", + "frontend_admin_panel_src_routes_adminroutes_coupons", + "frontend_admin_panel_src_routes_adminroutes_financialsettingspage", + "frontend_admin_panel_src_routes_adminroutes_settings", + "frontend_admin_panel_src_types_admin_financialsettings" + ], + "67": [ + "ai_agency_agents_06_dev_frontend", + "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first", + "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support", + "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement", + "ai_agency_agents_06_dev_frontend_4_modular_component_architecture", + "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory", + "ai_agency_agents_06_dev_frontend_6_file_scope_boundary", + "ai_agency_agents_06_dev_frontend_7_forbidden_actions", + "ai_agency_agents_06_dev_frontend_expected_json_output_schema", + "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation", + "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "ai_agency_agents_06_dev_frontend_output", + "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "ai_agency_agents_06_dev_frontend_role_core_objective", + "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read", + "ai_agency_agents_06_dev_frontend_what_you_do_not_review", + "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only", + "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas" + ], + "68": [ + "ai_agency_agents_08_visual_qa", + "ai_agency_agents_08_visual_qa_1_framework_aware_analysis", + "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis", + "ai_agency_agents_08_visual_qa_3_accessibility_compliance", + "ai_agency_agents_08_visual_qa_4_responsive_layout_verification", + "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode", + "ai_agency_agents_08_visual_qa_6_defect_routing_protocol", + "ai_agency_agents_08_visual_qa_7_forbidden_actions", + "ai_agency_agents_08_visual_qa_expected_json_output_schema", + "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification", + "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "ai_agency_agents_08_visual_qa_output", + "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "ai_agency_agents_08_visual_qa_role_core_objective", + "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read", + "ai_agency_agents_08_visual_qa_what_you_do_not_review", + "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only", + "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas" + ], + "69": [ + "backend_src_admin_wiki_controller_ts_apibearerauth", + "backend_src_admin_wiki_controller_ts_apioperation", + "backend_src_admin_wiki_controller_ts_apiquery", + "backend_src_admin_wiki_controller_ts_apitags", + "backend_src_admin_wiki_controller_ts_body", + "backend_src_admin_wiki_controller_ts_controller", + "backend_src_admin_wiki_controller_ts_delete", + "backend_src_admin_wiki_controller_ts_get", + "backend_src_admin_wiki_controller_ts_param", + "backend_src_admin_wiki_controller_ts_post", + "backend_src_admin_wiki_controller_ts_put", + "backend_src_admin_wiki_controller_ts_query", + "backend_src_admin_wiki_controller_ts_useguards", + "backend_src_admin_wiki_controller_wikicontroller", + "backend_src_admin_wiki_controller_wikicontroller_constructor", + "backend_src_admin_wiki_controller_wikicontroller_createterm", + "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "backend_src_admin_wiki_controller_wikicontroller_getterms", + "backend_src_admin_wiki_controller_wikicontroller_updateterm" + ], + "70": [ + "backend_src_pets_dto_create_pet_dto", + "backend_src_pets_dto_create_pet_dto_createpetdto", + "backend_src_pets_dto_create_pet_dto_ts_apiproperty", + "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional", + "backend_src_pets_dto_create_pet_dto_ts_isarray", + "backend_src_pets_dto_create_pet_dto_ts_isnotempty", + "backend_src_pets_dto_create_pet_dto_ts_isnumber", + "backend_src_pets_dto_create_pet_dto_ts_isoptional", + "backend_src_pets_dto_create_pet_dto_ts_isstring", + "backend_src_pets_dto_update_pet_dto", + "backend_src_pets_dto_update_pet_dto_updatepetdto", + "backend_src_pets_pets_controller", + "backend_src_pets_pets_controller_spec", + "backend_src_pets_pets_module", + "backend_src_pets_pets_module_petsmodule", + "backend_src_pets_pets_module_ts_module", + "backend_src_pets_pets_service", + "backend_src_pets_pets_service_healthloginput", + "backend_src_pets_pets_service_reminderinput" + ], + "71": [ + "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "backend_src_pets_pets_controller_petscontroller_addreminder", + "backend_src_pets_pets_controller_petscontroller_create", + "backend_src_pets_pets_controller_petscontroller_findall", + "backend_src_pets_pets_controller_petscontroller_findone", + "backend_src_pets_pets_controller_petscontroller_remove", + "backend_src_pets_pets_controller_petscontroller_togglereminder", + "backend_src_pets_pets_controller_petscontroller_update", + "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "backend_src_pets_pets_controller_ts_apiokresponse", + "backend_src_pets_pets_controller_ts_apioperation", + "backend_src_pets_pets_controller_ts_body", + "backend_src_pets_pets_controller_ts_delete", + "backend_src_pets_pets_controller_ts_get", + "backend_src_pets_pets_controller_ts_param", + "backend_src_pets_pets_controller_ts_patch", + "backend_src_pets_pets_controller_ts_post", + "backend_src_pets_pets_controller_ts_query", + "backend_src_pets_pets_controller_ts_req" + ], + "72": [ + "backend_src_seo_seo_controller", + "backend_src_seo_seo_controller_seocontroller", + "backend_src_seo_seo_controller_seocontroller_constructor", + "backend_src_seo_seo_controller_seocontroller_getproductschema", + "backend_src_seo_seo_controller_seocontroller_getsitemap", + "backend_src_seo_seo_controller_ts_apioperation", + "backend_src_seo_seo_controller_ts_apitags", + "backend_src_seo_seo_controller_ts_controller", + "backend_src_seo_seo_controller_ts_get", + "backend_src_seo_seo_controller_ts_param", + "backend_src_seo_seo_module", + "backend_src_seo_seo_module_seomodule", + "backend_src_seo_seo_module_ts_module", + "backend_src_seo_seo_service", + "backend_src_seo_seo_service_seoservice", + "backend_src_seo_seo_service_seoservice_constructor", + "backend_src_seo_seo_service_seoservice_getproductschema", + "backend_src_seo_seo_service_seoservice_getsitemapurls", + "backend_src_seo_seo_service_ts_injectable" + ], + "73": [ + "backend_src_users_dto_address_dto", + "backend_src_users_dto_address_dto_addressdto", + "backend_src_users_dto_address_dto_ts_apiproperty", + "backend_src_users_dto_address_dto_ts_apipropertyoptional", + "backend_src_users_dto_address_dto_ts_isboolean", + "backend_src_users_dto_address_dto_ts_isnotempty", + "backend_src_users_dto_address_dto_ts_isoptional", + "backend_src_users_dto_address_dto_ts_isstring", + "backend_src_users_dto_update_profile_dto", + "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional", + "backend_src_users_dto_update_profile_dto_ts_isemail", + "backend_src_users_dto_update_profile_dto_ts_isoptional", + "backend_src_users_dto_update_profile_dto_ts_isstring", + "backend_src_users_dto_update_profile_dto_ts_minlength", + "backend_src_users_dto_update_profile_dto_updateprofiledto", + "backend_src_users_users_controller", + "backend_src_users_users_controller_spec", + "backend_src_users_users_service", + "backend_src_users_users_service_useraddressinput" + ], + "74": [ + "ai_agency_agency", + "ai_agency_agency_activation", + "ai_agency_agency_agent_directory_reference", + "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "ai_agency_agency_phase_1_specialist_review_all_agents_read_none_write_code_yet", + "ai_agency_agency_phase_2_master_synthesis_02_product_manager_in_synthesis_mode", + "ai_agency_agency_phase_3_execution_same_as_always", + "ai_agency_agency_pipeline_a_new_project_greenfield", + "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "ai_agency_agency_pipeline_c_add_specific_feature_add_feature", + "ai_agency_agency_pipeline_d_content_seo_only_content_creation", + "ai_agency_agency_real_data_policy", + "ai_agency_agency_state_json_template_full_schema_v3", + "ai_agency_agency_state_machine_active_agent_tracking", + "ai_agency_agency_step_1_detect_project_intent", + "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical", + "ai_agency_agency_task_execution_loop_all_pipelines", + "ai_agency_agency_your_identity" + ], + "75": [ + "ai_agency_agents_03_product_manager", + "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier", + "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks", + "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule", + "ai_agency_agents_03_product_manager_4_role_assignment_rules", + "ai_agency_agents_03_product_manager_5_dependency_tracking_strict", + "ai_agency_agents_03_product_manager_6_priority_assignment", + "ai_agency_agents_03_product_manager_7_forbidden_actions", + "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects", + "ai_agency_agents_03_product_manager_expected_json_output_schema", + "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "ai_agency_agents_03_product_manager_output_of_synthesis_mode", + "ai_agency_agents_03_product_manager_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_03_product_manager_role_core_objective", + "ai_agency_agents_03_product_manager_strict_input_specifications_what_files_to_read", + "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "ai_agency_agents_03_product_manager_synthesis_rules", + "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture" + ], + "76": [ + "ai_agency_agents_05_dev_backend", + "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first", + "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support", + "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring", + "ai_agency_agents_05_dev_backend_4_code_quality_standards", + "ai_agency_agents_05_dev_backend_5_file_scope_boundary", + "ai_agency_agents_05_dev_backend_6_forbidden_actions", + "ai_agency_agents_05_dev_backend_expected_json_output_schema", + "ai_agency_agents_05_dev_backend_implement_mode_normal_operation", + "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "ai_agency_agents_05_dev_backend_output", + "ai_agency_agents_05_dev_backend_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "ai_agency_agents_05_dev_backend_role_core_objective", + "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read", + "ai_agency_agents_05_dev_backend_what_you_do_not_review", + "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only", + "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas" + ], + "77": [ + "concurrently", + "package", + "package_devdependencies", + "package_devdependencies_concurrently", + "package_name", + "package_private", + "package_scripts", + "package_scripts_build", + "package_scripts_build_admin", + "package_scripts_build_backend", + "package_scripts_build_frontend", + "package_scripts_dev", + "package_scripts_dev_admin", + "package_scripts_dev_backend", + "package_scripts_dev_frontend", + "package_scripts_install_all", + "package_scripts_start", + "package_version" + ], + "78": [ + "ai_agency_agents_09_devops_security", + "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files", + "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists", + "ai_agency_agents_09_devops_security_3_ci_cd_basic_check_if_github_workflows_exists", + "ai_agency_agents_09_devops_security_4_failure_routing_protocol", + "ai_agency_agents_09_devops_security_5_forbidden_actions", + "ai_agency_agents_09_devops_security_enforce_mode_normal_operation", + "ai_agency_agents_09_devops_security_expected_json_output_schema", + "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "ai_agency_agents_09_devops_security_output", + "ai_agency_agents_09_devops_security_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "ai_agency_agents_09_devops_security_role_core_objective", + "ai_agency_agents_09_devops_security_strict_input_specifications_what_files_to_read", + "ai_agency_agents_09_devops_security_what_you_do_not_review", + "ai_agency_agents_09_devops_security_what_you_look_for_security_expert_eyes_only", + "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas" + ], + "79": [ + "backend_src_home_home_controller", + "backend_src_home_home_controller_homecontroller", + "backend_src_home_home_controller_homecontroller_constructor", + "backend_src_home_home_controller_homecontroller_gethomedata", + "backend_src_home_home_controller_ts_apiokresponse", + "backend_src_home_home_controller_ts_apioperation", + "backend_src_home_home_controller_ts_apitags", + "backend_src_home_home_controller_ts_controller", + "backend_src_home_home_controller_ts_get", + "backend_src_home_home_module", + "backend_src_home_home_module_homemodule", + "backend_src_home_home_module_ts_module", + "backend_src_home_home_service", + "backend_src_home_home_service_homeservice", + "backend_src_home_home_service_homeservice_constructor", + "backend_src_home_home_service_homeservice_gethomedata", + "backend_src_home_home_service_ts_injectable" + ], + "80": [ + "backend_src_payment_interfaces_payment_gateway_interface", + "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth", + "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname", + "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl", + "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment", + "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment", + "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment", + "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "backend_src_payment_zibal_service", + "backend_src_payment_zibal_service_zibalinquiryresponse", + "backend_src_payment_zibal_service_zibalrequestresponse", + "backend_src_payment_zibal_service_zibalverifyresponse" + ], + "81": [ + "eslint_config_next", + "frontend_admin_panel_package_devdependencies_types_react", + "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "frontend_application_package_devdependencies", + "frontend_application_package_devdependencies_eslint_config_next", + "frontend_application_package_devdependencies_jsdom", + "frontend_application_package_devdependencies_testing_library_jest_dom", + "frontend_application_package_devdependencies_testing_library_react", + "frontend_application_package_devdependencies_types_react", + "frontend_application_package_devdependencies_vitejs_plugin_react", + "frontend_application_package_devdependencies_vitest", + "frontend_application_package_json_types_react", + "frontend_application_package_json_vitejs_plugin_react", + "jsdom", + "testing_library_jest_dom", + "testing_library_react", + "vitest" + ], + "82": [ + "frontend_admin_panel_src_components_layout", + "frontend_admin_panel_src_components_layout_layout", + "frontend_admin_panel_src_components_sidebar", + "frontend_admin_panel_src_components_sidebar_menugroup", + "frontend_admin_panel_src_components_sidebar_sidebar", + "frontend_admin_panel_src_components_sidebar_sidebarprops", + "frontend_admin_panel_src_components_sidebar_submenuitem", + "frontend_admin_panel_src_components_topbar", + "frontend_admin_panel_src_components_topbar_searchable_pages", + "frontend_admin_panel_src_components_topbar_topbar", + "frontend_admin_panel_src_components_topbar_topbarprops", + "frontend_admin_panel_src_pages_cms", + "frontend_admin_panel_src_pages_cms_cms", + "frontend_admin_panel_src_pages_cms_herobanner", + "frontend_admin_panel_src_pages_cms_vettestimonial", + "frontend_admin_panel_src_routes_adminroutes_cms", + "frontend_admin_panel_src_services_api_api" + ], + "83": [ + "frontend_admin_panel_src_components_ui_skeleton", + "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "frontend_admin_panel_src_pages_orders", + "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", + "frontend_admin_panel_src_pages_orders_order", + "frontend_admin_panel_src_pages_orders_orderitem", + "frontend_admin_panel_src_pages_orders_orders", + "frontend_admin_panel_src_pages_orders_paymenttx", + "frontend_admin_panel_src_pages_orders_statusstyles", + "frontend_admin_panel_src_pages_orders_topersiandigits", + "frontend_admin_panel_src_pages_users", + "frontend_admin_panel_src_pages_users_userrecord", + "frontend_admin_panel_src_pages_users_users", + "frontend_admin_panel_src_routes_adminroutes_orders", + "frontend_admin_panel_src_routes_adminroutes_users", + "frontend_admin_panel_src_types_admin_petsummary", + "frontend_admin_panel_src_types_admin_useraddress" + ], + "84": [ + "autoprefixer", + "backend_package_devdependencies_eslint", + "backend_package_devdependencies_globals", + "backend_package_json_eslint", + "backend_package_json_globals", + "eslint_plugin_react_hooks", + "eslint_plugin_react_refresh", + "frontend_admin_panel_package_devdependencies", + "frontend_admin_panel_package_devdependencies_autoprefixer", + "frontend_admin_panel_package_devdependencies_eslint", + "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks", + "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh", + "frontend_admin_panel_package_devdependencies_globals", + "frontend_admin_panel_package_devdependencies_postcss", + "frontend_application_package_devdependencies_eslint", + "postcss" + ], + "85": [ + "backend_prisma_seed", + "backend_prisma_seed_home", + "backend_prisma_seed_home_main", + "backend_prisma_seed_home_prisma", + "backend_prisma_seed_main", + "backend_prisma_seed_prisma", + "backend_prisma_seed_products", + "backend_prisma_seed_products_determinesuitablefor", + "backend_prisma_seed_products_findorcreatecategory", + "backend_prisma_seed_products_getproductimageurl", + "backend_prisma_seed_products_main", + "backend_prisma_seed_products_parsesize", + "backend_prisma_seed_products_prisma", + "backend_prisma_seed_products_product_symptoms_map", + "backend_prisma_seed_products_product_taglines_map", + "backend_prisma_seed_products_slugify" + ], + "86": [ + "docs_audit_02_audit_plan", + "docs_audit_02_audit_plan_10_documentation_engineer", + "docs_audit_02_audit_plan_1_lead_architect_orchestrator", + "docs_audit_02_audit_plan_2_react_vite_storefront_auditor", + "docs_audit_02_audit_plan_3_nestjs_backend_auditor", + "docs_audit_02_audit_plan_4_admin_features_auditor", + "docs_audit_02_audit_plan_5_database_data_integrity_auditor", + "docs_audit_02_audit_plan_6_security_auditor", + "docs_audit_02_audit_plan_7_typescript_code_quality_auditor", + "docs_audit_02_audit_plan_8_testing_reliability_auditor", + "docs_audit_02_audit_plan_9_devops_ci_cd_auditor", + "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "docs_audit_02_audit_plan_mandatory_global_audit_exclusions", + "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation", + "docs_audit_02_audit_plan_subagent_execution_mode" + ], + "87": [ + "backend_prisma_migrations_20260526145407_init_migration", + "backend_prisma_migrations_20260526145407_init_migration_coupons", + "backend_prisma_migrations_20260526145407_init_migration_health_logs", + "backend_prisma_migrations_20260526145407_init_migration_order_items", + "backend_prisma_migrations_20260526145407_init_migration_orders", + "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions", + "backend_prisma_migrations_20260526145407_init_migration_pets", + "backend_prisma_migrations_20260526145407_init_migration_product_ingredients", + "backend_prisma_migrations_20260526145407_init_migration_product_symptoms", + "backend_prisma_migrations_20260526145407_init_migration_products", + "backend_prisma_migrations_20260526145407_init_migration_reminder_completions", + "backend_prisma_migrations_20260526145407_init_migration_reminders", + "backend_prisma_migrations_20260526145407_init_migration_user_addresses", + "backend_prisma_migrations_20260526145407_init_migration_users", + "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions" + ], + "88": [ + "docs_audit_phase3_1_backlog_review", + "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments", + "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements", + "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification", + "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary", + "docs_audit_phase3_1_backlog_review_1_executive_assessment", + "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change", + "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements", + "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting", + "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging", + "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified", + "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed", + "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review", + "docs_audit_phase3_1_backlog_review_9_architecture_review", + "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique" + ], + "89": [ + "frontend_admin_panel_package_dependencies", + "frontend_admin_panel_package_dependencies_axios", + "frontend_admin_panel_package_dependencies_react", + "frontend_admin_panel_package_dependencies_react_hot_toast", + "frontend_admin_panel_package_dependencies_react_router_dom", + "frontend_admin_panel_package_dependencies_recharts", + "frontend_admin_panel_package_dependencies_tanstack_react_query", + "frontend_admin_panel_package_dependencies_vite", + "frontend_admin_panel_package_json_axios", + "frontend_admin_panel_package_json_react", + "react_hot_toast", + "react_router_dom", + "recharts", + "tanstack_react_query", + "vite" + ], + "90": [ + "frontend_application_app_videos_page", + "frontend_application_app_videos_page_videos", + "frontend_application_components_safeimage", + "frontend_application_components_safeimage_safeimage", + "frontend_application_components_safeimage_safeimageprops", + "frontend_application_components_vetgallery", + "frontend_application_components_vetgallery_displayvideoitem", + "frontend_application_components_vetgallery_fallback_videos", + "frontend_application_components_vetgallery_testimonialitem", + "frontend_application_components_videospage", + "frontend_application_components_videospage_fallback_videos", + "frontend_application_components_videospage_videospage", + "frontend_application_lib_services_videoservice", + "frontend_application_lib_services_videoservice_video", + "frontend_application_lib_services_videoservice_videoservice" + ], + "91": [ + "frontend_application_tsconfig_compileroptions", + "frontend_application_tsconfig_compileroptions_allowjs", + "frontend_application_tsconfig_compileroptions_esmoduleinterop", + "frontend_application_tsconfig_compileroptions_incremental", + "frontend_application_tsconfig_compileroptions_isolatedmodules", + "frontend_application_tsconfig_compileroptions_jsx", + "frontend_application_tsconfig_compileroptions_module", + "frontend_application_tsconfig_compileroptions_moduleresolution", + "frontend_application_tsconfig_compileroptions_noemit", + "frontend_application_tsconfig_compileroptions_paths", + "frontend_application_tsconfig_compileroptions_plugins", + "frontend_application_tsconfig_compileroptions_resolvejsonmodule", + "frontend_application_tsconfig_compileroptions_skiplibcheck", + "frontend_application_tsconfig_compileroptions_strict", + "frontend_application_tsconfig_compileroptions_target" + ], + "92": [ + "backend_package_scripts", + "backend_package_scripts_build", + "backend_package_scripts_docs_generate", + "backend_package_scripts_format", + "backend_package_scripts_lint", + "backend_package_scripts_start", + "backend_package_scripts_start_debug", + "backend_package_scripts_start_dev", + "backend_package_scripts_start_prod", + "backend_package_scripts_test", + "backend_package_scripts_test_cov", + "backend_package_scripts_test_debug", + "backend_package_scripts_test_e2e", + "backend_package_scripts_test_watch" + ], + "93": [ + "docs_audit_16_deep_audit_summary", + "docs_audit_16_deep_audit_summary_1_audit_overview", + "docs_audit_16_deep_audit_summary_2_findings_metrics", + "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "docs_audit_16_deep_audit_summary_4_key_business_integration_questions", + "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation", + "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase", + "docs_audit_16_deep_audit_summary_blocked_commands_reasons", + "docs_audit_16_deep_audit_summary_by_confidence", + "docs_audit_16_deep_audit_summary_by_domain", + "docs_audit_16_deep_audit_summary_by_severity", + "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "docs_audit_16_deep_audit_summary_executed_commands_results", + "docs_audit_16_deep_audit_summary_inspected_scopes" + ], + "94": [ + "frontend_admin_panel_package_dependencies_lucide_react", + "frontend_admin_panel_package_json_lucide_react", + "frontend_application_package_dependencies", + "frontend_application_package_dependencies_axios", + "frontend_application_package_dependencies_lucide_react", + "frontend_application_package_dependencies_motion", + "frontend_application_package_dependencies_next", + "frontend_application_package_dependencies_react", + "frontend_application_package_dependencies_sonner", + "frontend_application_package_json_axios", + "frontend_application_package_json_react", + "motion", + "next", + "sonner" + ], + "95": [ + "ai_agency_agents_04_architect", + "ai_agency_agents_04_architect_1_stack_detection_brownfield", + "ai_agency_agents_04_architect_2_stack_selection_greenfield", + "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice", + "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json", + "ai_agency_agents_04_architect_5_directory_layout", + "ai_agency_agents_04_architect_6_openapi_api_contract", + "ai_agency_agents_04_architect_7_forbidden_actions", + "ai_agency_agents_04_architect_expected_json_output_schema", + "ai_agency_agents_04_architect_operational_rules_boundaries", + "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_04_architect_role_core_objective", + "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read" + ], + "96": [ + "backend_package_devdependencies_prisma", + "backend_tsconfig_build", + "backend_tsconfig_build_exclude", + "backend_tsconfig_build_extends", + "backend_tsconfig_build_json_ref_dist", + "backend_tsconfig_exclude", + "backend_tsconfig_json_ref_dist", + "backend_tsconfig_json_ref_node_modules", + "backend_tsconfig_json_ref_spec_ts", + "prisma", + "ref_scripts", + "ref_test", + "ref_tsconfig_json" + ], + "97": [ + "backend_package_jest", + "backend_package_jest_collectcoveragefrom", + "backend_package_jest_coveragedirectory", + "backend_package_jest_modulefileextensions", + "backend_package_jest_rootdir", + "backend_package_jest_testenvironment", + "backend_package_jest_testregex", + "backend_package_jest_transform", + "backend_package_json_ref_ts", + "backend_package_transform_t_j_s", + "ref_js", + "ref_json", + "ref_t_j_s" + ], + "98": [ + "backend_src_auth_auth_controller_authcontroller_constructor", + "backend_src_auth_auth_service_authservice", + "backend_src_auth_auth_service_authservice_adminlogin", + "backend_src_auth_auth_service_authservice_login", + "backend_src_auth_auth_service_authservice_refresh", + "backend_src_auth_auth_service_authservice_register", + "backend_src_auth_auth_service_authservice_sendotp", + "backend_src_auth_auth_service_authservice_verifyotp", + "backend_src_auth_auth_service_ts_injectable", + "backend_src_common_utils_phone_utils", + "backend_src_common_utils_phone_utils_normalizemobile", + "backend_src_redis_redis_service_redisservice_del", + "backend_src_redis_redis_service_redisservice_ttl" + ], + "99": [ + "docs_audit_phase3_2_change_log", + "docs_audit_phase3_2_change_log_10_task_verify_001", + "docs_audit_phase3_2_change_log_1_task_sec_001", + "docs_audit_phase3_2_change_log_2_task_sec_002", + "docs_audit_phase3_2_change_log_3_task_sec_003", + "docs_audit_phase3_2_change_log_4_task_fin_001", + "docs_audit_phase3_2_change_log_5_task_build_001", + "docs_audit_phase3_2_change_log_6_task_auth_001", + "docs_audit_phase3_2_change_log_7_task_fe_001", + "docs_audit_phase3_2_change_log_8_task_devops_001", + "docs_audit_phase3_2_change_log_9_task_doc_001", + "docs_audit_phase3_2_change_log_comprehensive_change_log", + "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log" + ], + "100": [ + "ai_agency_agents_07_qa_engineer", + "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack", + "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory", + "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification", + "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol", + "ai_agency_agents_07_qa_engineer_5_success_routing_protocol", + "ai_agency_agents_07_qa_engineer_6_forbidden_actions", + "ai_agency_agents_07_qa_engineer_expected_json_output_schema", + "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_07_qa_engineer_role_core_objective", + "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read" + ], + "101": [ + "backend_src_blogs_blogs_controller_blogscontroller", + "backend_src_blogs_blogs_controller_blogscontroller_constructor", + "backend_src_blogs_blogs_controller_blogscontroller_findall", + "backend_src_blogs_blogs_controller_blogscontroller_findone", + "backend_src_blogs_blogs_controller_ts_apinotfoundresponse", + "backend_src_blogs_blogs_controller_ts_apiokresponse", + "backend_src_blogs_blogs_controller_ts_apioperation", + "backend_src_blogs_blogs_controller_ts_apitags", + "backend_src_blogs_blogs_controller_ts_controller", + "backend_src_blogs_blogs_controller_ts_get", + "backend_src_blogs_blogs_controller_ts_param", + "backend_src_blogs_blogs_controller_ts_query" + ], + "102": [ + "backend_src_common_services_sms_service_smsservice_getsmslogs", + "backend_src_settings_dto_sms_log_query_dto", + "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", + "backend_src_settings_dto_sms_log_query_dto_ts_isin", + "backend_src_settings_dto_sms_log_query_dto_ts_isnumber", + "backend_src_settings_dto_sms_log_query_dto_ts_isoptional", + "backend_src_settings_dto_sms_log_query_dto_ts_isstring", + "backend_src_settings_dto_sms_log_query_dto_ts_type", + "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "backend_src_settings_settings_controller_ts_query", + "backend_src_settings_settings_service_settingsservice_getsmslogs" + ], + "103": [ + "backend_src_payment_dto_verify_payment_dto", + "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", + "backend_src_payment_dto_verify_payment_dto_ts_isoptional", + "backend_src_payment_dto_verify_payment_dto_ts_isstring", + "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "backend_src_payment_payment_controller_ts_query", + "backend_src_payment_payment_controller_ts_res", + "headers", + "ip" + ], + "104": [ + "backend_src_pets_pets_service_petsservice", + "backend_src_pets_pets_service_petsservice_addhealthlog", + "backend_src_pets_pets_service_petsservice_addreminder", + "backend_src_pets_pets_service_petsservice_constructor", + "backend_src_pets_pets_service_petsservice_create", + "backend_src_pets_pets_service_petsservice_findalladmin", + "backend_src_pets_pets_service_petsservice_findallbyuser", + "backend_src_pets_pets_service_petsservice_findone", + "backend_src_pets_pets_service_petsservice_remove", + "backend_src_pets_pets_service_petsservice_togglereminder", + "backend_src_pets_pets_service_petsservice_update", + "backend_src_pets_pets_service_ts_injectable" + ], + "105": [ + "docs_audit_26_phase2_integrity_repair_report", + "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt", + "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled", + "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization", + "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup", + "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results", + "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion", + "docs_audit_26_phase2_integrity_repair_report_by_confidence", + "docs_audit_26_phase2_integrity_repair_report_by_severity", + "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report" + ], + "106": [ + "frontend_application_tsconfig", + "frontend_application_tsconfig_exclude", + "frontend_application_tsconfig_include", + "frontend_application_tsconfig_json_ref_ts", + "ref_mts", + "ref_next_dev_types_ts", + "ref_next_env_d_ts", + "ref_next_types_ts", + "ref_tests", + "ref_tsx", + "ref_vitest_config_ts", + "ref_vitest_setup_ts" + ], + "107": [ + "ai_agency_agents_01_auditor", + "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal", + "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal", + "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule", + "ai_agency_agents_01_auditor_4_deep_directory_scanning", + "ai_agency_agents_01_auditor_5_forbidden_actions", + "ai_agency_agents_01_auditor_expected_json_output_schema", + "ai_agency_agents_01_auditor_operational_rules_boundaries", + "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_01_auditor_role_core_objective", + "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read" + ], + "108": [ + "ai_agency_agents_10_tech_writer", + "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete", + "ai_agency_agents_10_tech_writer_2_documentation_updates", + "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical", + "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check", + "ai_agency_agents_10_tech_writer_5_forbidden_actions", + "ai_agency_agents_10_tech_writer_expected_json_output_schema", + "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_10_tech_writer_role_core_objective", + "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read" + ], + "109": [ + "ai_agency_agents_11_deploy", + "ai_agency_agents_11_deploy_1_pre_deployment_checklist", + "ai_agency_agents_11_deploy_2_build_verification", + "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target", + "ai_agency_agents_11_deploy_4_post_deployment_health_check", + "ai_agency_agents_11_deploy_5_forbidden_actions", + "ai_agency_agents_11_deploy_expected_json_output_schema", + "ai_agency_agents_11_deploy_operational_rules_boundaries", + "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_11_deploy_role_core_objective", + "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read" + ], + "110": [ + "backend_src_app_controller", + "backend_src_app_controller_appcontroller", + "backend_src_app_controller_appcontroller_constructor", + "backend_src_app_controller_appcontroller_gethello", + "backend_src_app_controller_spec", + "backend_src_app_controller_ts_controller", + "backend_src_app_controller_ts_get", + "backend_src_app_service", + "backend_src_app_service_appservice", + "backend_src_app_service_appservice_gethello", + "backend_src_app_service_ts_injectable" + ], + "111": [ + "backend_src_orders_dto_create_order_dto_createorderdto", + "backend_src_orders_dto_create_order_dto_orderitemdto", + "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional", + "backend_src_orders_dto_create_order_dto_ts_isarray", + "backend_src_orders_dto_create_order_dto_ts_isnotempty", + "backend_src_orders_dto_create_order_dto_ts_isnumber", + "backend_src_orders_dto_create_order_dto_ts_isoptional", + "backend_src_orders_dto_create_order_dto_ts_isstring", + "backend_src_orders_dto_create_order_dto_ts_type", + "validatenested" + ], + "112": [ + "backend_src_pets_pets_controller_petscontroller", + "backend_src_pets_pets_controller_petscontroller_constructor", + "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "backend_src_pets_pets_controller_ts_apibadrequestresponse", + "backend_src_pets_pets_controller_ts_apibearerauth", + "backend_src_pets_pets_controller_ts_apicreatedresponse", + "backend_src_pets_pets_controller_ts_apitags", + "backend_src_pets_pets_controller_ts_controller", + "backend_src_pets_pets_controller_ts_uploadedfile", + "backend_src_pets_pets_controller_ts_useguards", + "backend_src_pets_pets_controller_ts_useinterceptors" + ], + "113": [ + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog" + ], + "114": [ + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you", + "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646" + ], + "115": [ + "ai_agency_agents_02_ceo", + "ai_agency_agents_02_ceo_1_mode_direction_decision", + "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation", + "ai_agency_agents_02_ceo_3_risk_assessment", + "ai_agency_agents_02_ceo_4_forbidden_actions", + "ai_agency_agents_02_ceo_expected_json_output_schema", + "ai_agency_agents_02_ceo_operational_rules_boundaries", + "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_02_ceo_role_core_objective", + "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read" + ], + "116": [ + "backend_prisma_tsconfig", + "backend_prisma_tsconfig_compileroptions", + "backend_prisma_tsconfig_compileroptions_esmoduleinterop", + "backend_prisma_tsconfig_compileroptions_module", + "backend_prisma_tsconfig_compileroptions_moduleresolution", + "backend_prisma_tsconfig_compileroptions_skiplibcheck", + "backend_prisma_tsconfig_compileroptions_types", + "backend_prisma_tsconfig_include", + "backend_prisma_tsconfig_json_ref_node", + "backend_prisma_tsconfig_json_ref_ts" + ], + "117": [ + "backend_prisma_tsconfig_seed", + "backend_prisma_tsconfig_seed_compileroptions", + "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", + "backend_prisma_tsconfig_seed_compileroptions_module", + "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", + "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", + "backend_prisma_tsconfig_seed_compileroptions_types", + "backend_prisma_tsconfig_seed_include", + "backend_prisma_tsconfig_seed_json_ref_node", + "backend_prisma_tsconfig_seed_json_ref_ts" + ], + "118": [ + "backend_readme", + "backend_readme_compile_and_run_the_project", + "backend_readme_deployment", + "backend_readme_description", + "backend_readme_license", + "backend_readme_project_setup", + "backend_readme_resources", + "backend_readme_run_tests", + "backend_readme_stay_in_touch", + "backend_readme_support" + ], + "119": [ + "backend_src_orders_orders_service_ordersservice", + "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "backend_src_orders_orders_service_ordersservice_constructor", + "backend_src_orders_orders_service_ordersservice_create", + "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations", + "backend_src_orders_orders_service_ordersservice_retrypayment", + "backend_src_orders_orders_service_ordersservice_updatestatus", + "backend_src_orders_orders_service_ordersservice_validatecoupon", + "backend_src_orders_orders_service_ts_injectable" + ], + "120": [ + "docs_audit_00_repository_map", + "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application", + "docs_audit_00_repository_map_2_active_backend_service_nestjs_application", + "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories", + "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "docs_audit_00_repository_map_documentation_governance", + "docs_audit_00_repository_map_important_configuration_infrastructure_files", + "docs_audit_00_repository_map_mandatory_global_audit_exclusions", + "docs_audit_00_repository_map_repository_map", + "docs_audit_00_repository_map_repository_structure_overview" + ], + "121": [ + "docs_audit_validate_integrity", + "docs_audit_validate_integrity_dispsum", + "docs_audit_validate_integrity_errors", + "docs_audit_validate_integrity_invalidnewids", + "docs_audit_validate_integrity_manifest", + "docs_audit_validate_integrity_report", + "docs_audit_validate_integrity_trackedfiles", + "docs_audit_validate_integrity_uninspected", + "docs_audit_validate_integrity_verifiedindex", + "docs_audit_validate_integrity_warnings" + ], + "122": [ + "frontend_admin_panel_package", + "frontend_admin_panel_package_name", + "frontend_admin_panel_package_private", + "frontend_admin_panel_package_scripts", + "frontend_admin_panel_package_scripts_build", + "frontend_admin_panel_package_scripts_dev", + "frontend_admin_panel_package_scripts_lint", + "frontend_admin_panel_package_scripts_preview", + "frontend_admin_panel_package_type", + "frontend_admin_panel_package_version" + ], + "123": [ + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme", + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors", + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install", + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license", + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" + ], + "124": [ + "frontend_admin_panel_src_pages_reports", + "frontend_admin_panel_src_pages_reports_bestselleritem", + "frontend_admin_panel_src_pages_reports_categorydistitem", + "frontend_admin_panel_src_pages_reports_colors", + "frontend_admin_panel_src_pages_reports_customtooltip", + "frontend_admin_panel_src_pages_reports_customtooltipprops", + "frontend_admin_panel_src_pages_reports_reportdata", + "frontend_admin_panel_src_pages_reports_reports", + "frontend_admin_panel_src_pages_reports_topcouponitem", + "frontend_admin_panel_src_routes_adminroutes_reports" + ], + "125": [ + "frontend_application_public_fonts_sahel_font_v3_4_0_readme", + "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors", + "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install", + "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license", + "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628" + ], + "126": [ + "ai_agency_agents_00_intake", + "ai_agency_agents_00_intake_1_ask_don_t_assume", + "ai_agency_agents_00_intake_2_forbidden_actions", + "ai_agency_agents_00_intake_brownfield_detection", + "ai_agency_agents_00_intake_expected_json_output_schema", + "ai_agency_agents_00_intake_operational_rules_boundaries", + "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update", + "ai_agency_agents_00_intake_role_core_objective", + "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read" + ], + "127": [ + "ai_agency_orchestrate", + "ai_agency_orchestrate_cmd_next_task", + "ai_agency_orchestrate_cmd_progress", + "ai_agency_orchestrate_cmd_reset", + "ai_agency_orchestrate_cmd_status", + "ai_agency_orchestrate_cmd_unblock", + "ai_agency_orchestrate_load_json", + "ai_agency_orchestrate_main", + "ai_agency_orchestrate_save_json" + ], + "128": [ + "backend_package", + "backend_package_author", + "backend_package_description", + "backend_package_license", + "backend_package_name", + "backend_package_prisma", + "backend_package_prisma_seed", + "backend_package_private", + "backend_package_version" + ], + "129": [ + "backend_src_auth_dto_register_dto", + "backend_src_auth_dto_register_dto_registerdto", + "backend_src_auth_dto_register_dto_ts_apiproperty", + "backend_src_auth_dto_register_dto_ts_apipropertyoptional", + "backend_src_auth_dto_register_dto_ts_isemail", + "backend_src_auth_dto_register_dto_ts_isnotempty", + "backend_src_auth_dto_register_dto_ts_isoptional", + "backend_src_auth_dto_register_dto_ts_isstring", + "backend_src_auth_dto_register_dto_ts_minlength" + ], + "130": [ + "claude_skills_graphify_references_exports", + "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag", + "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag", + "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag", + "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag", + "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag", + "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag", + "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000" + ], + "131": [ + "docs_audit_21_phase2_quality_gate_summary", + "docs_audit_21_phase2_quality_gate_summary_1_executive_summary", + "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics", + "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status", + "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase", + "docs_audit_21_phase2_quality_gate_summary_by_confidence", + "docs_audit_21_phase2_quality_gate_summary_by_severity", + "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report" + ], + "132": [ + "docs_audit_phase3_1_change_log", + "docs_audit_phase3_1_change_log_1_task_auth_001", + "docs_audit_phase3_1_change_log_2_task_fin_001", + "docs_audit_phase3_1_change_log_3_decision_002", + "docs_audit_phase3_1_change_log_4_task_verify_001", + "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002", + "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves", + "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", + "docs_audit_phase3_1_change_log_task_modifications_log" + ], + "133": [ + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme", + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux", + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower", + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm", + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn", + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample" + ], + "134": [ + "frontend_application_components_errorboundary", + "frontend_application_components_errorboundary_errorboundary", + "frontend_application_components_errorboundary_errorboundary_componentdidcatch", + "frontend_application_components_errorboundary_errorboundary_constructor", + "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror", + "frontend_application_components_errorboundary_errorboundary_handleretry", + "frontend_application_components_errorboundary_errorboundary_render", + "frontend_application_components_errorboundary_props", + "frontend_application_components_errorboundary_state" + ], + "135": [ + "frontend_application_package", + "frontend_application_package_name", + "frontend_application_package_private", + "frontend_application_package_scripts", + "frontend_application_package_scripts_build", + "frontend_application_package_scripts_dev", + "frontend_application_package_scripts_lint", + "frontend_application_package_scripts_start", + "frontend_application_package_version" + ], + "136": [ + "backend_scripts_generate_openapi_app_module_1", + "backend_scripts_generate_openapi_core_1", + "backend_scripts_generate_openapi_fs", + "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi_generateopenapi", + "backend_scripts_generate_openapi_path", + "backend_scripts_generate_openapi_swagger_1", + "backend_scripts_generate_openapi_yaml" + ], + "137": [ + "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring", + "backend_src_payment_dto_admin_transaction_filter_dto_ts_type", + "backend_src_payment_payment_service_paymentservice_getadmintransactions" + ], + "138": [ + "backend_src_payment_dto_initiate_payment_dto", + "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", + "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", + "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", + "backend_src_payment_dto_initiate_payment_dto_ts_isstring" + ], + "139": [ + "docs_audit_01_system_discovery", + "docs_audit_01_system_discovery_active_core_applications", + "docs_audit_01_system_discovery_current_architecture", + "docs_audit_01_system_discovery_evidence_based_status_matrix", + "docs_audit_01_system_discovery_excluded_non_auditable_artifacts", + "docs_audit_01_system_discovery_major_business_domains_discovered", + "docs_audit_01_system_discovery_system_discovery", + "docs_audit_01_system_discovery_technical_architecture_summary" + ], + "140": [ + "ai_agency_specs_prd", + "ai_agency_specs_prd_1_executive_vision", + "ai_agency_specs_prd_2_target_audience", + "ai_agency_specs_prd_3_functional_requirements", + "ai_agency_specs_prd_4_non_functional_requirements_performance_security", + "ai_agency_specs_prd_5_epic_feature_breakdown", + "ai_agency_specs_prd_product_requirement_document_prd" + ], + "141": [ + "backend_src_auth_dto_admin_login_dto", + "backend_src_auth_dto_admin_login_dto_adminlogindto", + "backend_src_auth_dto_admin_login_dto_ts_apiproperty", + "backend_src_auth_dto_admin_login_dto_ts_isemail", + "backend_src_auth_dto_admin_login_dto_ts_isnotempty", + "backend_src_auth_dto_admin_login_dto_ts_isstring", + "backend_src_auth_dto_admin_login_dto_ts_minlength" + ], + "142": [ + "backend_src_pets_dto_create_health_log_dto", + "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "backend_src_pets_dto_create_health_log_dto_ts_apiproperty", + "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional", + "backend_src_pets_dto_create_health_log_dto_ts_isnotempty", + "backend_src_pets_dto_create_health_log_dto_ts_isoptional", + "backend_src_pets_dto_create_health_log_dto_ts_isstring" + ], + "143": [ + "backend_src_pets_dto_create_reminder_dto", + "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "backend_src_pets_dto_create_reminder_dto_ts_apiproperty", + "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional", + "backend_src_pets_dto_create_reminder_dto_ts_isnotempty", + "backend_src_pets_dto_create_reminder_dto_ts_isoptional", + "backend_src_pets_dto_create_reminder_dto_ts_isstring" + ], + "144": [ + "docs_audit_03_baseline_command_plan", + "docs_audit_03_baseline_command_plan_attempted_command_execution_log", + "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts", + "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2", + "docs_audit_03_baseline_command_plan_root_package_json_scripts" + ], + "145": [ + "frontend_admin_panel_src_pages_smssettingspage", + "frontend_admin_panel_src_pages_smssettingspage_patternitem", + "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate", + "frontend_admin_panel_src_pages_smssettingspage_smslogitem", + "frontend_admin_panel_src_pages_smssettingspage_smslogstats", + "frontend_admin_panel_src_pages_smssettingspage_smssettingspage", + "frontend_admin_panel_src_routes_adminroutes_smssettingspage" + ], + "146": [ + "frontend_application_app_error", + "frontend_application_app_error_errorboundary", + "frontend_application_app_not_found", + "frontend_application_app_not_found_notfound", + "frontend_application_components_errorpages", + "frontend_application_components_errorpages_notfoundpage", + "frontend_application_components_errorpages_servererrorpage" + ], + "147": [ + "gitea_scripts_with_vpn", + "gitea_scripts_with_vpn_cleanup", + "gitea_scripts_with_vpn_log", + "gitea_scripts_with_vpn_sh__entry", + "gitea_scripts_with_vpn_start_vpn", + "gitea_scripts_with_vpn_stop_vpn", + "gitea_scripts_with_vpn_vpn_is_up" + ], + "148": [ + "ai_agency_specs_architecture_spec", + "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack", + "ai_agency_specs_architecture_spec_2_directory_structure_tree", + "ai_agency_specs_architecture_spec_3_state_management_strategy", + "ai_agency_specs_architecture_spec_4_deployment_docker_architecture", + "ai_agency_specs_architecture_spec_architecture_specification" + ], + "149": [ + "ai_agency_specs_project_health", + "ai_agency_specs_project_health_1_audit_score_summary", + "ai_agency_specs_project_health_2_technical_debt_inventory", + "ai_agency_specs_project_health_3_outdated_dependencies_list", + "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports", + "ai_agency_specs_project_health_project_health_audit_report" + ], + "150": [ + "backend_nest_cli", + "backend_nest_cli_collection", + "backend_nest_cli_compileroptions", + "backend_nest_cli_compileroptions_deleteoutdir", + "backend_nest_cli_schema", + "backend_nest_cli_sourceroot" + ], + "151": [ + "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "backend_src_settings_settings_controller_ts_apiokresponse", + "backend_src_settings_settings_controller_ts_get", + "backend_src_settings_settings_service_settingsservice_getscientificterms" + ], + "152": [ + "claude_skills_graphify_references_query", + "claude_skills_graphify_references_query_for_graphify_explain", + "claude_skills_graphify_references_query_for_graphify_path", + "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal", + "claude_skills_graphify_references_query_step_1_traversal" + ], + "153": [ + "docs_audit_04_open_questions", + "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application", + "docs_audit_04_open_questions_2_payment_gateway_integration_provider", + "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications", + "docs_audit_04_open_questions_4_sms_otp_service_provider", + "docs_audit_04_open_questions_open_questions" + ], + "154": [ + "docs_audit_33_final_phase2_audit_closure", + "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics", + "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization", + "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification", + "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion", + "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report" + ], + "155": [ + "frontend_admin_panel_src_pages_transactions", + "frontend_admin_panel_src_pages_transactions_gatewayhealth", + "frontend_admin_panel_src_pages_transactions_stats", + "frontend_admin_panel_src_pages_transactions_transaction", + "frontend_admin_panel_src_pages_transactions_transactions", + "frontend_admin_panel_src_routes_adminroutes_transactions" + ], + "156": [ + "scripts_open_browsers", + "scripts_open_browsers_checkandopen", + "scripts_open_browsers_exec", + "scripts_open_browsers_http", + "scripts_open_browsers_openurl", + "scripts_open_browsers_urls" + ], + "157": [ + "scripts_start_dev", + "scripts_start_dev_backend", + "scripts_start_dev_http", + "scripts_start_dev_spawn", + "scripts_start_dev_waitforbackend", + "scripts_start_dev_waitforbackend_check" + ], + "158": [ + "ai_agency_memory_scratchpad", + "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "ai_agency_memory_scratchpad_execution_target", + "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system", + "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request" + ], + "159": [ + "ai_agency_specs_reviews_code_health_review", + "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "ai_agency_specs_reviews_code_health_review_executive_summary", + "ai_agency_specs_reviews_code_health_review_key_findings", + "ai_agency_specs_reviews_code_health_review_recommendations" + ], + "160": [ + "backend_src_common_schemas_paginated_response_schema", + "backend_src_common_schemas_paginated_response_schema_createpaginatedschema", + "backend_src_common_schemas_paginated_response_schema_paginatedresponse", + "backend_src_common_schemas_paginated_response_schema_paginationmeta", + "backend_src_common_schemas_paginated_response_schema_ts_apiproperty" + ], + "161": [ + "dejavu_sans", + "frontend_application_public_fonts_vazirmatn_v33_003_authors", + "frontend_application_public_fonts_vazirmatn_v33_003_ofl", + "frontend_application_public_fonts_vazirmatn_v33_003_readme", + "roboto_font" + ], + "162": [ + "docs_audit_24_omitted_file_inspection_report", + "docs_audit_24_omitted_file_inspection_report_conclusion", + "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit", + "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", + "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections" + ], + "163": [ + "docs_audit_phase3_2_implementation_readiness", + "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions", + "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview", + "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement", + "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report" + ], + "164": [ + "docs_audit_phase3_traceability_matrix", + "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix", + "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification", + "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks" + ], + "165": [ + "docs_audit_rebuild_honest_ledger", + "docs_audit_rebuild_honest_ledger_evidencelist", + "docs_audit_rebuild_honest_ledger_ledger", + "docs_audit_rebuild_honest_ledger_mandatorymap", + "docs_audit_rebuild_honest_ledger_mandatoryscope" + ], + "166": [ + "docs_audit_validate_evidence_grade", + "docs_audit_validate_evidence_grade_activefiles", + "docs_audit_validate_evidence_grade_errors", + "docs_audit_validate_evidence_grade_validationoutput", + "docs_audit_validate_evidence_grade_warnings" + ], + "167": [ + "frontend_admin_panel_src_pages_reviews", + "frontend_admin_panel_src_pages_reviews_productreview", + "frontend_admin_panel_src_pages_reviews_reviews", + "frontend_admin_panel_src_pages_reviews_topersiandigits", + "frontend_admin_panel_src_routes_adminroutes_reviews" + ], + "168": [ + "frontend_application_app_blog_slug_page", + "frontend_application_app_blog_slug_page_blogpostpage", + "frontend_application_app_blog_slug_page_generatemetadata", + "frontend_application_app_blog_slug_page_getblog", + "frontend_application_app_blog_slug_page_revalidate" + ], + "169": [ + "ai_agency_specs_api_contract", + "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification", + "ai_agency_specs_api_contract_2_endpoint_definitions_data_types", + "ai_agency_specs_api_contract_api_contract_specification" + ], + "170": [ + "ai_agency_specs_reviews_backend_review", + "ai_agency_specs_reviews_backend_review_architectural_overview", + "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements" + ], + "171": [ + "ai_agency_specs_reviews_frontend_review", + "ai_agency_specs_reviews_frontend_review_architectural_overview", + "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements", + "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend" + ], + "172": [ + "ai_agency_specs_reviews_seo_content_review", + "ai_agency_specs_reviews_seo_content_review_overview_content_foundation", + "ai_agency_specs_reviews_seo_content_review_seo_content_requirements", + "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content" + ], + "173": [ + "backend_package_devdependencies_types_node", + "backend_package_json_types_node", + "frontend_admin_panel_package_devdependencies_types_node", + "frontend_application_package_devdependencies_types_node" + ], + "174": [ + "backend_package_devdependencies_typescript", + "backend_package_json_typescript", + "frontend_admin_panel_package_devdependencies_typescript", + "frontend_application_package_devdependencies_typescript" + ], + "175": [ + "backend_prisma_seed_ui_texts", + "backend_prisma_seed_ui_texts_main", + "backend_prisma_seed_ui_texts_prisma", + "backend_prisma_seed_ui_texts_ui_texts" + ], + "176": [ + "backend_prisma_seed_wiki", + "backend_prisma_seed_wiki_canonical_wiki_terms", + "backend_prisma_seed_wiki_main", + "backend_prisma_seed_wiki_prisma" + ], + "177": [ + "backend_src_blogs_dto_create_blog_dto", + "backend_src_blogs_dto_create_blog_dto_createblogdto", + "backend_src_blogs_dto_update_blog_dto", + "backend_src_blogs_dto_update_blog_dto_updateblogdto" + ], + "178": [ + "backend_src_home_dto_create_home_dto", + "backend_src_home_dto_create_home_dto_createhomedto", + "backend_src_home_dto_update_home_dto", + "backend_src_home_dto_update_home_dto_updatehomedto" + ], + "179": [ + "backend_src_wiki_dto_create_wiki_dto", + "backend_src_wiki_dto_create_wiki_dto_createwikidto", + "backend_src_wiki_dto_update_wiki_dto", + "backend_src_wiki_dto_update_wiki_dto_updatewikidto" + ], + "180": [ + "claude_skills_graphify_references_add_watch", + "claude_skills_graphify_references_add_watch_for_graphify_add", + "claude_skills_graphify_references_add_watch_for_watch", + "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder" + ], + "181": [ + "claude_skills_graphify_references_hooks", + "claude_skills_graphify_references_hooks_for_git_commit_hook", + "claude_skills_graphify_references_hooks_for_native_claude_md_integration", + "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration" + ], + "182": [ + "claude_skills_graphify_references_update", + "claude_skills_graphify_references_update_for_cluster_only", + "claude_skills_graphify_references_update_for_update_incremental_re_extraction", + "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only" + ], + "183": [ + "docs_audit_19_finding_verification_report", + "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table", + "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids", + "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report" + ], + "184": [ + "frontend_admin_panel_readme", + "frontend_admin_panel_readme_expanding_the_eslint_configuration", + "frontend_admin_panel_readme_react_compiler", + "frontend_admin_panel_readme_react_typescript_vite" + ], + "185": [ + "frontend_admin_panel_src_components_ui_select", + "frontend_admin_panel_src_components_ui_select_select", + "frontend_admin_panel_src_components_ui_select_selectoption", + "frontend_admin_panel_src_components_ui_select_selectprops" + ], + "186": [ + "frontend_application_app_wiki_slug_page", + "frontend_application_app_wiki_slug_page_generatemetadata", + "frontend_application_app_wiki_slug_page_getwikiterm", + "frontend_application_app_wiki_slug_page_wikitermpage" + ], + "187": [ + "frontend_application_components_networkbanner", + "frontend_application_components_networkbanner_networkbanner", + "frontend_application_lib_hooks_usenetworkstatus", + "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus" + ], + "188": [ + "frontend_application_readme", + "frontend_application_readme_deploy_on_vercel", + "frontend_application_readme_getting_started", + "frontend_application_readme_learn_more" + ], + "189": [ + "frontend_application_tsconfig_compileroptions_lib", + "frontend_application_tsconfig_json_ref_dom", + "ref_dom_iterable", + "ref_esnext" + ], + "190": [ + "scripts_deploy", + "scripts_deploy_compose_docker_cli_build", + "scripts_deploy_docker_buildkit", + "scripts_deploy_sh__entry" + ], + "191": [ + "ai_agency_specs_reviews_security_review", + "ai_agency_specs_reviews_security_review_security_architecture_best_practices", + "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security" + ], + "192": [ + "ai_agency_specs_reviews_ux_review", + "ai_agency_specs_reviews_ux_review_persona_experience_alignment", + "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa" + ], + "193": [ + "backend_package_devdependencies_eslint_js", + "backend_package_json_eslint_js", + "frontend_admin_panel_package_devdependencies_eslint_js" + ], + "194": [ + "backend_package_devdependencies_typescript_eslint", + "backend_package_json_typescript_eslint", + "frontend_admin_panel_package_devdependencies_typescript_eslint" + ], + "195": [ + "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration", + "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms", + "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts" + ], + "196": [ + "backend_prisma_scientificterms", + "backend_prisma_scientificterms_scientific_terms", + "backend_prisma_scientificterms_scientificterm" + ], + "197": [ + "backend_prisma_seed_blogs", + "backend_prisma_seed_blogs_main", + "backend_prisma_seed_blogs_prisma" + ], + "198": [ + "backend_prisma_seed_custom", + "backend_prisma_seed_custom_main", + "backend_prisma_seed_custom_prisma" + ], + "199": [ + "backend_tsconfig", + "backend_tsconfig_include", + "backend_tsconfig_json_ref_src" + ], + "200": [ + "claude_skills_graphify_references_github_and_merge", + "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", + "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given" + ], + "201": [ + "claude_skills_graphify_references_transcribe", + "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", + "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected" + ], + "202": [ + "docs_audit_18_compiler_diagnostic_dispositions", + "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", + "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table" + ], + "203": [ + "docs_audit_adr_auth_001", + "docs_audit_master_task_backlog", + "docs_audit_phase3_execution_plan" + ], + "204": [ + "docs_audit_build_manifest", + "docs_audit_build_manifest_entries", + "docs_audit_build_manifest_lines" + ], + "205": [ + "docs_audit_generate_classification", + "docs_audit_generate_classification_classified", + "docs_audit_generate_classification_lines" + ], + "206": [ + "docs_audit_generate_evidence", + "docs_audit_generate_evidence_classification", + "docs_audit_generate_evidence_evidenceentries" + ], + "207": [ + "docs_audit_generate_ledger", + "docs_audit_generate_ledger_evidence", + "docs_audit_generate_ledger_ledgerentries" + ], + "208": [ + "docs_audit_generate_manifest", + "docs_audit_generate_manifest_evidence", + "docs_audit_generate_manifest_manifestentries" + ], + "209": [ + "docs_audit_sync_honest_manifest", + "docs_audit_sync_honest_manifest_ledger", + "docs_audit_sync_honest_manifest_manifest" + ], + "210": [ + "docs_audit_sync_manifest", + "docs_audit_sync_manifest_ledger", + "docs_audit_sync_manifest_manifestentries" + ], + "211": [ + "frontend_admin_panel_package_dependencies_react_dom", + "frontend_admin_panel_package_json_react_dom", + "frontend_application_package_dependencies_react_dom" + ], + "212": [ + "frontend_admin_panel_package_dependencies_zustand", + "frontend_admin_panel_package_json_zustand", + "frontend_application_package_dependencies_zustand" + ], + "213": [ + "frontend_admin_panel_package_devdependencies_tailwindcss", + "frontend_admin_panel_package_json_tailwindcss", + "frontend_application_package_devdependencies_tailwindcss" + ], + "214": [ + "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", + "frontend_admin_panel_package_json_tailwindcss_postcss", + "frontend_application_package_devdependencies_tailwindcss_postcss" + ], + "215": [ + "frontend_admin_panel_package_devdependencies_types_react_dom", + "frontend_application_package_devdependencies_types_react_dom", + "frontend_application_package_json_types_react_dom" + ], + "216": [ + "frontend_admin_panel_src_components_ui_formfield", + "frontend_admin_panel_src_components_ui_formfield_formfield", + "frontend_admin_panel_src_components_ui_formfield_formfieldprops" + ], + "217": [ + "frontend_admin_panel_src_components_ui_input", + "frontend_admin_panel_src_components_ui_input_input", + "frontend_admin_panel_src_components_ui_input_inputprops" + ], + "218": [ + "frontend_admin_panel_src_components_ui_textarea", + "frontend_admin_panel_src_components_ui_textarea_textarea", + "frontend_admin_panel_src_components_ui_textarea_textareaprops" + ], + "219": [ + "frontend_admin_panel_tsconfig", + "frontend_admin_panel_tsconfig_files", + "frontend_admin_panel_tsconfig_references" + ], + "220": [ + "frontend_application_app_about_page", + "frontend_application_app_about_page_aboutpage", + "frontend_application_app_about_page_metadata" + ], + "221": [ + "frontend_application_app_privacy_page", + "frontend_application_app_privacy_page_metadata", + "frontend_application_app_privacy_page_privacypage" + ], + "222": [ + "frontend_application_next_config", + "frontend_application_next_config_nextconfig", + "frontend_application_next_config_securityheaders" + ], + "223": [ + "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", + "frontend_application_public_fonts_shabnam_font_v5_0_1_sample", + "vazir_font" + ], + "224": [ + "agents", + "agents_graphify" + ], + "225": [ + "agents_rules_graphify", + "agents_rules_graphify_graphify" + ], + "226": [ + "agents_workflows_graphify", + "agents_workflows_graphify_workflow_graphify" + ], + "227": [ + "antigravity_instructions", + "antigravity_instructions_graphify" + ], + "228": [ + "backend_package_dependencies_bcryptjs", + "bcryptjs" + ], + "229": [ + "backend_package_dependencies_helmet", + "helmet" + ], + "230": [ + "backend_package_dependencies_js_yaml", + "js_yaml" + ], + "231": [ + "backend_package_dependencies_nestjs_core", + "nestjs_core" + ], + "232": [ + "backend_package_dependencies_nestjs_jwt", + "nestjs_jwt" + ], + "233": [ + "backend_package_dependencies_nestjs_swagger", + "nestjs_swagger" + ], + "234": [ + "backend_package_dependencies_nestjs_throttler", + "nestjs_throttler" + ], + "235": [ + "backend_package_dependencies_passport_jwt", + "passport_jwt" + ], + "236": [ + "backend_package_dependencies_prisma_client", + "prisma_client" + ], + "237": [ + "backend_package_dependencies_swagger_ui_express", + "swagger_ui_express" + ], + "238": [ + "backend_package_devdependencies_nestjs_schematics", + "nestjs_schematics" + ], + "239": [ + "backend_package_devdependencies_ts_jest", + "ts_jest" + ], + "240": [ + "backend_package_devdependencies_ts_loader", + "ts_loader" + ], + "241": [ + "backend_package_devdependencies_tsconfig_paths", + "tsconfig_paths" + ], + "242": [ + "backend_package_devdependencies_types_bcrypt", + "types_bcrypt" + ], + "243": [ + "backend_package_devdependencies_types_supertest", + "types_supertest" + ], + "244": [ + "backend_src_blogs_entities_blog_entity", + "backend_src_blogs_entities_blog_entity_blog" + ], + "245": [ + "backend_src_home_entities_home_entity", + "backend_src_home_entities_home_entity_home" + ], + "246": [ + "backend_src_wiki_entities_wiki_entity", + "backend_src_wiki_entities_wiki_entity_wiki" + ], + "247": [ + "backend_uploads_1781288429353_508765350", + "docs_02_user_guide_roles" + ], + "248": [ + "claude", + "claude_graphify" + ], + "249": [ + "claude_claude", + "claude_claude_graphify" + ], + "250": [ + "claude_skills_graphify_references_extraction_spec", + "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt" + ], + "251": [ + "database_schema_products", + "readme_smartadvisor" + ], + "252": [ + "database_schema_users", + "docker_backend_prod" + ], + "253": [ + "docs_audit_05_architectural_audit_findings", + "docs_audit_10_security_audit_findings" + ], + "254": [ + "docs_audit_cross_boundary_dependencies", + "docs_audit_frontend_integration_requirements" + ], + "255": [ + "frontend_application_agents", + "image_pharma_lab" + ], + "256": [ + "frontend_application_app_robots", + "frontend_application_app_robots_robots" + ], + "257": [ + "frontend_application_eslint_config", + "frontend_application_eslint_config_eslintconfig" + ], + "258": [ + "frontend_application_postcss_config", + "frontend_application_postcss_config_config" + ], + "259": [ + "frontend_application_vitest_setup", + "frontend_application_vitest_setup_mockintersectionobserver" + ], + "260": [ + "scripts_backup_db", + "scripts_backup_db_sh__entry" + ], + "261": [ + "start", + "start_sh__entry" + ], + "262": [ + "ai_agency_specs_reviews_readme" + ], + "263": [ + "backend_eslint_config" + ], + "264": [ + "backend_integration_login" + ], + "265": [ + "backend_integration_logout" + ], + "266": [ + "backend_scripts_generate_openapi_d" + ], + "267": [ + "canina_pharma_gmbh" + ], + "268": [ + "database_schema_pets" + ], + "269": [ + "docs_01_introduction_canina_iran" + ], + "270": [ + "docs_03_developer_guide_standards" + ], + "271": [ + "docs_audit_frontend_route_map" + ], + "272": [ + "docs_backlog_tasks" + ], + "273": [ + "frontend_admin_panel_eslint_config" + ], + "274": [ + "frontend_admin_panel_postcss_config" + ], + "275": [ + "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog" + ], + "276": [ + "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog" + ], + "277": [ + "frontend_admin_panel_tailwind_config" + ], + "278": [ + "frontend_admin_panel_vite_config" + ], + "279": [ + "frontend_application_claude" + ], + "280": [ + "frontend_application_public_fonts_sahel_font_v3_4_0_changelog" + ], + "281": [ + "frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable" + ], + "282": [ + "frontend_application_public_fonts_shabnam_font_v5_0_1_changelog" + ], + "283": [ + "frontend_application_public_fonts_vazirmatn_v33_003_changelog" + ], + "284": [ + "frontend_application_vitest_config" + ], + "285": [ + "image_sahel_sample" + ], + "286": [ + "image_shabnam_sample" + ], + "287": [ + "scripts_compose_prod" + ], + "288": [ + "scripts_compose_stage" + ] + }, + "cohesion": { + "0": 0.05303392259913999, + "1": 0.05576923076923077, + "2": 0.0899854862119013, + "3": 0.07801418439716312, + "4": 0.07180851063829788, + "5": 0.09485815602836879, + "6": 0.08953900709219859, + "7": 0.1026827012025902, + "8": 0.0595959595959596, + "9": 0.07641196013289037, + "10": 0.11074197120708748, + "11": 0.08748615725359911, + "12": 0.05975609756097561, + "13": 0.0858974358974359, + "14": 0.07422402159244265, + "15": 0.0931174089068826, + "16": 0.06258890469416785, + "17": 0.08858858858858859, + "18": 0.10695187165775401, + "19": 0.06060606060606061, + "20": 0.06060606060606061, + "21": 0.26411290322580644, + "22": 0.0625, + "23": 0.0625, + "24": 0.0625, + "25": 0.0625, + "26": 0.0625, + "27": 0.0625, + "28": 0.0625, + "29": 0.10344827586206896, + "30": 0.10591133004926108, + "31": 0.2019704433497537, + "32": 0.13793103448275862, + "33": 0.06896551724137931, + "34": 0.10317460317460317, + "35": 0.13756613756613756, + "36": 0.07407407407407407, + "37": 0.1282051282051282, + "38": 0.16524216524216523, + "39": 0.07407407407407407, + "40": 0.12615384615384614, + "41": 0.10153846153846154, + "42": 0.12923076923076923, + "43": 0.09333333333333334, + "44": 0.11333333333333333, + "45": 0.11666666666666667, + "46": 0.10869565217391304, + "47": 0.14130434782608695, + "48": 0.13768115942028986, + "49": 0.13043478260869565, + "50": 0.13043478260869565, + "51": 0.08695652173913043, + "52": 0.13438735177865613, + "53": 0.2490118577075099, + "54": 0.08695652173913043, + "55": 0.10276679841897234, + "56": 0.08695652173913043, + "57": 0.1038961038961039, + "58": 0.12554112554112554, + "59": 0.09523809523809523, + "60": 0.09523809523809523, + "61": 0.15714285714285714, + "62": 0.12631578947368421, + "63": 0.26842105263157895, + "64": 0.23157894736842105, + "65": 0.1, + "66": 0.13157894736842105, + "67": 0.10526315789473684, + "68": 0.10526315789473684, + "69": 0.13450292397660818, + "70": 0.16374269005847952, + "71": 0.23976608187134502, + "72": 0.15789473684210525, + "73": 0.13450292397660818, + "74": 0.1111111111111111, + "75": 0.1111111111111111, + "76": 0.1111111111111111, + "77": 0.1111111111111111, + "78": 0.11764705882352941, + "79": 0.16176470588235295, + "80": 0.16176470588235295, + "81": 0.11764705882352941, + "82": 0.13970588235294118, + "83": 0.16176470588235295, + "84": 0.125, + "85": 0.16666666666666666, + "86": 0.125, + "87": 0.26666666666666666, + "88": 0.13333333333333333, + "89": 0.13333333333333333, + "90": 0.20952380952380953, + "91": 0.13333333333333333, + "92": 0.14285714285714285, + "93": 0.14285714285714285, + "94": 0.14285714285714285, + "95": 0.15384615384615385, + "96": 0.1794871794871795, + "97": 0.15384615384615385, + "98": 0.20512820512820512, + "99": 0.15384615384615385, + "100": 0.16666666666666666, + "101": 0.21212121212121213, + "102": 0.16666666666666666, + "103": 0.24242424242424243, + "104": 0.2878787878787879, + "105": 0.16666666666666666, + "106": 0.16666666666666666, + "107": 0.18181818181818182, + "108": 0.18181818181818182, + "109": 0.18181818181818182, + "110": 0.2909090909090909, + "111": 0.21818181818181817, + "112": 0.18181818181818182, + "113": 0.18181818181818182, + "114": 0.18181818181818182, + "115": 0.2, + "116": 0.2, + "117": 0.2, + "118": 0.2, + "119": 0.26666666666666666, + "120": 0.2, + "121": 0.2, + "122": 0.2, + "123": 0.2, + "124": 0.2, + "125": 0.2, + "126": 0.2222222222222222, + "127": 0.5277777777777778, + "128": 0.2222222222222222, + "129": 0.2222222222222222, + "130": 0.2222222222222222, + "131": 0.2222222222222222, + "132": 0.2222222222222222, + "133": 0.2222222222222222, + "134": 0.2222222222222222, + "135": 0.2222222222222222, + "136": 0.25, + "137": 0.25, + "138": 0.42857142857142855, + "139": 0.25, + "140": 0.2857142857142857, + "141": 0.2857142857142857, + "142": 0.2857142857142857, + "143": 0.2857142857142857, + "144": 0.2857142857142857, + "145": 0.2857142857142857, + "146": 0.38095238095238093, + "147": 0.6190476190476191, + "148": 0.3333333333333333, + "149": 0.3333333333333333, + "150": 0.3333333333333333, + "151": 0.3333333333333333, + "152": 0.3333333333333333, + "153": 0.3333333333333333, + "154": 0.3333333333333333, + "155": 0.3333333333333333, + "156": 0.4, + "157": 0.3333333333333333, + "158": 0.4, + "159": 0.4, + "160": 0.5, + "161": 0.4, + "162": 0.4, + "163": 0.4, + "164": 0.4, + "165": 0.4, + "166": 0.4, + "167": 0.5, + "168": 0.6, + "169": 0.5, + "170": 0.5, + "171": 0.5, + "172": 0.5, + "173": 0.5, + "174": 0.5, + "175": 0.5, + "176": 0.5, + "177": 0.6666666666666666, + "178": 0.6666666666666666, + "179": 0.6666666666666666, + "180": 0.5, + "181": 0.5, + "182": 0.5, + "183": 0.5, + "184": 0.5, + "185": 0.5, + "186": 0.8333333333333334, + "187": 0.8333333333333334, + "188": 0.5, + "189": 0.5, + "190": 0.5, + "191": 0.6666666666666666, + "192": 0.6666666666666666, + "193": 0.6666666666666666, + "194": 0.6666666666666666, + "195": 0.6666666666666666, + "196": 0.6666666666666666, + "197": 0.6666666666666666, + "198": 0.6666666666666666, + "199": 0.6666666666666666, + "200": 0.6666666666666666, + "201": 0.6666666666666666, + "202": 0.6666666666666666, + "203": 0.6666666666666666, + "204": 0.6666666666666666, + "205": 0.6666666666666666, + "206": 0.6666666666666666, + "207": 0.6666666666666666, + "208": 0.6666666666666666, + "209": 0.6666666666666666, + "210": 0.6666666666666666, + "211": 0.6666666666666666, + "212": 0.6666666666666666, + "213": 0.6666666666666666, + "214": 0.6666666666666666, + "215": 0.6666666666666666, + "216": 0.6666666666666666, + "217": 0.6666666666666666, + "218": 0.6666666666666666, + "219": 0.6666666666666666, + "220": 0.6666666666666666, + "221": 0.6666666666666666, + "222": 0.6666666666666666, + "223": 0.6666666666666666, + "224": 1.0, + "225": 1.0, + "226": 1.0, + "227": 1.0, + "228": 1.0, + "229": 1.0, + "230": 1.0, + "231": 1.0, + "232": 1.0, + "233": 1.0, + "234": 1.0, + "235": 1.0, + "236": 1.0, + "237": 1.0, + "238": 1.0, + "239": 1.0, + "240": 1.0, + "241": 1.0, + "242": 1.0, + "243": 1.0, + "244": 1.0, + "245": 1.0, + "246": 1.0, + "247": 1.0, + "248": 1.0, + "249": 1.0, + "250": 1.0, + "251": 1.0, + "252": 1.0, + "253": 1.0, + "254": 1.0, + "255": 1.0, + "256": 1.0, + "257": 1.0, + "258": 1.0, + "259": 1.0, + "260": 1.0, + "261": 1.0, + "262": 1.0, + "263": 1.0, + "264": 1.0, + "265": 1.0, + "266": 1.0, + "267": 1.0, + "268": 1.0, + "269": 1.0, + "270": 1.0, + "271": 1.0, + "272": 1.0, + "273": 1.0, + "274": 1.0, + "275": 1.0, + "276": 1.0, + "277": 1.0, + "278": 1.0, + "279": 1.0, + "280": 1.0, + "281": 1.0, + "282": 1.0, + "283": 1.0, + "284": 1.0, + "285": 1.0, + "286": 1.0, + "287": 1.0, + "288": 1.0 + }, + "gods": [ + { + "id": "backend_src_prisma_prisma_service_prismaservice", + "label": "PrismaService", + "degree": 79 + }, + { + "id": "backend_src_common_decorators_roles_decorator_roles", + "label": "Roles()", + "degree": 74 + }, + { + "id": "frontend_application_lib_store_settingsstore_usesettingsstore", + "label": "useSettingsStore", + "degree": 43 + }, + { + "id": "backend_src_common_services_sms_service_smsservice", + "label": "SmsService", + "degree": 41 + }, + { + "id": "backend_src_common_dto_pagination_dto_paginationdto", + "label": "PaginationDto", + "degree": 39 + }, + { + "id": "frontend_admin_panel_src_services_api_api", + "label": "api", + "degree": 37 + }, + { + "id": "backend_src_admin_admin_service_adminservice", + "label": "AdminService", + "degree": 34 + }, + { + "id": "backend_src_admin_admin_controller_admincontroller", + "label": "AdminController", + "degree": 33 + }, + { + "id": "frontend_application_lib_utils_topersian", + "label": "toPersian()", + "degree": 32 + }, + { + "id": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "label": "JwtAuthGuard", + "degree": 31 + } + ], + "surprises": [ + { + "source": "User Profile Photo", + "target": "User Roles and Capabilities", + "source_files": [ + "backend/uploads/1781288429353-508765350.jpg", + "docs/02-user-guide.md" + ], + "confidence": "INFERRED", + "relation": "conceptually_related_to", + "why": "inferred connection - not explicitly stated in source; crosses file types (doc \u2194 image); connects across different repos/directories" + }, + { + "source": "ProductsController", + "target": "ApiResponse", + "source_files": [ + "backend/src/products/products.controller.ts", + "frontend/admin-panel/src/types/admin.ts" + ], + "confidence": "EXTRACTED", + "relation": "references", + "why": "connects across different repos/directories; bridges separate communities" + }, + { + "source": "PetsController", + "target": "ApiResponse", + "source_files": [ + "backend/src/pets/pets.controller.ts", + "frontend/admin-panel/src/types/admin.ts" + ], + "confidence": "EXTRACTED", + "relation": "references", + "why": "connects across different repos/directories; bridges separate communities" + }, + { + "source": "UsersController", + "target": "ApiResponse", + "source_files": [ + "backend/src/users/users.controller.ts", + "frontend/admin-panel/src/types/admin.ts" + ], + "confidence": "EXTRACTED", + "relation": "references", + "why": "connects across different repos/directories; bridges separate communities" + }, + { + "source": "AuthController", + "target": "ApiResponse", + "source_files": [ + "backend/src/auth/auth.controller.ts", + "frontend/admin-panel/src/types/admin.ts" + ], + "confidence": "EXTRACTED", + "relation": "references", + "why": "connects across different repos/directories; bridges separate communities" + } + ], + "tokens": { + "input": 0, + "output": 0 + } +} \ No newline at end of file diff --git a/graphify-out/2026-08-19/.graphify_labels.json b/graphify-out/2026-08-19/.graphify_labels.json new file mode 100644 index 0000000..87d5df5 --- /dev/null +++ b/graphify-out/2026-08-19/.graphify_labels.json @@ -0,0 +1,296 @@ +{ + "0": "OrdersService", + "1": "productService.ts", + "2": "CmsController", + "3": "app.module.ts", + "4": "reviews.controller.ts", + "5": "tickets.controller.ts", + "6": "UserDashboard.tsx", + "7": "MediaSelector.tsx", + "8": "SettingsController", + "9": "PetProfile.tsx", + "10": "DoctorsService", + "11": "useSettingsStore", + "12": "adminRoutes.tsx", + "13": "PrismaService", + "14": "pets/pets.controller.ts", + "15": "ProductsService", + "16": "lib/services/api.ts", + "17": "CreateVideoDto", + "18": "src/services/api.ts", + "19": "auth.service.ts", + "20": "BE-001", + "21": "Roles", + "22": "FE-001", + "23": "ADM-001", + "24": "DB-001", + "25": "TS-001", + "26": "TEST-001", + "27": "DEVOPS-001", + "28": "DOC-001", + "29": "WholesaleApplyDto", + "30": "app-audit-verification.e2e-spec.js", + "31": "JwtAuthGuard", + "32": "ZibalService", + "33": "راهنمای تست سیستم (Software Testing)", + "34": "CategoriesController", + "35": "B2BService", + "36": "What You Must Do When Invoked", + "37": "userStore.ts", + "38": "UsersService", + "39": "What You Must Do When Invoked", + "40": "SslController", + "41": "PodcastPlayerModal.tsx", + "42": "IngredientsService", + "43": "MetricsController", + "44": "MediaController", + "45": "Pagination.tsx", + "46": "SmsService", + "47": "orders.service.ts", + "48": "PrescriptionsService", + "49": "SmartAdvisorService", + "50": "TestimonialsService", + "51": "Role & Core Objective", + "52": "ContactService", + "53": "PaymentController", + "54": "compilerOptions", + "55": "Media.tsx", + "56": "compilerOptions", + "57": "PetsController", + "58": "PaginationDto", + "59": "dependencies", + "60": "compilerOptions", + "61": "HomeClient.tsx", + "62": "BlogsController", + "63": "SettingsService", + "64": "BannersService", + "65": "Required Review Group Closures", + "66": "Coupons.tsx", + "67": "Operational Rules & Boundaries", + "68": "Operational Rules & Boundaries", + "69": "WikiController", + "70": "ApiOperation", + "71": "PetsController", + "72": "seo.module.ts", + "73": "admin.service.ts", + "74": "🏢 AI Software Agency — Master Orchestration Protocol v3", + "75": "Operational Rules & Boundaries", + "76": "Operational Rules & Boundaries", + "77": "scripts", + "78": "Role & Core Objective", + "79": "HomeController", + "80": "zibal.service.ts", + "81": "devDependencies", + "82": "api", + "83": "Orders.tsx", + "84": "devDependencies", + "85": "seed-products.ts", + "86": "Reconciled Audit Roles & Assignments", + "87": "20260526145407_init/migration.sql", + "88": "Phase 3.1 — Human Review Preparation and Master Backlog Critique", + "89": "dependencies", + "90": "ProductPage.tsx", + "91": "compilerOptions", + "92": "scripts", + "93": "Deep Audit Summary Report", + "94": "dependencies", + "95": "Operational Rules & Boundaries", + "96": "exclude", + "97": "jest", + "98": "AdminController", + "99": "Comprehensive Change Log", + "100": "Operational Rules & Boundaries", + "101": "UITexts.tsx", + "102": "BlogsController", + "103": "ProductDto", + "104": "WikiService", + "105": "1. Summary of Integrity Repairs Performed", + "106": "@nestjs/cli", + "107": "Operational Rules & Boundaries", + "108": "Operational Rules & Boundaries", + "109": "Operational Rules & Boundaries", + "110": "AppService", + "111": "SmsLogQueryDto", + "113": "Vazirmatn Changelog", + "114": "Vazirmatn Font فونت وزیرمتن", + "115": "Operational Rules & Boundaries", + "116": "compilerOptions", + "117": "compilerOptions", + "118": "backend/README.md", + "119": "devDependencies", + "120": "Repository Map", + "121": "validate_integrity.js", + "122": "admin-panel/package.json", + "123": "Sahel-Font", + "124": "Spinner.tsx", + "125": "Sahel-Font", + "126": "Role & Core Objective", + "127": "orchestrate.py", + "128": "backend/package.json", + "130": "graphify reference: extra exports and benchmark", + "131": "Phase 2 Final Quality Gate Summary Report", + "132": "Task Modifications Log", + "133": "Install", + "134": "ErrorBoundary", + "135": "application/package.json", + "136": "generate-openapi.js", + "137": "AdminTransactionFilterDto", + "138": "InitiatePaymentDto", + "139": "System Discovery", + "140": "Product Requirement Document (PRD)", + "141": "WikiController", + "143": "RedisService", + "144": "Baseline Command Plan & Reconciled Command History", + "145": "SmsSettingsPage.tsx", + "146": "ErrorPages.tsx", + "147": "with-vpn.sh", + "148": "Architecture Specification", + "149": "Project Health Audit Report", + "150": "nest-cli.json", + "151": "prettier", + "152": "graphify reference: query, path, explain", + "153": "Open Questions", + "154": "Final Phase 2 Audit Closure Report", + "155": "prisma", + "156": "open-browsers.js", + "157": "start-dev.js", + "158": "📝 Active Agent Working Scratchpad", + "159": "🔍 Code Health Audit Review (01_auditor)", + "160": "paginated-response.schema.ts", + "161": "Vazirmatn Font README", + "162": "Omitted File Inspection Report", + "163": "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report", + "164": "Phase 3 Audit Traceability Matrix", + "165": "rebuild_honest_ledger.js", + "166": "validate_evidence_grade.js", + "167": "supertest", + "168": "blog/[slug]/page.tsx", + "169": "API Contract Specification", + "170": "⚙️ Backend Technical Review (05_dev_backend)", + "171": "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "172": "🚀 SEO & Content Strategy Review (12_seo_content)", + "173": "@types/node", + "174": ".handleZibalCallback", + "175": "seed-ui-texts.ts", + "176": "seed-wiki.ts", + "177": "update-blog.dto.ts", + "178": "update-home.dto.ts", + "179": "update-wiki.dto.ts", + "180": "graphify reference: add a URL and watch a folder", + "181": "graphify reference: commit hook and native CLAUDE.md integration", + "182": "graphify reference: incremental update and cluster-only", + "183": "Raw Finding Verification & Disposition Report", + "184": "React + TypeScript + Vite", + "185": "Select.tsx", + "186": "wiki/[slug]/page.tsx", + "187": "ts-node", + "188": "application/README.md", + "189": "@types/express", + "190": "deploy.sh", + "191": "🔒 Security & Performance Review (09_devops_security)", + "192": "👁️ UX & Persona Interface Review (08_visual_qa)", + "193": "@types/jest", + "194": "typescript-eslint", + "195": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "196": "prisma/scientificTerms.ts", + "197": "seed-blogs.ts", + "198": "seed-custom.ts", + "199": "@types/js-yaml", + "200": "graphify reference: GitHub clone and cross-repo merge", + "201": "graphify reference: transcribe video and audio", + "202": "Compiler Diagnostic Dispositions", + "203": "Master Task Backlog (Phase 3.3)", + "204": "build_manifest.js", + "205": "generate_classification.js", + "206": "generate_evidence.js", + "207": "generate_ledger.js", + "208": "generate_manifest.js", + "209": "sync_honest_manifest.js", + "210": "sync_manifest.js", + "211": "@types/multer", + "213": "@testing-library/jest-dom", + "216": "FormField.tsx", + "217": "Input.tsx", + "218": "Textarea.tsx", + "219": "admin-panel/tsconfig.json", + "220": "about/page.tsx", + "221": "privacy/page.tsx", + "222": "next.config.ts", + "223": "Shabnam Font README", + "224": "AGENTS.md", + "225": "rules/graphify.md", + "226": ".agents/workflows/graphify.md", + "227": "instructions.md", + "228": "eslint-plugin-react-hooks", + "229": "eslint-plugin-react-refresh", + "230": "@tailwindcss/postcss", + "231": "typescript", + "232": "AdminService", + "233": "@testing-library/react", + "234": "@types/react", + "235": "typescript", + "236": "vitest", + "237": "axios", + "240": "ts-loader", + "242": "@types/bcrypt", + "243": "app.e2e-spec.js", + "244": "blog.entity.ts", + "245": "home.entity.ts", + "246": "wiki.entity.ts", + "247": "User Profile Photo", + "248": "CLAUDE.md", + "249": ".claude/CLAUDE.md", + "250": "extraction-spec.md", + "251": "Products Table", + "252": "Users Table", + "253": "Architectural Audit Findings", + "254": "Cross Boundary Dependencies & Backend Architecture Specification", + "255": "Next.js Agent Rules & Brand Guidelines", + "256": "robots.ts", + "257": "application/eslint.config.mjs", + "258": "postcss.config.mjs", + "259": "vitest.setup.ts", + "260": "backup_db.sh", + "261": "start.sh", + "262": "reviews/README.md", + "263": "backend/eslint.config.mjs", + "264": "User Login API", + "265": "User Logout API", + "266": "generate-openapi.d.ts", + "267": "Canina Pharma GmbH", + "268": "Pets Table", + "269": "Canina Iran Project Introduction", + "270": "Developer Standards and Architecture", + "271": "Frontend & Admin Architecture Route Map Specification", + "272": "Project Backlog and Tasks", + "273": "eslint.config.js", + "274": "postcss.config.js", + "275": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "276": "shabnam-font-v5.0.1/CHANGELOG.md", + "277": "tailwind.config.js", + "278": "vite.config.ts", + "279": "application/CLAUDE.md", + "280": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "281": "Sahel Font Sample", + "282": "Shabnam Font Changelog", + "283": "Vazirmatn Changelog", + "284": "vitest.config.ts", + "285": "Sahel Font Variable Sample", + "286": "Shabnam Font Sample", + "287": "Production Docker Compose", + "288": "Staging Docker Compose", + "289": "tailwindcss", + "290": "@types/passport-jwt", + "291": "NetworkBanner.tsx", + "292": "@types/supertest", + "293": "typescript", + "294": "app-audit-verification.e2e-spec.d.ts", + "295": "app.e2e-spec.d.ts", + "297": "@eslint/eslintrc", + "298": "eslint-config-prettier", + "305": "RouteErrorBoundary", + "309": "globals", + "310": "admin.module.ts", + "312": "tailwindcss", + "313": "@types/react-dom" +} diff --git a/graphify-out/2026-08-19/.graphify_semantic_marker b/graphify-out/2026-08-19/.graphify_semantic_marker new file mode 100644 index 0000000..ba3b04c --- /dev/null +++ b/graphify-out/2026-08-19/.graphify_semantic_marker @@ -0,0 +1 @@ +{"output_tokens": 7105} \ No newline at end of file diff --git a/graphify-out/2026-08-19/GRAPH_REPORT.md b/graphify-out/2026-08-19/GRAPH_REPORT.md new file mode 100644 index 0000000..d38a139 --- /dev/null +++ b/graphify-out/2026-08-19/GRAPH_REPORT.md @@ -0,0 +1,1068 @@ +# Graph Report - canina (2026-08-18) + +## Corpus Check +- 521 files · ~742,721 words +- Verdict: corpus is large enough that graph structure adds value. + +## Summary +- 3690 nodes · 6249 edges · 294 communities (196 shown, 98 thin omitted) +- Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 230 edges (avg confidence: 0.79) +- Token cost: 0 input · 0 output + +## Graph Freshness +- Built from commit: `47437883` +- Run `git rev-parse HEAD` and compare to check if the graph is stale. +- Run `graphify update .` after code changes (no API cost). + +## Community Hubs (Navigation) +- OrdersService +- productService.ts +- CmsController +- app.module.ts +- reviews.controller.ts +- tickets.controller.ts +- UserDashboard.tsx +- MediaSelector.tsx +- SettingsController +- PetProfile.tsx +- DoctorsService +- useSettingsStore +- adminRoutes.tsx +- PrismaService +- pets/pets.controller.ts +- ProductsService +- lib/services/api.ts +- CreateVideoDto +- src/services/api.ts +- auth.service.ts +- BE-001 +- Roles +- FE-001 +- ADM-001 +- DB-001 +- TS-001 +- TEST-001 +- DEVOPS-001 +- DOC-001 +- WholesaleApplyDto +- app-audit-verification.e2e-spec.js +- JwtAuthGuard +- ZibalService +- راهنمای تست سیستم (Software Testing) +- CategoriesController +- B2BService +- What You Must Do When Invoked +- userStore.ts +- UsersService +- What You Must Do When Invoked +- SslController +- PodcastPlayerModal.tsx +- IngredientsService +- MetricsController +- MediaController +- Pagination.tsx +- SmsService +- orders.service.ts +- PrescriptionsService +- SmartAdvisorService +- TestimonialsService +- Role & Core Objective +- ContactService +- PaymentController +- compilerOptions +- Media.tsx +- compilerOptions +- PetsController +- PaginationDto +- dependencies +- compilerOptions +- HomeClient.tsx +- BlogsController +- SettingsService +- BannersService +- Required Review Group Closures +- Coupons.tsx +- Operational Rules & Boundaries +- Operational Rules & Boundaries +- WikiController +- ApiOperation +- PetsController +- seo.module.ts +- admin.service.ts +- 🏢 AI Software Agency — Master Orchestration Protocol v3 +- Operational Rules & Boundaries +- Operational Rules & Boundaries +- scripts +- Role & Core Objective +- HomeController +- zibal.service.ts +- devDependencies +- api +- Orders.tsx +- devDependencies +- seed-products.ts +- Reconciled Audit Roles & Assignments +- 20260526145407_init/migration.sql +- Phase 3.1 — Human Review Preparation and Master Backlog Critique +- dependencies +- ProductPage.tsx +- compilerOptions +- scripts +- Deep Audit Summary Report +- dependencies +- Operational Rules & Boundaries +- exclude +- jest +- AdminController +- Comprehensive Change Log +- Operational Rules & Boundaries +- UITexts.tsx +- BlogsController +- ProductDto +- WikiService +- 1. Summary of Integrity Repairs Performed +- @nestjs/cli +- Operational Rules & Boundaries +- Operational Rules & Boundaries +- Operational Rules & Boundaries +- AppService +- SmsLogQueryDto +- Vazirmatn Changelog +- Vazirmatn Font فونت وزیرمتن +- Operational Rules & Boundaries +- compilerOptions +- compilerOptions +- backend/README.md +- devDependencies +- Repository Map +- validate_integrity.js +- admin-panel/package.json +- Sahel-Font +- Spinner.tsx +- Sahel-Font +- Role & Core Objective +- orchestrate.py +- backend/package.json +- graphify reference: extra exports and benchmark +- Phase 2 Final Quality Gate Summary Report +- Task Modifications Log +- Install +- ErrorBoundary +- application/package.json +- generate-openapi.js +- AdminTransactionFilterDto +- InitiatePaymentDto +- System Discovery +- Product Requirement Document (PRD) +- WikiController +- RedisService +- Baseline Command Plan & Reconciled Command History +- SmsSettingsPage.tsx +- ErrorPages.tsx +- with-vpn.sh +- Architecture Specification +- Project Health Audit Report +- nest-cli.json +- prettier +- graphify reference: query, path, explain +- Open Questions +- Final Phase 2 Audit Closure Report +- prisma +- open-browsers.js +- start-dev.js +- 📝 Active Agent Working Scratchpad +- 🔍 Code Health Audit Review (01_auditor) +- paginated-response.schema.ts +- Vazirmatn Font README +- Omitted File Inspection Report +- Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report +- Phase 3 Audit Traceability Matrix +- rebuild_honest_ledger.js +- validate_evidence_grade.js +- supertest +- blog/[slug]/page.tsx +- API Contract Specification +- ⚙️ Backend Technical Review (05_dev_backend) +- 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) +- 🚀 SEO & Content Strategy Review (12_seo_content) +- @types/node +- .handleZibalCallback +- seed-ui-texts.ts +- seed-wiki.ts +- update-blog.dto.ts +- update-home.dto.ts +- update-wiki.dto.ts +- graphify reference: add a URL and watch a folder +- graphify reference: commit hook and native CLAUDE.md integration +- graphify reference: incremental update and cluster-only +- Raw Finding Verification & Disposition Report +- React + TypeScript + Vite +- Select.tsx +- wiki/[slug]/page.tsx +- ts-node +- application/README.md +- @types/express +- deploy.sh +- 🔒 Security & Performance Review (09_devops_security) +- 👁️ UX & Persona Interface Review (08_visual_qa) +- @types/jest +- typescript-eslint +- 20260526160916_add_ui_texts_and_scientific_terms/migration.sql +- prisma/scientificTerms.ts +- seed-blogs.ts +- seed-custom.ts +- @types/js-yaml +- graphify reference: GitHub clone and cross-repo merge +- graphify reference: transcribe video and audio +- Compiler Diagnostic Dispositions +- Master Task Backlog (Phase 3.3) +- build_manifest.js +- generate_classification.js +- generate_evidence.js +- generate_ledger.js +- generate_manifest.js +- sync_honest_manifest.js +- sync_manifest.js +- @types/multer +- @testing-library/jest-dom +- FormField.tsx +- Input.tsx +- Textarea.tsx +- admin-panel/tsconfig.json +- about/page.tsx +- privacy/page.tsx +- next.config.ts +- Shabnam Font README +- AGENTS.md +- rules/graphify.md +- .agents/workflows/graphify.md +- instructions.md +- eslint-plugin-react-hooks +- eslint-plugin-react-refresh +- @tailwindcss/postcss +- typescript +- AdminService +- @testing-library/react +- @types/react +- typescript +- vitest +- ts-loader +- @types/bcrypt +- app.e2e-spec.js +- blog.entity.ts +- home.entity.ts +- wiki.entity.ts +- User Profile Photo +- CLAUDE.md +- .claude/CLAUDE.md +- extraction-spec.md +- Products Table +- Users Table +- Architectural Audit Findings +- Cross Boundary Dependencies & Backend Architecture Specification +- Next.js Agent Rules & Brand Guidelines +- application/eslint.config.mjs +- postcss.config.mjs +- vitest.setup.ts +- backup_db.sh +- start.sh +- User Login API +- User Logout API +- Canina Pharma GmbH +- Pets Table +- Canina Iran Project Introduction +- Developer Standards and Architecture +- Frontend & Admin Architecture Route Map Specification +- Project Backlog and Tasks +- Sahel Font Sample +- Shabnam Font Changelog +- Vazirmatn Changelog +- Sahel Font Variable Sample +- Shabnam Font Sample +- Production Docker Compose +- Staging Docker Compose +- @types/passport-jwt +- NetworkBanner.tsx +- @types/supertest +- typescript +- @eslint/eslintrc +- eslint-config-prettier +- RouteErrorBoundary +- globals +- admin.module.ts +- tailwindcss +- @types/react-dom + +## God Nodes (most connected - your core abstractions) +1. `PrismaService` - 81 edges +2. `Roles()` - 75 edges +3. `useSettingsStore` - 47 edges +4. `SmsService` - 42 edges +5. `api` - 40 edges +6. `PaginationDto` - 39 edges +7. `AdminService` - 34 edges +8. `AdminController` - 33 edges +9. `JwtAuthGuard` - 32 edges +10. `toPersian()` - 32 edges + +## Surprising Connections (you probably didn't know these) +- `User Profile Photo` --conceptually_related_to--> `User Roles and Capabilities` [INFERRED] + backend/uploads/1781288429353-508765350.jpg → docs/02-user-guide.md +- `AuthController` --references--> `ApiResponse` [EXTRACTED] + backend/src/auth/auth.controller.ts → frontend/admin-panel/src/types/admin.ts +- `BlogsController` --references--> `ApiResponse` [EXTRACTED] + backend/src/blogs/blogs.controller.ts → frontend/admin-panel/src/types/admin.ts +- `HomeController` --references--> `ApiResponse` [EXTRACTED] + backend/src/home/home.controller.ts → frontend/admin-panel/src/types/admin.ts +- `OrdersController` --references--> `ApiResponse` [EXTRACTED] + backend/src/orders/orders.controller.ts → frontend/admin-panel/src/types/admin.ts + +## Import Cycles +- 3-file cycle: `frontend/application/lib/services/api.ts -> frontend/application/lib/store/userStore.ts -> frontend/application/lib/services/authService.ts -> frontend/application/lib/services/api.ts` +- 3-file cycle: `frontend/application/lib/services/api.ts -> frontend/application/lib/store/userStore.ts -> frontend/application/lib/store/cartStore.ts -> frontend/application/lib/services/api.ts` +- 4-file cycle: `frontend/application/lib/services/api.ts -> frontend/application/lib/store/userStore.ts -> frontend/application/lib/store/cartStore.ts -> frontend/application/lib/services/orderService.ts -> frontend/application/lib/services/api.ts` + +## Hyperedges (group relationships) +- **Rastikerdar Font Ecosystem** — frontend_application_public_fonts_shabnam_font_v5_0_1_readme, frontend_application_public_fonts_vazirmatn_v33_003_readme, vazir_font [EXTRACTED 0.95] +- **Canina Deployment Stack** — scripts_compose_prod, scripts_compose_stage [EXTRACTED 1.00] + +## Communities (294 total, 98 thin omitted) + +### Community 0 - "OrdersService" +Cohesion: 0.07 +Nodes (29): CreateOrderDto, OrderItemDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional (+21 more) + +### Community 1 - "productService.ts" +Cohesion: 0.06 +Nodes (36): Blog(), getBlogs(), metadata, CatalogClient(), metadata, metadata, metadata, BlogPage() (+28 more) + +### Community 2 - "CmsController" +Cohesion: 0.09 +Nodes (24): CmsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+16 more) + +### Community 3 - "app.module.ts" +Cohesion: 0.07 +Nodes (34): B2BModule, Module, BannersModule, Module, CmsModule, Module, SmsModule, Global (+26 more) + +### Community 4 - "reviews.controller.ts" +Cohesion: 0.07 +Nodes (31): CreateReviewDto, ApiProperty, IsInt, IsNotEmpty, IsOptional, IsString, Min, ApiProperty (+23 more) + +### Community 5 - "tickets.controller.ts" +Cohesion: 0.09 +Nodes (29): AdminUpdateTicketDto, CreateTicketDto, ReplyTicketDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString (+21 more) + +### Community 6 - "UserDashboard.tsx" +Cohesion: 0.09 +Nodes (28): VerifyContent(), AddressModal(), AddressModalProps, BackButton(), BackButtonProps, DeleteConfirmModal(), DeleteConfirmModalProps, HeaderButton() (+20 more) + +### Community 7 - "MediaSelector.tsx" +Cohesion: 0.07 +Nodes (27): ConfirmModal(), ConfirmModalProps, getFileType(), Media, MediaSelector(), MediaSelectorProps, BlogPost, Category (+19 more) + +### Community 8 - "SettingsController" +Cohesion: 0.21 +Nodes (6): SettingsController, ApiOkResponse, ApiTags, Controller, Get, Query + +### Community 9 - "PetProfile.tsx" +Cohesion: 0.14 +Nodes (12): FeaturedProducts(), OrderRowSkeleton(), PetProfileSkeleton(), ProductCardSkeleton(), Skeleton(), SkeletonProps, mockProducts, HealthLog (+4 more) + +### Community 10 - "DoctorsService" +Cohesion: 0.13 +Nodes (15): DoctorsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+7 more) + +### Community 11 - "useSettingsStore" +Cohesion: 0.14 +Nodes (14): metadata, BrandLogo(), BrandLogoProps, EnamadBadge(), Footer(), Hero(), StatCounter(), MaintenancePage() (+6 more) + +### Community 12 - "adminRoutes.tsx" +Cohesion: 0.09 +Nodes (16): App(), HeroBanner, VetTestimonial, ContactInfoItem, ContactSubmission, CategoryDist, DashboardData, Ticket (+8 more) + +### Community 13 - "PrismaService" +Cohesion: 0.08 +Nodes (15): B2BWholesaleOrderItem, MeliPayamakPattern, MeliPayamakResponse, SendPatternSmsOptions, SmsConfig, SmsLogQuery, CreateContactSubmissionDto, UpdateContactInfoItemDto (+7 more) + +### Community 14 - "pets/pets.controller.ts" +Cohesion: 0.13 +Nodes (15): CreatePetDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional, IsString (+7 more) + +### Community 15 - "ProductsService" +Cohesion: 0.09 +Nodes (19): GetProductsDto, ApiPropertyOptional, IsEnum, IsOptional, IsString, ProductsController, ApiOperation, ApiTags (+11 more) + +### Community 16 - "lib/services/api.ts" +Cohesion: 0.06 +Nodes (18): metadata, ContactFormClient(), ContactInfoItem, Testimonial, TestimonialsSection(), api, ApiErrorPayload, BASE_DOMAIN (+10 more) + +### Community 17 - "CreateVideoDto" +Cohesion: 0.09 +Nodes (24): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+16 more) + +### Community 18 - "src/services/api.ts" +Cohesion: 0.10 +Nodes (23): ProtectedRoute(), SEARCHABLE_PAGES, Topbar(), TopbarProps, Login(), B2BManager, SmartAdvisorManager, SystemSettingsPage (+15 more) + +### Community 19 - "auth.service.ts" +Cohesion: 0.06 +Nodes (45): AuthController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+37 more) + +### Community 20 - "BE-001" +Cohesion: 0.06 +Nodes (32): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, BE-001, Category, Completion Statement, Confidence (+24 more) + +### Community 21 - "Roles" +Cohesion: 0.25 +Nodes (10): Roles(), ApiBearerAuth, ApiOperation, Body, Delete, Param, Patch, Post (+2 more) + +### Community 22 - "FE-001" +Cohesion: 0.06 +Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Architecture Overview & Confirmed Strengths, Category, Completion Statement, Confidence (+23 more) + +### Community 23 - "ADM-001" +Cohesion: 0.06 +Nodes (31): Acceptance Criteria, ADM-001, Admin Features Audit Report, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement (+23 more) + +### Community 24 - "DB-001" +Cohesion: 0.06 +Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Database and Data Integrity Audit Report (+23 more) + +### Community 25 - "TS-001" +Cohesion: 0.06 +Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) + +### Community 26 - "TEST-001" +Cohesion: 0.06 +Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) + +### Community 27 - "DEVOPS-001" +Cohesion: 0.06 +Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) + +### Community 28 - "DOC-001" +Cohesion: 0.06 +Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) + +### Community 29 - "WholesaleApplyDto" +Cohesion: 0.10 +Nodes (20): ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, WholesaleApplyDto, ApiBearerAuth, ApiOperation (+12 more) + +### Community 30 - "app-audit-verification.e2e-spec.js" +Cohesion: 0.07 +Nodes (22): AppModule, Module, CustomHttpExceptionFilter, Catch, PrismaExceptionFilter, Catch, DecimalInterceptor, Injectable (+14 more) + +### Community 31 - "JwtAuthGuard" +Cohesion: 0.21 +Nodes (7): JwtAuthGuard, Injectable, ROLES_KEY, RequestWithUser, RolesGuard, Injectable, UserReqPayload + +### Community 32 - "ZibalService" +Cohesion: 0.14 +Nodes (4): PaymentService, Injectable, Injectable, ZibalService + +### Community 33 - "راهنمای تست سیستم (Software Testing)" +Cohesion: 0.07 +Nodes (25): اجرای بک‌اند, اجرای فرانت‌اند, اجرای پروژه در سرور با PM2, برای راه‌اندازی بک‌اند:, برای راه‌اندازی فرانت‌اند Next.js:, بیلد کردن پروژه (Building), ذخیره پروسه‌ها تا پس از ری‌استارت سرور قطع نشوند:, راه‌اندازی و انتشار سیستم (Setup & Deployment) (+17 more) + +### Community 34 - "CategoriesController" +Cohesion: 0.10 +Nodes (14): CategoriesController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+6 more) + +### Community 35 - "B2BService" +Cohesion: 0.14 +Nodes (14): B2BController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) + +### Community 36 - "What You Must Do When Invoked" +Cohesion: 0.07 +Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) + +### Community 37 - "userStore.ts" +Cohesion: 0.09 +Nodes (32): ClientLayout(), ArchiveProductCard(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), CartDrawer(), CheckoutPage() (+24 more) + +### Community 38 - "UsersService" +Cohesion: 0.06 +Nodes (41): DEFAULT_JWT_REFRESH_SECRET, DEFAULT_JWT_SECRET, getJwtSecret(), AuthModule, Module, JwtPayload, JwtStrategy, Injectable (+33 more) + +### Community 39 - "What You Must Do When Invoked" +Cohesion: 0.07 +Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) + +### Community 40 - "SslController" +Cohesion: 0.13 +Nodes (14): SslController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Post (+6 more) + +### Community 41 - "PodcastPlayerModal.tsx" +Cohesion: 0.40 +Nodes (3): PLAYBACK_RATES, PodcastPlayerModal(), PodcastPlayerModalProps + +### Community 42 - "IngredientsService" +Cohesion: 0.13 +Nodes (14): IngredientsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 43 - "MetricsController" +Cohesion: 0.29 +Nodes (5): ApiExcludeController, MetricsController, Controller, Get, Res + +### Community 44 - "MediaController" +Cohesion: 0.11 +Nodes (14): MediaController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 45 - "Pagination.tsx" +Cohesion: 0.13 +Nodes (11): Pagination(), PaginationProps, Pet, GatewayHealth, Stats, Transaction, ProductItem, WikiTerm (+3 more) + +### Community 47 - "orders.service.ts" +Cohesion: 0.24 +Nodes (6): IsNotEmpty, IsNumber, IsString, ValidateCouponDto, OrdersModule, Module + +### Community 48 - "PrescriptionsService" +Cohesion: 0.14 +Nodes (14): PrescriptionsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) + +### Community 49 - "SmartAdvisorService" +Cohesion: 0.13 +Nodes (14): SmartAdvisorController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 50 - "TestimonialsService" +Cohesion: 0.13 +Nodes (14): TestimonialsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 51 - "Role & Core Objective" +Cohesion: 0.09 +Nodes (22): CREATE MODE — Normal Operation, Expected JSON Output Schema, File Scope Boundary, Forbidden Actions, MODE 1: REVIEW (called during Review Phase), MODE 2: CONTENT CREATION (standalone task from backlog), Operating Modes, Operational Rules & Boundaries (+14 more) + +### Community 52 - "ContactService" +Cohesion: 0.13 +Nodes (11): ContactController, Body, Controller, Get, Param, Post, Put, Query (+3 more) + +### Community 53 - "PaymentController" +Cohesion: 0.25 +Nodes (13): PaymentController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+5 more) + +### Community 54 - "compilerOptions" +Cohesion: 0.06 +Nodes (30): compilerOptions, allowSyntheticDefaultImports, baseUrl, declaration, emitDecoratorMetadata, esModuleInterop, experimentalDecorators, forceConsistentCasingInFileNames (+22 more) + +### Community 55 - "Media.tsx" +Cohesion: 0.14 +Nodes (13): Badge(), BadgeProps, BadgeVariant, variantStyles, ImagePreviewModal(), ImagePreviewModalProps, getFileType(), Media (+5 more) + +### Community 56 - "compilerOptions" +Cohesion: 0.08 +Nodes (23): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, jsx, lib, module, moduleDetection, moduleResolution (+15 more) + +### Community 57 - "PetsController" +Cohesion: 0.15 +Nodes (11): PetsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Controller, Delete, Get (+3 more) + +### Community 58 - "PaginationDto" +Cohesion: 0.07 +Nodes (22): BlogsModule, Module, BlogsService, Injectable, PaginationDto, SortOrder, ApiPropertyOptional, IsEnum (+14 more) + +### Community 59 - "dependencies" +Cohesion: 0.05 +Nodes (41): dependencies, bcrypt, bcryptjs, class-transformer, class-validator, helmet, ioredis, js-yaml (+33 more) + +### Community 60 - "compilerOptions" +Cohesion: 0.10 +Nodes (20): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, lib, module, moduleDetection, moduleResolution, noEmit (+12 more) + +### Community 61 - "HomeClient.tsx" +Cohesion: 0.12 +Nodes (20): HomeClient(), HomeClientProps, getHomeData(), Home(), metadata, metadata, ArchivePage(), CATEGORY_MAP (+12 more) + +### Community 62 - "BlogsController" +Cohesion: 0.13 +Nodes (15): BlogsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+7 more) + +### Community 64 - "BannersService" +Cohesion: 0.13 +Nodes (15): BannersController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+7 more) + +### Community 65 - "Required Review Group Closures" +Cohesion: 0.10 +Nodes (19): 10. Orders Backend, 11. Settings & Administrative Backend, 12. Prisma Schema, Migrations & Seed, 13. Redis & Temporary Auth State, 14. Unit & E2E Tests, 15. Docker, NGINX, Prometheus & Deployment Config, 16. Documentation & OpenAPI Artifacts, 1. Storefront Shell & Routing (+11 more) + +### Community 66 - "Coupons.tsx" +Cohesion: 0.13 +Nodes (12): formatPriceWithCommas(), PriceInput(), PriceInputProps, toEnglishDigits(), Coupon, CouponFormData, CouponModalProps, CouponTarget (+4 more) + +### Community 67 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (18): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. API Mocking Requirement, 4. Modular Component Architecture, 5. Responsive Design (Mandatory), 6. File Scope Boundary, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) + +### Community 68 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (18): 1. Framework-Aware Analysis, 2. DOM & Semantic Structure Analysis, 3. Accessibility Compliance, 4. Responsive Layout Verification, 5. Fallback Inspection Mode, 6. Defect Routing Protocol, 7. Forbidden Actions, Expected JSON Output Schema (+10 more) + +### Community 69 - "WikiController" +Cohesion: 0.13 +Nodes (14): ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete, Get (+6 more) + +### Community 70 - "ApiOperation" +Cohesion: 0.26 +Nodes (8): ApiOperation, ApiQuery, Get, Query, AdminQueryDto, ApiPropertyOptional, IsOptional, IsString + +### Community 71 - "PetsController" +Cohesion: 0.08 +Nodes (32): CreateHealthLogDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, CreateReminderDto, ApiProperty (+24 more) + +### Community 72 - "seo.module.ts" +Cohesion: 0.16 +Nodes (10): SeoController, ApiOperation, ApiTags, Controller, Get, Param, SeoModule, Module (+2 more) + +### Community 73 - "admin.service.ts" +Cohesion: 0.19 +Nodes (14): CouponInput, CouponTargetInput, PaginationQuery, CreateUserDto, ApiProperty, ApiPropertyOptional, IsEmail, IsNotEmpty (+6 more) + +### Community 74 - "🏢 AI Software Agency — Master Orchestration Protocol v3" +Cohesion: 0.11 +Nodes (17): Activation, Agent Directory Reference, 🏢 AI Software Agency — Master Orchestration Protocol v3, Phase 1: Specialist Review (All agents read, none write code yet), Phase 2: Master Synthesis (02_product_manager in SYNTHESIS mode), Phase 3: Execution (Same as always), PIPELINE A — New Project (GREENFIELD), PIPELINE B — Review & Improve Existing Project (REVIEW_AND_PLAN) ★ (+9 more) + +### Community 75 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (17): 1. Hierarchical Decomposition Algorithm (3-Tier), 2. Sub-step Definition (Required for all tasks), 3. Brownfield Completeness Rule, 4. Role Assignment Rules, 5. Dependency Tracking (Strict), 6. Priority Assignment, 7. Forbidden Actions, DECOMPOSE MODE — Normal Operation (New Projects) (+9 more) + +### Community 76 - "Operational Rules & Boundaries" +Cohesion: 0.11 +Nodes (17): 1. Always Read Tech Stack First, 2. Sub-step Execution (Token Resume Support), 3. Mandatory Test Authoring, 4. Code Quality Standards, 5. File Scope Boundary, 6. Forbidden Actions, Expected JSON Output Schema, IMPLEMENT MODE — Normal Operation (+9 more) + +### Community 77 - "scripts" +Cohesion: 0.11 +Nodes (17): concurrently, devDependencies, concurrently, name, private, scripts, build, build:admin (+9 more) + +### Community 78 - "Role & Core Objective" +Cohesion: 0.12 +Nodes (16): 1. Active Secret Scanning (All Modified Files), 2. Docker Container Verification (if Dockerfile exists), 3. CI/CD Basic Check (if `.github/workflows/` exists), 4. Failure Routing Protocol, 5. Forbidden Actions, ENFORCE MODE — Normal Operation, Expected JSON Output Schema, Operational Rules & Boundaries (+8 more) + +### Community 79 - "HomeController" +Cohesion: 0.16 +Nodes (10): HomeController, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, HomeModule, Module (+2 more) + +### Community 80 - "zibal.service.ts" +Cohesion: 0.16 +Nodes (9): GatewayHealthResult, IPaymentGateway, PaymentInquiryResult, PaymentRequestOptions, PaymentRequestResult, PaymentVerifyResult, ZibalInquiryResponse, ZibalRequestResponse (+1 more) + +### Community 81 - "devDependencies" +Cohesion: 0.13 +Nodes (15): eslint-config-next, devDependencies, eslint, eslint-config-next, jsdom, tailwindcss, @tailwindcss/postcss, @types/node (+7 more) + +### Community 82 - "api" +Cohesion: 0.29 +Nodes (6): Layout(), MenuGroup, Sidebar(), SidebarProps, SubMenuItem, api + +### Community 83 - "Orders.tsx" +Cohesion: 0.14 +Nodes (13): Skeleton(), getPaymentMethodLabel(), Order, ORDER_STATUS_MAP, OrderItem, Orders(), PaymentTx, toPersianDigits() (+5 more) + +### Community 84 - "devDependencies" +Cohesion: 0.11 +Nodes (19): autoprefixer, devDependencies, autoprefixer, eslint, @eslint/js, globals, postcss, @types/node (+11 more) + +### Community 85 - "seed-products.ts" +Cohesion: 0.17 +Nodes (12): prisma, main(), prisma, determineSuitableFor(), findOrCreateCategory(), getProductImageUrl(), main(), parseSize() (+4 more) + +### Community 86 - "Reconciled Audit Roles & Assignments" +Cohesion: 0.12 +Nodes (15): 10. Documentation Engineer, 1. Lead Architect / Orchestrator, 2. React / Vite Storefront Auditor, 3. NestJS Backend Auditor, 4. Admin Features Auditor, 5. Database & Data Integrity Auditor, 6. Security Auditor, 7. TypeScript & Code Quality Auditor (+7 more) + +### Community 87 - "20260526145407_init/migration.sql" +Cohesion: 0.27 +Nodes (14): "coupons", "health_logs", "order_items", "orders", "pet_medical_conditions", "pets", "product_ingredients", "product_symptoms" (+6 more) + +### Community 88 - "Phase 3.1 — Human Review Preparation and Master Backlog Critique" +Cohesion: 0.13 +Nodes (14): 10. Dependency & Wave Adjustments, 11. Acceptance Criteria Refinements, 12. Business and Product Decision Classification, 13. Final Recommended Backlog Summary, 1. Executive Assessment, 2. Findings That Require No Change, 3. Findings Requiring Task Refinements, 4. Tasks Requiring Splitting (+6 more) + +### Community 89 - "dependencies" +Cohesion: 0.10 +Nodes (21): dependencies, axios, lucide-react, react, react-dom, react-hot-toast, react-router-dom, recharts (+13 more) + +### Community 90 - "ProductPage.tsx" +Cohesion: 0.07 +Nodes (25): ProductDetailModalProps, PLAYBACK_RATES, PodcastInlinePlayer(), PodcastInlinePlayerProps, CalculatorState, ICON_MAP, ProductPage(), useCalculatorStore (+17 more) + +### Community 91 - "compilerOptions" +Cohesion: 0.06 +Nodes (32): compilerOptions, allowJs, esModuleInterop, incremental, isolatedModules, jsx, lib, module (+24 more) + +### Community 92 - "scripts" +Cohesion: 0.14 +Nodes (14): scripts, build, build:nest, docs:generate, lint, start, start:debug, start:dev (+6 more) + +### Community 93 - "Deep Audit Summary Report" +Cohesion: 0.14 +Nodes (13): 1. Audit Overview, 2. Findings Metrics, 3. Inspected Scope & Command Log, 4. Key Business & Integration Questions, 5. Audit Limitations & Integrity Confirmation, 6. Exact Next Recommended Phase, Blocked Commands & Reasons, By Confidence (+5 more) + +### Community 94 - "dependencies" +Cohesion: 0.12 +Nodes (17): dependencies, axios, lucide-react, motion, next, react, react-dom, sonner (+9 more) + +### Community 95 - "Operational Rules & Boundaries" +Cohesion: 0.15 +Nodes (12): 1. Stack Detection (Brownfield), 2. Stack Selection (Greenfield), 3. Single Non-Negotiable Stack Choice, 4. Tech Stack Must Be Written to state.json, 5. Directory Layout, 6. OpenAPI / API Contract, 7. Forbidden Actions, Expected JSON Output Schema (+4 more) + +### Community 96 - "exclude" +Cohesion: 0.22 +Nodes (8): exclude, extends, dist, node_modules, prisma, **/*spec.ts, test, ./tsconfig.json + +### Community 97 - "jest" +Cohesion: 0.15 +Nodes (13): jest, collectCoverageFrom, coverageDirectory, moduleFileExtensions, rootDir, testEnvironment, testRegex, transform (+5 more) + +### Community 98 - "AdminController" +Cohesion: 0.11 +Nodes (9): AdminController, ApiBearerAuth, ApiTags, Body, Controller, Delete, Param, Put (+1 more) + +### Community 99 - "Comprehensive Change Log" +Cohesion: 0.15 +Nodes (12): 10. `TASK-VERIFY-001`, 1. `TASK-SEC-001`, 2. `TASK-SEC-002`, 3. `TASK-SEC-003`, 4. `TASK-FIN-001`, 5. `TASK-BUILD-001`, 6. `TASK-AUTH-001`, 7. `TASK-FE-001` (+4 more) + +### Community 100 - "Operational Rules & Boundaries" +Cohesion: 0.17 +Nodes (11): 1. Detect Test Runner from Tech Stack, 2. Execution Output Capture (Mandatory), 3. Acceptance Criteria Verification, 4. Failure Routing Protocol, 5. Success Routing Protocol, 6. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries (+3 more) + +### Community 101 - "UITexts.tsx" +Cohesion: 0.10 +Nodes (18): ICON_REGISTRY, IconPickerModal(), IconPickerModalProps, COLORS, RichTextEditor(), RichTextEditorProps, ToggleSwitch(), ToggleSwitchProps (+10 more) + +### Community 102 - "BlogsController" +Cohesion: 0.21 +Nodes (9): BlogsController, ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param (+1 more) + +### Community 103 - "ProductDto" +Cohesion: 0.22 +Nodes (7): ProductDto, ApiPropertyOptional, IsArray, IsBoolean, IsNumber, IsOptional, IsString + +### Community 104 - "WikiService" +Cohesion: 0.22 +Nodes (3): Injectable, WikiQuery, WikiService + +### Community 105 - "1. Summary of Integrity Repairs Performed" +Cohesion: 0.17 +Nodes (11): 1.1 Authoritative Source File Inventory Rebuilt, 1.2 Raw Finding Dispositions Reconciled, 1.3 Finding Identifier Normalization, 1.4 Rejected Finding Cleanup, 1. Summary of Integrity Repairs Performed, 2. Final Verified Finding Metrics, 3. Reference and Compiler Integrity Results, 4. Quality Gate Conclusion (+3 more) + +### Community 107 - "Operational Rules & Boundaries" +Cohesion: 0.18 +Nodes (10): 1. Detect Tech Stack First (Universal), 2. Explicit Scoring Methodology (Universal), 3. Code Coverage Ratio Rule, 4. Deep Directory Scanning, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) + +### Community 108 - "Operational Rules & Boundaries" +Cohesion: 0.18 +Nodes (10): 1. Mark Active Task as Complete, 2. Documentation Updates, 3. Dynamic Routing Protocol (CRITICAL), 4. Backlog Insufficiency Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) + +### Community 109 - "Operational Rules & Boundaries" +Cohesion: 0.18 +Nodes (10): 1. Pre-Deployment Checklist, 2. Build Verification, 3. Deployment Strategy (Based on Target), 4. Post-Deployment Health Check, 5. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update) (+2 more) + +### Community 110 - "AppService" +Cohesion: 0.29 +Nodes (5): AppController, Controller, Get, AppService, Injectable + +### Community 111 - "SmsLogQueryDto" +Cohesion: 0.25 +Nodes (7): SmsLogQueryDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type + +### Community 113 - "Vazirmatn Changelog" +Cohesion: 0.18 +Nodes (10): 32.0.0, 32.1, 32.101, 32.102, 33.000, 33.001, 33.002, 33.003 (+2 more) + +### Community 114 - "Vazirmatn Font فونت وزیرمتن" +Cohesion: 0.18 +Nodes (10): Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts)), Authors, Build, CDN, Download, Install, License, [npm](https://www.npmjs.com/package/vazirmatn) (+2 more) + +### Community 115 - "Operational Rules & Boundaries" +Cohesion: 0.20 +Nodes (9): 1. Mode & Direction Decision, 2. Brownfield Strategic Evaluation, 3. Risk Assessment, 4. Forbidden Actions, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective (+1 more) + +### Community 116 - "compilerOptions" +Cohesion: 0.20 +Nodes (9): compilerOptions, esModuleInterop, module, moduleResolution, skipLibCheck, types, include, node (+1 more) + +### Community 117 - "compilerOptions" +Cohesion: 0.20 +Nodes (9): compilerOptions, esModuleInterop, module, moduleResolution, skipLibCheck, types, include, node (+1 more) + +### Community 118 - "backend/README.md" +Cohesion: 0.20 +Nodes (9): Compile and run the project, Deployment, Description, License, Project setup, Resources, Run tests, Stay in touch (+1 more) + +### Community 119 - "devDependencies" +Cohesion: 0.09 +Nodes (23): devDependencies, eslint, @eslint/js, eslint-plugin-prettier, jest, @nestjs/schematics, @nestjs/testing, source-map-support (+15 more) + +### Community 120 - "Repository Map" +Cohesion: 0.20 +Nodes (9): 1. Active Customer Storefront: React 19 + Vite Application, 2. Active Backend Service: NestJS Application, 3. Excluded Placeholder / Non-Auditable Directories, Active Applications & Non-Auditable Scopes, Documentation Governance, Important Configuration & Infrastructure Files, Mandatory Global Audit Exclusions, Repository Map (+1 more) + +### Community 121 - "validate_integrity.js" +Cohesion: 0.20 +Nodes (9): dispSum, errors, invalidNewIds, manifest, report, trackedFiles, uninspected, verifiedIndex (+1 more) + +### Community 122 - "admin-panel/package.json" +Cohesion: 0.20 +Nodes (9): name, private, scripts, build, dev, lint, preview, type (+1 more) + +### Community 123 - "Sahel-Font" +Cohesion: 0.20 +Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) + +### Community 124 - "Spinner.tsx" +Cohesion: 0.08 +Nodes (18): Spinner(), BestSellerItem, CategoryDistItem, COLORS, CustomTooltipProps, ReportData, TopCouponItem, ProductReview (+10 more) + +### Community 125 - "Sahel-Font" +Cohesion: 0.20 +Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) + +### Community 126 - "Role & Core Objective" +Cohesion: 0.22 +Nodes (8): 1. Ask — Don't Assume, 2. Forbidden Actions, Brownfield Detection, Expected JSON Output Schema, Operational Rules & Boundaries, Required Output Artifacts (What files to write/update), Role & Core Objective, Strict Input Specifications (What files to read) + +### Community 127 - "orchestrate.py" +Cohesion: 0.53 +Nodes (8): cmd_next_task(), cmd_progress(), cmd_reset(), cmd_status(), cmd_unblock(), load_json(), main(), save_json() + +### Community 128 - "backend/package.json" +Cohesion: 0.22 +Nodes (8): author, description, license, name, prisma, seed, private, version + +### Community 130 - "graphify reference: extra exports and benchmark" +Cohesion: 0.22 +Nodes (8): graphify reference: extra exports and benchmark, Step 6b - Wiki (only if --wiki flag), Step 7 - Neo4j export (only if --neo4j or --neo4j-push flag), Step 7a - FalkorDB export (only if --falkordb or --falkordb-push flag), Step 7b - SVG export (only if --svg flag), Step 7c - GraphML export (only if --graphml flag), Step 7d - MCP server (only if --mcp flag), Step 8 - Token reduction benchmark (only if total_words > 5000) + +### Community 131 - "Phase 2 Final Quality Gate Summary Report" +Cohesion: 0.22 +Nodes (8): 1. Executive Summary, 2. Final Verified Finding Breakdown, 3. Source Coverage & Diagnostic Metrics, 4. Integrity Check & Quality Gate Status, 5. Exact Next Recommended Phase, By Confidence, By Severity, Phase 2 Final Quality Gate Summary Report + +### Community 132 - "Task Modifications Log" +Cohesion: 0.22 +Nodes (8): 1. `TASK-AUTH-001`, 2. `TASK-FIN-001`, 3. `DECISION-002`, 4. `TASK-VERIFY-001`, 5. `TASK-SEC-001` & `TASK-SEC-002`, 6. `TASK-BUILD-001` & Execution Waves, Phase 3.1 — Master Task Backlog Change Log, Task Modifications Log + +### Community 133 - "Install" +Cohesion: 0.22 +Nodes (8): Arch Linux, bower, Install, npm, Shabnam Font, yarn, طریقه استفاده در صفحات وب:, نمونه متن Sample: + +### Community 134 - "ErrorBoundary" +Cohesion: 0.22 +Nodes (3): ErrorBoundary, Props, State + +### Community 135 - "application/package.json" +Cohesion: 0.22 +Nodes (8): name, private, scripts, build, dev, lint, start, version + +### Community 136 - "generate-openapi.js" +Cohesion: 0.25 +Nodes (6): app_module_1, core_1, fs, path, swagger_1, yaml + +### Community 137 - "AdminTransactionFilterDto" +Cohesion: 0.25 +Nodes (7): AdminTransactionFilterDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type + +### Community 138 - "InitiatePaymentDto" +Cohesion: 0.43 +Nodes (7): InitiatePaymentDto, InitiateWalletTopupDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString + +### Community 139 - "System Discovery" +Cohesion: 0.25 +Nodes (7): Active Core Applications, Current Architecture, Evidence-Based Status Matrix, Excluded / Non-Auditable Artifacts, Major Business Domains Discovered, System Discovery, Technical Architecture Summary + +### Community 140 - "Product Requirement Document (PRD)" +Cohesion: 0.29 +Nodes (6): 1. Executive Vision, 2. Target Audience, 3. Functional Requirements, 4. Non-Functional Requirements (Performance, Security), 5. Epic / Feature Breakdown, Product Requirement Document (PRD) + +### Community 141 - "WikiController" +Cohesion: 0.21 +Nodes (9): ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param, Query (+1 more) + +### Community 143 - "RedisService" +Cohesion: 0.10 +Nodes (6): AuthService, Injectable, normalizeMobile(), RedisService, Injectable, UserAddressInput + +### Community 144 - "Baseline Command Plan & Reconciled Command History" +Cohesion: 0.29 +Nodes (6): Attempted Command Execution Log, Backend `backend/package.json` Scripts, Baseline Command Plan & Reconciled Command History, Package Scripts Safety Analysis, Permitted Safe Checks for Phase 2, Root `package.json` Scripts + +### Community 145 - "SmsSettingsPage.tsx" +Cohesion: 0.29 +Nodes (7): PatternItem, SmsConfigState, SmsLogItem, SmsLogStats, SmsSettingsPage(), toPersianDigits(), SmsSettingsPage + +### Community 147 - "with-vpn.sh" +Cohesion: 0.62 +Nodes (6): cleanup(), log(), with-vpn.sh script, start_vpn(), stop_vpn(), vpn_is_up() + +### Community 148 - "Architecture Specification" +Cohesion: 0.33 +Nodes (5): 1. Single Non-Negotiable Tech Stack, 2. Directory Structure Tree, 3. State Management Strategy, 4. Deployment / Docker Architecture, Architecture Specification + +### Community 149 - "Project Health Audit Report" +Cohesion: 0.33 +Nodes (5): 1. Audit Score Summary, 2. Technical Debt Inventory, 3. Outdated Dependencies List, 4. Security Risks (.env leaks, unprotected ports), Project Health Audit Report + +### Community 150 - "nest-cli.json" +Cohesion: 0.33 +Nodes (5): collection, compilerOptions, deleteOutDir, $schema, sourceRoot + +### Community 152 - "graphify reference: query, path, explain" +Cohesion: 0.33 +Nodes (5): For /graphify explain, For /graphify path, graphify reference: query, path, explain, Step 0 — Constrained query expansion (REQUIRED before traversal), Step 1 — Traversal + +### Community 153 - "Open Questions" +Cohesion: 0.33 +Nodes (5): 1. Storefront Migration Roadmap (`frontend/application`), 2. Payment Gateway Integration Provider, 3. Deployment & CI/CD Pipeline Specifications, 4. SMS / OTP Service Provider, Open Questions + +### Community 154 - "Final Phase 2 Audit Closure Report" +Cohesion: 0.33 +Nodes (5): 1. Executive Summary & Honest Review-Tier Metrics, 2. Reconciled Findings & Canonical Identifier Normalization, 3. Validation & Integrity Verification, 4. Final Quality Gate Conclusion, Final Phase 2 Audit Closure Report + +### Community 156 - "open-browsers.js" +Cohesion: 0.40 +Nodes (5): checkAndOpen(), { exec }, http, openUrl(), URLS + +### Community 157 - "start-dev.js" +Cohesion: 0.22 +Nodes (7): backend, distMainPath, fs, http, path, { spawn, execSync }, waitForBackend() + +### Community 158 - "📝 Active Agent Working Scratchpad" +Cohesion: 0.40 +Nodes (4): 📝 Active Agent Working Scratchpad, 🏗️ Execution Target, Project: Canina Veterinary E-Commerce System, 📋 Requirements & Persona Mandates (Intake & User Request) + +### Community 159 - "🔍 Code Health Audit Review (01_auditor)" +Cohesion: 0.40 +Nodes (4): 🔍 Code Health Audit Review (01_auditor), Executive Summary, Key Findings, Recommendations + +### Community 160 - "paginated-response.schema.ts" +Cohesion: 0.50 +Nodes (3): PaginatedResponse, PaginationMeta, ApiProperty + +### Community 161 - "Vazirmatn Font README" +Cohesion: 0.40 +Nodes (5): DejaVu Sans Font, Vazirmatn Authors, SIL Open Font License (OFL), Vazirmatn Font README, Roboto Font + +### Community 162 - "Omitted File Inspection Report" +Cohesion: 0.40 +Nodes (4): Conclusion, Key Domain Findings from Omitted File Audit, Omitted File Inspection Report, Overview of Omitted File Inspections + +### Community 163 - "Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report" +Cohesion: 0.40 +Nodes (4): 1. Executive Summary & Architecture Decisions, 2. Updated Task Specifications Overview, 3. Final Readiness Statement, Phase 3.2 / 3.3 — Implementation Readiness & Architectural Finalization Report + +### Community 164 - "Phase 3 Audit Traceability Matrix" +Cohesion: 0.40 +Nodes (4): Complete Finding-to-Task Traceability Matrix, Finding Disposition & Accounting Verification, Phase 3 Audit Traceability Matrix, Special Task Traceability (Non-Finding Tasks) + +### Community 165 - "rebuild_honest_ledger.js" +Cohesion: 0.40 +Nodes (4): evidenceList, ledger, mandatoryMap, mandatoryScope + +### Community 166 - "validate_evidence_grade.js" +Cohesion: 0.40 +Nodes (4): activeFiles, errors, validationOutput, warnings + +### Community 168 - "blog/[slug]/page.tsx" +Cohesion: 0.60 +Nodes (4): BlogPostPage(), generateMetadata(), getBlog(), revalidate + +### Community 169 - "API Contract Specification" +Cohesion: 0.50 +Nodes (3): 1. OpenAPI 3.0 (Swagger) Specification, 2. Endpoint Definitions & Data Types, API Contract Specification + +### Community 170 - "⚙️ Backend Technical Review (05_dev_backend)" +Cohesion: 0.50 +Nodes (3): Architectural Overview, ⚙️ Backend Technical Review (05_dev_backend), Critical Review Findings & Required Enhancements + +### Community 171 - "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)" +Cohesion: 0.50 +Nodes (3): Architectural Overview, Critical Review Findings & Required Enhancements, 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) + +### Community 172 - "🚀 SEO & Content Strategy Review (12_seo_content)" +Cohesion: 0.50 +Nodes (3): Overview & Content Foundation, SEO & Content Requirements, 🚀 SEO & Content Strategy Review (12_seo_content) + +### Community 174 - ".handleZibalCallback" +Cohesion: 0.24 +Nodes (8): ApiPropertyOptional, IsOptional, IsString, ZibalCallbackQueryDto, Query, Res, Headers, Ip + +### Community 180 - "graphify reference: add a URL and watch a folder" +Cohesion: 0.50 +Nodes (3): For /graphify add, For --watch, graphify reference: add a URL and watch a folder + +### Community 181 - "graphify reference: commit hook and native CLAUDE.md integration" +Cohesion: 0.50 +Nodes (3): For git commit hook, For native CLAUDE.md integration, graphify reference: commit hook and native CLAUDE.md integration + +### Community 182 - "graphify reference: incremental update and cluster-only" +Cohesion: 0.50 +Nodes (3): For --cluster-only, For --update (incremental re-extraction), graphify reference: incremental update and cluster-only + +### Community 183 - "Raw Finding Verification & Disposition Report" +Cohesion: 0.50 +Nodes (3): 1. Executive Summary & Verification Reconciliation Table, 2. Newly Discovered & Split Findings (Canonical IDs), Raw Finding Verification & Disposition Report + +### Community 184 - "React + TypeScript + Vite" +Cohesion: 0.50 +Nodes (3): Expanding the ESLint configuration, React Compiler, React + TypeScript + Vite + +### Community 185 - "Select.tsx" +Cohesion: 0.50 +Nodes (3): Select, SelectOption, SelectProps + +### Community 186 - "wiki/[slug]/page.tsx" +Cohesion: 0.83 +Nodes (3): generateMetadata(), getWikiTerm(), WikiTermPage() + +### Community 188 - "application/README.md" +Cohesion: 0.50 +Nodes (3): Deploy on Vercel, Getting Started, Learn More + +### Community 190 - "deploy.sh" +Cohesion: 0.50 +Nodes (3): COMPOSE_DOCKER_CLI_BUILD, DOCKER_BUILDKIT, deploy.sh script + +### Community 203 - "Master Task Backlog (Phase 3.3)" +Cohesion: 0.67 +Nodes (3): ADR-AUTH-001: Admin Panel Authentication Architecture & Token Management, Master Task Backlog (Phase 3.3), Phase 3 Master Execution Plan + +### Community 223 - "Shabnam Font README" +Cohesion: 0.67 +Nodes (3): Shabnam Font README, Shabnam Font Sample, Vazir Font + +### Community 232 - "AdminService" +Cohesion: 0.13 +Nodes (3): Post, AdminService, Injectable + +### Community 243 - "app.e2e-spec.js" +Cohesion: 0.50 +Nodes (3): app_module_1, supertest_1, testing_1 + +### Community 305 - "RouteErrorBoundary" +Cohesion: 0.22 +Nodes (3): Props, RouteErrorBoundary, State + +### Community 310 - "admin.module.ts" +Cohesion: 0.05 +Nodes (26): AdminModule, Module, BlogQuery, BlogsService, Injectable, CategoriesService, CategoryQuery, Injectable (+18 more) + +## Knowledge Gaps +- **1266 isolated node(s):** `$schema`, `collection`, `sourceRoot`, `deleteOutDir`, `name` (+1261 more) + These have ≤1 connection - possible missing edges or undocumented components. +- **98 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. + +## Suggested Questions +_Questions this graph is uniquely positioned to answer:_ + +- **Why does `Roles()` connect `Roles` to `BannersService`, `CmsController`, `B2BService`, `reviews.controller.ts`, `tickets.controller.ts`, `SslController`, `SettingsController`, `IngredientsService`, `ProductsService`, `PrescriptionsService`, `SmartAdvisorService`, `TestimonialsService`, `ContactService`, `PaymentController`, `WholesaleApplyDto`, `JwtAuthGuard`?** + _High betweenness centrality (0.052) - this node is a cross-community bridge._ +- **Why does `ApiResponse` connect `src/services/api.ts` to `OrdersService`, `BlogsController`, `PetsController`, `UsersService`, `WikiController`, `HomeController`, `ProductsService`, `auth.service.ts`?** + _High betweenness centrality (0.046) - this node is a cross-community bridge._ +- **Why does `JwtAuthGuard` connect `JwtAuthGuard` to `CmsController`, `reviews.controller.ts`, `tickets.controller.ts`, `UsersService`, `WikiService`, `admin.service.ts`, `PrismaService`, `pets/pets.controller.ts`, `orders.service.ts`, `ProductsService`, `auth.service.ts`, `admin.module.ts`, `PaginationDto`?** + _High betweenness centrality (0.024) - this node is a cross-community bridge._ +- **What connects `$schema`, `collection`, `sourceRoot` to the rest of the system?** + _1266 weakly-connected nodes found - possible documentation gaps or missing edges._ +- **Should `OrdersService` be split into smaller, more focused modules?** + _Cohesion score 0.07171717171717172 - nodes in this community are weakly interconnected._ +- **Should `productService.ts` be split into smaller, more focused modules?** + _Cohesion score 0.05888376856118792 - nodes in this community are weakly interconnected._ +- **Should `CmsController` be split into smaller, more focused modules?** + _Cohesion score 0.0899854862119013 - nodes in this community are weakly interconnected._ \ No newline at end of file diff --git a/graphify-out/2026-08-19/graph.json b/graphify-out/2026-08-19/graph.json new file mode 100644 index 0000000..9cce9cc --- /dev/null +++ b/graphify-out/2026-08-19/graph.json @@ -0,0 +1,114673 @@ +{ + "directed": false, + "multigraph": false, + "graph": { + "hyperedges": [ + { + "id": "rastikerdar_font_ecosystem", + "label": "Rastikerdar Font Ecosystem", + "nodes": [ + "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", + "frontend_application_public_fonts_vazirmatn_v33_003_readme", + "vazir_font" + ], + "relation": "participate_in", + "confidence": "EXTRACTED", + "confidence_score": 0.95, + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md" + }, + { + "id": "canina_deployment_stack", + "label": "Canina Deployment Stack", + "nodes": [ + "scripts_compose_prod", + "scripts_compose_stage" + ], + "relation": "form", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/compose.prod.yml" + } + ] + }, + "nodes": [ + { + "label": "CreateOrderDto", + "file_type": "code", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_createorderdto", + "community": 0, + "community_name": "OrdersService", + "norm_label": "createorderdto" + }, + { + "label": "OrderItemDto", + "file_type": "code", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_orderitemdto", + "community": 0, + "community_name": "OrdersService", + "norm_label": "orderitemdto" + }, + { + "label": "OrdersController", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L54", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller", + "community": 0, + "community_name": "OrdersService", + "norm_label": "orderscontroller" + }, + { + "label": "OrdersService", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice", + "community": 0, + "community_name": "OrdersService", + "norm_label": "ordersservice" + }, + { + "label": "BlogPost", + "file_type": "code", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_blogpage_blogpost", + "community": 1, + "community_name": "productService.ts", + "norm_label": "blogpost" + }, + { + "label": "CatalogPageSpreadProps", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L36", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", + "community": 1, + "community_name": "productService.ts", + "norm_label": "catalogpagespreadprops" + }, + { + "label": "CategoryMeta", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_categorymeta", + "community": 1, + "community_name": "productService.ts", + "norm_label": "categorymeta" + }, + { + "label": "FlipbookCatalogProps", + "file_type": "code", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", + "community": 1, + "community_name": "productService.ts", + "norm_label": "flipbookcatalogprops" + }, + { + "label": "SmartAdvisorProps", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_smartadvisor_smartadvisorprops", + "community": 1, + "community_name": "productService.ts", + "norm_label": "smartadvisorprops" + }, + { + "label": "DosageResult", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_dosageresult", + "community": 1, + "community_name": "productService.ts", + "norm_label": "dosageresult" + }, + { + "label": "FAQ", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_faq", + "community": 1, + "community_name": "productService.ts", + "norm_label": "faq" + }, + { + "label": "IngredientInfo", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_ingredientinfo", + "community": 1, + "community_name": "productService.ts", + "norm_label": "ingredientinfo" + }, + { + "label": "PetType", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_pettype", + "community": 1, + "community_name": "productService.ts", + "norm_label": "pettype" + }, + { + "label": "Product", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_product", + "community": 1, + "community_name": "productService.ts", + "norm_label": "product" + }, + { + "label": "Specialist", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_products_specialist", + "community": 1, + "community_name": "productService.ts", + "norm_label": "specialist" + }, + { + "label": "BackendProduct", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L15", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_backendproduct", + "community": 1, + "community_name": "productService.ts", + "norm_label": "backendproduct" + }, + { + "label": "ProductService", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L71", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice", + "community": 1, + "community_name": "productService.ts", + "norm_label": "productservice" + }, + { + "label": "Ingredient", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L42", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_ingredient", + "community": 1, + "community_name": "productService.ts", + "norm_label": "ingredient" + }, + { + "label": "DoctorsController", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L19", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_doctorscontroller", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "doctorscontroller" + }, + { + "label": "DoctorsService", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_service_doctorsservice", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "doctorsservice" + }, + { + "label": "IconPickerModalProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L44", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_iconpickermodal_iconpickermodalprops", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "iconpickermodalprops" + }, + { + "label": "RichTextEditorProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditorprops", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "richtexteditorprops" + }, + { + "label": "ToggleSwitchProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "toggleswitchprops" + }, + { + "label": "AppSitePage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L224", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_appsitepage", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "appsitepage" + }, + { + "label": "PageSection", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L216", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_pagesection", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "pagesection" + }, + { + "label": "SectionField", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L208", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_sectionfield", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "sectionfield" + }, + { + "label": "BlogsController", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_blogscontroller", + "community": 102, + "community_name": "BlogsController", + "norm_label": "blogscontroller" + }, + { + "label": "ProductDto", + "file_type": "code", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_dto_product_dto_productdto", + "community": 103, + "community_name": "ProductDto", + "norm_label": "productdto" + }, + { + "label": "WikiQuery", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiquery", + "community": 104, + "community_name": "WikiService", + "norm_label": "wikiquery" + }, + { + "label": "WikiService", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice", + "community": 104, + "community_name": "WikiService", + "norm_label": "wikiservice" + }, + { + "label": "BrandLogoProps", + "file_type": "code", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_brandlogo_brandlogoprops", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "brandlogoprops" + }, + { + "label": "TooltipProps", + "file_type": "code", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_tooltip_tooltipprops", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "tooltipprops" + }, + { + "label": "ScientificTerm", + "file_type": "code", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_settingsstore_scientificterm", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "scientificterm" + }, + { + "label": "SettingsStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_settingsstore_settingsstore", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "settingsstore" + }, + { + "label": "AppController", + "file_type": "code", + "source_file": "backend/src/app.controller.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_app_controller_appcontroller", + "community": 110, + "community_name": "AppService", + "norm_label": "appcontroller" + }, + { + "label": "AppService", + "file_type": "code", + "source_file": "backend/src/app.service.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_app_service_appservice", + "community": 110, + "community_name": "AppService", + "norm_label": "appservice" + }, + { + "label": "SmsLogQueryDto", + "file_type": "code", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "community": 111, + "community_name": "SmsLogQueryDto", + "norm_label": "smslogquerydto" + }, + { + "label": "HeroBanner", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_cms_herobanner", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "herobanner" + }, + { + "label": "VetTestimonial", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_cms_vettestimonial", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "vettestimonial" + }, + { + "label": "ContactInfoItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "contactinfoitem" + }, + { + "label": "ContactSubmission", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "contactsubmission" + }, + { + "label": "CategoryDist", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_dashboard_categorydist", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "categorydist" + }, + { + "label": "DashboardData", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_dashboard_dashboarddata", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "dashboarddata" + }, + { + "label": "Ticket", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L34", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_tickets_ticket", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "ticket" + }, + { + "label": "TicketMessage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_tickets_ticketmessage", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "ticketmessage" + }, + { + "label": "AdminRouteConfig", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L45", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "adminrouteconfig" + }, + { + "label": "BestSellerItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L35", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_bestselleritem", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "bestselleritem" + }, + { + "label": "CategoryDistItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L30", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_categorydistitem", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "categorydistitem" + }, + { + "label": "CustomTooltipProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_customtooltipprops", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "customtooltipprops" + }, + { + "label": "ReportData", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L46", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_reportdata", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "reportdata" + }, + { + "label": "TopCouponItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L40", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_topcouponitem", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "topcouponitem" + }, + { + "label": "ProductReview", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reviews_productreview", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "productreview" + }, + { + "label": "SslStatus", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "sslstatus" + }, + { + "label": "SeoSettings", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L178", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_seosettings", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "seosettings" + }, + { + "label": "B2BWholesaleOrderItem", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "community": 13, + "community_name": "PrismaService", + "norm_label": "b2bwholesaleorderitem" + }, + { + "label": "MeliPayamakPattern", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_melipayamakpattern", + "community": 13, + "community_name": "PrismaService", + "norm_label": "melipayamakpattern" + }, + { + "label": "MeliPayamakResponse", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L44", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_melipayamakresponse", + "community": 13, + "community_name": "PrismaService", + "norm_label": "melipayamakresponse" + }, + { + "label": "SendPatternSmsOptions", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_sendpatternsmsoptions", + "community": 13, + "community_name": "PrismaService", + "norm_label": "sendpatternsmsoptions" + }, + { + "label": "SmsConfig", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsconfig", + "community": 13, + "community_name": "PrismaService", + "norm_label": "smsconfig" + }, + { + "label": "SmsLogQuery", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L34", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smslogquery", + "community": 13, + "community_name": "PrismaService", + "norm_label": "smslogquery" + }, + { + "label": "CreateContactSubmissionDto", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_createcontactsubmissiondto", + "community": 13, + "community_name": "PrismaService", + "norm_label": "createcontactsubmissiondto" + }, + { + "label": "UpdateContactInfoItemDto", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_updatecontactinfoitemdto", + "community": 13, + "community_name": "PrismaService", + "norm_label": "updatecontactinfoitemdto" + }, + { + "label": "DoctorQuery", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_service_doctorquery", + "community": 13, + "community_name": "PrismaService", + "norm_label": "doctorquery" + }, + { + "label": "ClientMetadata", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_clientmetadata", + "community": 13, + "community_name": "PrismaService", + "norm_label": "clientmetadata" + }, + { + "label": "PrismaService", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_prismaservice", + "community": 13, + "community_name": "PrismaService", + "norm_label": "prismaservice" + }, + { + "label": "ScientificTermData", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_scientifictermdata", + "community": 13, + "community_name": "PrismaService", + "norm_label": "scientifictermdata" + }, + { + "label": "VideoQuery", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videoquery", + "community": 13, + "community_name": "PrismaService", + "norm_label": "videoquery" + }, + { + "label": "ErrorBoundary", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L15", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary", + "community": 134, + "community_name": "ErrorBoundary", + "norm_label": "errorboundary" + }, + { + "label": "Props", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_props", + "community": 134, + "community_name": "ErrorBoundary", + "norm_label": "props" + }, + { + "label": "State", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_state", + "community": 134, + "community_name": "ErrorBoundary", + "norm_label": "state" + }, + { + "label": "AdminTransactionFilterDto", + "file_type": "code", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "community": 137, + "community_name": "AdminTransactionFilterDto", + "norm_label": "admintransactionfilterdto" + }, + { + "label": "InitiatePaymentDto", + "file_type": "code", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "community": 138, + "community_name": "InitiatePaymentDto", + "norm_label": "initiatepaymentdto" + }, + { + "label": "InitiateWalletTopupDto", + "file_type": "code", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L16", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "community": 138, + "community_name": "InitiatePaymentDto", + "norm_label": "initiatewallettopupdto" + }, + { + "label": "CreatePetDto", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_createpetdto", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "createpetdto" + }, + { + "label": "UpdatePetDto", + "file_type": "code", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "updatepetdto" + }, + { + "label": "PetsModule", + "file_type": "code", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_pets_module_petsmodule", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "petsmodule" + }, + { + "label": "HealthLogInput", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L15", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_healthloginput", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "healthloginput" + }, + { + "label": "PetsService", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "petsservice" + }, + { + "label": "ReminderInput", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_reminderinput", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "reminderinput" + }, + { + "label": "WikiController", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_wikicontroller", + "community": 141, + "community_name": "WikiController", + "norm_label": "wikicontroller" + }, + { + "label": "AuthService", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L37", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice", + "community": 143, + "community_name": "RedisService", + "norm_label": "authservice" + }, + { + "label": "RedisService", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice", + "community": 143, + "community_name": "RedisService", + "norm_label": "redisservice" + }, + { + "label": "UserAddressInput", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_users_service_useraddressinput", + "community": 143, + "community_name": "RedisService", + "norm_label": "useraddressinput" + }, + { + "label": "PatternItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L55", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_patternitem", + "community": 145, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "patternitem" + }, + { + "label": "SmsConfigState", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L43", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate", + "community": 145, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smsconfigstate" + }, + { + "label": "SmsLogItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L64", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_smslogitem", + "community": 145, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smslogitem" + }, + { + "label": "SmsLogStats", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L77", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_smslogstats", + "community": 145, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smslogstats" + }, + { + "label": "GetProductsDto", + "file_type": "code", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_getproductsdto", + "community": 15, + "community_name": "ProductsService", + "norm_label": "getproductsdto" + }, + { + "label": "ProductsController", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L26", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller", + "community": 15, + "community_name": "ProductsService", + "norm_label": "productscontroller" + }, + { + "label": "ProductsModule", + "file_type": "code", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_products_products_module_productsmodule", + "community": 15, + "community_name": "ProductsService", + "norm_label": "productsmodule" + }, + { + "label": "ProductsService", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice", + "community": 15, + "community_name": "ProductsService", + "norm_label": "productsservice" + }, + { + "label": "ContactInfoItem", + "file_type": "code", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_contactformclient_contactinfoitem", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "contactinfoitem" + }, + { + "label": "Testimonial", + "file_type": "code", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_testimonialssection_testimonial", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "testimonial" + }, + { + "label": "ApiErrorPayload", + "file_type": "code", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L16", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_api_apierrorpayload", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "apierrorpayload" + }, + { + "label": "ApiErr", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L29", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_apierr", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "apierr" + }, + { + "label": "AuthResponse", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L21", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authresponse", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "authresponse" + }, + { + "label": "AuthService", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L38", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "authservice" + }, + { + "label": "User", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_user", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "user" + }, + { + "label": "ApiErr", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_apierr", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "apierr" + }, + { + "label": "Order", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_order", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "order" + }, + { + "label": "OrderItem", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderitem", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "orderitem" + }, + { + "label": "OrderService", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L31", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "orderservice" + }, + { + "label": "PaginatedResponse", + "file_type": "code", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_schemas_paginated_response_schema_paginatedresponse", + "community": 160, + "community_name": "paginated-response.schema.ts", + "norm_label": "paginatedresponse" + }, + { + "label": "PaginationMeta", + "file_type": "code", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_schemas_paginated_response_schema_paginationmeta", + "community": 160, + "community_name": "paginated-response.schema.ts", + "norm_label": "paginationmeta" + }, + { + "label": "CreateVideoDto", + "file_type": "code", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_createvideodto", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "createvideodto" + }, + { + "label": "UpdateVideoDto", + "file_type": "code", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L63", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_updatevideodto", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "updatevideodto" + }, + { + "label": "VideosController", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "videoscontroller" + }, + { + "label": "VideosService", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "videosservice" + }, + { + "label": "ZibalCallbackQueryDto", + "file_type": "code", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": "zibalcallbackquerydto" + }, + { + "label": "CreateBlogDto", + "file_type": "code", + "source_file": "backend/src/blogs/dto/create-blog.dto.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_dto_create_blog_dto_createblogdto", + "community": 177, + "community_name": "update-blog.dto.ts", + "norm_label": "createblogdto" + }, + { + "label": "UpdateBlogDto", + "file_type": "code", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_dto_update_blog_dto_updateblogdto", + "community": 177, + "community_name": "update-blog.dto.ts", + "norm_label": "updateblogdto" + }, + { + "label": "CreateHomeDto", + "file_type": "code", + "source_file": "backend/src/home/dto/create-home.dto.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_dto_create_home_dto_createhomedto", + "community": 178, + "community_name": "update-home.dto.ts", + "norm_label": "createhomedto" + }, + { + "label": "UpdateHomeDto", + "file_type": "code", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_dto_update_home_dto_updatehomedto", + "community": 178, + "community_name": "update-home.dto.ts", + "norm_label": "updatehomedto" + }, + { + "label": "CreateWikiDto", + "file_type": "code", + "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_dto_create_wiki_dto_createwikidto", + "community": 179, + "community_name": "update-wiki.dto.ts", + "norm_label": "createwikidto" + }, + { + "label": "UpdateWikiDto", + "file_type": "code", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_dto_update_wiki_dto_updatewikidto", + "community": 179, + "community_name": "update-wiki.dto.ts", + "norm_label": "updatewikidto" + }, + { + "label": "TopbarProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_topbar_topbarprops", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "topbarprops" + }, + { + "label": "ApiErrorPayload", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_apierrorpayload", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "apierrorpayload" + }, + { + "label": "AdminLoginPayload", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L31", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_adminloginpayload", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "adminloginpayload" + }, + { + "label": "AdminUser", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_adminuser", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "adminuser" + }, + { + "label": "ApiResponse", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L41", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_apiresponse", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "apiresponse" + }, + { + "label": "AuthResponseData", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L36", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_authresponsedata", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "authresponsedata" + }, + { + "label": "AuthState", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_authstate", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "authstate" + }, + { + "label": "B2BInquiry", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L151", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_b2binquiry", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "b2binquiry" + }, + { + "label": "PartnerAccount", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L166", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_partneraccount", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "partneraccount" + }, + { + "label": "Product", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L202", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_product", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "product" + }, + { + "label": "SendOtpPayload", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_sendotppayload", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "sendotppayload" + }, + { + "label": "SmartAdvisorRule", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L83", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_smartadvisorrule", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "smartadvisorrule" + }, + { + "label": "SystemSettings", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L194", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_systemsettings", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "systemsettings" + }, + { + "label": "VerifyOtpPayload", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L26", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_verifyotppayload", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "verifyotppayload" + }, + { + "label": "SelectOption", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_select_selectoption", + "community": 185, + "community_name": "Select.tsx", + "norm_label": "selectoption" + }, + { + "label": "SelectProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_select_selectprops", + "community": 185, + "community_name": "Select.tsx", + "norm_label": "selectprops" + }, + { + "label": "AuthController", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L41", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "authcontroller" + }, + { + "label": "AdminLoginInput", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L30", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_adminlogininput", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "adminlogininput" + }, + { + "label": "LoginInput", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_logininput", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "logininput" + }, + { + "label": "RegisterInput", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_registerinput", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "registerinput" + }, + { + "label": "AdminLoginDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "adminlogindto" + }, + { + "label": "LoginDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_login_dto_logindto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "logindto" + }, + { + "label": "RegisterDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_registerdto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "registerdto" + }, + { + "label": "SendOtpDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "sendotpdto" + }, + { + "label": "VerifyOtpDto", + "file_type": "code", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "verifyotpdto" + }, + { + "label": "ScientificTerm", + "file_type": "code", + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_prisma_scientificterms_scientificterm", + "community": 196, + "community_name": "prisma/scientificTerms.ts", + "norm_label": "scientificterm" + }, + { + "label": "CmsController", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L27", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller", + "community": 2, + "community_name": "CmsController", + "norm_label": "cmscontroller" + }, + { + "label": "CmsService", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice", + "community": 2, + "community_name": "CmsController", + "norm_label": "cmsservice" + }, + { + "label": "CreateHeroBannerDto", + "file_type": "code", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_createherobannerdto", + "community": 2, + "community_name": "CmsController", + "norm_label": "createherobannerdto" + }, + { + "label": "CreateSmartAdvisorRuleDto", + "file_type": "code", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L80", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "community": 2, + "community_name": "CmsController", + "norm_label": "createsmartadvisorruledto" + }, + { + "label": "CreateVetTestimonialDto", + "file_type": "code", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L45", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "community": 2, + "community_name": "CmsController", + "norm_label": "createvettestimonialdto" + }, + { + "label": "FormFieldProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_formfield_formfieldprops", + "community": 216, + "community_name": "FormField.tsx", + "norm_label": "formfieldprops" + }, + { + "label": "InputProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_input_inputprops", + "community": 217, + "community_name": "Input.tsx", + "norm_label": "inputprops" + }, + { + "label": "TextareaProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_textarea_textareaprops", + "community": 218, + "community_name": "Textarea.tsx", + "norm_label": "textareaprops" + }, + { + "label": "AdminService", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L50", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice", + "community": 232, + "community_name": "AdminService", + "norm_label": "adminservice" + }, + { + "label": "Blog", + "file_type": "code", + "source_file": "backend/src/blogs/entities/blog.entity.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_entities_blog_entity_blog", + "community": 244, + "community_name": "blog.entity.ts", + "norm_label": "blog" + }, + { + "label": "Home", + "file_type": "code", + "source_file": "backend/src/home/entities/home.entity.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_entities_home_entity_home", + "community": 245, + "community_name": "home.entity.ts", + "norm_label": "home" + }, + { + "label": "Wiki", + "file_type": "code", + "source_file": "backend/src/wiki/entities/wiki.entity.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_entities_wiki_entity_wiki", + "community": 246, + "community_name": "wiki.entity.ts", + "norm_label": "wiki" + }, + { + "label": "MockIntersectionObserver", + "file_type": "code", + "source_file": "frontend/application/vitest.setup.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_vitest_setup_mockintersectionobserver", + "community": 259, + "community_name": "vitest.setup.ts", + "norm_label": "mockintersectionobserver" + }, + { + "label": "WholesaleApplyDto", + "file_type": "code", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "wholesaleapplydto" + }, + { + "label": "WholesaleController", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "wholesalecontroller" + }, + { + "label": "WholesaleService", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "wholesaleservice" + }, + { + "label": "B2BModule", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_module_b2bmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "b2bmodule" + }, + { + "label": "BannersModule", + "file_type": "code", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_banners_banners_module_bannersmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "bannersmodule" + }, + { + "label": "CmsModule", + "file_type": "code", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_cms_cms_module_cmsmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "cmsmodule" + }, + { + "label": "SmsModule", + "file_type": "code", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_sms_module_smsmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "smsmodule" + }, + { + "label": "ContactModule", + "file_type": "code", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_module_contactmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "contactmodule" + }, + { + "label": "DoctorsModule", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_module_doctorsmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "doctorsmodule" + }, + { + "label": "IngredientsModule", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "ingredientsmodule" + }, + { + "label": "PaymentModule", + "file_type": "code", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_payment_module_paymentmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "paymentmodule" + }, + { + "label": "PrescriptionsModule", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "prescriptionsmodule" + }, + { + "label": "PrismaModule", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_module_prismamodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "prismamodule" + }, + { + "label": "SettingsModule", + "file_type": "code", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_settings_settings_module_settingsmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "settingsmodule" + }, + { + "label": "SmartAdvisorModule", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "smartadvisormodule" + }, + { + "label": "TestimonialsModule", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "testimonialsmodule" + }, + { + "label": "TicketsModule", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_module_ticketsmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "ticketsmodule" + }, + { + "label": "VideosModule", + "file_type": "code", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_videos_module_videosmodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "videosmodule" + }, + { + "label": "WholesaleModule", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_module_wholesalemodule", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "wholesalemodule" + }, + { + "label": "AppModule", + "file_type": "code", + "source_file": "backend/src/app.module.ts", + "source_location": "L83", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_app_module_appmodule", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "appmodule" + }, + { + "label": "CustomHttpExceptionFilter", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "customhttpexceptionfilter" + }, + { + "label": "PrismaExceptionFilter", + "file_type": "code", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "prismaexceptionfilter" + }, + { + "label": "DecimalInterceptor", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "decimalinterceptor" + }, + { + "label": "ApiErrorResponse", + "file_type": "code", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_schemas_error_response_schema_apierrorresponse", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "apierrorresponse" + }, + { + "label": "ErrorDetailField", + "file_type": "code", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_schemas_error_response_schema_errordetailfield", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "errordetailfield" + }, + { + "label": "Props", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_routeerrorboundary_props", + "community": 305, + "community_name": "RouteErrorBoundary", + "norm_label": "props" + }, + { + "label": "RouteErrorBoundary", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L15", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "community": 305, + "community_name": "RouteErrorBoundary", + "norm_label": "routeerrorboundary" + }, + { + "label": "State", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_routeerrorboundary_state", + "community": 305, + "community_name": "RouteErrorBoundary", + "norm_label": "state" + }, + { + "label": "JwtAuthGuard", + "file_type": "code", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "jwtauthguard" + }, + { + "label": "RequestWithUser", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_requestwithuser", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "requestwithuser" + }, + { + "label": "RolesGuard", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_rolesguard", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "rolesguard" + }, + { + "label": "UserReqPayload", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_userreqpayload", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "userreqpayload" + }, + { + "label": "AdminModule", + "file_type": "code", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L44", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_module_adminmodule", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "adminmodule" + }, + { + "label": "BlogQuery", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogquery", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "blogquery" + }, + { + "label": "BlogsService", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "blogsservice" + }, + { + "label": "CategoriesService", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "categoriesservice" + }, + { + "label": "CategoryQuery", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoryquery", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "categoryquery" + }, + { + "label": "MediaService", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "mediaservice" + }, + { + "label": "PetQuery", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petquery", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "petquery" + }, + { + "label": "PetsService", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petsservice", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "petsservice" + }, + { + "label": "ReportsController", + "file_type": "code", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_reports_controller_reportscontroller", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "reportscontroller" + }, + { + "label": "ReportsService", + "file_type": "code", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_reports_service_reportsservice", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "reportsservice" + }, + { + "label": "SslCertInfo", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslcertinfo", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "sslcertinfo" + }, + { + "label": "RedisModule", + "file_type": "code", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_redis_redis_module_redismodule", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "redismodule" + }, + { + "label": "PaymentService", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L19", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice", + "community": 32, + "community_name": "ZibalService", + "norm_label": "paymentservice" + }, + { + "label": "ZibalService", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L43", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice", + "community": 32, + "community_name": "ZibalService", + "norm_label": "zibalservice" + }, + { + "label": "CategoriesController", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "categoriescontroller" + }, + { + "label": "B2BController", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L19", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller", + "community": 35, + "community_name": "B2BService", + "norm_label": "b2bcontroller" + }, + { + "label": "B2BService", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice", + "community": 35, + "community_name": "B2BService", + "norm_label": "b2bservice" + }, + { + "label": "AuthModalProps", + "file_type": "code", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_authmodal_authmodalprops", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "authmodalprops" + }, + { + "label": "PrescriptionUploadModalProps", + "file_type": "code", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "prescriptionuploadmodalprops" + }, + { + "label": "CartItem", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore_cartitem", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "cartitem" + }, + { + "label": "CartStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L32", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore_cartstore", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "cartstore" + }, + { + "label": "Order", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore_order", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "order" + }, + { + "label": "UIState", + "file_type": "code", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_uistore_uistate", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "uistate" + }, + { + "label": "Transaction", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_transaction", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "transaction" + }, + { + "label": "UserProfile", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L33", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_userprofile", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "userprofile" + }, + { + "label": "UserRole", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_userrole", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "userrole" + }, + { + "label": "UserStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L45", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_userstore", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "userstore" + }, + { + "label": "NavigationTarget", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L109", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_navigationtarget", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "navigationtarget" + }, + { + "label": "AuthModule", + "file_type": "code", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_auth_module_authmodule", + "community": 38, + "community_name": "UsersService", + "norm_label": "authmodule" + }, + { + "label": "JwtPayload", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_jwtpayload", + "community": 38, + "community_name": "UsersService", + "norm_label": "jwtpayload" + }, + { + "label": "JwtStrategy", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L15", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_jwtstrategy", + "community": 38, + "community_name": "UsersService", + "norm_label": "jwtstrategy" + }, + { + "label": "AddressDto", + "file_type": "code", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_addressdto", + "community": 38, + "community_name": "UsersService", + "norm_label": "addressdto" + }, + { + "label": "UpdateProfileDto", + "file_type": "code", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "community": 38, + "community_name": "UsersService", + "norm_label": "updateprofiledto" + }, + { + "label": "UsersController", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L43", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller", + "community": 38, + "community_name": "UsersService", + "norm_label": "userscontroller" + }, + { + "label": "UsersModule", + "file_type": "code", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_users_module_usersmodule", + "community": 38, + "community_name": "UsersService", + "norm_label": "usersmodule" + }, + { + "label": "UsersService", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice", + "community": 38, + "community_name": "UsersService", + "norm_label": "usersservice" + }, + { + "label": "CreateReviewDto", + "file_type": "code", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "createreviewdto" + }, + { + "label": "UpdateReviewDto", + "file_type": "code", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "updatereviewdto" + }, + { + "label": "ReviewsController", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "reviewscontroller" + }, + { + "label": "ReviewsModule", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_module_reviewsmodule", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "reviewsmodule" + }, + { + "label": "ReviewsService", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "reviewsservice" + }, + { + "label": "SslController", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller", + "community": 40, + "community_name": "SslController", + "norm_label": "sslcontroller" + }, + { + "label": "SslService", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice", + "community": 40, + "community_name": "SslController", + "norm_label": "sslservice" + }, + { + "label": "PodcastPlayerModalProps", + "file_type": "code", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_podcastplayermodal_podcastplayermodalprops", + "community": 41, + "community_name": "PodcastPlayerModal.tsx", + "norm_label": "podcastplayermodalprops" + }, + { + "label": "IngredientsController", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "ingredientscontroller" + }, + { + "label": "IngredientsService", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "ingredientsservice" + }, + { + "label": "MetricsController", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_metrics_controller_metricscontroller", + "community": 43, + "community_name": "MetricsController", + "norm_label": "metricscontroller" + }, + { + "label": "MediaController", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller", + "community": 44, + "community_name": "MediaController", + "norm_label": "mediacontroller" + }, + { + "label": "PaginationProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_pagination_paginationprops", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "paginationprops" + }, + { + "label": "Pet", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_pets_pet", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "pet" + }, + { + "label": "GatewayHealth", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L79", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions_gatewayhealth", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "gatewayhealth" + }, + { + "label": "Stats", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L69", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions_stats", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "stats" + }, + { + "label": "Transaction", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L32", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions_transaction", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "transaction" + }, + { + "label": "ProductItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wiki_productitem", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "productitem" + }, + { + "label": "WikiTerm", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wiki_wikiterm", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "wikiterm" + }, + { + "label": "SmsService", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L51", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice", + "community": 46, + "community_name": "SmsService", + "norm_label": "smsservice" + }, + { + "label": "ValidateCouponDto", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L29", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_validatecoupondto", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "validatecoupondto" + }, + { + "label": "OrdersModule", + "file_type": "code", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_orders_orders_module_ordersmodule", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "ordersmodule" + }, + { + "label": "PrescriptionsController", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L27", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "prescriptionscontroller" + }, + { + "label": "PrescriptionsService", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "prescriptionsservice" + }, + { + "label": "SmartAdvisorController", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "smartadvisorcontroller" + }, + { + "label": "SmartAdvisorService", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "smartadvisorservice" + }, + { + "label": "AdminUpdateTicketDto", + "file_type": "code", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L82", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "adminupdateticketdto" + }, + { + "label": "CreateTicketDto", + "file_type": "code", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "createticketdto" + }, + { + "label": "ReplyTicketDto", + "file_type": "code", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L59", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "replyticketdto" + }, + { + "label": "TicketQueryDto", + "file_type": "code", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "ticketquerydto" + }, + { + "label": "TicketsController", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L33", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "ticketscontroller" + }, + { + "label": "TicketsService", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "ticketsservice" + }, + { + "label": "TestimonialsController", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L20", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "testimonialscontroller" + }, + { + "label": "TestimonialsService", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "testimonialsservice" + }, + { + "label": "ContactController", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller", + "community": 52, + "community_name": "ContactService", + "norm_label": "contactcontroller" + }, + { + "label": "ContactService", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L22", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice", + "community": 52, + "community_name": "ContactService", + "norm_label": "contactservice" + }, + { + "label": "PaymentController", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L38", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller", + "community": 53, + "community_name": "PaymentController", + "norm_label": "paymentcontroller" + }, + { + "label": "BadgeProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge_badgeprops", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "badgeprops" + }, + { + "label": "BadgeVariant", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge_badgevariant", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "badgevariant" + }, + { + "label": "ImagePreviewModalProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "imagepreviewmodalprops" + }, + { + "label": "Media", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_media_media", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "media" + }, + { + "label": "ProductItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "productitem" + }, + { + "label": "Prescription", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L124", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_prescription", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "prescription" + }, + { + "label": "PetsController", + "file_type": "code", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L24", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_pets_controller_petscontroller", + "community": 57, + "community_name": "PetsController", + "norm_label": "petscontroller" + }, + { + "label": "BlogsModule", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_module_blogsmodule", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "blogsmodule" + }, + { + "label": "BlogsService", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_service_blogsservice", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "blogsservice" + }, + { + "label": "PaginationDto", + "file_type": "code", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_paginationdto", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "paginationdto" + }, + { + "label": "SortOrder", + "file_type": "code", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_sortorder", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "sortorder" + }, + { + "label": "GetVideosQueryDto", + "file_type": "code", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "getvideosquerydto" + }, + { + "label": "WikiModule", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_module_wikimodule", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "wikimodule" + }, + { + "label": "WikiService", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_service_wikiservice", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "wikiservice" + }, + { + "label": "AddressModalProps", + "file_type": "code", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_addressmodal_addressmodalprops", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "addressmodalprops" + }, + { + "label": "BackButtonProps", + "file_type": "code", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_backbutton_backbuttonprops", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "backbuttonprops" + }, + { + "label": "DeleteConfirmModalProps", + "file_type": "code", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "deleteconfirmmodalprops" + }, + { + "label": "HeaderButtonProps", + "file_type": "code", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_headerbutton_headerbuttonprops", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "headerbuttonprops" + }, + { + "label": "LoginModalProps", + "file_type": "code", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_loginmodal_loginmodalprops", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "loginmodalprops" + }, + { + "label": "OrderDetailsModalProps", + "file_type": "code", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L30", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "orderdetailsmodalprops" + }, + { + "label": "SearchableSelectProps", + "file_type": "code", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_searchableselect_searchableselectprops", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "searchableselectprops" + }, + { + "label": "TopUpModalProps", + "file_type": "code", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_topupmodal_topupmodalprops", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "topupmodalprops" + }, + { + "label": "CreateTicketPayload", + "file_type": "code", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L34", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_ticketservice_createticketpayload", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "createticketpayload" + }, + { + "label": "Ticket", + "file_type": "code", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_ticketservice_ticket", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "ticket" + }, + { + "label": "TicketMessage", + "file_type": "code", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_ticketservice_ticketmessage", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "ticketmessage" + }, + { + "label": "Address", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L13", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_address", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "address" + }, + { + "label": "HomeClientProps", + "file_type": "code", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_app_homeclient_homeclientprops", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "homeclientprops" + }, + { + "label": "BannerPlacementProps", + "file_type": "code", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_bannerplacement_bannerplacementprops", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "bannerplacementprops" + }, + { + "label": "B2BInquiry", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L67", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_b2binquiry", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "b2binquiry" + }, + { + "label": "Banner", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_banner", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "banner" + }, + { + "label": "DosageConfig", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L94", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_dosageconfig", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "dosageconfig" + }, + { + "label": "HomeApiResponse", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L102", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_homeapiresponse", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "homeapiresponse" + }, + { + "label": "NavigationHandler", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L111", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_navigationhandler", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "navigationhandler" + }, + { + "label": "PartnerAccount", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L82", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_partneraccount", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "partneraccount" + }, + { + "label": "Prescription", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L55", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_prescription", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "prescription" + }, + { + "label": "SmartAdvisorRule", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L14", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_smartadvisorrule", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "smartadvisorrule" + }, + { + "label": "Testimonial", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_types_testimonial", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "testimonial" + }, + { + "label": "BlogsController", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L29", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller", + "community": 62, + "community_name": "BlogsController", + "norm_label": "blogscontroller" + }, + { + "label": "SettingsService", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L111", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice", + "community": 63, + "community_name": "SettingsService", + "norm_label": "settingsservice" + }, + { + "label": "BannersController", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L21", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller", + "community": 64, + "community_name": "BannersService", + "norm_label": "bannerscontroller" + }, + { + "label": "BannersService", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice", + "community": 64, + "community_name": "BannersService", + "norm_label": "bannersservice" + }, + { + "label": "PriceInputProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput_priceinputprops", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "priceinputprops" + }, + { + "label": "Coupon", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_coupon", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "coupon" + }, + { + "label": "CouponFormData", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L31", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_couponformdata", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "couponformdata" + }, + { + "label": "CouponModalProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L250", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_couponmodalprops", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "couponmodalprops" + }, + { + "label": "CouponTarget", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_coupontarget", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "coupontarget" + }, + { + "label": "FinancialSettings", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L186", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_financialsettings", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "financialsettings" + }, + { + "label": "WikiController", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller", + "community": 69, + "community_name": "WikiController", + "norm_label": "wikicontroller" + }, + { + "label": "ConfirmModalProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "confirmmodalprops" + }, + { + "label": "Media", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_mediaselector_media", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "media" + }, + { + "label": "MediaSelectorProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "mediaselectorprops" + }, + { + "label": "BlogPost", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_blogs_blogpost", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "blogpost" + }, + { + "label": "Category", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L10", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_categories_category", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "category" + }, + { + "label": "Doctor", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_doctorsmanager_doctor", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "doctor" + }, + { + "label": "Category", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_products_category", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "category" + }, + { + "label": "Product", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L19", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_products_product", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "product" + }, + { + "label": "DoctorOption", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_videos_doctoroption", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "doctoroption" + }, + { + "label": "Video", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_videos_video", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "video" + }, + { + "label": "WholesaleRequest", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L6", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "wholesalerequest" + }, + { + "label": "Banner", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L70", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_banner", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "banner" + }, + { + "label": "Ingredient", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L111", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_ingredient", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "ingredient" + }, + { + "label": "Testimonial", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L97", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_testimonial", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "testimonial" + }, + { + "label": "AdminQueryDto", + "file_type": "code", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "community": 70, + "community_name": "ApiOperation", + "norm_label": "adminquerydto" + }, + { + "label": "CreateHealthLogDto", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "community": 71, + "community_name": "PetsController", + "norm_label": "createhealthlogdto" + }, + { + "label": "CreateReminderDto", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "community": 71, + "community_name": "PetsController", + "norm_label": "createreminderdto" + }, + { + "label": "PetsController", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L55", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller", + "community": 71, + "community_name": "PetsController", + "norm_label": "petscontroller" + }, + { + "label": "SeoController", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_seo_seo_controller_seocontroller", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "seocontroller" + }, + { + "label": "SeoModule", + "file_type": "code", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_seo_seo_module_seomodule", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "seomodule" + }, + { + "label": "SeoService", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_seo_seo_service_seoservice", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "seoservice" + }, + { + "label": "CouponInput", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L37", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_couponinput", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "couponinput" + }, + { + "label": "CouponTargetInput", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L30", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_coupontargetinput", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "coupontargetinput" + }, + { + "label": "PaginationQuery", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L16", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_paginationquery", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "paginationquery" + }, + { + "label": "CreateUserDto", + "file_type": "code", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_createuserdto", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "createuserdto" + }, + { + "label": "UpdateUserDto", + "file_type": "code", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L52", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_updateuserdto", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "updateuserdto" + }, + { + "label": "HomeController", + "file_type": "code", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L16", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_home_controller_homecontroller", + "community": 79, + "community_name": "HomeController", + "norm_label": "homecontroller" + }, + { + "label": "HomeModule", + "file_type": "code", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_home_module_homemodule", + "community": 79, + "community_name": "HomeController", + "norm_label": "homemodule" + }, + { + "label": "HomeService", + "file_type": "code", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L5", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_home_home_service_homeservice", + "community": 79, + "community_name": "HomeController", + "norm_label": "homeservice" + }, + { + "label": "SettingsController", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller", + "community": 8, + "community_name": "SettingsController", + "norm_label": "settingscontroller" + }, + { + "label": "GatewayHealthResult", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L35", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "gatewayhealthresult" + }, + { + "label": "IPaymentGateway", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L48", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "ipaymentgateway" + }, + { + "label": "PaymentInquiryResult", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L25", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "paymentinquiryresult" + }, + { + "label": "PaymentRequestOptions", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "paymentrequestoptions" + }, + { + "label": "PaymentRequestResult", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L9", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "paymentrequestresult" + }, + { + "label": "PaymentVerifyResult", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L16", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "paymentverifyresult" + }, + { + "label": "ZibalInquiryResponse", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L30", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalinquiryresponse", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "zibalinquiryresponse" + }, + { + "label": "ZibalRequestResponse", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L12", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalrequestresponse", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "zibalrequestresponse" + }, + { + "label": "ZibalVerifyResponse", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalverifyresponse", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "zibalverifyresponse" + }, + { + "label": "MenuGroup", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L45", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar_menugroup", + "community": 82, + "community_name": "api", + "norm_label": "menugroup" + }, + { + "label": "SidebarProps", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L52", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar_sidebarprops", + "community": 82, + "community_name": "api", + "norm_label": "sidebarprops" + }, + { + "label": "SubMenuItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L38", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar_submenuitem", + "community": 82, + "community_name": "api", + "norm_label": "submenuitem" + }, + { + "label": "Order", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L61", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_order", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "order" + }, + { + "label": "OrderItem", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L32", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_orderitem", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "orderitem" + }, + { + "label": "PaymentTx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L48", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_paymenttx", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "paymenttx" + }, + { + "label": "UserRecord", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L27", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_users_userrecord", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "userrecord" + }, + { + "label": "PetSummary", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L61", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_petsummary", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "petsummary" + }, + { + "label": "UserAddress", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L49", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin_useraddress", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "useraddress" + }, + { + "label": "SkeletonProps", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L4", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_skeletonprops", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "skeletonprops" + }, + { + "label": "HealthLog", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L17", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_healthlog", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "healthlog" + }, + { + "label": "PetConsumption", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L26", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_petconsumption", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "petconsumption" + }, + { + "label": "PetProfile", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L32", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_petprofile", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "petprofile" + }, + { + "label": "PetStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L50", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_petstore", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "petstore" + }, + { + "label": "Reminder", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_reminder", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "reminder" + }, + { + "label": "ProductDetailModalProps", + "file_type": "code", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L8", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "productdetailmodalprops" + }, + { + "label": "PodcastInlinePlayerProps", + "file_type": "code", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L18", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_podcastinlineplayer_podcastinlineplayerprops", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "podcastinlineplayerprops" + }, + { + "label": "CalculatorState", + "file_type": "code", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L54", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_productpage_calculatorstate", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "calculatorstate" + }, + { + "label": "ProductReviewsProps", + "file_type": "code", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L28", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_productreviews_productreviewsprops", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "productreviewsprops" + }, + { + "label": "ReviewItem", + "file_type": "code", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L19", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_productreviews_reviewitem", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "reviewitem" + }, + { + "label": "SafeImageProps", + "file_type": "code", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L7", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_safeimage_safeimageprops", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "safeimageprops" + }, + { + "label": "DisplayVideoItem", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L58", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_vetgallery_displayvideoitem", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "displayvideoitem" + }, + { + "label": "TestimonialItem", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L11", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_vetgallery_testimonialitem", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "testimonialitem" + }, + { + "label": "VideoModalPlayerProps", + "file_type": "code", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L23", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_components_videomodalplayer_videomodalplayerprops", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "videomodalplayerprops" + }, + { + "label": "ScientificTerm", + "file_type": "code", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L1", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_data_scientificterms_scientificterm", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "scientificterm" + }, + { + "label": "Video", + "file_type": "code", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L3", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "frontend_application_lib_services_videoservice_video", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "video" + }, + { + "label": "AdminController", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L29", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller", + "community": 98, + "community_name": "AdminController", + "norm_label": "admincontroller" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_constructor", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L85", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_create", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_findall", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L208", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_findone", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".findone()" + }, + { + "label": ".retryPayment()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L196", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".retrypayment()" + }, + { + "label": ".validateCoupon()", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L110", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".validatecoupon()" + }, + { + "label": ".checkAndSendRefillReminders()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L400", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".checkandsendrefillreminders()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_constructor", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L101", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_create", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".create()" + }, + { + "label": ".findAllByUser()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L353", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_findallbyuser", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".findallbyuser()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L386", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_findone", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".findone()" + }, + { + "label": ".generateTrackingNumber()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".generatetrackingnumber()" + }, + { + "label": ".releaseExpiredInventoryReservations()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L430", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".releaseexpiredinventoryreservations()" + }, + { + "label": ".retryPayment()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L452", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_retrypayment", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".retrypayment()" + }, + { + "label": ".updateStatus()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L322", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_updatestatus", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".updatestatus()" + }, + { + "label": ".validateCoupon()", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "backend_src_orders_orders_service_ordersservice_validatecoupon", + "community": 0, + "community_name": "OrdersService", + "norm_label": ".validatecoupon()" + }, + { + "label": "Blog()", + "file_type": "code", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_page_blog", + "community": 1, + "community_name": "productService.ts", + "norm_label": "blog()" + }, + { + "label": "getBlogs()", + "file_type": "code", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_page_getblogs", + "community": 1, + "community_name": "productService.ts", + "norm_label": "getblogs()" + }, + { + "label": "CatalogClient()", + "file_type": "code", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_catalog_catalogclient_catalogclient", + "community": 1, + "community_name": "productService.ts", + "norm_label": "catalogclient()" + }, + { + "label": "CatalogPage()", + "file_type": "code", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_catalog_page_catalogpage", + "community": 1, + "community_name": "productService.ts", + "norm_label": "catalogpage()" + }, + { + "label": "SearchPage()", + "file_type": "code", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_search_page_searchpage", + "community": 1, + "community_name": "productService.ts", + "norm_label": "searchpage()" + }, + { + "label": "sitemap()", + "file_type": "code", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_sitemap_sitemap", + "community": 1, + "community_name": "productService.ts", + "norm_label": "sitemap()" + }, + { + "label": "WikiPage()", + "file_type": "code", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_wiki_page_wikipage", + "community": 1, + "community_name": "productService.ts", + "norm_label": "wikipage()" + }, + { + "label": "BlogPage()", + "file_type": "code", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_blogpage_blogpage", + "community": 1, + "community_name": "productService.ts", + "norm_label": "blogpage()" + }, + { + "label": "CatalogPageSpread()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "community": 1, + "community_name": "productService.ts", + "norm_label": "catalogpagespread()" + }, + { + "label": "getFormBadge()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_getformbadge", + "community": 1, + "community_name": "productService.ts", + "norm_label": "getformbadge()" + }, + { + "label": "getSpeciesBadge()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge", + "community": 1, + "community_name": "productService.ts", + "norm_label": "getspeciesbadge()" + }, + { + "label": "FlipbookCatalog()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "community": 1, + "community_name": "productService.ts", + "norm_label": "flipbookcatalog()" + }, + { + "label": "normalizeSearchText()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext", + "community": 1, + "community_name": "productService.ts", + "norm_label": "normalizesearchtext()" + }, + { + "label": "formatIngredientDisplayName()", + "file_type": "code", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L50", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_ingredientwiki_formatingredientdisplayname", + "community": 1, + "community_name": "productService.ts", + "norm_label": "formatingredientdisplayname()" + }, + { + "label": "IngredientWiki()", + "file_type": "code", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_ingredientwiki_ingredientwiki", + "community": 1, + "community_name": "productService.ts", + "norm_label": "ingredientwiki()" + }, + { + "label": "SearchResultsPage()", + "file_type": "code", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_searchresultspage_searchresultspage", + "community": 1, + "community_name": "productService.ts", + "norm_label": "searchresultspage()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L74", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_constructor", + "community": 1, + "community_name": "productService.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getActiveFilters()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L298", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getactivefilters", + "community": 1, + "community_name": "productService.ts", + "norm_label": ".getactivefilters()" + }, + { + "label": ".getFeaturedProducts()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L268", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "community": 1, + "community_name": "productService.ts", + "norm_label": ".getfeaturedproducts()" + }, + { + "label": ".getInstance()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L76", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getinstance", + "community": 1, + "community_name": "productService.ts", + "norm_label": ".getinstance()" + }, + { + "label": ".getNavigationFilters()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L312", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getnavigationfilters", + "community": 1, + "community_name": "productService.ts", + "norm_label": ".getnavigationfilters()" + }, + { + "label": ".getProductById()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L248", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "community": 1, + "community_name": "productService.ts", + "norm_label": ".getproductbyid()" + }, + { + "label": ".getProductBySlug()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L258", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "community": 1, + "community_name": "productService.ts", + "norm_label": ".getproductbyslug()" + }, + { + "label": ".getProducts()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L216", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getproducts", + "community": 1, + "community_name": "productService.ts", + "norm_label": ".getproducts()" + }, + { + "label": ".mapBackendToFrontend()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L83", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "community": 1, + "community_name": "productService.ts", + "norm_label": ".mapbackendtofrontend()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_doctorscontroller_constructor", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L46", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_service_doctorsservice_constructor", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L80", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_service_doctorsservice_create", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_service_doctorsservice_findall", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_service_doctorsservice_findone", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L95", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_service_doctorsservice_remove", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L86", + "_callable": true, + "_origin": "ast", + "id": "backend_src_doctors_doctors_service_doctorsservice_update", + "community": 10, + "community_name": "DoctorsService", + "norm_label": ".update()" + }, + { + "label": "IconPickerModal()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L90", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_iconpickermodal_iconpickermodal", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "iconpickermodal()" + }, + { + "label": "RichTextEditor()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditor", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "richtexteditor()" + }, + { + "label": "ToggleSwitch()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L12", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "toggleswitch()" + }, + { + "label": "createSeoSection()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L233", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_createseosection", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "createseosection()" + }, + { + "label": "UITexts()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L674", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_uitexts", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "uitexts()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L19", + "_callable": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_blogscontroller_constructor", + "community": 102, + "community_name": "BlogsController", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "community": 102, + "community_name": "BlogsController", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "community": 102, + "community_name": "BlogsController", + "norm_label": ".findone()" + }, + { + "label": ".createProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L128", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_createproduct", + "community": 103, + "community_name": "ProductDto", + "norm_label": ".createproduct()" + }, + { + "label": ".updateProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "community": 103, + "community_name": "ProductDto", + "norm_label": ".updateproduct()" + }, + { + "label": ".createProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L397", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_createproduct", + "community": 103, + "community_name": "ProductDto", + "norm_label": ".createproduct()" + }, + { + "label": ".updateProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L457", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updateproduct", + "community": 103, + "community_name": "ProductDto", + "norm_label": ".updateproduct()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_constructor", + "community": 104, + "community_name": "WikiService", + "norm_label": ".constructor()" + }, + { + "label": ".createTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_createterm", + "community": 104, + "community_name": "WikiService", + "norm_label": ".createterm()" + }, + { + "label": ".deleteTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_deleteterm", + "community": 104, + "community_name": "WikiService", + "norm_label": ".deleteterm()" + }, + { + "label": ".getTerms()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_getterms", + "community": 104, + "community_name": "WikiService", + "norm_label": ".getterms()" + }, + { + "label": ".updateTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_service_wikiservice_updateterm", + "community": 104, + "community_name": "WikiService", + "norm_label": ".updateterm()" + }, + { + "label": "TrustSealsPage()", + "file_type": "code", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_trust_seals_page_trustsealspage", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "trustsealspage()" + }, + { + "label": "BrandLogo()", + "file_type": "code", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_brandlogo_brandlogo", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "brandlogo()" + }, + { + "label": "EnamadBadge()", + "file_type": "code", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_enamadbadge_enamadbadge", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "enamadbadge()" + }, + { + "label": "Footer()", + "file_type": "code", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_footer_footer", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "footer()" + }, + { + "label": "Hero()", + "file_type": "code", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_hero_hero", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "hero()" + }, + { + "label": "StatCounter()", + "file_type": "code", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_hero_statcounter", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "statcounter()" + }, + { + "label": "MaintenancePage()", + "file_type": "code", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_maintenancepage_maintenancepage", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "maintenancepage()" + }, + { + "label": "TickerBanner()", + "file_type": "code", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_tickerbanner_tickerbanner", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "tickerbanner()" + }, + { + "label": "Tooltip()", + "file_type": "code", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_tooltip_tooltip", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "tooltip()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/app.controller.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "backend_src_app_controller_appcontroller_constructor", + "community": 110, + "community_name": "AppService", + "norm_label": ".constructor()" + }, + { + "label": ".getHello()", + "file_type": "code", + "source_file": "backend/src/app.controller.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_app_controller_appcontroller_gethello", + "community": 110, + "community_name": "AppService", + "norm_label": ".gethello()" + }, + { + "label": ".getHello()", + "file_type": "code", + "source_file": "backend/src/app.service.ts", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "backend_src_app_service_appservice_gethello", + "community": 110, + "community_name": "AppService", + "norm_label": ".gethello()" + }, + { + "label": "App()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_app_app", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "app()" + }, + { + "label": "SuspenseFallback()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_app_suspensefallback", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "suspensefallback()" + }, + { + "label": "CMS()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_cms_cms", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "cms()" + }, + { + "label": "ContactSubmissions()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "contactsubmissions()" + }, + { + "label": "Dashboard()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_dashboard_dashboard", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "dashboard()" + }, + { + "label": "Tickets()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L58", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_tickets_tickets", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "tickets()" + }, + { + "label": "lazyWithRetry()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/utils/lazyWithRetry.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_utils_lazywithretry_lazywithretry", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "lazywithretry()" + }, + { + "label": "Spinner()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", + "source_location": "L2", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_spinner_spinner", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "spinner()" + }, + { + "label": "PaymentGatewaysPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_paymentgatewayspage_paymentgatewayspage", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "paymentgatewayspage()" + }, + { + "label": "CustomTooltip()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_customtooltip", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "customtooltip()" + }, + { + "label": "Reports()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_reports", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "reports()" + }, + { + "label": "Reviews()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reviews_reviews", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "reviews()" + }, + { + "label": "toPersianDigits()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L48", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reviews_topersiandigits", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "topersiandigits()" + }, + { + "label": "SeoSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "seosettingspage()" + }, + { + "label": "Settings()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_settings_settings", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "settings()" + }, + { + "label": "SslSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "sslsettingspage()" + }, + { + "label": "cmd_next_task()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L105", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_next_task", + "community": 127, + "community_name": "orchestrate.py", + "norm_label": "cmd_next_task()" + }, + { + "label": "cmd_progress()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L75", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_progress", + "community": 127, + "community_name": "orchestrate.py", + "norm_label": "cmd_progress()" + }, + { + "label": "cmd_reset()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L143", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_reset", + "community": 127, + "community_name": "orchestrate.py", + "norm_label": "cmd_reset()" + }, + { + "label": "cmd_status()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_status", + "community": 127, + "community_name": "orchestrate.py", + "norm_label": "cmd_status()" + }, + { + "label": "cmd_unblock()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L128", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_cmd_unblock", + "community": 127, + "community_name": "orchestrate.py", + "norm_label": "cmd_unblock()" + }, + { + "label": "load_json()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_load_json", + "community": 127, + "community_name": "orchestrate.py", + "norm_label": "load_json()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L180", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_main", + "community": 127, + "community_name": "orchestrate.py", + "norm_label": "main()" + }, + { + "label": "save_json()", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "ai_agency_orchestrate_save_json", + "community": 127, + "community_name": "orchestrate.py", + "norm_label": "save_json()" + }, + { + "label": ".ensureTablesExist()", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "community": 13, + "community_name": "PrismaService", + "norm_label": ".ensuretablesexist()" + }, + { + "label": ".onModuleDestroy()", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L94", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy", + "community": 13, + "community_name": "PrismaService", + "norm_label": ".onmoduledestroy()" + }, + { + "label": ".onModuleInit()", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", + "community": 13, + "community_name": "PrismaService", + "norm_label": ".onmoduleinit()" + }, + { + "label": ".componentDidCatch()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_componentdidcatch", + "community": 134, + "community_name": "ErrorBoundary", + "norm_label": ".componentdidcatch()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_constructor", + "community": 134, + "community_name": "ErrorBoundary", + "norm_label": ".constructor()" + }, + { + "label": ".getDerivedStateFromError()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror", + "community": 134, + "community_name": "ErrorBoundary", + "norm_label": ".getderivedstatefromerror()" + }, + { + "label": ".handleRetry()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_handleretry", + "community": 134, + "community_name": "ErrorBoundary", + "norm_label": ".handleretry()" + }, + { + "label": ".render()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L39", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorboundary_errorboundary_render", + "community": 134, + "community_name": "ErrorBoundary", + "norm_label": ".render()" + }, + { + "label": "generateOpenApi()", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi_generateopenapi", + "community": 136, + "community_name": "generate-openapi.js", + "norm_label": "generateopenapi()" + }, + { + "label": ".getAdminTransactions()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L685", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_getadmintransactions", + "community": 137, + "community_name": "AdminTransactionFilterDto", + "norm_label": ".getadmintransactions()" + }, + { + "label": ".addHealthLog()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L260", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_addhealthlog", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": ".addhealthlog()" + }, + { + "label": ".addReminder()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L198", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_addreminder", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": ".addreminder()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_constructor", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_create", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": ".create()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L150", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_findone", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L191", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_remove", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": ".remove()" + }, + { + "label": ".toggleReminder()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L211", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_togglereminder", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": ".togglereminder()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L161", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_update", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L19", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "community": 141, + "community_name": "WikiController", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "community": 141, + "community_name": "WikiController", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "community": 141, + "community_name": "WikiController", + "norm_label": ".findone()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L51", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_constructor", + "community": 143, + "community_name": "RedisService", + "norm_label": ".constructor()" + }, + { + "label": ".getDashboardStats()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getdashboardstats", + "community": 143, + "community_name": "RedisService", + "norm_label": ".getdashboardstats()" + }, + { + "label": ".configure()", + "file_type": "code", + "source_file": "backend/src/app.module.ts", + "source_location": "L86", + "_callable": true, + "_origin": "ast", + "id": "backend_src_app_module_appmodule_configure", + "community": 143, + "community_name": "RedisService", + "norm_label": ".configure()" + }, + { + "label": ".adminLogin()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L263", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_adminlogin", + "community": 143, + "community_name": "RedisService", + "norm_label": ".adminlogin()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_constructor", + "community": 143, + "community_name": "RedisService", + "norm_label": ".constructor()" + }, + { + "label": ".login()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L222", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_login", + "community": 143, + "community_name": "RedisService", + "norm_label": ".login()" + }, + { + "label": ".refresh()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L319", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_refresh", + "community": 143, + "community_name": "RedisService", + "norm_label": ".refresh()" + }, + { + "label": ".register()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L167", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_register", + "community": 143, + "community_name": "RedisService", + "norm_label": ".register()" + }, + { + "label": ".sendOtp()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_sendotp", + "community": 143, + "community_name": "RedisService", + "norm_label": ".sendotp()" + }, + { + "label": ".verifyOtp()", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L126", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_service_authservice_verifyotp", + "community": 143, + "community_name": "RedisService", + "norm_label": ".verifyotp()" + }, + { + "label": ".incrementRequestCount()", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", + "community": 143, + "community_name": "RedisService", + "norm_label": ".incrementrequestcount()" + }, + { + "label": "normalizeMobile()", + "file_type": "code", + "source_file": "backend/src/common/utils/phone.utils.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_utils_phone_utils_normalizemobile", + "community": 143, + "community_name": "RedisService", + "norm_label": "normalizemobile()" + }, + { + "label": ".del()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_del", + "community": 143, + "community_name": "RedisService", + "norm_label": ".del()" + }, + { + "label": ".get()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_get", + "community": 143, + "community_name": "RedisService", + "norm_label": ".get()" + }, + { + "label": ".incr()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L35", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_incr", + "community": 143, + "community_name": "RedisService", + "norm_label": ".incr()" + }, + { + "label": ".onModuleDestroy()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_onmoduledestroy", + "community": 143, + "community_name": "RedisService", + "norm_label": ".onmoduledestroy()" + }, + { + "label": ".onModuleInit()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_onmoduleinit", + "community": 143, + "community_name": "RedisService", + "norm_label": ".onmoduleinit()" + }, + { + "label": ".set()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L19", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_set", + "community": 143, + "community_name": "RedisService", + "norm_label": ".set()" + }, + { + "label": ".ttl()", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_redis_redis_service_redisservice_ttl", + "community": 143, + "community_name": "RedisService", + "norm_label": ".ttl()" + }, + { + "label": "SmsSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L90", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage", + "community": 145, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smssettingspage()" + }, + { + "label": "toPersianDigits()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L84", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage_topersiandigits", + "community": 145, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "topersiandigits()" + }, + { + "label": "ErrorBoundary()", + "file_type": "code", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_error_errorboundary", + "community": 146, + "community_name": "ErrorPages.tsx", + "norm_label": "errorboundary()" + }, + { + "label": "NotFound()", + "file_type": "code", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_not_found_notfound", + "community": 146, + "community_name": "ErrorPages.tsx", + "norm_label": "notfound()" + }, + { + "label": "NotFoundPage()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorpages_notfoundpage", + "community": 146, + "community_name": "ErrorPages.tsx", + "norm_label": "notfoundpage()" + }, + { + "label": "ServerErrorPage()", + "file_type": "code", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_errorpages_servererrorpage", + "community": 146, + "community_name": "ErrorPages.tsx", + "norm_label": "servererrorpage()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_constructor", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_findall", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L72", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_findone", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".findone()" + }, + { + "label": ".getActiveFilters()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L39", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_getactivefilters", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getactivefilters()" + }, + { + "label": ".getDosageConfig()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getdosageconfig()" + }, + { + "label": ".getNavigationFilters()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L47", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getnavigationfilters()" + }, + { + "label": ".updateDosageConfig()", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".updatedosageconfig()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_constructor", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_findall", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L128", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_findone", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".findone()" + }, + { + "label": ".getActiveFilters()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L177", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_getactivefilters", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getactivefilters()" + }, + { + "label": ".getDosageConfig()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L247", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_getdosageconfig", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getdosageconfig()" + }, + { + "label": ".getNavigationFilters()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L212", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_getnavigationfilters", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".getnavigationfilters()" + }, + { + "label": ".updateDosageConfig()", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L258", + "_callable": true, + "_origin": "ast", + "id": "backend_src_products_products_service_productsservice_updatedosageconfig", + "community": 15, + "community_name": "ProductsService", + "norm_label": ".updatedosageconfig()" + }, + { + "label": "checkAndOpen()", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "scripts_open_browsers_checkandopen", + "community": 156, + "community_name": "open-browsers.js", + "norm_label": "checkandopen()" + }, + { + "label": "openUrl()", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "scripts_open_browsers_openurl", + "community": 156, + "community_name": "open-browsers.js", + "norm_label": "openurl()" + }, + { + "label": "waitForBackend()", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "scripts_start_dev_waitforbackend", + "community": 157, + "community_name": "start-dev.js", + "norm_label": "waitforbackend()" + }, + { + "label": "check()", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "scripts_start_dev_waitforbackend_check", + "community": 157, + "community_name": "start-dev.js", + "norm_label": "check()" + }, + { + "label": "ContactPage()", + "file_type": "code", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_contact_page_contactpage", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "contactpage()" + }, + { + "label": "ContactFormClient()", + "file_type": "code", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_contactformclient_contactformclient", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "contactformclient()" + }, + { + "label": "fetchContactInfo()", + "file_type": "code", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "fetchcontactinfo()" + }, + { + "label": "TestimonialsSection()", + "file_type": "code", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_testimonialssection_testimonialssection", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "testimonialssection()" + }, + { + "label": "loadTestimonials()", + "file_type": "code", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_testimonialssection_testimonialssection_loadtestimonials", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "loadtestimonials()" + }, + { + "label": "getBaseURL()", + "file_type": "code", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_api_getbaseurl", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "getbaseurl()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_constructor", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getInstance()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_getinstance", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".getinstance()" + }, + { + "label": ".getProfile()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L121", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_getprofile", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".getprofile()" + }, + { + "label": ".login()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L103", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_login", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".login()" + }, + { + "label": ".logout()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L152", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_logout", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".logout()" + }, + { + "label": ".register()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L85", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_register", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".register()" + }, + { + "label": ".sendOtp()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_sendotp", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".sendotp()" + }, + { + "label": ".updateProfile()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L138", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_updateprofile", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".updateprofile()" + }, + { + "label": ".verifyOtp()", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_authservice_authservice_verifyotp", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".verifyotp()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_constructor", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createOrder()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L46", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_createorder", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".createorder()" + }, + { + "label": ".getInstance()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_getinstance", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".getinstance()" + }, + { + "label": ".getOrderById()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L84", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_getorderbyid", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".getorderbyid()" + }, + { + "label": ".getUserOrders()", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L70", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice_orderservice_getuserorders", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": ".getuserorders()" + }, + { + "label": "createPaginatedSchema()", + "file_type": "code", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema", + "community": 160, + "community_name": "paginated-response.schema.ts", + "norm_label": "createpaginatedschema()" + }, + { + "label": "BlogPostPage()", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page_blogpostpage", + "community": 168, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "blogpostpage()" + }, + { + "label": "generateMetadata()", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page_generatemetadata", + "community": 168, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "generatemetadata()" + }, + { + "label": "getBlog()", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page_getblog", + "community": 168, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "getblog()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_constructor", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L48", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_create", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_findall", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_findone", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_remove", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_controller_videoscontroller_update", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_constructor", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L75", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_create", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_findall", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L60", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_findone", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L105", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_remove", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L93", + "_callable": true, + "_origin": "ast", + "id": "backend_src_videos_videos_service_videosservice_update", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": ".update()" + }, + { + "label": ".handleZibalCallback()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L93", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": ".handlezibalcallback()" + }, + { + "label": ".handleZibalLazyCallback()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L169", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": ".handleziballazycallback()" + }, + { + "label": ".verifyPaymentDirect()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L144", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": ".verifypaymentdirect()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L135", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_ui_texts_main", + "community": 175, + "community_name": "seed-ui-texts.ts", + "norm_label": "main()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L370", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_wiki_main", + "community": 176, + "community_name": "seed-wiki.ts", + "norm_label": "main()" + }, + { + "label": "ProtectedRoute()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "protectedroute()" + }, + { + "label": "Topbar()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_topbar_topbar", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "topbar()" + }, + { + "label": "B2BManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "b2bmanager()" + }, + { + "label": "Login()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_login_login", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "login()" + }, + { + "label": "SmartAdvisorManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "smartadvisormanager()" + }, + { + "label": "SystemSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L19", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "systemsettingspage()" + }, + { + "label": "processQueue()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_processqueue", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "processqueue()" + }, + { + "label": "generateMetadata()", + "file_type": "code", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_wiki_slug_page_generatemetadata", + "community": 186, + "community_name": "wiki/[slug]/page.tsx", + "norm_label": "generatemetadata()" + }, + { + "label": "getWikiTerm()", + "file_type": "code", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_wiki_slug_page_getwikiterm", + "community": 186, + "community_name": "wiki/[slug]/page.tsx", + "norm_label": "getwikiterm()" + }, + { + "label": "WikiTermPage()", + "file_type": "code", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_wiki_slug_page_wikitermpage", + "community": 186, + "community_name": "wiki/[slug]/page.tsx", + "norm_label": "wikitermpage()" + }, + { + "label": ".adminLogin()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L97", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": ".adminlogin()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_constructor", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": ".constructor()" + }, + { + "label": ".login()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L88", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_login", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": ".login()" + }, + { + "label": ".logout()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L120", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_logout", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": ".logout()" + }, + { + "label": ".refresh()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L107", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_refresh", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": ".refresh()" + }, + { + "label": ".register()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L79", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_register", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": ".register()" + }, + { + "label": ".sendOtp()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_sendotp", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": ".sendotp()" + }, + { + "label": ".verifyOtp()", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L68", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": ".verifyotp()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_blogs_main", + "community": 197, + "community_name": "seed-blogs.ts", + "norm_label": "main()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_custom_main", + "community": 198, + "community_name": "seed-custom.ts", + "norm_label": "main()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_constructor", + "community": 2, + "community_name": "CmsController", + "norm_label": ".constructor()" + }, + { + "label": ".createHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L39", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "community": 2, + "community_name": "CmsController", + "norm_label": ".createherobanner()" + }, + { + "label": ".createSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L95", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "community": 2, + "community_name": "CmsController", + "norm_label": ".createsmartadvisorrule()" + }, + { + "label": ".createVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "community": 2, + "community_name": "CmsController", + "norm_label": ".createvettestimonial()" + }, + { + "label": ".deleteHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "community": 2, + "community_name": "CmsController", + "norm_label": ".deleteherobanner()" + }, + { + "label": ".deleteSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L110", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "community": 2, + "community_name": "CmsController", + "norm_label": ".deletesmartadvisorrule()" + }, + { + "label": ".deleteVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L82", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "community": 2, + "community_name": "CmsController", + "norm_label": ".deletevettestimonial()" + }, + { + "label": ".getHeroBanners()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L33", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "community": 2, + "community_name": "CmsController", + "norm_label": ".getherobanners()" + }, + { + "label": ".getSmartAdvisorRules()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L89", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "community": 2, + "community_name": "CmsController", + "norm_label": ".getsmartadvisorrules()" + }, + { + "label": ".getVetTestimonials()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "community": 2, + "community_name": "CmsController", + "norm_label": ".getvettestimonials()" + }, + { + "label": ".updateHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "community": 2, + "community_name": "CmsController", + "norm_label": ".updateherobanner()" + }, + { + "label": ".updateSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L101", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "community": 2, + "community_name": "CmsController", + "norm_label": ".updatesmartadvisorrule()" + }, + { + "label": ".updateVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L73", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "community": 2, + "community_name": "CmsController", + "norm_label": ".updatevettestimonial()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_constructor", + "community": 2, + "community_name": "CmsController", + "norm_label": ".constructor()" + }, + { + "label": ".createHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_createherobanner", + "community": 2, + "community_name": "CmsController", + "norm_label": ".createherobanner()" + }, + { + "label": ".createSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", + "community": 2, + "community_name": "CmsController", + "norm_label": ".createsmartadvisorrule()" + }, + { + "label": ".createVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_createvettestimonial", + "community": 2, + "community_name": "CmsController", + "norm_label": ".createvettestimonial()" + }, + { + "label": ".deleteHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_deleteherobanner", + "community": 2, + "community_name": "CmsController", + "norm_label": ".deleteherobanner()" + }, + { + "label": ".deleteSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L82", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule", + "community": 2, + "community_name": "CmsController", + "norm_label": ".deletesmartadvisorrule()" + }, + { + "label": ".deleteVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_deletevettestimonial", + "community": 2, + "community_name": "CmsController", + "norm_label": ".deletevettestimonial()" + }, + { + "label": ".getHeroBanners()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_getherobanners", + "community": 2, + "community_name": "CmsController", + "norm_label": ".getherobanners()" + }, + { + "label": ".getSmartAdvisorRules()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules", + "community": 2, + "community_name": "CmsController", + "norm_label": ".getsmartadvisorrules()" + }, + { + "label": ".getVetTestimonials()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L35", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_getvettestimonials", + "community": 2, + "community_name": "CmsController", + "norm_label": ".getvettestimonials()" + }, + { + "label": ".updateHeroBanner()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_updateherobanner", + "community": 2, + "community_name": "CmsController", + "norm_label": ".updateherobanner()" + }, + { + "label": ".updateSmartAdvisorRule()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L71", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", + "community": 2, + "community_name": "CmsController", + "norm_label": ".updatesmartadvisorrule()" + }, + { + "label": ".updateVetTestimonial()", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_cms_cms_service_cmsservice_updatevettestimonial", + "community": 2, + "community_name": "CmsController", + "norm_label": ".updatevettestimonial()" + }, + { + "label": "Roles()", + "file_type": "code", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L4", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_decorators_roles_decorator_roles", + "community": 21, + "community_name": "Roles", + "norm_label": "roles()" + }, + { + "label": ".addPattern()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L238", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "community": 21, + "community_name": "Roles", + "norm_label": ".addpattern()" + }, + { + "label": ".clearAllSmsLogs()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L283", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "community": 21, + "community_name": "Roles", + "norm_label": ".clearallsmslogs()" + }, + { + "label": ".deleteScientificTerm()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L123", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "community": 21, + "community_name": "Roles", + "norm_label": ".deletescientificterm()" + }, + { + "label": ".deleteSmsLog()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L274", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "community": 21, + "community_name": "Roles", + "norm_label": ".deletesmslog()" + }, + { + "label": ".editPattern()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L253", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "community": 21, + "community_name": "Roles", + "norm_label": ".editpattern()" + }, + { + "label": ".getPatterns()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L229", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "community": 21, + "community_name": "Roles", + "norm_label": ".getpatterns()" + }, + { + "label": ".getSmsCredit()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L196", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "community": 21, + "community_name": "Roles", + "norm_label": ".getsmscredit()" + }, + { + "label": ".getSmsSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L187", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "community": 21, + "community_name": "Roles", + "norm_label": ".getsmssettings()" + }, + { + "label": ".patchUiText()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L65", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "community": 21, + "community_name": "Roles", + "norm_label": ".patchuitext()" + }, + { + "label": ".putBulkUiTexts()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L80", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "community": 21, + "community_name": "Roles", + "norm_label": ".putbulkuitexts()" + }, + { + "label": ".putUiText()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L48", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "community": 21, + "community_name": "Roles", + "norm_label": ".putuitext()" + }, + { + "label": ".testSms()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L214", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_testsms", + "community": 21, + "community_name": "Roles", + "norm_label": ".testsms()" + }, + { + "label": ".updateFinancial()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L96", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "community": 21, + "community_name": "Roles", + "norm_label": ".updatefinancial()" + }, + { + "label": ".updateFinancialSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L158", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "community": 21, + "community_name": "Roles", + "norm_label": ".updatefinancialsettings()" + }, + { + "label": ".updateSeoSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L139", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "community": 21, + "community_name": "Roles", + "norm_label": ".updateseosettings()" + }, + { + "label": ".updateSmsSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L205", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "community": 21, + "community_name": "Roles", + "norm_label": ".updatesmssettings()" + }, + { + "label": ".updateSystemSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L177", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "community": 21, + "community_name": "Roles", + "norm_label": ".updatesystemsettings()" + }, + { + "label": ".upsertScientificTerm()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L111", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "community": 21, + "community_name": "Roles", + "norm_label": ".upsertscientificterm()" + }, + { + "label": ".testSms()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L459", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_testsms", + "community": 21, + "community_name": "Roles", + "norm_label": ".testsms()" + }, + { + "label": ".updateCategorySetting()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L403", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", + "community": 21, + "community_name": "Roles", + "norm_label": ".updatecategorysetting()" + }, + { + "label": "FormField()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_formfield_formfield", + "community": 216, + "community_name": "FormField.tsx", + "norm_label": "formfield()" + }, + { + "label": "AboutPage()", + "file_type": "code", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_about_page_aboutpage", + "community": 220, + "community_name": "about/page.tsx", + "norm_label": "aboutpage()" + }, + { + "label": "PrivacyPage()", + "file_type": "code", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_privacy_page_privacypage", + "community": 221, + "community_name": "privacy/page.tsx", + "norm_label": "privacypage()" + }, + { + "label": ".adjustWallet()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L97", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "community": 232, + "community_name": "AdminService", + "norm_label": ".adjustwallet()" + }, + { + "label": ".createCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L187", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "community": 232, + "community_name": "AdminService", + "norm_label": ".createcoupon()" + }, + { + "label": ".createUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L51", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_createuser", + "community": 232, + "community_name": "AdminService", + "norm_label": ".createuser()" + }, + { + "label": ".adjustUserWallet()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L847", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_adjustuserwallet", + "community": 232, + "community_name": "AdminService", + "norm_label": ".adjustuserwallet()" + }, + { + "label": ".createCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L649", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_createcoupon", + "community": 232, + "community_name": "AdminService", + "norm_label": ".createcoupon()" + }, + { + "label": ".createUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L175", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_createuser", + "community": 232, + "community_name": "AdminService", + "norm_label": ".createuser()" + }, + { + "label": ".getCoupons()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L618", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getcoupons", + "community": 232, + "community_name": "AdminService", + "norm_label": ".getcoupons()" + }, + { + "label": ".getDoctors()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L814", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getdoctors", + "community": 232, + "community_name": "AdminService", + "norm_label": ".getdoctors()" + }, + { + "label": ".getOrders()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L541", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getorders", + "community": 232, + "community_name": "AdminService", + "norm_label": ".getorders()" + }, + { + "label": ".getPets()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L764", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getpets", + "community": 232, + "community_name": "AdminService", + "norm_label": ".getpets()" + }, + { + "label": ".getProducts()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L309", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getproducts", + "community": 232, + "community_name": "AdminService", + "norm_label": ".getproducts()" + }, + { + "label": ".getSettings()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L719", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getsettings", + "community": 232, + "community_name": "AdminService", + "norm_label": ".getsettings()" + }, + { + "label": ".getUserDetails()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L161", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getuserdetails", + "community": 232, + "community_name": "AdminService", + "norm_label": ".getuserdetails()" + }, + { + "label": ".getUsers()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L100", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_getusers", + "community": 232, + "community_name": "AdminService", + "norm_label": ".getusers()" + }, + { + "label": ".updateSettings()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L727", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updatesettings", + "community": 232, + "community_name": "AdminService", + "norm_label": ".updatesettings()" + }, + { + "label": "robots()", + "file_type": "code", + "source_file": "frontend/application/app/robots.ts", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_robots_robots", + "community": 256, + "community_name": "robots.ts", + "norm_label": "robots()" + }, + { + "label": ".applyForWholesale()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".applyforwholesale()" + }, + { + "label": ".approveWholesaleRequest()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".approvewholesalerequest()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".constructor()" + }, + { + "label": ".getWholesaleRequests()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".getwholesalerequests()" + }, + { + "label": ".rejectWholesaleRequest()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".rejectwholesalerequest()" + }, + { + "label": ".applyForWholesale()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".applyforwholesale()" + }, + { + "label": ".approveWholesaleRequest()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".approvewholesalerequest()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".constructor()" + }, + { + "label": ".getWholesaleRequests()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".getwholesalerequests()" + }, + { + "label": ".rejectWholesaleRequest()", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L77", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": ".rejectwholesalerequest()" + }, + { + "label": "NetworkBanner()", + "file_type": "code", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_networkbanner_networkbanner", + "community": 291, + "community_name": "NetworkBanner.tsx", + "norm_label": "networkbanner()" + }, + { + "label": "useNetworkStatus()", + "file_type": "code", + "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus", + "community": 291, + "community_name": "NetworkBanner.tsx", + "norm_label": "usenetworkstatus()" + }, + { + "label": "generateOpenApi()", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "generateopenapi()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/app.module.ts", + "source_location": "L84", + "_callable": true, + "_origin": "ast", + "id": "backend_src_app_module_appmodule_constructor", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": ".constructor()" + }, + { + "label": ".catch()", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": ".catch()" + }, + { + "label": ".deriveErrorCode()", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L117", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": ".deriveerrorcode()" + }, + { + "label": ".translateGenericMessage()", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L91", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": ".translategenericmessage()" + }, + { + "label": ".catch()", + "file_type": "code", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": ".catch()" + }, + { + "label": ".intercept()", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": ".intercept()" + }, + { + "label": ".transform()", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": ".transform()" + }, + { + "label": "bootstrap()", + "file_type": "code", + "source_file": "backend/src/main.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_main_bootstrap", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "bootstrap()" + }, + { + "label": ".componentDidCatch()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_componentdidcatch", + "community": 305, + "community_name": "RouteErrorBoundary", + "norm_label": ".componentdidcatch()" + }, + { + "label": ".getDerivedStateFromError()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_getderivedstatefromerror", + "community": 305, + "community_name": "RouteErrorBoundary", + "norm_label": ".getderivedstatefromerror()" + }, + { + "label": ".handleGoHome()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_handlegohome", + "community": 305, + "community_name": "RouteErrorBoundary", + "norm_label": ".handlegohome()" + }, + { + "label": ".handleReload()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_handlereload", + "community": 305, + "community_name": "RouteErrorBoundary", + "norm_label": ".handlereload()" + }, + { + "label": ".render()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_render", + "community": 305, + "community_name": "RouteErrorBoundary", + "norm_label": ".render()" + }, + { + "label": ".handleRequest()", + "file_type": "code", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": ".handlerequest()" + }, + { + "label": ".canActivate()", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_rolesguard_canactivate", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": ".canactivate()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_rolesguard_constructor", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": ".constructor()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_constructor", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L46", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_createblog", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".createblog()" + }, + { + "label": ".deleteBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_deleteblog", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".deleteblog()" + }, + { + "label": ".getBlogs()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_getblogs", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".getblogs()" + }, + { + "label": ".updateBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_service_blogsservice_updateblog", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".updateblog()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_constructor", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_constructor", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petsservice_constructor", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".deletePet()", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L65", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petsservice_deletepet", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".deletepet()" + }, + { + "label": ".getPets()", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_service_petsservice_getpets", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".getpets()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_reports_controller_reportscontroller_constructor", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getReports()", + "file_type": "code", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_reports_controller_reportscontroller_getreports", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".getreports()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_reports_service_reportsservice_constructor", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getDashboardReports()", + "file_type": "code", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_reports_service_reportsservice_getdashboardreports", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": ".getdashboardreports()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L39", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".constructor()" + }, + { + "label": ".adminLiveInquiry()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L845", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".adminliveinquiry()" + }, + { + "label": ".adminManualReject()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L962", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_adminmanualreject", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".adminmanualreject()" + }, + { + "label": ".adminManualVerify()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L899", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_adminmanualverify", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".adminmanualverify()" + }, + { + "label": ".checkGatewayHealth()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L988", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".checkgatewayhealth()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_constructor", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".constructor()" + }, + { + "label": ".getAdminTransactionStats()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L798", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".getadmintransactionstats()" + }, + { + "label": ".getTransaction()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L635", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_gettransaction", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".gettransaction()" + }, + { + "label": ".initiateOrderPayment()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".initiateorderpayment()" + }, + { + "label": ".initiateWalletTopup()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L139", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".initiatewallettopup()" + }, + { + "label": ".reconcilePendingTransactions()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L540", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".reconcilependingtransactions()" + }, + { + "label": ".verifyAndProcess()", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L227", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".verifyandprocess()" + }, + { + "label": ".callWithRetry()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".callwithretry()" + }, + { + "label": ".checkHealth()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L304", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_checkhealth", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".checkhealth()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L47", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_constructor", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".constructor()" + }, + { + "label": ".getBackendUrl()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L130", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getbackendurl", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".getbackendurl()" + }, + { + "label": ".getFrontendUrl()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L111", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getfrontendurl", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".getfrontendurl()" + }, + { + "label": ".getGatewayName()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getgatewayname", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".getgatewayname()" + }, + { + "label": ".getMerchant()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L93", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".getmerchant()" + }, + { + "label": ".getResultMessage()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L364", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getresultmessage", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".getresultmessage()" + }, + { + "label": ".getStartUrl()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L211", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getstarturl", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".getstarturl()" + }, + { + "label": ".getStatusMessage()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L387", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".getstatusmessage()" + }, + { + "label": ".inquiryPayment()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L260", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".inquirypayment()" + }, + { + "label": ".requestPayment()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L156", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_requestpayment", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".requestpayment()" + }, + { + "label": ".verifyPayment()", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L218", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_zibal_service_zibalservice_verifypayment", + "community": 32, + "community_name": "ZibalService", + "norm_label": ".verifypayment()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_constructor", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".constructor()" + }, + { + "label": ".createCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".createcategory()" + }, + { + "label": ".deleteCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L66", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".deletecategory()" + }, + { + "label": ".getAllCategoriesRaw()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".getallcategoriesraw()" + }, + { + "label": ".getCategories()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".getcategories()" + }, + { + "label": ".updateCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".updatecategory()" + }, + { + "label": ".createCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_createcategory", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".createcategory()" + }, + { + "label": ".deleteCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L68", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_deletecategory", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".deletecategory()" + }, + { + "label": ".getAllCategoriesRaw()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".getallcategoriesraw()" + }, + { + "label": ".getCategories()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_getcategories", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".getcategories()" + }, + { + "label": ".updateCategory()", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_categories_service_categoriesservice_updatecategory", + "community": 34, + "community_name": "CategoriesController", + "norm_label": ".updatecategory()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "community": 35, + "community_name": "B2BService", + "norm_label": ".constructor()" + }, + { + "label": ".createInquiry()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "community": 35, + "community_name": "B2BService", + "norm_label": ".createinquiry()" + }, + { + "label": ".createWholesaleOrder()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L73", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "community": 35, + "community_name": "B2BService", + "norm_label": ".createwholesaleorder()" + }, + { + "label": ".findAllInquiries()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "community": 35, + "community_name": "B2BService", + "norm_label": ".findallinquiries()" + }, + { + "label": ".getAllPartnerAccounts()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L86", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "community": 35, + "community_name": "B2BService", + "norm_label": ".getallpartneraccounts()" + }, + { + "label": ".getPartnerProfile()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L64", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "community": 35, + "community_name": "B2BService", + "norm_label": ".getpartnerprofile()" + }, + { + "label": ".updateInquiryStatus()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "community": 35, + "community_name": "B2BService", + "norm_label": ".updateinquirystatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_constructor", + "community": 35, + "community_name": "B2BService", + "norm_label": ".constructor()" + }, + { + "label": ".createInquiry()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_createinquiry", + "community": 35, + "community_name": "B2BService", + "norm_label": ".createinquiry()" + }, + { + "label": ".createWholesaleOrder()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L67", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", + "community": 35, + "community_name": "B2BService", + "norm_label": ".createwholesaleorder()" + }, + { + "label": ".findAllInquiries()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_findallinquiries", + "community": 35, + "community_name": "B2BService", + "norm_label": ".findallinquiries()" + }, + { + "label": ".getAllPartnerAccounts()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L95", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", + "community": 35, + "community_name": "B2BService", + "norm_label": ".getallpartneraccounts()" + }, + { + "label": ".getPartnerProfile()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", + "community": 35, + "community_name": "B2BService", + "norm_label": ".getpartnerprofile()" + }, + { + "label": ".updateInquiryStatus()", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", + "community": 35, + "community_name": "B2BService", + "norm_label": ".updateinquirystatus()" + }, + { + "label": "SuccessPage()", + "file_type": "code", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_checkout_success_id_page_successpage", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "successpage()" + }, + { + "label": "ClientLayout()", + "file_type": "code", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_clientlayout_clientlayout", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "clientlayout()" + }, + { + "label": "generateMetadata()", + "file_type": "code", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_layout_generatemetadata", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "generatemetadata()" + }, + { + "label": "RootLayout()", + "file_type": "code", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L112", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_layout_rootlayout", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "rootlayout()" + }, + { + "label": "TrackPage()", + "file_type": "code", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_track_page_trackpage", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "trackpage()" + }, + { + "label": "ArchiveProductCard()", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L74", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_archivepage_archiveproductcard", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "archiveproductcard()" + }, + { + "label": "AuthModal()", + "file_type": "code", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_authmodal_authmodal", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "authmodal()" + }, + { + "label": "extractOtpFromText()", + "file_type": "code", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_authmodal_extractotpfromtext", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "extractotpfromtext()" + }, + { + "label": "B2BPortal()", + "file_type": "code", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_b2bportal_b2bportal", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "b2bportal()" + }, + { + "label": "CartDrawer()", + "file_type": "code", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_cartdrawer_cartdrawer", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "cartdrawer()" + }, + { + "label": "CheckoutPage()", + "file_type": "code", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L33", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_checkoutpage_checkoutpage", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "checkoutpage()" + }, + { + "label": "ProductCard()", + "file_type": "code", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_featuredproducts_productcard", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "productcard()" + }, + { + "label": "Header()", + "file_type": "code", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_header_header", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "header()" + }, + { + "label": "handleClickOutside()", + "file_type": "code", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L114", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_header_header_handleclickoutside", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "handleclickoutside()" + }, + { + "label": "OrderSuccess()", + "file_type": "code", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_ordersuccess_ordersuccess", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "ordersuccess()" + }, + { + "label": "OrderTracking()", + "file_type": "code", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_ordertracking_ordertracking", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "ordertracking()" + }, + { + "label": "PrescriptionUploadModal()", + "file_type": "code", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "prescriptionuploadmodal()" + }, + { + "label": "SmartAdvisor()", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L52", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_smartadvisor_smartadvisor", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "smartadvisor()" + }, + { + "label": "UserDashboard()", + "file_type": "code", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_userdashboard_userdashboard", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "userdashboard()" + }, + { + "label": "toEnglishDigits()", + "file_type": "code", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_utils_toenglishdigits", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "toenglishdigits()" + }, + { + "label": "getJwtRefreshSecret()", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_constants_getjwtrefreshsecret", + "community": 38, + "community_name": "UsersService", + "norm_label": "getjwtrefreshsecret()" + }, + { + "label": "getJwtSecret()", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_auth_constants_getjwtsecret", + "community": 38, + "community_name": "UsersService", + "norm_label": "getjwtsecret()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "community": 38, + "community_name": "UsersService", + "norm_label": ".constructor()" + }, + { + "label": ".validate()", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "community": 38, + "community_name": "UsersService", + "norm_label": ".validate()" + }, + { + "label": ".addAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L131", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_addaddress", + "community": 38, + "community_name": "UsersService", + "norm_label": ".addaddress()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_constructor", + "community": 38, + "community_name": "UsersService", + "norm_label": ".constructor()" + }, + { + "label": ".deleteAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L179", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_deleteaddress", + "community": 38, + "community_name": "UsersService", + "norm_label": ".deleteaddress()" + }, + { + "label": ".getProfile()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L68", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_getprofile", + "community": 38, + "community_name": "UsersService", + "norm_label": ".getprofile()" + }, + { + "label": ".setDefaultAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L198", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "community": 38, + "community_name": "UsersService", + "norm_label": ".setdefaultaddress()" + }, + { + "label": ".topUpWallet()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L223", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_topupwallet", + "community": 38, + "community_name": "UsersService", + "norm_label": ".topupwallet()" + }, + { + "label": ".updateAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L159", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_updateaddress", + "community": 38, + "community_name": "UsersService", + "norm_label": ".updateaddress()" + }, + { + "label": ".updateProfile()", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L103", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_controller_userscontroller_updateprofile", + "community": 38, + "community_name": "UsersService", + "norm_label": ".updateprofile()" + }, + { + "label": ".addAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L210", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_addaddress", + "community": 38, + "community_name": "UsersService", + "norm_label": ".addaddress()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_constructor", + "community": 38, + "community_name": "UsersService", + "norm_label": ".constructor()" + }, + { + "label": ".deleteAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L258", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_deleteaddress", + "community": 38, + "community_name": "UsersService", + "norm_label": ".deleteaddress()" + }, + { + "label": ".findById()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_findbyid", + "community": 38, + "community_name": "UsersService", + "norm_label": ".findbyid()" + }, + { + "label": ".findByPhone()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L299", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_findbyphone", + "community": 38, + "community_name": "UsersService", + "norm_label": ".findbyphone()" + }, + { + "label": ".setDefaultAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L264", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_setdefaultaddress", + "community": 38, + "community_name": "UsersService", + "norm_label": ".setdefaultaddress()" + }, + { + "label": ".topUpWallet()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L275", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_topupwallet", + "community": 38, + "community_name": "UsersService", + "norm_label": ".topupwallet()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L125", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_update", + "community": 38, + "community_name": "UsersService", + "norm_label": ".update()" + }, + { + "label": ".updateAddress()", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L232", + "_callable": true, + "_origin": "ast", + "id": "backend_src_users_users_service_usersservice_updateaddress", + "community": 38, + "community_name": "UsersService", + "norm_label": ".updateaddress()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_constructor", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createReview()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".createreview()" + }, + { + "label": ".deleteReview()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L104", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".deletereview()" + }, + { + "label": ".getAdminReviews()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L65", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".getadminreviews()" + }, + { + "label": ".getProductReviews()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".getproductreviews()" + }, + { + "label": ".updateReviewStatus()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L89", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".updatereviewstatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_constructor", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createReview()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_createreview", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".createreview()" + }, + { + "label": ".deleteReview()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L231", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_deletereview", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".deletereview()" + }, + { + "label": ".getAdminReviews()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L133", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".getadminreviews()" + }, + { + "label": ".getProductReviews()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L77", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".getproductreviews()" + }, + { + "label": ".updateReviewStatus()", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L203", + "_callable": true, + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": ".updatereviewstatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_constructor", + "community": 40, + "community_name": "SslController", + "norm_label": ".constructor()" + }, + { + "label": ".getStatus()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "community": 40, + "community_name": "SslController", + "norm_label": ".getstatus()" + }, + { + "label": ".testDomain()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L98", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "community": 40, + "community_name": "SslController", + "norm_label": ".testdomain()" + }, + { + "label": ".updateByText()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "community": 40, + "community_name": "SslController", + "norm_label": ".updatebytext()" + }, + { + "label": ".uploadFiles()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L48", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "community": 40, + "community_name": "SslController", + "norm_label": ".uploadfiles()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_constructor", + "community": 40, + "community_name": "SslController", + "norm_label": ".constructor()" + }, + { + "label": ".getCertPath()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_getcertpath", + "community": 40, + "community_name": "SslController", + "norm_label": ".getcertpath()" + }, + { + "label": ".getKeyPath()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_getkeypath", + "community": 40, + "community_name": "SslController", + "norm_label": ".getkeypath()" + }, + { + "label": ".getStatus()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L62", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_getstatus", + "community": 40, + "community_name": "SslController", + "norm_label": ".getstatus()" + }, + { + "label": ".testOnlineDomainSsl()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L177", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", + "community": 40, + "community_name": "SslController", + "norm_label": ".testonlinedomainssl()" + }, + { + "label": ".toShamsi()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L48", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_toshamsi", + "community": 40, + "community_name": "SslController", + "norm_label": ".toshamsi()" + }, + { + "label": ".updateCertificates()", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L113", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_ssl_service_sslservice_updatecertificates", + "community": 40, + "community_name": "SslController", + "norm_label": ".updatecertificates()" + }, + { + "label": "PodcastPlayerModal()", + "file_type": "code", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_podcastplayermodal_podcastplayermodal", + "community": 41, + "community_name": "PodcastPlayerModal.tsx", + "norm_label": "podcastplayermodal()" + }, + { + "label": "handleClickOutside()", + "file_type": "code", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_podcastplayermodal_podcastplayermodal_handleclickoutside", + "community": 41, + "community_name": "PodcastPlayerModal.tsx", + "norm_label": "handleclickoutside()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L58", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_create", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_findall", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_findone", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L47", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_remove", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_update", + "community": 42, + "community_name": "IngredientsService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_metrics_controller_metricscontroller_constructor", + "community": 43, + "community_name": "MetricsController", + "norm_label": ".constructor()" + }, + { + "label": ".getMetrics()", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "community": 43, + "community_name": "MetricsController", + "norm_label": ".getmetrics()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_constructor", + "community": 44, + "community_name": "MediaController", + "norm_label": ".constructor()" + }, + { + "label": ".deleteManyMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L45", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "community": 44, + "community_name": "MediaController", + "norm_label": ".deletemanymedia()" + }, + { + "label": ".deleteMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "community": 44, + "community_name": "MediaController", + "norm_label": ".deletemedia()" + }, + { + "label": ".getAllMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "community": 44, + "community_name": "MediaController", + "norm_label": ".getallmedia()" + }, + { + "label": ".updateMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L66", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "community": 44, + "community_name": "MediaController", + "norm_label": ".updatemedia()" + }, + { + "label": ".uploadFile()", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "community": 44, + "community_name": "MediaController", + "norm_label": ".uploadfile()" + }, + { + "label": ".deleteManyMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L65", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_deletemanymedia", + "community": 44, + "community_name": "MediaController", + "norm_label": ".deletemanymedia()" + }, + { + "label": ".deleteMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L48", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_deletemedia", + "community": 44, + "community_name": "MediaController", + "norm_label": ".deletemedia()" + }, + { + "label": ".getAllMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_getallmedia", + "community": 44, + "community_name": "MediaController", + "norm_label": ".getallmedia()" + }, + { + "label": ".updateMedia()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L92", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_updatemedia", + "community": 44, + "community_name": "MediaController", + "norm_label": ".updatemedia()" + }, + { + "label": ".uploadFile()", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_media_service_mediaservice_uploadfile", + "community": 44, + "community_name": "MediaController", + "norm_label": ".uploadfile()" + }, + { + "label": "Pagination()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_pagination_pagination", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "pagination()" + }, + { + "label": "Pets()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_pets_pets", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "pets()" + }, + { + "label": "Transactions()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L89", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions_transactions", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "transactions()" + }, + { + "label": "Wiki()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wiki_wiki", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "wiki()" + }, + { + "label": ".addPattern()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L477", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_addpattern", + "community": 46, + "community_name": "SmsService", + "norm_label": ".addpattern()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_constructor", + "community": 46, + "community_name": "SmsService", + "norm_label": ".constructor()" + }, + { + "label": ".editPattern()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L556", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_editpattern", + "community": 46, + "community_name": "SmsService", + "norm_label": ".editpattern()" + }, + { + "label": ".getCredit()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L300", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_getcredit", + "community": 46, + "community_name": "SmsService", + "norm_label": ".getcredit()" + }, + { + "label": ".getPatterns()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L370", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_getpatterns", + "community": 46, + "community_name": "SmsService", + "norm_label": ".getpatterns()" + }, + { + "label": ".getSmsConfig()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L59", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "community": 46, + "community_name": "SmsService", + "norm_label": ".getsmsconfig()" + }, + { + "label": ".parsePatternsXml()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L262", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "community": 46, + "community_name": "SmsService", + "norm_label": ".parsepatternsxml()" + }, + { + "label": ".postAsmx()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L123", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_postasmx", + "community": 46, + "community_name": "SmsService", + "norm_label": ".postasmx()" + }, + { + "label": ".recordLog()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L159", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_recordlog", + "community": 46, + "community_name": "SmsService", + "norm_label": ".recordlog()" + }, + { + "label": ".saveLocalPattern()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L611", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "community": 46, + "community_name": "SmsService", + "norm_label": ".savelocalpattern()" + }, + { + "label": ".sendB2bNotification()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L981", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "community": 46, + "community_name": "SmsService", + "norm_label": ".sendb2bnotification()" + }, + { + "label": ".sendOrderConfirmation()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L945", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "community": 46, + "community_name": "SmsService", + "norm_label": ".sendorderconfirmation()" + }, + { + "label": ".sendOtp()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L932", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendotp", + "community": 46, + "community_name": "SmsService", + "norm_label": ".sendotp()" + }, + { + "label": ".sendPatternSms()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L679", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "community": 46, + "community_name": "SmsService", + "norm_label": ".sendpatternsms()" + }, + { + "label": ".sendPetCareReminder()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L997", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "community": 46, + "community_name": "SmsService", + "norm_label": ".sendpetcarereminder()" + }, + { + "label": ".sendShippingNotification()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L964", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "community": 46, + "community_name": "SmsService", + "norm_label": ".sendshippingnotification()" + }, + { + "label": ".sendSms()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1015", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_sendsms", + "community": 46, + "community_name": "SmsService", + "norm_label": ".sendsms()" + }, + { + "label": ".testSms()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L807", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_testsms", + "community": 46, + "community_name": "SmsService", + "norm_label": ".testsms()" + }, + { + "label": ".updateLocalPattern()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L639", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "community": 46, + "community_name": "SmsService", + "norm_label": ".updatelocalpattern()" + }, + { + "label": ".addPattern()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L467", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_addpattern", + "community": 46, + "community_name": "SmsService", + "norm_label": ".addpattern()" + }, + { + "label": ".editPattern()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L471", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_editpattern", + "community": 46, + "community_name": "SmsService", + "norm_label": ".editpattern()" + }, + { + "label": ".getPatterns()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L463", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getpatterns", + "community": 46, + "community_name": "SmsService", + "norm_label": ".getpatterns()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L51", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".findone()" + }, + { + "label": ".review()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L71", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".review()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L19", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L94", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L108", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".findone()" + }, + { + "label": ".review()", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L125", + "_callable": true, + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": ".review()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_constructor", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createTicket()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".createticket()" + }, + { + "label": ".getAdminTickets()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L89", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".getadmintickets()" + }, + { + "label": ".getMyTickets()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".getmytickets()" + }, + { + "label": ".getTicketDetails()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".getticketdetails()" + }, + { + "label": ".replyTicket()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L73", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".replyticket()" + }, + { + "label": ".updateTicketStatus()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L98", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".updateticketstatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_constructor", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".constructor()" + }, + { + "label": ".createTicket()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_createticket", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".createticket()" + }, + { + "label": ".generateTicketNumber()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".generateticketnumber()" + }, + { + "label": ".getAdminTickets()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L207", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".getadmintickets()" + }, + { + "label": ".getTicketDetails()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L100", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".getticketdetails()" + }, + { + "label": ".getUserTickets()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L79", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_getusertickets", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".getusertickets()" + }, + { + "label": ".replyToTicket()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L142", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".replytoticket()" + }, + { + "label": ".updateTicketStatus()", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L279", + "_callable": true, + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": ".updateticketstatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L52", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_create", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_findall", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_remove", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".remove()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_update", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_constructor", + "community": 52, + "community_name": "ContactService", + "norm_label": ".constructor()" + }, + { + "label": ".getAllSubmissions()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "community": 52, + "community_name": "ContactService", + "norm_label": ".getallsubmissions()" + }, + { + "label": ".getContactInfo()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L35", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "community": 52, + "community_name": "ContactService", + "norm_label": ".getcontactinfo()" + }, + { + "label": ".submitContact()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "community": 52, + "community_name": "ContactService", + "norm_label": ".submitcontact()" + }, + { + "label": ".updateContactInfo()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L71", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "community": 52, + "community_name": "ContactService", + "norm_label": ".updatecontactinfo()" + }, + { + "label": ".updateSubmissionStatus()", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "community": 52, + "community_name": "ContactService", + "norm_label": ".updatesubmissionstatus()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_constructor", + "community": 52, + "community_name": "ContactService", + "norm_label": ".constructor()" + }, + { + "label": ".getAllSubmissions()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L125", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_getallsubmissions", + "community": 52, + "community_name": "ContactService", + "norm_label": ".getallsubmissions()" + }, + { + "label": ".getContactInfo()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L77", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_getcontactinfo", + "community": 52, + "community_name": "ContactService", + "norm_label": ".getcontactinfo()" + }, + { + "label": ".submitContactForm()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_submitcontactform", + "community": 52, + "community_name": "ContactService", + "norm_label": ".submitcontactform()" + }, + { + "label": ".updateContactInfoItems()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L159", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems", + "community": 52, + "community_name": "ContactService", + "norm_label": ".updatecontactinfoitems()" + }, + { + "label": ".updateSubmissionStatus()", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L148", + "_callable": true, + "_origin": "ast", + "id": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", + "community": 52, + "community_name": "ContactService", + "norm_label": ".updatesubmissionstatus()" + }, + { + "label": ".getAdminStats()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L219", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".getadminstats()" + }, + { + "label": ".getAdminTransactions()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L210", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".getadmintransactions()" + }, + { + "label": ".getHealth()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L277", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".gethealth()" + }, + { + "label": ".getTransactionStatus()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L199", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".gettransactionstatus()" + }, + { + "label": ".initiateOrderPayment()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".initiateorderpayment()" + }, + { + "label": ".initiateWalletTopup()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L75", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".initiatewallettopup()" + }, + { + "label": ".liveInquiry()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L239", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".liveinquiry()" + }, + { + "label": ".manualReject()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L262", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".manualreject()" + }, + { + "label": ".manualVerify()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L250", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".manualverify()" + }, + { + "label": ".reconcilePending()", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L230", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "community": 53, + "community_name": "PaymentController", + "norm_label": ".reconcilepending()" + }, + { + "label": "Badge()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge_badge", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "badge()" + }, + { + "label": "ImagePreviewModal()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "imagepreviewmodal()" + }, + { + "label": "getFileType()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_media_getfiletype", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "getfiletype()" + }, + { + "label": "MediaManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_media_mediamanager", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "mediamanager()" + }, + { + "label": "PrescriptionsManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "prescriptionsmanager()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L25", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_controller_petscontroller_constructor", + "community": 57, + "community_name": "PetsController", + "norm_label": ".constructor()" + }, + { + "label": ".deletePet()", + "file_type": "code", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L38", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_controller_petscontroller_deletepet", + "community": 57, + "community_name": "PetsController", + "norm_label": ".deletepet()" + }, + { + "label": ".getPets()", + "file_type": "code", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_pets_controller_petscontroller_getpets", + "community": 57, + "community_name": "PetsController", + "norm_label": ".getpets()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_service_blogsservice_constructor", + "community": 58, + "community_name": "PaginationDto", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_service_blogsservice_findall", + "community": 58, + "community_name": "PaginationDto", + "norm_label": ".findall()" + }, + { + "label": ".findOneBySlug()", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug", + "community": 58, + "community_name": "PaginationDto", + "norm_label": ".findonebyslug()" + }, + { + "label": ".findAllAdmin()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_findalladmin", + "community": 58, + "community_name": "PaginationDto", + "norm_label": ".findalladmin()" + }, + { + "label": ".findAllByUser()", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L109", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_service_petsservice_findallbyuser", + "community": 58, + "community_name": "PaginationDto", + "norm_label": ".findallbyuser()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_service_wikiservice_constructor", + "community": 58, + "community_name": "PaginationDto", + "norm_label": ".constructor()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_service_wikiservice_findall", + "community": 58, + "community_name": "PaginationDto", + "norm_label": ".findall()" + }, + { + "label": ".findOneByKey()", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L52", + "_callable": true, + "_origin": "ast", + "id": "backend_src_wiki_wiki_service_wikiservice_findonebykey", + "community": 58, + "community_name": "PaginationDto", + "norm_label": ".findonebykey()" + }, + { + "label": "Checkout()", + "file_type": "code", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_checkout_page_checkout", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "checkout()" + }, + { + "label": "DashboardPage()", + "file_type": "code", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_dashboard_page_dashboardpage", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "dashboardpage()" + }, + { + "label": "PaymentVerifyPage()", + "file_type": "code", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L319", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_payment_verify_page_paymentverifypage", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "paymentverifypage()" + }, + { + "label": "VerifyContent()", + "file_type": "code", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_payment_verify_page_verifycontent", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "verifycontent()" + }, + { + "label": "AddressModal()", + "file_type": "code", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_addressmodal_addressmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "addressmodal()" + }, + { + "label": "BackButton()", + "file_type": "code", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_backbutton_backbutton", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "backbutton()" + }, + { + "label": "DeleteConfirmModal()", + "file_type": "code", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "deleteconfirmmodal()" + }, + { + "label": "HeaderButton()", + "file_type": "code", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_headerbutton_headerbutton", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "headerbutton()" + }, + { + "label": "LoginModal()", + "file_type": "code", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_loginmodal_loginmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "loginmodal()" + }, + { + "label": "OrderDetailsModal()", + "file_type": "code", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "orderdetailsmodal()" + }, + { + "label": "getStatusIcon()", + "file_type": "code", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L282", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "getstatusicon()" + }, + { + "label": "getStatusLabel()", + "file_type": "code", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L302", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "getstatuslabel()" + }, + { + "label": "PetProfile()", + "file_type": "code", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_petprofile_petprofile", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "petprofile()" + }, + { + "label": "SearchableSelect()", + "file_type": "code", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_searchableselect_searchableselect", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "searchableselect()" + }, + { + "label": "TopUpModal()", + "file_type": "code", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L23", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_topupmodal_topupmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "topupmodal()" + }, + { + "label": "cn()", + "file_type": "code", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_utils_cn", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "cn()" + }, + { + "label": "toPersian()", + "file_type": "code", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L1", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_utils_topersian", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "topersian()" + }, + { + "label": "HomeClient()", + "file_type": "code", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_homeclient_homeclient", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "homeclient()" + }, + { + "label": "getHomeData()", + "file_type": "code", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_page_gethomedata", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "gethomedata()" + }, + { + "label": "Home()", + "file_type": "code", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L55", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_page_home", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "home()" + }, + { + "label": "Shop()", + "file_type": "code", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_shop_page_shop", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "shop()" + }, + { + "label": "ArchivePage()", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L227", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_archivepage_archivepage", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "archivepage()" + }, + { + "label": "BannerPlacement()", + "file_type": "code", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L13", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_bannerplacement_bannerplacement", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "bannerplacement()" + }, + { + "label": ".getBanners()", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L327", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_productservice_getbanners", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": ".getbanners()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_constructor", + "community": 62, + "community_name": "BlogsController", + "norm_label": ".constructor()" + }, + { + "label": ".createBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "community": 62, + "community_name": "BlogsController", + "norm_label": ".createblog()" + }, + { + "label": ".deleteBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L63", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "community": 62, + "community_name": "BlogsController", + "norm_label": ".deleteblog()" + }, + { + "label": ".getBlogs()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "community": 62, + "community_name": "BlogsController", + "norm_label": ".getblogs()" + }, + { + "label": ".updateBlog()", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "community": 62, + "community_name": "BlogsController", + "norm_label": ".updateblog()" + }, + { + "label": ".clearAllSmsLogs()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L255", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_clearallsmslogs", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".clearallsmslogs()" + }, + { + "label": ".deleteSmsLog()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L248", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_deletesmslog", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".deletesmslog()" + }, + { + "label": ".getSmsLogs()", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L191", + "_callable": true, + "_origin": "ast", + "id": "backend_src_common_services_sms_service_smsservice_getsmslogs", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".getsmslogs()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_constructor", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".constructor()" + }, + { + "label": ".clearAllSmsLogs()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L483", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".clearallsmslogs()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L114", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_constructor", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".constructor()" + }, + { + "label": ".deleteScientificTerm()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L363", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_deletescientificterm", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".deletescientificterm()" + }, + { + "label": ".deleteSmsLog()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L479", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_deletesmslog", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".deletesmslog()" + }, + { + "label": ".getScientificTerms()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L338", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getscientificterms", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".getscientificterms()" + }, + { + "label": ".getSmsCredit()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L446", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getsmscredit", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".getsmscredit()" + }, + { + "label": ".getSmsLogs()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L475", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".getsmslogs()" + }, + { + "label": ".getSmsSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L442", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getsmssettings", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".getsmssettings()" + }, + { + "label": ".onModuleInit()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L119", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_onmoduleinit", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".onmoduleinit()" + }, + { + "label": ".seedDefaultUiTexts()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L123", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".seeddefaultuitexts()" + }, + { + "label": ".updateBulkUiTexts()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L227", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".updatebulkuitexts()" + }, + { + "label": ".updateFinancialSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L292", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".updatefinancialsettings()" + }, + { + "label": ".updateSmsSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L450", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updatesmssettings", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".updatesmssettings()" + }, + { + "label": ".updateUiText()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L195", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_updateuitext", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".updateuitext()" + }, + { + "label": ".upsertScientificTerm()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L342", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_upsertscientificterm", + "community": 63, + "community_name": "SettingsService", + "norm_label": ".upsertscientificterm()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_constructor", + "community": 64, + "community_name": "BannersService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L35", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_create", + "community": 64, + "community_name": "BannersService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_findall", + "community": 64, + "community_name": "BannersService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L62", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_remove", + "community": 64, + "community_name": "BannersService", + "norm_label": ".remove()" + }, + { + "label": ".reorder()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "community": 64, + "community_name": "BannersService", + "norm_label": ".reorder()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_controller_bannerscontroller_update", + "community": 64, + "community_name": "BannersService", + "norm_label": ".update()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_constructor", + "community": 64, + "community_name": "BannersService", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_create", + "community": 64, + "community_name": "BannersService", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_findall", + "community": 64, + "community_name": "BannersService", + "norm_label": ".findall()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_remove", + "community": 64, + "community_name": "BannersService", + "norm_label": ".remove()" + }, + { + "label": ".reorder()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L40", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_reorder", + "community": 64, + "community_name": "BannersService", + "norm_label": ".reorder()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L21", + "_callable": true, + "_origin": "ast", + "id": "backend_src_banners_banners_service_bannersservice_update", + "community": 64, + "community_name": "BannersService", + "norm_label": ".update()" + }, + { + "label": "formatPriceWithCommas()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L26", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "formatpricewithcommas()" + }, + { + "label": "PriceInput()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L33", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "priceinput()" + }, + { + "label": "toEnglishDigits()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L18", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "toenglishdigits()" + }, + { + "label": "CouponModal()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L259", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_couponmodal", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "couponmodal()" + }, + { + "label": "Coupons()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons_coupons", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "coupons()" + }, + { + "label": "FinancialSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L9", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "financialsettingspage()" + }, + { + "label": "ShippingSettingsPage()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_shippingsettingspage_shippingsettingspage", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "shippingsettingspage()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L29", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_constructor", + "community": 69, + "community_name": "WikiController", + "norm_label": ".constructor()" + }, + { + "label": ".createTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L42", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "community": 69, + "community_name": "WikiController", + "norm_label": ".createterm()" + }, + { + "label": ".deleteTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L59", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "community": 69, + "community_name": "WikiController", + "norm_label": ".deleteterm()" + }, + { + "label": ".getTerms()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "community": 69, + "community_name": "WikiController", + "norm_label": ".getterms()" + }, + { + "label": ".updateTerm()", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "community": 69, + "community_name": "WikiController", + "norm_label": ".updateterm()" + }, + { + "label": "ConfirmModal()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "confirmmodal()" + }, + { + "label": "getFileType()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_mediaselector_getfiletype", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "getfiletype()" + }, + { + "label": "MediaSelector()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "mediaselector()" + }, + { + "label": "BannersManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "bannersmanager()" + }, + { + "label": "Blogs()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L27", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_blogs_blogs", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "blogs()" + }, + { + "label": "Categories()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L22", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_categories_categories", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "categories()" + }, + { + "label": "DoctorsManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L28", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_doctorsmanager_doctorsmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "doctorsmanager()" + }, + { + "label": "IngredientsManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "ingredientsmanager()" + }, + { + "label": "Products()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L62", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_products_products", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "products()" + }, + { + "label": "TestimonialsManager()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L10", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "testimonialsmanager()" + }, + { + "label": "Videos()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_videos_videos", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "videos()" + }, + { + "label": "WholesaleApplications()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "wholesaleapplications()" + }, + { + "label": ".getCoupons()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L180", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "community": 70, + "community_name": "ApiOperation", + "norm_label": ".getcoupons()" + }, + { + "label": ".getDashboardStats()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L34", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "community": 70, + "community_name": "ApiOperation", + "norm_label": ".getdashboardstats()" + }, + { + "label": ".getDoctors()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L218", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "community": 70, + "community_name": "ApiOperation", + "norm_label": ".getdoctors()" + }, + { + "label": ".getOrders()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L155", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getorders", + "community": 70, + "community_name": "ApiOperation", + "norm_label": ".getorders()" + }, + { + "label": ".getProducts()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L121", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getproducts", + "community": 70, + "community_name": "ApiOperation", + "norm_label": ".getproducts()" + }, + { + "label": ".getSettings()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L265", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getsettings", + "community": 70, + "community_name": "ApiOperation", + "norm_label": ".getsettings()" + }, + { + "label": ".getUserDetails()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L62", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "community": 70, + "community_name": "ApiOperation", + "norm_label": ".getuserdetails()" + }, + { + "label": ".getUsers()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L44", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_getusers", + "community": 70, + "community_name": "ApiOperation", + "norm_label": ".getusers()" + }, + { + "label": ".addHealthLog()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L285", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "community": 71, + "community_name": "PetsController", + "norm_label": ".addhealthlog()" + }, + { + "label": ".addReminder()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L259", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_addreminder", + "community": 71, + "community_name": "PetsController", + "norm_label": ".addreminder()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L56", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_constructor", + "community": 71, + "community_name": "PetsController", + "norm_label": ".constructor()" + }, + { + "label": ".create()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L119", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_create", + "community": 71, + "community_name": "PetsController", + "norm_label": ".create()" + }, + { + "label": ".findAll()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_findall", + "community": 71, + "community_name": "PetsController", + "norm_label": ".findall()" + }, + { + "label": ".findOne()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L192", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_findone", + "community": 71, + "community_name": "PetsController", + "norm_label": ".findone()" + }, + { + "label": ".remove()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L253", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_remove", + "community": 71, + "community_name": "PetsController", + "norm_label": ".remove()" + }, + { + "label": ".toggleReminder()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L269", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "community": 71, + "community_name": "PetsController", + "norm_label": ".togglereminder()" + }, + { + "label": ".update()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L223", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_update", + "community": 71, + "community_name": "PetsController", + "norm_label": ".update()" + }, + { + "label": ".uploadPetImage()", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L111", + "_callable": true, + "_origin": "ast", + "id": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "community": 71, + "community_name": "PetsController", + "norm_label": ".uploadpetimage()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_controller_seocontroller_constructor", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getProductSchema()", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L20", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": ".getproductschema()" + }, + { + "label": ".getSitemap()", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L12", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": ".getsitemap()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_service_seoservice_constructor", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": ".constructor()" + }, + { + "label": ".getProductSchema()", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L36", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_service_seoservice_getproductschema", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": ".getproductschema()" + }, + { + "label": ".getSitemapUrls()", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_seo_seo_service_seoservice_getsitemapurls", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": ".getsitemapurls()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L17", + "_callable": true, + "_origin": "ast", + "id": "backend_src_home_home_controller_homecontroller_constructor", + "community": 79, + "community_name": "HomeController", + "norm_label": ".constructor()" + }, + { + "label": ".getHomeData()", + "file_type": "code", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L24", + "_callable": true, + "_origin": "ast", + "id": "backend_src_home_home_controller_homecontroller_gethomedata", + "community": 79, + "community_name": "HomeController", + "norm_label": ".gethomedata()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "backend_src_home_home_service_homeservice_constructor", + "community": 79, + "community_name": "HomeController", + "norm_label": ".constructor()" + }, + { + "label": ".getHomeData()", + "file_type": "code", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "backend_src_home_home_service_homeservice_gethomedata", + "community": 79, + "community_name": "HomeController", + "norm_label": ".gethomedata()" + }, + { + "label": ".getFinancial()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L86", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getfinancial()" + }, + { + "label": ".getFinancialSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L149", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getfinancialsettings()" + }, + { + "label": ".getScientificTerms()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L102", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getscientificterms()" + }, + { + "label": ".getSeoSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L130", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getseosettings()" + }, + { + "label": ".getSmsLogs()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L265", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getsmslogs()" + }, + { + "label": ".getSystemSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L168", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getsystemsettings()" + }, + { + "label": ".getUiTexts()", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L37", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getuitexts()" + }, + { + "label": ".getCategorySetting()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L369", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getcategorysetting", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getcategorysetting()" + }, + { + "label": ".getFinancialSettings()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L236", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getfinancialsettings()" + }, + { + "label": ".getUiTexts()", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L150", + "_callable": true, + "_origin": "ast", + "id": "backend_src_settings_settings_service_settingsservice_getuitexts", + "community": 8, + "community_name": "SettingsController", + "norm_label": ".getuitexts()" + }, + { + "label": ".checkHealth()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L54", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": ".checkhealth()" + }, + { + "label": ".getGatewayName()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": ".getgatewayname()" + }, + { + "label": ".getStartUrl()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L53", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": ".getstarturl()" + }, + { + "label": ".inquiryPayment()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L52", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": ".inquirypayment()" + }, + { + "label": ".requestPayment()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L50", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": ".requestpayment()" + }, + { + "label": ".verifyPayment()", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L51", + "_callable": true, + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": ".verifypayment()" + }, + { + "label": "Layout()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_layout_layout", + "community": 82, + "community_name": "api", + "norm_label": "layout()" + }, + { + "label": "Sidebar()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L57", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar_sidebar", + "community": 82, + "community_name": "api", + "norm_label": "sidebar()" + }, + { + "label": "Skeleton()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", + "source_location": "L2", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "skeleton()" + }, + { + "label": "getPaymentMethodLabel()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L141", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "getpaymentmethodlabel()" + }, + { + "label": "getPaymentStatusBadge()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L112", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_getpaymentstatusbadge", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "getpaymentstatusbadge()" + }, + { + "label": "getShippingMethodLabel()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L129", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_getshippingmethodlabel", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "getshippingmethodlabel()" + }, + { + "label": "Orders()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L161", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_orders", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "orders()" + }, + { + "label": "toPersianDigits()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L155", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_topersiandigits", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "topersiandigits()" + }, + { + "label": "Users()", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_users_users", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "users()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L5", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_home_main", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "main()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed.ts", + "source_location": "L11", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_main", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "main()" + }, + { + "label": "determineSuitableFor()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_determinesuitablefor", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "determinesuitablefor()" + }, + { + "label": "findOrCreateCategory()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L128", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_findorcreatecategory", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "findorcreatecategory()" + }, + { + "label": "getProductImageUrl()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L41", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_getproductimageurl", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "getproductimageurl()" + }, + { + "label": "main()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L268", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_main", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "main()" + }, + { + "label": "parseSize()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L31", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_parsesize", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "parsesize()" + }, + { + "label": "slugify()", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L7", + "_callable": true, + "_origin": "ast", + "id": "backend_prisma_seed_products_slugify", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "slugify()" + }, + { + "label": "GlobalLoading()", + "file_type": "code", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L4", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_loading_globalloading", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "globalloading()" + }, + { + "label": "ProfilePage()", + "file_type": "code", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_profile_page_profilepage", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "profilepage()" + }, + { + "label": "FeaturedProducts()", + "file_type": "code", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L139", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_featuredproducts_featuredproducts", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "featuredproducts()" + }, + { + "label": "OrderRowSkeleton()", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L70", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_orderrowskeleton", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "orderrowskeleton()" + }, + { + "label": "PetProfileSkeleton()", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_petprofileskeleton", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "petprofileskeleton()" + }, + { + "label": "ProductCardSkeleton()", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L16", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_productcardskeleton", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "productcardskeleton()" + }, + { + "label": "Skeleton()", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L8", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_skeleton_skeleton", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "skeleton()" + }, + { + "label": "generateMetadata()", + "file_type": "code", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L6", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_shop_slug_page_generatemetadata", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "generatemetadata()" + }, + { + "label": "ShopProductPage()", + "file_type": "code", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L43", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_shop_slug_page_shopproductpage", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "shopproductpage()" + }, + { + "label": "Videos()", + "file_type": "code", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L3", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_app_videos_page_videos", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "videos()" + }, + { + "label": "ProductDetailModal()", + "file_type": "code", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L14", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_catalog_productdetailmodal_productdetailmodal", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "productdetailmodal()" + }, + { + "label": "PodcastInlinePlayer()", + "file_type": "code", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L32", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_podcastinlineplayer_podcastinlineplayer", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "podcastinlineplayer()" + }, + { + "label": "handleClickOutside()", + "file_type": "code", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L49", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_podcastinlineplayer_podcastinlineplayer_handleclickoutside", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "handleclickoutside()" + }, + { + "label": "ProductPage()", + "file_type": "code", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L76", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_productpage_productpage", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "productpage()" + }, + { + "label": "ProductReviews()", + "file_type": "code", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L33", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_productreviews_productreviews", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "productreviews()" + }, + { + "label": "SafeImage()", + "file_type": "code", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L15", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_safeimage_safeimage", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "safeimage()" + }, + { + "label": "VetGallery()", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L71", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_vetgallery_vetgallery", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "vetgallery()" + }, + { + "label": "VideoModalPlayer()", + "file_type": "code", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L39", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_videomodalplayer_videomodalplayer", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "videomodalplayer()" + }, + { + "label": "handleClickOutside()", + "file_type": "code", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L61", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_videomodalplayer_videomodalplayer_handleclickoutside", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "handleclickoutside()" + }, + { + "label": "VideosPage()", + "file_type": "code", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L12", + "_callable": true, + "_origin": "ast", + "id": "frontend_application_components_videospage_videospage", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "videospage()" + }, + { + "label": ".constructor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L30", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_constructor", + "community": 98, + "community_name": "AdminController", + "norm_label": ".constructor()" + }, + { + "label": ".createDoctor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L225", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "community": 98, + "community_name": "AdminController", + "norm_label": ".createdoctor()" + }, + { + "label": ".deleteCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L211", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "community": 98, + "community_name": "AdminController", + "norm_label": ".deletecoupon()" + }, + { + "label": ".deleteDoctor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L258", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "community": 98, + "community_name": "AdminController", + "norm_label": ".deletedoctor()" + }, + { + "label": ".deleteProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L145", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "community": 98, + "community_name": "AdminController", + "norm_label": ".deleteproduct()" + }, + { + "label": ".deleteUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L80", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "community": 98, + "community_name": "AdminController", + "norm_label": ".deleteuser()" + }, + { + "label": ".toggleCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L201", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "community": 98, + "community_name": "AdminController", + "norm_label": ".togglecoupon()" + }, + { + "label": ".updateCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L194", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updatecoupon()" + }, + { + "label": ".updateDoctor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L241", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updatedoctor()" + }, + { + "label": ".updateOrderStatus()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L162", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updateorderstatus()" + }, + { + "label": ".updateSettings()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L272", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updatesettings()" + }, + { + "label": ".updateUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updateuser", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updateuser()" + }, + { + "label": ".updateUserRole()", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L90", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updateuserrole()" + }, + { + "label": ".createDoctor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L820", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_createdoctor", + "community": 98, + "community_name": "AdminController", + "norm_label": ".createdoctor()" + }, + { + "label": ".deleteCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L713", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_deletecoupon", + "community": 98, + "community_name": "AdminController", + "norm_label": ".deletecoupon()" + }, + { + "label": ".deleteDoctor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L843", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_deletedoctor", + "community": 98, + "community_name": "AdminController", + "norm_label": ".deletedoctor()" + }, + { + "label": ".deleteProduct()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L535", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_deleteproduct", + "community": 98, + "community_name": "AdminController", + "norm_label": ".deleteproduct()" + }, + { + "label": ".deleteUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L286", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_deleteuser", + "community": 98, + "community_name": "AdminController", + "norm_label": ".deleteuser()" + }, + { + "label": ".toggleCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L706", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_togglecoupon", + "community": 98, + "community_name": "AdminController", + "norm_label": ".togglecoupon()" + }, + { + "label": ".updateCoupon()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L676", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updatecoupon", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updatecoupon()" + }, + { + "label": ".updateDoctor()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L830", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updatedoctor", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updatedoctor()" + }, + { + "label": ".updateOrderStatus()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L599", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updateorderstatus", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updateorderstatus()" + }, + { + "label": ".updateUser()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L218", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updateuser", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updateuser()" + }, + { + "label": ".updateUserRole()", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L279", + "_callable": true, + "_origin": "ast", + "id": "backend_src_admin_admin_service_adminservice_updateuserrole", + "community": 98, + "community_name": "AdminController", + "norm_label": ".updateuserrole()" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "community": 0, + "community_name": "OrdersService", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional", + "community": 0, + "community_name": "OrdersService", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsArray", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isarray", + "community": 0, + "community_name": "OrdersService", + "norm_label": "isarray" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isnotempty", + "community": 0, + "community_name": "OrdersService", + "norm_label": "isnotempty" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isnumber", + "community": 0, + "community_name": "OrdersService", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isoptional", + "community": 0, + "community_name": "OrdersService", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_isstring", + "community": 0, + "community_name": "OrdersService", + "norm_label": "isstring" + }, + { + "label": "Type", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto_ts_type", + "community": 0, + "community_name": "OrdersService", + "norm_label": "type" + }, + { + "label": "ApiBadRequestResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "community": 0, + "community_name": "OrdersService", + "norm_label": "apibadrequestresponse" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apibearerauth", + "community": 0, + "community_name": "OrdersService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiCreatedResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apicreatedresponse", + "community": 0, + "community_name": "OrdersService", + "norm_label": "apicreatedresponse" + }, + { + "label": "ApiNotFoundResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apinotfoundresponse", + "community": 0, + "community_name": "OrdersService", + "norm_label": "apinotfoundresponse" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apiokresponse", + "community": 0, + "community_name": "OrdersService", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apioperation", + "community": 0, + "community_name": "OrdersService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_apitags", + "community": 0, + "community_name": "OrdersService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_body", + "community": 0, + "community_name": "OrdersService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_controller", + "community": 0, + "community_name": "OrdersService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_get", + "community": 0, + "community_name": "OrdersService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_param", + "community": 0, + "community_name": "OrdersService", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_post", + "community": 0, + "community_name": "OrdersService", + "norm_label": "post" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_query", + "community": 0, + "community_name": "OrdersService", + "norm_label": "query" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_req", + "community": 0, + "community_name": "OrdersService", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_useguards", + "community": 0, + "community_name": "OrdersService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_service_ts_injectable", + "community": 0, + "community_name": "OrdersService", + "norm_label": "injectable" + }, + { + "label": "ValidateNested", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "validatenested", + "community": 0, + "community_name": "OrdersService", + "norm_label": "validatenested" + }, + { + "label": "blog/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_blog_page", + "community": 1, + "community_name": "productService.ts", + "norm_label": "blog/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_blog_page_metadata", + "community": 1, + "community_name": "productService.ts", + "norm_label": "metadata" + }, + { + "label": "CatalogClient.tsx", + "file_type": "code", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_catalog_catalogclient", + "community": 1, + "community_name": "productService.ts", + "norm_label": "catalogclient.tsx" + }, + { + "label": "catalog/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_catalog_page", + "community": 1, + "community_name": "productService.ts", + "norm_label": "catalog/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_catalog_page_metadata", + "community": 1, + "community_name": "productService.ts", + "norm_label": "metadata" + }, + { + "label": "search/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_search_page", + "community": 1, + "community_name": "productService.ts", + "norm_label": "search/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_search_page_metadata", + "community": 1, + "community_name": "productService.ts", + "norm_label": "metadata" + }, + { + "label": "sitemap.ts", + "file_type": "code", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_sitemap", + "community": 1, + "community_name": "productService.ts", + "norm_label": "sitemap.ts" + }, + { + "label": "wiki/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_wiki_page", + "community": 1, + "community_name": "productService.ts", + "norm_label": "wiki/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_application_app_wiki_page_metadata", + "community": 1, + "community_name": "productService.ts", + "norm_label": "metadata" + }, + { + "label": "BlogPage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_blogpage", + "community": 1, + "community_name": "productService.ts", + "norm_label": "blogpage.tsx" + }, + { + "label": "CatalogPageSpread.tsx", + "file_type": "code", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_catalog_catalogpagespread", + "community": 1, + "community_name": "productService.ts", + "norm_label": "catalogpagespread.tsx" + }, + { + "label": "FlipbookCatalog.tsx", + "file_type": "code", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_catalog_flipbookcatalog", + "community": 1, + "community_name": "productService.ts", + "norm_label": "flipbookcatalog.tsx" + }, + { + "label": "IngredientWiki.tsx", + "file_type": "code", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_ingredientwiki", + "community": 1, + "community_name": "productService.ts", + "norm_label": "ingredientwiki.tsx" + }, + { + "label": "INGREDIENT_MATCH_KEYWORDS", + "file_type": "code", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_application_components_ingredientwiki_ingredient_match_keywords", + "community": 1, + "community_name": "productService.ts", + "norm_label": "ingredient_match_keywords" + }, + { + "label": "SearchResultsPage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_searchresultspage", + "community": 1, + "community_name": "productService.ts", + "norm_label": "searchresultspage.tsx" + }, + { + "label": "SmartAdvisor.tsx", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_smartadvisor", + "community": 1, + "community_name": "productService.ts", + "norm_label": "smartadvisor.tsx" + }, + { + "label": "CURRENT_SYMPTOMS", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_application_components_smartadvisor_current_symptoms", + "community": 1, + "community_name": "productService.ts", + "norm_label": "current_symptoms" + }, + { + "label": "MEDICAL_HISTORIES", + "file_type": "code", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L43", + "_origin": "ast", + "id": "frontend_application_components_smartadvisor_medical_histories", + "community": 1, + "community_name": "productService.ts", + "norm_label": "medical_histories" + }, + { + "label": "products.ts", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_data_products", + "community": 1, + "community_name": "productService.ts", + "norm_label": "products.ts" + }, + { + "label": "INGREDIENTS_WIKI", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L80", + "_origin": "ast", + "id": "frontend_application_lib_data_products_ingredients_wiki", + "community": 1, + "community_name": "productService.ts", + "norm_label": "ingredients_wiki" + }, + { + "label": "PRODUCTS", + "file_type": "code", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L383", + "_origin": "ast", + "id": "frontend_application_lib_data_products_products", + "community": 1, + "community_name": "productService.ts", + "norm_label": "products" + }, + { + "label": "productService.ts", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_services_productservice", + "community": 1, + "community_name": "productService.ts", + "norm_label": "productservice.ts" + }, + { + "label": "CATEGORY_SLUG_TO_NAME", + "file_type": "code", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_application_lib_services_productservice_category_slug_to_name", + "community": 1, + "community_name": "productService.ts", + "norm_label": "category_slug_to_name" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_apibearerauth", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_apioperation", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_apitags", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_body", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_controller", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_delete", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_get", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_param", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_post", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_put", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_query", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller_ts_useguards", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_service_ts_injectable", + "community": 10, + "community_name": "DoctorsService", + "norm_label": "injectable" + }, + { + "label": "07_qa_engineer.md", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "07_qa_engineer.md" + }, + { + "label": "1. Detect Test Runner from Tech Stack", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L18", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. detect test runner from tech stack" + }, + { + "label": "2. Execution Output Capture (Mandatory)", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L33", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. execution output capture (mandatory)" + }, + { + "label": "3. Acceptance Criteria Verification", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L41", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. acceptance criteria verification" + }, + { + "label": "4. Failure Routing Protocol", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L48", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. failure routing protocol" + }, + { + "label": "5. Success Routing Protocol", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L64", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. success routing protocol" + }, + { + "label": "6. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L74", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_6_forbidden_actions", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L91", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_expected_json_output_schema", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L16", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L82", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_role_core_objective", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read", + "community": 100, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "IconPickerModal.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_iconpickermodal", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "iconpickermodal.tsx" + }, + { + "label": "ICON_REGISTRY", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L51", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_iconpickermodal_icon_registry", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "icon_registry" + }, + { + "label": "RichTextEditor.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_richtexteditor", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "richtexteditor.tsx" + }, + { + "label": "COLORS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_richtexteditor_colors", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "colors" + }, + { + "label": "ToggleSwitch.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_toggleswitch", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "toggleswitch.tsx" + }, + { + "label": "UITexts.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "uitexts.tsx" + }, + { + "label": "SHARED_FOOTER_FIELDS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L661", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_shared_footer_fields", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "shared_footer_fields" + }, + { + "label": "SHARED_HEADER_FIELDS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L647", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_shared_header_fields", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "shared_header_fields" + }, + { + "label": "SITE_PAGES", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L270", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_site_pages", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "site_pages" + }, + { + "label": "V1_GROUP_PAGE_MAP", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L197", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_v1_group_page_map", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "v1_group_page_map" + }, + { + "label": "V1_GROUPS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L61", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_v1_groups", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "v1_groups" + }, + { + "label": "V1_PAGE_TABS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L52", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_uitexts_v1_page_tabs", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "v1_page_tabs" + }, + { + "label": "UITexts", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_uitexts", + "community": 101, + "community_name": "UITexts.tsx", + "norm_label": "uitexts" + }, + { + "label": "ApiNotFoundResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse", + "community": 102, + "community_name": "BlogsController", + "norm_label": "apinotfoundresponse" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "community": 102, + "community_name": "BlogsController", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_apioperation", + "community": 102, + "community_name": "BlogsController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_apitags", + "community": 102, + "community_name": "BlogsController", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_controller", + "community": 102, + "community_name": "BlogsController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_get", + "community": 102, + "community_name": "BlogsController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_param", + "community": 102, + "community_name": "BlogsController", + "norm_label": "param" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller_ts_query", + "community": 102, + "community_name": "BlogsController", + "norm_label": "query" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_product_dto_ts_apipropertyoptional", + "community": 103, + "community_name": "ProductDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsArray", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_product_dto_ts_isarray", + "community": 103, + "community_name": "ProductDto", + "norm_label": "isarray" + }, + { + "label": "IsBoolean", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_product_dto_ts_isboolean", + "community": 103, + "community_name": "ProductDto", + "norm_label": "isboolean" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_product_dto_ts_isnumber", + "community": 103, + "community_name": "ProductDto", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_product_dto_ts_isoptional", + "community": 103, + "community_name": "ProductDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_product_dto_ts_isstring", + "community": 103, + "community_name": "ProductDto", + "norm_label": "isstring" + }, + { + "label": "admin/wiki.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller", + "community": 104, + "community_name": "WikiService", + "norm_label": "admin/wiki.controller.ts" + }, + { + "label": "admin/wiki.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_wiki_service", + "community": 104, + "community_name": "WikiService", + "norm_label": "admin/wiki.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_service_ts_injectable", + "community": 104, + "community_name": "WikiService", + "norm_label": "injectable" + }, + { + "label": "26-phase2-integrity-repair-report.md", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "26-phase2-integrity-repair-report.md" + }, + { + "label": "1.1 Authoritative Source File Inventory Rebuilt", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L12", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1.1 authoritative source file inventory rebuilt" + }, + { + "label": "1.2 Raw Finding Dispositions Reconciled", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L18", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1.2 raw finding dispositions reconciled" + }, + { + "label": "1.3 Finding Identifier Normalization", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1.3 finding identifier normalization" + }, + { + "label": "1.4 Rejected Finding Cleanup", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L34", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1.4 rejected finding cleanup" + }, + { + "label": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "1. summary of integrity repairs performed" + }, + { + "label": "2. Final Verified Finding Metrics", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L39", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "2. final verified finding metrics" + }, + { + "label": "3. Reference and Compiler Integrity Results", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L57", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "3. reference and compiler integrity results" + }, + { + "label": "4. Quality Gate Conclusion", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L64", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "4. quality gate conclusion" + }, + { + "label": "By Confidence", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L49", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_by_confidence", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "by confidence" + }, + { + "label": "By Severity", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_by_severity", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "by severity" + }, + { + "label": "Phase 2.6 Integrity Repair & Audit Quality Gate Report", + "file_type": "document", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", + "community": 105, + "community_name": "1. Summary of Integrity Repairs Performed", + "norm_label": "phase 2.6 integrity repair & audit quality gate report" + }, + { + "label": "@nestjs/cli", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L48", + "_origin": "ast", + "id": "backend_package_devdependencies_nestjs_cli", + "community": 106, + "community_name": "@nestjs/cli", + "norm_label": "@nestjs/cli" + }, + { + "label": "@nestjs/cli", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L48", + "_origin": "ast", + "id": "nestjs_cli", + "community": 106, + "community_name": "@nestjs/cli", + "norm_label": "@nestjs/cli" + }, + { + "label": "01_auditor.md", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "01_auditor.md" + }, + { + "label": "1. Detect Tech Stack First (Universal)", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L19", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. detect tech stack first (universal)" + }, + { + "label": "2. Explicit Scoring Methodology (Universal)", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L30", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. explicit scoring methodology (universal)" + }, + { + "label": "3. Code Coverage Ratio Rule", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L47", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. code coverage ratio rule" + }, + { + "label": "4. Deep Directory Scanning", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L54", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_4_deep_directory_scanning", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. deep directory scanning" + }, + { + "label": "5. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L58", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_5_forbidden_actions", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L74", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_expected_json_output_schema", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L17", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L66", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_role_core_objective", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read", + "community": 107, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "10_tech_writer.md", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "10_tech_writer.md" + }, + { + "label": "1. Mark Active Task as Complete", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L23", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. mark active task as complete" + }, + { + "label": "2. Documentation Updates", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L30", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_2_documentation_updates", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. documentation updates" + }, + { + "label": "3. Dynamic Routing Protocol (CRITICAL)", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L44", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. dynamic routing protocol (critical)" + }, + { + "label": "4. Backlog Insufficiency Check", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L72", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. backlog insufficiency check" + }, + { + "label": "5. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L77", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_5_forbidden_actions", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L96", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_expected_json_output_schema", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L21", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L84", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_role_core_objective", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L11", + "_origin": "ast", + "id": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read", + "community": 108, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "11_deploy.md", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "11_deploy.md" + }, + { + "label": "1. Pre-Deployment Checklist", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L22", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_1_pre_deployment_checklist", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. pre-deployment checklist" + }, + { + "label": "2. Build Verification", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L37", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_2_build_verification", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. build verification" + }, + { + "label": "3. Deployment Strategy (Based on Target)", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L52", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. deployment strategy (based on target)" + }, + { + "label": "4. Post-Deployment Health Check", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L75", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_4_post_deployment_health_check", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. post-deployment health check" + }, + { + "label": "5. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L82", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_5_forbidden_actions", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L102", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_expected_json_output_schema", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L20", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L90", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_role_core_objective", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L9", + "_origin": "ast", + "id": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read", + "community": 109, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "trust-seals/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_trust_seals_page", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "trust-seals/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L6", + "_origin": "ast", + "id": "frontend_application_app_trust_seals_page_metadata", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "metadata" + }, + { + "label": "BrandLogo.tsx", + "file_type": "code", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_brandlogo", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "brandlogo.tsx" + }, + { + "label": "EnamadBadge.tsx", + "file_type": "code", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_enamadbadge", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "enamadbadge.tsx" + }, + { + "label": "Footer.tsx", + "file_type": "code", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_footer", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "footer.tsx" + }, + { + "label": "Hero.tsx", + "file_type": "code", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_hero", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "hero.tsx" + }, + { + "label": "MaintenancePage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_maintenancepage", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "maintenancepage.tsx" + }, + { + "label": "Footer.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/Footer.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_footer_test", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "footer.test.tsx" + }, + { + "label": "Hero.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_hero_test", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "hero.test.tsx" + }, + { + "label": "Tooltip.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_tooltip_test", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "tooltip.test.tsx" + }, + { + "label": "TickerBanner.tsx", + "file_type": "code", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tickerbanner", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "tickerbanner.tsx" + }, + { + "label": "Tooltip.tsx", + "file_type": "code", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tooltip", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "tooltip.tsx" + }, + { + "label": "settingsStore.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_settingsstore", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "settingsstore.ts" + }, + { + "label": "useSettingsStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_application_lib_store_settingsstore_usesettingsstore", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "usesettingsstore" + }, + { + "label": "settingsStore.test.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_tests_settingsstore_test", + "community": 11, + "community_name": "useSettingsStore", + "norm_label": "settingsstore.test.ts" + }, + { + "label": "app.controller.ts", + "file_type": "code", + "source_file": "backend/src/app.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_app_controller", + "community": 110, + "community_name": "AppService", + "norm_label": "app.controller.ts" + }, + { + "label": "app.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_app_controller_spec", + "community": 110, + "community_name": "AppService", + "norm_label": "app.controller.spec.ts" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_app_controller_ts_controller", + "community": 110, + "community_name": "AppService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_app_controller_ts_get", + "community": 110, + "community_name": "AppService", + "norm_label": "get" + }, + { + "label": "app.service.ts", + "file_type": "code", + "source_file": "backend/src/app.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_app_service", + "community": 110, + "community_name": "AppService", + "norm_label": "app.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_app_service_ts_injectable", + "community": 110, + "community_name": "AppService", + "norm_label": "injectable" + }, + { + "label": "sms-log-query.dto.ts", + "file_type": "code", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto", + "community": 111, + "community_name": "SmsLogQueryDto", + "norm_label": "sms-log-query.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", + "community": 111, + "community_name": "SmsLogQueryDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsIn", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isin", + "community": 111, + "community_name": "SmsLogQueryDto", + "norm_label": "isin" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber", + "community": 111, + "community_name": "SmsLogQueryDto", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional", + "community": 111, + "community_name": "SmsLogQueryDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isstring", + "community": 111, + "community_name": "SmsLogQueryDto", + "norm_label": "isstring" + }, + { + "label": "Type", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_dto_sms_log_query_dto_ts_type", + "community": 111, + "community_name": "SmsLogQueryDto", + "norm_label": "type" + }, + { + "label": "vazirmatn-v33.003/CHANGELOG.md", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "vazirmatn-v33.003/changelog.md" + }, + { + "label": "32.0.0", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L85", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "32.0.0" + }, + { + "label": "32.1", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L77", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "32.1" + }, + { + "label": "32.101", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L69", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "32.101" + }, + { + "label": "32.102", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L57", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "32.102" + }, + { + "label": "33.000", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L31", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "33.000" + }, + { + "label": "33.001", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L23", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "33.001" + }, + { + "label": "33.002", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "33.002" + }, + { + "label": "33.003", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "33.003" + }, + { + "label": "Old Vazir Changelog", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L158", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "old vazir changelog" + }, + { + "label": "Vazirmatn Changelog", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "community": 113, + "community_name": "Vazirmatn Changelog", + "norm_label": "vazirmatn changelog" + }, + { + "label": "vazirmatn-v33.003/README.md", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "vazirmatn-v33.003/readme.md" + }, + { + "label": "Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts))", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L41", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "arch linux ([aur](https://aur.archlinux.org/packages/vazirmatn-fonts))" + }, + { + "label": "Authors", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L60", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "authors" + }, + { + "label": "Build", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L46", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "build" + }, + { + "label": "CDN", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "cdn" + }, + { + "label": "Download", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "download" + }, + { + "label": "Install", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L9", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "install" + }, + { + "label": "License", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L57", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "license" + }, + { + "label": "[npm](https://www.npmjs.com/package/vazirmatn)", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "[npm](https://www.npmjs.com/package/vazirmatn)" + }, + { + "label": "Thank you", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L50", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "thank you" + }, + { + "label": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "community": 114, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "norm_label": "vazirmatn font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646" + }, + { + "label": "02_ceo.md", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "02_ceo.md" + }, + { + "label": "1. Mode & Direction Decision", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L17", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo_1_mode_direction_decision", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. mode & direction decision" + }, + { + "label": "2. Brownfield Strategic Evaluation", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L25", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. brownfield strategic evaluation" + }, + { + "label": "3. Risk Assessment", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L32", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo_3_risk_assessment", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. risk assessment" + }, + { + "label": "4. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L39", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo_4_forbidden_actions", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L56", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo_expected_json_output_schema", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L15", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L47", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo_role_core_objective", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read", + "community": 115, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "prisma/tsconfig.json", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_tsconfig", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "prisma/tsconfig.json" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_prisma_tsconfig_compileroptions", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "esModuleInterop", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_tsconfig_compileroptions_esmoduleinterop", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "esmoduleinterop" + }, + { + "label": "module", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_prisma_tsconfig_compileroptions_module", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "module" + }, + { + "label": "moduleResolution", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "backend_prisma_tsconfig_compileroptions_moduleresolution", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L6", + "_origin": "ast", + "id": "backend_prisma_tsconfig_compileroptions_skiplibcheck", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" + }, + { + "label": "types", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L7", + "_origin": "ast", + "id": "backend_prisma_tsconfig_compileroptions_types", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "types" + }, + { + "label": "include", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_prisma_tsconfig_include", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "node", + "file_type": "concept", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L7", + "_origin": "ast", + "id": "backend_prisma_tsconfig_json_ref_node", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "node" + }, + { + "label": "./**/*.ts", + "file_type": "concept", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_prisma_tsconfig_json_ref_ts", + "community": 116, + "community_name": "compilerOptions", + "norm_label": "./**/*.ts" + }, + { + "label": "tsconfig.seed.json", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "tsconfig.seed.json" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "esModuleInterop", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "esmoduleinterop" + }, + { + "label": "module", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_module", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "module" + }, + { + "label": "moduleResolution", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L4", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L6", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" + }, + { + "label": "types", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_compileroptions_types", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "types" + }, + { + "label": "include", + "file_type": "code", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_include", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "node", + "file_type": "concept", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_json_ref_node", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "node" + }, + { + "label": "./**/*.ts", + "file_type": "concept", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_prisma_tsconfig_seed_json_ref_ts", + "community": 117, + "community_name": "compilerOptions", + "norm_label": "./**/*.ts" + }, + { + "label": "backend/README.md", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "backend_readme", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "backend/readme.md" + }, + { + "label": "Compile and run the project", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L34", + "_origin": "ast", + "id": "backend_readme_compile_and_run_the_project", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "compile and run the project" + }, + { + "label": "Deployment", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L60", + "_origin": "ast", + "id": "backend_readme_deployment", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "deployment" + }, + { + "label": "Description", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L24", + "_origin": "ast", + "id": "backend_readme_description", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "description" + }, + { + "label": "License", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L96", + "_origin": "ast", + "id": "backend_readme_license", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "license" + }, + { + "label": "Project setup", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L28", + "_origin": "ast", + "id": "backend_readme_project_setup", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "project setup" + }, + { + "label": "Resources", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L73", + "_origin": "ast", + "id": "backend_readme_resources", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "resources" + }, + { + "label": "Run tests", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L47", + "_origin": "ast", + "id": "backend_readme_run_tests", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "run tests" + }, + { + "label": "Stay in touch", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L90", + "_origin": "ast", + "id": "backend_readme_stay_in_touch", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "stay in touch" + }, + { + "label": "Support", + "file_type": "document", + "source_file": "backend/README.md", + "source_location": "L86", + "_origin": "ast", + "id": "backend_readme_support", + "community": 118, + "community_name": "backend/README.md", + "norm_label": "support" + }, + { + "label": "devDependencies", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L45", + "_origin": "ast", + "id": "backend_package_devdependencies", + "community": 119, + "community_name": "devDependencies", + "norm_label": "devdependencies" + }, + { + "label": "eslint", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L60", + "_origin": "ast", + "id": "backend_package_devdependencies_eslint", + "community": 119, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "@eslint/js", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L47", + "_origin": "ast", + "id": "backend_package_devdependencies_eslint_js", + "community": 119, + "community_name": "devDependencies", + "norm_label": "@eslint/js" + }, + { + "label": "eslint-plugin-prettier", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L62", + "_origin": "ast", + "id": "backend_package_devdependencies_eslint_plugin_prettier", + "community": 119, + "community_name": "devDependencies", + "norm_label": "eslint-plugin-prettier" + }, + { + "label": "jest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L64", + "_origin": "ast", + "id": "backend_package_devdependencies_jest", + "community": 119, + "community_name": "devDependencies", + "norm_label": "jest" + }, + { + "label": "@nestjs/schematics", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L49", + "_origin": "ast", + "id": "backend_package_devdependencies_nestjs_schematics", + "community": 119, + "community_name": "devDependencies", + "norm_label": "@nestjs/schematics" + }, + { + "label": "@nestjs/testing", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L50", + "_origin": "ast", + "id": "backend_package_devdependencies_nestjs_testing", + "community": 119, + "community_name": "devDependencies", + "norm_label": "@nestjs/testing" + }, + { + "label": "source-map-support", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L67", + "_origin": "ast", + "id": "backend_package_devdependencies_source_map_support", + "community": 119, + "community_name": "devDependencies", + "norm_label": "source-map-support" + }, + { + "label": "ts-jest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L69", + "_origin": "ast", + "id": "backend_package_devdependencies_ts_jest", + "community": 119, + "community_name": "devDependencies", + "norm_label": "ts-jest" + }, + { + "label": "tsconfig-paths", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L72", + "_origin": "ast", + "id": "backend_package_devdependencies_tsconfig_paths", + "community": 119, + "community_name": "devDependencies", + "norm_label": "tsconfig-paths" + }, + { + "label": "@types/bcryptjs", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L52", + "_origin": "ast", + "id": "backend_package_devdependencies_types_bcryptjs", + "community": 119, + "community_name": "devDependencies", + "norm_label": "@types/bcryptjs" + }, + { + "label": "typescript-eslint", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L74", + "_origin": "ast", + "id": "backend_package_devdependencies_typescript_eslint", + "community": 119, + "community_name": "devDependencies", + "norm_label": "typescript-eslint" + }, + { + "label": "eslint", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L60", + "_origin": "ast", + "id": "backend_package_json_eslint", + "community": 119, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "@eslint/js", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L47", + "_origin": "ast", + "id": "backend_package_json_eslint_js", + "community": 119, + "community_name": "devDependencies", + "norm_label": "@eslint/js" + }, + { + "label": "typescript-eslint", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L74", + "_origin": "ast", + "id": "backend_package_json_typescript_eslint", + "community": 119, + "community_name": "devDependencies", + "norm_label": "typescript-eslint" + }, + { + "label": "eslint-plugin-prettier", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L62", + "_origin": "ast", + "id": "eslint_plugin_prettier", + "community": 119, + "community_name": "devDependencies", + "norm_label": "eslint-plugin-prettier" + }, + { + "label": "jest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L64", + "_origin": "ast", + "id": "jest", + "community": 119, + "community_name": "devDependencies", + "norm_label": "jest" + }, + { + "label": "@nestjs/schematics", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L49", + "_origin": "ast", + "id": "nestjs_schematics", + "community": 119, + "community_name": "devDependencies", + "norm_label": "@nestjs/schematics" + }, + { + "label": "@nestjs/testing", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L50", + "_origin": "ast", + "id": "nestjs_testing", + "community": 119, + "community_name": "devDependencies", + "norm_label": "@nestjs/testing" + }, + { + "label": "source-map-support", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L67", + "_origin": "ast", + "id": "source_map_support", + "community": 119, + "community_name": "devDependencies", + "norm_label": "source-map-support" + }, + { + "label": "ts-jest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L69", + "_origin": "ast", + "id": "ts_jest", + "community": 119, + "community_name": "devDependencies", + "norm_label": "ts-jest" + }, + { + "label": "tsconfig-paths", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L72", + "_origin": "ast", + "id": "tsconfig_paths", + "community": 119, + "community_name": "devDependencies", + "norm_label": "tsconfig-paths" + }, + { + "label": "@types/bcryptjs", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L52", + "_origin": "ast", + "id": "types_bcryptjs", + "community": 119, + "community_name": "devDependencies", + "norm_label": "@types/bcryptjs" + }, + { + "label": "App.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_app", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "app.tsx" + }, + { + "label": "main.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/main.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_main", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "main.tsx" + }, + { + "label": "CMS.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_cms", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "cms.tsx" + }, + { + "label": "ContactSubmissions.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_contactsubmissions", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "contactsubmissions.tsx" + }, + { + "label": "Dashboard.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_dashboard", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "dashboard.tsx" + }, + { + "label": "Tickets.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_tickets", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "tickets.tsx" + }, + { + "label": "adminRoutes.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "adminroutes.tsx" + }, + { + "label": "CMS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L23", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_cms", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "cms" + }, + { + "label": "ContactSubmissions", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L26", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "contactsubmissions" + }, + { + "label": "Dashboard", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L10", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_dashboard", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "dashboard" + }, + { + "label": "router", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L51", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_router", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "router" + }, + { + "label": "Tickets", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L41", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_tickets", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "tickets" + }, + { + "label": "lazyWithRetry.ts", + "file_type": "code", + "source_file": "frontend/admin-panel/src/utils/lazyWithRetry.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_utils_lazywithretry", + "community": 12, + "community_name": "adminRoutes.tsx", + "norm_label": "lazywithretry.ts" + }, + { + "label": "00-repository-map.md", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_00_repository_map", + "community": 120, + "community_name": "Repository Map", + "norm_label": "00-repository-map.md" + }, + { + "label": "1. Active Customer Storefront: React 19 + Vite Application", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L17", + "_origin": "ast", + "id": "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application", + "community": 120, + "community_name": "Repository Map", + "norm_label": "1. active customer storefront: react 19 + vite application" + }, + { + "label": "2. Active Backend Service: NestJS Application", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L23", + "_origin": "ast", + "id": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application", + "community": 120, + "community_name": "Repository Map", + "norm_label": "2. active backend service: nestjs application" + }, + { + "label": "3. Excluded Placeholder / Non-Auditable Directories", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L29", + "_origin": "ast", + "id": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories", + "community": 120, + "community_name": "Repository Map", + "norm_label": "3. excluded placeholder / non-auditable directories" + }, + { + "label": "Active Applications & Non-Auditable Scopes", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "community": 120, + "community_name": "Repository Map", + "norm_label": "active applications & non-auditable scopes" + }, + { + "label": "Documentation Governance", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L61", + "_origin": "ast", + "id": "docs_audit_00_repository_map_documentation_governance", + "community": 120, + "community_name": "Repository Map", + "norm_label": "documentation governance" + }, + { + "label": "Important Configuration & Infrastructure Files", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L50", + "_origin": "ast", + "id": "docs_audit_00_repository_map_important_configuration_infrastructure_files", + "community": 120, + "community_name": "Repository Map", + "norm_label": "important configuration & infrastructure files" + }, + { + "label": "Mandatory Global Audit Exclusions", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L35", + "_origin": "ast", + "id": "docs_audit_00_repository_map_mandatory_global_audit_exclusions", + "community": 120, + "community_name": "Repository Map", + "norm_label": "mandatory global audit exclusions" + }, + { + "label": "Repository Map", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_00_repository_map_repository_map", + "community": 120, + "community_name": "Repository Map", + "norm_label": "repository map" + }, + { + "label": "Repository Structure & Overview", + "file_type": "document", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_00_repository_map_repository_structure_overview", + "community": 120, + "community_name": "Repository Map", + "norm_label": "repository structure & overview" + }, + { + "label": "validate_integrity.js", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_validate_integrity", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "validate_integrity.js" + }, + { + "label": "dispSum", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L16", + "_origin": "ast", + "id": "docs_audit_validate_integrity_dispsum", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "dispsum" + }, + { + "label": "errors", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L7", + "_origin": "ast", + "id": "docs_audit_validate_integrity_errors", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "errors" + }, + { + "label": "invalidNewIds", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_validate_integrity_invalidnewids", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "invalidnewids" + }, + { + "label": "manifest", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_validate_integrity_manifest", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "manifest" + }, + { + "label": "report", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_validate_integrity_report", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "report" + }, + { + "label": "trackedFiles", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L4", + "_origin": "ast", + "id": "docs_audit_validate_integrity_trackedfiles", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "trackedfiles" + }, + { + "label": "uninspected", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L38", + "_origin": "ast", + "id": "docs_audit_validate_integrity_uninspected", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "uninspected" + }, + { + "label": "verifiedIndex", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_validate_integrity_verifiedindex", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "verifiedindex" + }, + { + "label": "warnings", + "file_type": "code", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_validate_integrity_warnings", + "community": 121, + "community_name": "validate_integrity.js", + "norm_label": "warnings" + }, + { + "label": "admin-panel/package.json", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_package", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "admin-panel/package.json" + }, + { + "label": "name", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L2", + "_origin": "ast", + "id": "frontend_admin_panel_package_name", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "name" + }, + { + "label": "private", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_admin_panel_package_private", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "private" + }, + { + "label": "scripts", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L6", + "_origin": "ast", + "id": "frontend_admin_panel_package_scripts", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "scripts" + }, + { + "label": "build", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L8", + "_origin": "ast", + "id": "frontend_admin_panel_package_scripts_build", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "build" + }, + { + "label": "dev", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_package_scripts_dev", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "dev" + }, + { + "label": "lint", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L9", + "_origin": "ast", + "id": "frontend_admin_panel_package_scripts_lint", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "lint" + }, + { + "label": "preview", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L10", + "_origin": "ast", + "id": "frontend_admin_panel_package_scripts_preview", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "preview" + }, + { + "label": "type", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_package_type", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "type" + }, + { + "label": "version", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_admin_panel_package_version", + "community": 122, + "community_name": "admin-panel/package.json", + "norm_label": "version" + }, + { + "label": "admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/readme.md" + }, + { + "label": "Arch Linux", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L119", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "arch linux" + }, + { + "label": "Contributors", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L127", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "contributors" + }, + { + "label": "Install", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L103", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "install" + }, + { + "label": "Known problems for variable version", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "known problems for variable version" + }, + { + "label": "License", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L131", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "license" + }, + { + "label": "Sahel-Font", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "sahel-font" + }, + { + "label": "To Do (variable)", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "to do (variable)" + }, + { + "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L83", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable" + }, + { + "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "community": 123, + "community_name": "Sahel-Font", + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628" + }, + { + "label": "Spinner.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_spinner", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "spinner.tsx" + }, + { + "label": "PaymentGatewaysPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_paymentgatewayspage", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "paymentgatewayspage.tsx" + }, + { + "label": "Reports.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "reports.tsx" + }, + { + "label": "COLORS", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L10", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reports_colors", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "colors" + }, + { + "label": "Reviews.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_reviews", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "reviews.tsx" + }, + { + "label": "SeoSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_seosettingspage", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "seosettingspage.tsx" + }, + { + "label": "Settings.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_settings", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "settings.tsx" + }, + { + "label": "SslSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_sslsettingspage", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "sslsettingspage.tsx" + }, + { + "label": "PaymentGatewaysPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L35", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_paymentgatewayspage", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "paymentgatewayspage" + }, + { + "label": "Reports", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_reports", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "reports" + }, + { + "label": "Reviews", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L42", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_reviews", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "reviews" + }, + { + "label": "SeoSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "seosettingspage" + }, + { + "label": "Settings", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_settings", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "settings" + }, + { + "label": "SslSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L39", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "community": 124, + "community_name": "Spinner.tsx", + "norm_label": "sslsettingspage" + }, + { + "label": "application/public/fonts/sahel-font-v3.4.0/README.md", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "application/public/fonts/sahel-font-v3.4.0/readme.md" + }, + { + "label": "Arch Linux", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L119", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "arch linux" + }, + { + "label": "Contributors", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L127", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "contributors" + }, + { + "label": "Install", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L103", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "install" + }, + { + "label": "Known problems for variable version", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "known problems for variable version" + }, + { + "label": "License", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L131", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "license" + }, + { + "label": "Sahel-Font", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "sahel-font" + }, + { + "label": "To Do (variable)", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "to do (variable)" + }, + { + "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L83", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u0627\u0632 \u0646\u0633\u062e\u0647 \u0645\u062a\u063a\u06cc\u0631 variable" + }, + { + "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "community": 125, + "community_name": "Sahel-Font", + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628" + }, + { + "label": "00_intake.md", + "file_type": "document", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_00_intake", + "community": 126, + "community_name": "Role & Core Objective", + "norm_label": "00_intake.md" + }, + { + "label": "1. Ask \u2014 Don't Assume", + "file_type": "document", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L30", + "_origin": "ast", + "id": "ai_agency_agents_00_intake_1_ask_don_t_assume", + "community": 126, + "community_name": "Role & Core Objective", + "norm_label": "1. ask \u2014 don't assume" + }, + { + "label": "2. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L58", + "_origin": "ast", + "id": "ai_agency_agents_00_intake_2_forbidden_actions", + "community": 126, + "community_name": "Role & Core Objective", + "norm_label": "2. forbidden actions" + }, + { + "label": "Brownfield Detection", + "file_type": "document", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L17", + "_origin": "ast", + "id": "ai_agency_agents_00_intake_brownfield_detection", + "community": 126, + "community_name": "Role & Core Objective", + "norm_label": "brownfield detection" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L105", + "_origin": "ast", + "id": "ai_agency_agents_00_intake_expected_json_output_schema", + "community": 126, + "community_name": "Role & Core Objective", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L28", + "_origin": "ast", + "id": "ai_agency_agents_00_intake_operational_rules_boundaries", + "community": 126, + "community_name": "Role & Core Objective", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L65", + "_origin": "ast", + "id": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update", + "community": 126, + "community_name": "Role & Core Objective", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_00_intake_role_core_objective", + "community": 126, + "community_name": "Role & Core Objective", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L9", + "_origin": "ast", + "id": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read", + "community": 126, + "community_name": "Role & Core Objective", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "orchestrate.py", + "file_type": "code", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_orchestrate", + "community": 127, + "community_name": "orchestrate.py", + "norm_label": "orchestrate.py" + }, + { + "label": "backend/package.json", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L1", + "_origin": "ast", + "id": "backend_package", + "community": 128, + "community_name": "backend/package.json", + "norm_label": "backend/package.json" + }, + { + "label": "author", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L5", + "_origin": "ast", + "id": "backend_package_author", + "community": 128, + "community_name": "backend/package.json", + "norm_label": "author" + }, + { + "label": "description", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L4", + "_origin": "ast", + "id": "backend_package_description", + "community": 128, + "community_name": "backend/package.json", + "norm_label": "description" + }, + { + "label": "license", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L7", + "_origin": "ast", + "id": "backend_package_license", + "community": 128, + "community_name": "backend/package.json", + "norm_label": "license" + }, + { + "label": "name", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_package_name", + "community": 128, + "community_name": "backend/package.json", + "norm_label": "name" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L93", + "_origin": "ast", + "id": "backend_package_prisma", + "community": 128, + "community_name": "backend/package.json", + "norm_label": "prisma" + }, + { + "label": "seed", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L94", + "_origin": "ast", + "id": "backend_package_prisma_seed", + "community": 128, + "community_name": "backend/package.json", + "norm_label": "seed" + }, + { + "label": "private", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L6", + "_origin": "ast", + "id": "backend_package_private", + "community": 128, + "community_name": "backend/package.json", + "norm_label": "private" + }, + { + "label": "version", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_package_version", + "community": 128, + "community_name": "backend/package.json", + "norm_label": "version" + }, + { + "label": "auth.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_service_spec", + "community": 13, + "community_name": "PrismaService", + "norm_label": "auth.service.spec.ts" + }, + { + "label": "b2b.service.ts", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_b2b_b2b_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "b2b.service.ts" + }, + { + "label": "banners.service.ts", + "file_type": "code", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_banners_banners_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "banners.service.ts" + }, + { + "label": "metrics.controller.ts", + "file_type": "code", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_metrics_controller", + "community": 13, + "community_name": "PrismaService", + "norm_label": "metrics.controller.ts" + }, + { + "label": "sms.service.ts", + "file_type": "code", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_services_sms_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "sms.service.ts" + }, + { + "label": "contact.service.ts", + "file_type": "code", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_contact_contact_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "contact.service.ts" + }, + { + "label": "doctors.controller.ts", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_doctors_doctors_controller", + "community": 13, + "community_name": "PrismaService", + "norm_label": "doctors.controller.ts" + }, + { + "label": "doctors.service.ts", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_doctors_doctors_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "doctors.service.ts" + }, + { + "label": "ingredients.service.ts", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "ingredients.service.ts" + }, + { + "label": "orders.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_orders_service_spec", + "community": 13, + "community_name": "PrismaService", + "norm_label": "orders.service.spec.ts" + }, + { + "label": "admin-transaction-filter.dto.ts", + "file_type": "code", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_dto_admin_transaction_filter_dto", + "community": 13, + "community_name": "PrismaService", + "norm_label": "admin-transaction-filter.dto.ts" + }, + { + "label": "payment.service.ts", + "file_type": "code", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_payment_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "payment.service.ts" + }, + { + "label": "pets.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_service_spec", + "community": 13, + "community_name": "PrismaService", + "norm_label": "pets.service.spec.ts" + }, + { + "label": "prescriptions.service.ts", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "prescriptions.service.ts" + }, + { + "label": "prisma.service.ts", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_prisma_prisma_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "prisma.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prisma_prisma_service_ts_injectable", + "community": 13, + "community_name": "PrismaService", + "norm_label": "injectable" + }, + { + "label": "default-ui-texts.ts", + "file_type": "code", + "source_file": "backend/src/settings/default-ui-texts.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_default_ui_texts", + "community": 13, + "community_name": "PrismaService", + "norm_label": "default-ui-texts.ts" + }, + { + "label": "DEFAULT_UI_TEXTS", + "file_type": "code", + "source_file": "backend/src/settings/default-ui-texts.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_default_ui_texts_default_ui_texts", + "community": 13, + "community_name": "PrismaService", + "norm_label": "default_ui_texts" + }, + { + "label": "settings.service.ts", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_settings_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "settings.service.ts" + }, + { + "label": "settings.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_settings_service_spec", + "community": 13, + "community_name": "PrismaService", + "norm_label": "settings.service.spec.ts" + }, + { + "label": "smart-advisor.service.ts", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "smart-advisor.service.ts" + }, + { + "label": "testimonials.service.ts", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "testimonials.service.ts" + }, + { + "label": "users.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_service_spec", + "community": 13, + "community_name": "PrismaService", + "norm_label": "users.service.spec.ts" + }, + { + "label": "videos.service.ts", + "file_type": "code", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_videos_videos_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "videos.service.ts" + }, + { + "label": "wholesale-apply.dto.ts", + "file_type": "code", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto", + "community": 13, + "community_name": "PrismaService", + "norm_label": "wholesale-apply.dto.ts" + }, + { + "label": "wholesale.service.ts", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service", + "community": 13, + "community_name": "PrismaService", + "norm_label": "wholesale.service.ts" + }, + { + "label": "exports.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_exports", + "community": 130, + "community_name": "graphify reference: extra exports and benchmark", + "norm_label": "exports.md" + }, + { + "label": "graphify reference: extra exports and benchmark", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "community": 130, + "community_name": "graphify reference: extra exports and benchmark", + "norm_label": "graphify reference: extra exports and benchmark" + }, + { + "label": "Step 6b - Wiki (only if --wiki flag)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag", + "community": 130, + "community_name": "graphify reference: extra exports and benchmark", + "norm_label": "step 6b - wiki (only if --wiki flag)" + }, + { + "label": "Step 7 - Neo4j export (only if --neo4j or --neo4j-push flag)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L15", + "_origin": "ast", + "id": "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag", + "community": 130, + "community_name": "graphify reference: extra exports and benchmark", + "norm_label": "step 7 - neo4j export (only if --neo4j or --neo4j-push flag)" + }, + { + "label": "Step 7a - FalkorDB export (only if --falkordb or --falkordb-push flag)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L31", + "_origin": "ast", + "id": "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag", + "community": 130, + "community_name": "graphify reference: extra exports and benchmark", + "norm_label": "step 7a - falkordb export (only if --falkordb or --falkordb-push flag)" + }, + { + "label": "Step 7b - SVG export (only if --svg flag)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L47", + "_origin": "ast", + "id": "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag", + "community": 130, + "community_name": "graphify reference: extra exports and benchmark", + "norm_label": "step 7b - svg export (only if --svg flag)" + }, + { + "label": "Step 7c - GraphML export (only if --graphml flag)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L53", + "_origin": "ast", + "id": "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag", + "community": 130, + "community_name": "graphify reference: extra exports and benchmark", + "norm_label": "step 7c - graphml export (only if --graphml flag)" + }, + { + "label": "Step 7d - MCP server (only if --mcp flag)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L59", + "_origin": "ast", + "id": "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag", + "community": 130, + "community_name": "graphify reference: extra exports and benchmark", + "norm_label": "step 7d - mcp server (only if --mcp flag)" + }, + { + "label": "Step 8 - Token reduction benchmark (only if total_words > 5000)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L79", + "_origin": "ast", + "id": "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000", + "community": 130, + "community_name": "graphify reference: extra exports and benchmark", + "norm_label": "step 8 - token reduction benchmark (only if total_words > 5000)" + }, + { + "label": "21-phase2-quality-gate-summary.md", + "file_type": "document", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_21_phase2_quality_gate_summary", + "community": 131, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "norm_label": "21-phase2-quality-gate-summary.md" + }, + { + "label": "1. Executive Summary", + "file_type": "document", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_21_phase2_quality_gate_summary_1_executive_summary", + "community": 131, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "norm_label": "1. executive summary" + }, + { + "label": "2. Final Verified Finding Breakdown", + "file_type": "document", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L16", + "_origin": "ast", + "id": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "community": 131, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "norm_label": "2. final verified finding breakdown" + }, + { + "label": "3. Source Coverage & Diagnostic Metrics", + "file_type": "document", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L31", + "_origin": "ast", + "id": "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics", + "community": 131, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "norm_label": "3. source coverage & diagnostic metrics" + }, + { + "label": "4. Integrity Check & Quality Gate Status", + "file_type": "document", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L40", + "_origin": "ast", + "id": "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status", + "community": 131, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "norm_label": "4. integrity check & quality gate status" + }, + { + "label": "5. Exact Next Recommended Phase", + "file_type": "document", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L47", + "_origin": "ast", + "id": "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase", + "community": 131, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "norm_label": "5. exact next recommended phase" + }, + { + "label": "By Confidence", + "file_type": "document", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L25", + "_origin": "ast", + "id": "docs_audit_21_phase2_quality_gate_summary_by_confidence", + "community": 131, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "norm_label": "by confidence" + }, + { + "label": "By Severity", + "file_type": "document", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L18", + "_origin": "ast", + "id": "docs_audit_21_phase2_quality_gate_summary_by_severity", + "community": 131, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "norm_label": "by severity" + }, + { + "label": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "community": 131, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "norm_label": "phase 2 final quality gate summary report" + }, + { + "label": "phase3.1-change-log.md", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log", + "community": 132, + "community_name": "Task Modifications Log", + "norm_label": "phase3.1-change-log.md" + }, + { + "label": "1. `TASK-AUTH-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_1_task_auth_001", + "community": 132, + "community_name": "Task Modifications Log", + "norm_label": "1. `task-auth-001`" + }, + { + "label": "2. `TASK-FIN-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L19", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_2_task_fin_001", + "community": 132, + "community_name": "Task Modifications Log", + "norm_label": "2. `task-fin-001`" + }, + { + "label": "3. `DECISION-002`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_3_decision_002", + "community": 132, + "community_name": "Task Modifications Log", + "norm_label": "3. `decision-002`" + }, + { + "label": "4. `TASK-VERIFY-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L37", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_4_task_verify_001", + "community": 132, + "community_name": "Task Modifications Log", + "norm_label": "4. `task-verify-001`" + }, + { + "label": "5. `TASK-SEC-001` & `TASK-SEC-002`", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002", + "community": 132, + "community_name": "Task Modifications Log", + "norm_label": "5. `task-sec-001` & `task-sec-002`" + }, + { + "label": "6. `TASK-BUILD-001` & Execution Waves", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L55", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves", + "community": 132, + "community_name": "Task Modifications Log", + "norm_label": "6. `task-build-001` & execution waves" + }, + { + "label": "Phase 3.1 \u2014 Master Task Backlog Change Log", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", + "community": 132, + "community_name": "Task Modifications Log", + "norm_label": "phase 3.1 \u2014 master task backlog change log" + }, + { + "label": "Task Modifications Log", + "file_type": "document", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_phase3_1_change_log_task_modifications_log", + "community": 132, + "community_name": "Task Modifications Log", + "norm_label": "task modifications log" + }, + { + "label": "shabnam-font-v5.0.1/README.md", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme", + "community": 133, + "community_name": "Install", + "norm_label": "shabnam-font-v5.0.1/readme.md" + }, + { + "label": "Arch Linux", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L110", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux", + "community": 133, + "community_name": "Install", + "norm_label": "arch linux" + }, + { + "label": "bower", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L80", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower", + "community": 133, + "community_name": "Install", + "norm_label": "bower" + }, + { + "label": "Install", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L76", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "community": 133, + "community_name": "Install", + "norm_label": "install" + }, + { + "label": "npm", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L86", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm", + "community": 133, + "community_name": "Install", + "norm_label": "npm" + }, + { + "label": "Shabnam Font", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", + "community": 133, + "community_name": "Install", + "norm_label": "shabnam font" + }, + { + "label": "yarn", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L91", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn", + "community": 133, + "community_name": "Install", + "norm_label": "yarn" + }, + { + "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628:", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "community": 133, + "community_name": "Install", + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628:" + }, + { + "label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 Sample:", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample", + "community": 133, + "community_name": "Install", + "norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 sample:" + }, + { + "label": "ErrorBoundary.tsx", + "file_type": "code", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_errorboundary", + "community": 134, + "community_name": "ErrorBoundary", + "norm_label": "errorboundary.tsx" + }, + { + "label": "application/package.json", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_package", + "community": 135, + "community_name": "application/package.json", + "norm_label": "application/package.json" + }, + { + "label": "name", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L2", + "_origin": "ast", + "id": "frontend_application_package_name", + "community": 135, + "community_name": "application/package.json", + "norm_label": "name" + }, + { + "label": "private", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_package_private", + "community": 135, + "community_name": "application/package.json", + "norm_label": "private" + }, + { + "label": "scripts", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_application_package_scripts", + "community": 135, + "community_name": "application/package.json", + "norm_label": "scripts" + }, + { + "label": "build", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_application_package_scripts_build", + "community": 135, + "community_name": "application/package.json", + "norm_label": "build" + }, + { + "label": "dev", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L6", + "_origin": "ast", + "id": "frontend_application_package_scripts_dev", + "community": 135, + "community_name": "application/package.json", + "norm_label": "dev" + }, + { + "label": "lint", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L9", + "_origin": "ast", + "id": "frontend_application_package_scripts_lint", + "community": 135, + "community_name": "application/package.json", + "norm_label": "lint" + }, + { + "label": "start", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L8", + "_origin": "ast", + "id": "frontend_application_package_scripts_start", + "community": 135, + "community_name": "application/package.json", + "norm_label": "start" + }, + { + "label": "version", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_application_package_version", + "community": 135, + "community_name": "application/package.json", + "norm_label": "version" + }, + { + "label": "app_module_1", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L37", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_app_module_1", + "community": 136, + "community_name": "generate-openapi.js", + "norm_label": "app_module_1" + }, + { + "label": "core_1", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L36", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_core_1", + "community": 136, + "community_name": "generate-openapi.js", + "norm_label": "core_1" + }, + { + "label": "fs", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L39", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_fs", + "community": 136, + "community_name": "generate-openapi.js", + "norm_label": "fs" + }, + { + "label": "generate-openapi.js", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L1", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "community": 136, + "community_name": "generate-openapi.js", + "norm_label": "generate-openapi.js" + }, + { + "label": "path", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L40", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_path", + "community": 136, + "community_name": "generate-openapi.js", + "norm_label": "path" + }, + { + "label": "swagger_1", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L38", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_swagger_1", + "community": 136, + "community_name": "generate-openapi.js", + "norm_label": "swagger_1" + }, + { + "label": "yaml", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L41", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_yaml", + "community": 136, + "community_name": "generate-openapi.js", + "norm_label": "yaml" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", + "community": 137, + "community_name": "AdminTransactionFilterDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsIn", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin", + "community": 137, + "community_name": "AdminTransactionFilterDto", + "norm_label": "isin" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber", + "community": 137, + "community_name": "AdminTransactionFilterDto", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional", + "community": 137, + "community_name": "AdminTransactionFilterDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring", + "community": 137, + "community_name": "AdminTransactionFilterDto", + "norm_label": "isstring" + }, + { + "label": "Type", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type", + "community": 137, + "community_name": "AdminTransactionFilterDto", + "norm_label": "type" + }, + { + "label": "initiate-payment.dto.ts", + "file_type": "code", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto", + "community": 138, + "community_name": "InitiatePaymentDto", + "norm_label": "initiate-payment.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "community": 138, + "community_name": "InitiatePaymentDto", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", + "community": 138, + "community_name": "InitiatePaymentDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", + "community": 138, + "community_name": "InitiatePaymentDto", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", + "community": 138, + "community_name": "InitiatePaymentDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_isstring", + "community": 138, + "community_name": "InitiatePaymentDto", + "norm_label": "isstring" + }, + { + "label": "01-system-discovery.md", + "file_type": "document", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_01_system_discovery", + "community": 139, + "community_name": "System Discovery", + "norm_label": "01-system-discovery.md" + }, + { + "label": "Active Core Applications", + "file_type": "document", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L6", + "_origin": "ast", + "id": "docs_audit_01_system_discovery_active_core_applications", + "community": 139, + "community_name": "System Discovery", + "norm_label": "active core applications" + }, + { + "label": "Current Architecture", + "file_type": "document", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_01_system_discovery_current_architecture", + "community": 139, + "community_name": "System Discovery", + "norm_label": "current architecture" + }, + { + "label": "Evidence-Based Status Matrix", + "file_type": "document", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L36", + "_origin": "ast", + "id": "docs_audit_01_system_discovery_evidence_based_status_matrix", + "community": 139, + "community_name": "System Discovery", + "norm_label": "evidence-based status matrix" + }, + { + "label": "Excluded / Non-Auditable Artifacts", + "file_type": "document", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L12", + "_origin": "ast", + "id": "docs_audit_01_system_discovery_excluded_non_auditable_artifacts", + "community": 139, + "community_name": "System Discovery", + "norm_label": "excluded / non-auditable artifacts" + }, + { + "label": "Major Business Domains Discovered", + "file_type": "document", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L18", + "_origin": "ast", + "id": "docs_audit_01_system_discovery_major_business_domains_discovered", + "community": 139, + "community_name": "System Discovery", + "norm_label": "major business domains discovered" + }, + { + "label": "System Discovery", + "file_type": "document", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_01_system_discovery_system_discovery", + "community": 139, + "community_name": "System Discovery", + "norm_label": "system discovery" + }, + { + "label": "Technical Architecture Summary", + "file_type": "document", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_01_system_discovery_technical_architecture_summary", + "community": 139, + "community_name": "System Discovery", + "norm_label": "technical architecture summary" + }, + { + "label": "create-pet.dto.ts", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "create-pet.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_apiproperty", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsArray", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isarray", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "isarray" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isnotempty", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isnumber", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isoptional", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_pet_dto_ts_isstring", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "isstring" + }, + { + "label": "update-pet.dto.ts", + "file_type": "code", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_dto_update_pet_dto", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "update-pet.dto.ts" + }, + { + "label": "pets/pets.controller.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_controller", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "pets/pets.controller.ts" + }, + { + "label": "pets.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_spec", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "pets.controller.spec.ts" + }, + { + "label": "pets.module.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_module", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "pets.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_module_ts_module", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "module" + }, + { + "label": "pets/pets.service.ts", + "file_type": "code", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_pets_service", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "pets/pets.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_service_ts_injectable", + "community": 14, + "community_name": "pets/pets.controller.ts", + "norm_label": "injectable" + }, + { + "label": "prd.md", + "file_type": "document", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_prd", + "community": 140, + "community_name": "Product Requirement Document (PRD)", + "norm_label": "prd.md" + }, + { + "label": "1. Executive Vision", + "file_type": "document", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_prd_1_executive_vision", + "community": 140, + "community_name": "Product Requirement Document (PRD)", + "norm_label": "1. executive vision" + }, + { + "label": "2. Target Audience", + "file_type": "document", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L6", + "_origin": "ast", + "id": "ai_agency_specs_prd_2_target_audience", + "community": 140, + "community_name": "Product Requirement Document (PRD)", + "norm_label": "2. target audience" + }, + { + "label": "3. Functional Requirements", + "file_type": "document", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L9", + "_origin": "ast", + "id": "ai_agency_specs_prd_3_functional_requirements", + "community": 140, + "community_name": "Product Requirement Document (PRD)", + "norm_label": "3. functional requirements" + }, + { + "label": "4. Non-Functional Requirements (Performance, Security)", + "file_type": "document", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L12", + "_origin": "ast", + "id": "ai_agency_specs_prd_4_non_functional_requirements_performance_security", + "community": 140, + "community_name": "Product Requirement Document (PRD)", + "norm_label": "4. non-functional requirements (performance, security)" + }, + { + "label": "5. Epic / Feature Breakdown", + "file_type": "document", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L15", + "_origin": "ast", + "id": "ai_agency_specs_prd_5_epic_feature_breakdown", + "community": 140, + "community_name": "Product Requirement Document (PRD)", + "norm_label": "5. epic / feature breakdown" + }, + { + "label": "Product Requirement Document (PRD)", + "file_type": "document", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_prd_product_requirement_document_prd", + "community": 140, + "community_name": "Product Requirement Document (PRD)", + "norm_label": "product requirement document (prd)" + }, + { + "label": "ApiNotFoundResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", + "community": 141, + "community_name": "WikiController", + "norm_label": "apinotfoundresponse" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_ts_apiokresponse", + "community": 141, + "community_name": "WikiController", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_ts_apioperation", + "community": 141, + "community_name": "WikiController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_ts_apitags", + "community": 141, + "community_name": "WikiController", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_ts_controller", + "community": 141, + "community_name": "WikiController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_ts_get", + "community": 141, + "community_name": "WikiController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_ts_param", + "community": 141, + "community_name": "WikiController", + "norm_label": "param" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller_ts_query", + "community": 141, + "community_name": "WikiController", + "norm_label": "query" + }, + { + "label": "admin.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_service_spec", + "community": 143, + "community_name": "RedisService", + "norm_label": "admin.service.spec.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_service_ts_injectable", + "community": 143, + "community_name": "RedisService", + "norm_label": "injectable" + }, + { + "label": "phone.utils.ts", + "file_type": "code", + "source_file": "backend/src/common/utils/phone.utils.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_utils_phone_utils", + "community": 143, + "community_name": "RedisService", + "norm_label": "phone.utils.ts" + }, + { + "label": "redis.module.ts", + "file_type": "code", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_redis_redis_module", + "community": 143, + "community_name": "RedisService", + "norm_label": "redis.module.ts" + }, + { + "label": "redis.service.ts", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_redis_redis_service", + "community": 143, + "community_name": "RedisService", + "norm_label": "redis.service.ts" + }, + { + "label": "redis.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/redis/redis.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_redis_redis_service_spec", + "community": 143, + "community_name": "RedisService", + "norm_label": "redis.service.spec.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_redis_redis_service_ts_injectable", + "community": 143, + "community_name": "RedisService", + "norm_label": "injectable" + }, + { + "label": "users.service.ts", + "file_type": "code", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_service", + "community": 143, + "community_name": "RedisService", + "norm_label": "users.service.ts" + }, + { + "label": "03-baseline-command-plan.md", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan", + "community": 144, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "03-baseline-command-plan.md" + }, + { + "label": "Attempted Command Execution Log", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_attempted_command_execution_log", + "community": 144, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "attempted command execution log" + }, + { + "label": "Backend `backend/package.json` Scripts", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L29", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts", + "community": 144, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "backend `backend/package.json` scripts" + }, + { + "label": "Baseline Command Plan & Reconciled Command History", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "community": 144, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "baseline command plan & reconciled command history" + }, + { + "label": "Package Scripts Safety Analysis", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L16", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "community": 144, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "package scripts safety analysis" + }, + { + "label": "Permitted Safe Checks for Phase 2", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2", + "community": 144, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "permitted safe checks for phase 2" + }, + { + "label": "Root `package.json` Scripts", + "file_type": "document", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L18", + "_origin": "ast", + "id": "docs_audit_03_baseline_command_plan_root_package_json_scripts", + "community": 144, + "community_name": "Baseline Command Plan & Reconciled Command History", + "norm_label": "root `package.json` scripts" + }, + { + "label": "SmsSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smssettingspage", + "community": 145, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smssettingspage.tsx" + }, + { + "label": "SmsSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L38", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_smssettingspage", + "community": 145, + "community_name": "SmsSettingsPage.tsx", + "norm_label": "smssettingspage" + }, + { + "label": "error.tsx", + "file_type": "code", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_error", + "community": 146, + "community_name": "ErrorPages.tsx", + "norm_label": "error.tsx" + }, + { + "label": "not-found.tsx", + "file_type": "code", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_not_found", + "community": 146, + "community_name": "ErrorPages.tsx", + "norm_label": "not-found.tsx" + }, + { + "label": "ErrorPages.tsx", + "file_type": "code", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_errorpages", + "community": 146, + "community_name": "ErrorPages.tsx", + "norm_label": "errorpages.tsx" + }, + { + "label": "with-vpn.sh", + "file_type": "code", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L1", + "metadata": { + "language": "bash", + "kind": "file" + }, + "_origin": "ast", + "id": "gitea_scripts_with_vpn", + "community": 147, + "community_name": "with-vpn.sh", + "norm_label": "with-vpn.sh" + }, + { + "label": "cleanup()", + "file_type": "code", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L65", + "metadata": { + "language": "bash", + "kind": "bash_function" + }, + "_origin": "ast", + "id": "gitea_scripts_with_vpn_cleanup", + "community": 147, + "community_name": "with-vpn.sh", + "norm_label": "cleanup()" + }, + { + "label": "log()", + "file_type": "code", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L14", + "metadata": { + "language": "bash", + "kind": "bash_function" + }, + "_origin": "ast", + "id": "gitea_scripts_with_vpn_log", + "community": 147, + "community_name": "with-vpn.sh", + "norm_label": "log()" + }, + { + "label": "with-vpn.sh script", + "file_type": "code", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L1", + "metadata": { + "language": "bash", + "kind": "bash_entrypoint" + }, + "_origin": "ast", + "id": "gitea_scripts_with_vpn_sh__entry", + "community": 147, + "community_name": "with-vpn.sh", + "norm_label": "with-vpn.sh script" + }, + { + "label": "start_vpn()", + "file_type": "code", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L20", + "metadata": { + "language": "bash", + "kind": "bash_function" + }, + "_origin": "ast", + "id": "gitea_scripts_with_vpn_start_vpn", + "community": 147, + "community_name": "with-vpn.sh", + "norm_label": "start_vpn()" + }, + { + "label": "stop_vpn()", + "file_type": "code", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L51", + "metadata": { + "language": "bash", + "kind": "bash_function" + }, + "_origin": "ast", + "id": "gitea_scripts_with_vpn_stop_vpn", + "community": 147, + "community_name": "with-vpn.sh", + "norm_label": "stop_vpn()" + }, + { + "label": "vpn_is_up()", + "file_type": "code", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L16", + "metadata": { + "language": "bash", + "kind": "bash_function" + }, + "_origin": "ast", + "id": "gitea_scripts_with_vpn_vpn_is_up", + "community": 147, + "community_name": "with-vpn.sh", + "norm_label": "vpn_is_up()" + }, + { + "label": "architecture_spec.md", + "file_type": "document", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_architecture_spec", + "community": 148, + "community_name": "Architecture Specification", + "norm_label": "architecture_spec.md" + }, + { + "label": "1. Single Non-Negotiable Tech Stack", + "file_type": "document", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack", + "community": 148, + "community_name": "Architecture Specification", + "norm_label": "1. single non-negotiable tech stack" + }, + { + "label": "2. Directory Structure Tree", + "file_type": "document", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L10", + "_origin": "ast", + "id": "ai_agency_specs_architecture_spec_2_directory_structure_tree", + "community": 148, + "community_name": "Architecture Specification", + "norm_label": "2. directory structure tree" + }, + { + "label": "3. State Management Strategy", + "file_type": "document", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L25", + "_origin": "ast", + "id": "ai_agency_specs_architecture_spec_3_state_management_strategy", + "community": 148, + "community_name": "Architecture Specification", + "norm_label": "3. state management strategy" + }, + { + "label": "4. Deployment / Docker Architecture", + "file_type": "document", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L28", + "_origin": "ast", + "id": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture", + "community": 148, + "community_name": "Architecture Specification", + "norm_label": "4. deployment / docker architecture" + }, + { + "label": "Architecture Specification", + "file_type": "document", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_architecture_spec_architecture_specification", + "community": 148, + "community_name": "Architecture Specification", + "norm_label": "architecture specification" + }, + { + "label": "project_health.md", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_project_health", + "community": 149, + "community_name": "Project Health Audit Report", + "norm_label": "project_health.md" + }, + { + "label": "1. Audit Score Summary", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_project_health_1_audit_score_summary", + "community": 149, + "community_name": "Project Health Audit Report", + "norm_label": "1. audit score summary" + }, + { + "label": "2. Technical Debt Inventory", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_specs_project_health_2_technical_debt_inventory", + "community": 149, + "community_name": "Project Health Audit Report", + "norm_label": "2. technical debt inventory" + }, + { + "label": "3. Outdated Dependencies List", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L10", + "_origin": "ast", + "id": "ai_agency_specs_project_health_3_outdated_dependencies_list", + "community": 149, + "community_name": "Project Health Audit Report", + "norm_label": "3. outdated dependencies list" + }, + { + "label": "4. Security Risks (.env leaks, unprotected ports)", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L13", + "_origin": "ast", + "id": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports", + "community": 149, + "community_name": "Project Health Audit Report", + "norm_label": "4. security risks (.env leaks, unprotected ports)" + }, + { + "label": "Project Health Audit Report", + "file_type": "document", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_project_health_project_health_audit_report", + "community": 149, + "community_name": "Project Health Audit Report", + "norm_label": "project health audit report" + }, + { + "label": "get-products.dto.ts", + "file_type": "code", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto", + "community": 15, + "community_name": "ProductsService", + "norm_label": "get-products.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional", + "community": 15, + "community_name": "ProductsService", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsEnum", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_ts_isenum", + "community": 15, + "community_name": "ProductsService", + "norm_label": "isenum" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_ts_isoptional", + "community": 15, + "community_name": "ProductsService", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_dto_get_products_dto_ts_isstring", + "community": 15, + "community_name": "ProductsService", + "norm_label": "isstring" + }, + { + "label": "products.controller.ts", + "file_type": "code", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_products_controller", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.controller.ts" + }, + { + "label": "products.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_products_controller_spec", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.controller.spec.ts" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_apioperation", + "community": 15, + "community_name": "ProductsService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_apitags", + "community": 15, + "community_name": "ProductsService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_body", + "community": 15, + "community_name": "ProductsService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_controller", + "community": 15, + "community_name": "ProductsService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_get", + "community": 15, + "community_name": "ProductsService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_param", + "community": 15, + "community_name": "ProductsService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_patch", + "community": 15, + "community_name": "ProductsService", + "norm_label": "patch" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_query", + "community": 15, + "community_name": "ProductsService", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_controller_ts_useguards", + "community": 15, + "community_name": "ProductsService", + "norm_label": "useguards" + }, + { + "label": "products.module.ts", + "file_type": "code", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_products_module", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_module_ts_module", + "community": 15, + "community_name": "ProductsService", + "norm_label": "module" + }, + { + "label": "products.service.ts", + "file_type": "code", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_products_service", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.service.ts" + }, + { + "label": "products.service.spec.ts", + "file_type": "code", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_products_products_service_spec", + "community": 15, + "community_name": "ProductsService", + "norm_label": "products.service.spec.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_products_products_service_ts_injectable", + "community": 15, + "community_name": "ProductsService", + "norm_label": "injectable" + }, + { + "label": "nest-cli.json", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L1", + "_origin": "ast", + "id": "backend_nest_cli", + "community": 150, + "community_name": "nest-cli.json", + "norm_label": "nest-cli.json" + }, + { + "label": "collection", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_nest_cli_collection", + "community": 150, + "community_name": "nest-cli.json", + "norm_label": "collection" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L5", + "_origin": "ast", + "id": "backend_nest_cli_compileroptions", + "community": 150, + "community_name": "nest-cli.json", + "norm_label": "compileroptions" + }, + { + "label": "deleteOutDir", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L6", + "_origin": "ast", + "id": "backend_nest_cli_compileroptions_deleteoutdir", + "community": 150, + "community_name": "nest-cli.json", + "norm_label": "deleteoutdir" + }, + { + "label": "$schema", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_nest_cli_schema", + "community": 150, + "community_name": "nest-cli.json", + "norm_label": "$schema" + }, + { + "label": "sourceRoot", + "file_type": "code", + "source_file": "backend/nest-cli.json", + "source_location": "L4", + "_origin": "ast", + "id": "backend_nest_cli_sourceroot", + "community": 150, + "community_name": "nest-cli.json", + "norm_label": "sourceroot" + }, + { + "label": "prettier", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L65", + "_origin": "ast", + "id": "backend_package_devdependencies_prettier", + "community": 151, + "community_name": "prettier", + "norm_label": "prettier" + }, + { + "label": "prettier", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L65", + "_origin": "ast", + "id": "prettier", + "community": 151, + "community_name": "prettier", + "norm_label": "prettier" + }, + { + "label": "query.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_query", + "community": 152, + "community_name": "graphify reference: query, path, explain", + "norm_label": "query.md" + }, + { + "label": "For /graphify explain", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L254", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_for_graphify_explain", + "community": 152, + "community_name": "graphify reference: query, path, explain", + "norm_label": "for /graphify explain" + }, + { + "label": "For /graphify path", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L186", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_for_graphify_path", + "community": 152, + "community_name": "graphify reference: query, path, explain", + "norm_label": "for /graphify path" + }, + { + "label": "graphify reference: query, path, explain", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "community": 152, + "community_name": "graphify reference: query, path, explain", + "norm_label": "graphify reference: query, path, explain" + }, + { + "label": "Step 0 \u2014 Constrained query expansion (REQUIRED before traversal)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L23", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal", + "community": 152, + "community_name": "graphify reference: query, path, explain", + "norm_label": "step 0 \u2014 constrained query expansion (required before traversal)" + }, + { + "label": "Step 1 \u2014 Traversal", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L61", + "_origin": "ast", + "id": "claude_skills_graphify_references_query_step_1_traversal", + "community": 152, + "community_name": "graphify reference: query, path, explain", + "norm_label": "step 1 \u2014 traversal" + }, + { + "label": "04-open-questions.md", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_04_open_questions", + "community": 153, + "community_name": "Open Questions", + "norm_label": "04-open-questions.md" + }, + { + "label": "1. Storefront Migration Roadmap (`frontend/application`)", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application", + "community": 153, + "community_name": "Open Questions", + "norm_label": "1. storefront migration roadmap (`frontend/application`)" + }, + { + "label": "2. Payment Gateway Integration Provider", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L9", + "_origin": "ast", + "id": "docs_audit_04_open_questions_2_payment_gateway_integration_provider", + "community": 153, + "community_name": "Open Questions", + "norm_label": "2. payment gateway integration provider" + }, + { + "label": "3. Deployment & CI/CD Pipeline Specifications", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L13", + "_origin": "ast", + "id": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications", + "community": 153, + "community_name": "Open Questions", + "norm_label": "3. deployment & ci/cd pipeline specifications" + }, + { + "label": "4. SMS / OTP Service Provider", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L17", + "_origin": "ast", + "id": "docs_audit_04_open_questions_4_sms_otp_service_provider", + "community": 153, + "community_name": "Open Questions", + "norm_label": "4. sms / otp service provider" + }, + { + "label": "Open Questions", + "file_type": "document", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_04_open_questions_open_questions", + "community": 153, + "community_name": "Open Questions", + "norm_label": "open questions" + }, + { + "label": "33-final-phase2-audit-closure.md", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure", + "community": 154, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "33-final-phase2-audit-closure.md" + }, + { + "label": "1. Executive Summary & Honest Review-Tier Metrics", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L9", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics", + "community": 154, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "1. executive summary & honest review-tier metrics" + }, + { + "label": "2. Reconciled Findings & Canonical Identifier Normalization", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization", + "community": 154, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "2. reconciled findings & canonical identifier normalization" + }, + { + "label": "3. Validation & Integrity Verification", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L34", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification", + "community": 154, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "3. validation & integrity verification" + }, + { + "label": "4. Final Quality Gate Conclusion", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L42", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion", + "community": 154, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "4. final quality gate conclusion" + }, + { + "label": "Final Phase 2 Audit Closure Report", + "file_type": "document", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "community": 154, + "community_name": "Final Phase 2 Audit Closure Report", + "norm_label": "final phase 2 audit closure report" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L66", + "_origin": "ast", + "id": "backend_package_devdependencies_prisma", + "community": 155, + "community_name": "prisma", + "norm_label": "prisma" + }, + { + "label": "prisma", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L66", + "_origin": "ast", + "id": "prisma", + "community": 155, + "community_name": "prisma", + "norm_label": "prisma" + }, + { + "label": "open-browsers.js", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L1", + "_origin": "ast", + "id": "scripts_open_browsers", + "community": 156, + "community_name": "open-browsers.js", + "norm_label": "open-browsers.js" + }, + { + "label": "{ exec }", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L1", + "_origin": "ast", + "id": "scripts_open_browsers_exec", + "community": 156, + "community_name": "open-browsers.js", + "norm_label": "{ exec }" + }, + { + "label": "http", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L2", + "_origin": "ast", + "id": "scripts_open_browsers_http", + "community": 156, + "community_name": "open-browsers.js", + "norm_label": "http" + }, + { + "label": "URLS", + "file_type": "code", + "source_file": "scripts/open-browsers.js", + "source_location": "L4", + "_origin": "ast", + "id": "scripts_open_browsers_urls", + "community": 156, + "community_name": "open-browsers.js", + "norm_label": "urls" + }, + { + "label": "start-dev.js", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L1", + "_origin": "ast", + "id": "scripts_start_dev", + "community": 157, + "community_name": "start-dev.js", + "norm_label": "start-dev.js" + }, + { + "label": "backend", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L35", + "_origin": "ast", + "id": "scripts_start_dev_backend", + "community": 157, + "community_name": "start-dev.js", + "norm_label": "backend" + }, + { + "label": "distMainPath", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L9", + "_origin": "ast", + "id": "scripts_start_dev_distmainpath", + "community": 157, + "community_name": "start-dev.js", + "norm_label": "distmainpath" + }, + { + "label": "fs", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L3", + "_origin": "ast", + "id": "scripts_start_dev_fs", + "community": 157, + "community_name": "start-dev.js", + "norm_label": "fs" + }, + { + "label": "http", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L2", + "_origin": "ast", + "id": "scripts_start_dev_http", + "community": 157, + "community_name": "start-dev.js", + "norm_label": "http" + }, + { + "label": "path", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L4", + "_origin": "ast", + "id": "scripts_start_dev_path", + "community": 157, + "community_name": "start-dev.js", + "norm_label": "path" + }, + { + "label": "{ spawn, execSync }", + "file_type": "code", + "source_file": "scripts/start-dev.js", + "source_location": "L1", + "_origin": "ast", + "id": "scripts_start_dev_spawn_execsync", + "community": 157, + "community_name": "start-dev.js", + "norm_label": "{ spawn, execsync }" + }, + { + "label": "scratchpad.md", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad", + "community": 158, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "scratchpad.md" + }, + { + "label": "\ud83d\udcdd Active Agent Working Scratchpad", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "community": 158, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "\ud83d\udcdd active agent working scratchpad" + }, + { + "label": "\ud83c\udfd7\ufe0f Execution Target", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L24", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad_execution_target", + "community": 158, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "\ud83c\udfd7\ufe0f execution target" + }, + { + "label": "Project: Canina Veterinary E-Commerce System", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system", + "community": 158, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "project: canina veterinary e-commerce system" + }, + { + "label": "\ud83d\udccb Requirements & Persona Mandates (Intake & User Request)", + "file_type": "document", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L8", + "_origin": "ast", + "id": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request", + "community": 158, + "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", + "norm_label": "\ud83d\udccb requirements & persona mandates (intake & user request)" + }, + { + "label": "code_health_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review", + "community": 159, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "code_health_review.md" + }, + { + "label": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "community": 159, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "\ud83d\udd0d code health audit review (01_auditor)" + }, + { + "label": "Executive Summary", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review_executive_summary", + "community": 159, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "executive summary" + }, + { + "label": "Key Findings", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L8", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review_key_findings", + "community": 159, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "key findings" + }, + { + "label": "Recommendations", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L19", + "_origin": "ast", + "id": "ai_agency_specs_reviews_code_health_review_recommendations", + "community": 159, + "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "norm_label": "recommendations" + }, + { + "label": "contact/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_contact_page", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "contact/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_contact_page_metadata", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "metadata" + }, + { + "label": "ContactFormClient.tsx", + "file_type": "code", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_contactformclient", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "contactformclient.tsx" + }, + { + "label": "TestimonialsSection.tsx", + "file_type": "code", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_testimonialssection", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "testimonialssection.tsx" + }, + { + "label": "lib/services/api.ts", + "file_type": "code", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_services_api", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "lib/services/api.ts" + }, + { + "label": "api", + "file_type": "code", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L26", + "_origin": "ast", + "id": "frontend_application_lib_services_api_api", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "api" + }, + { + "label": "BASE_DOMAIN", + "file_type": "code", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_application_lib_services_api_base_domain", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "base_domain" + }, + { + "label": "baseURL", + "file_type": "code", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_application_lib_services_api_baseurl", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "baseurl" + }, + { + "label": "authService.ts", + "file_type": "code", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_services_authservice", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "authservice.ts" + }, + { + "label": "orderService.ts", + "file_type": "code", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_services_orderservice", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "orderservice.ts" + }, + { + "label": "cartStore.test.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_tests_cartstore_test", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "cartstore.test.ts" + }, + { + "label": "mockProduct", + "file_type": "code", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L20", + "_origin": "ast", + "id": "frontend_application_lib_store_tests_cartstore_test_mockproduct", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "mockproduct" + }, + { + "label": "userStore.test.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_tests_userstore_test", + "community": 16, + "community_name": "lib/services/api.ts", + "norm_label": "userstore.test.ts" + }, + { + "label": "paginated-response.schema.ts", + "file_type": "code", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_schemas_paginated_response_schema", + "community": 160, + "community_name": "paginated-response.schema.ts", + "norm_label": "paginated-response.schema.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty", + "community": 160, + "community_name": "paginated-response.schema.ts", + "norm_label": "apiproperty" + }, + { + "label": "24-omitted-file-inspection-report.md", + "file_type": "document", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_24_omitted_file_inspection_report", + "community": 162, + "community_name": "Omitted File Inspection Report", + "norm_label": "24-omitted-file-inspection-report.md" + }, + { + "label": "Conclusion", + "file_type": "document", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L32", + "_origin": "ast", + "id": "docs_audit_24_omitted_file_inspection_report_conclusion", + "community": 162, + "community_name": "Omitted File Inspection Report", + "norm_label": "conclusion" + }, + { + "label": "Key Domain Findings from Omitted File Audit", + "file_type": "document", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L14", + "_origin": "ast", + "id": "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit", + "community": 162, + "community_name": "Omitted File Inspection Report", + "norm_label": "key domain findings from omitted file audit" + }, + { + "label": "Omitted File Inspection Report", + "file_type": "document", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", + "community": 162, + "community_name": "Omitted File Inspection Report", + "norm_label": "omitted file inspection report" + }, + { + "label": "Overview of Omitted File Inspections", + "file_type": "document", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L11", + "_origin": "ast", + "id": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections", + "community": 162, + "community_name": "Omitted File Inspection Report", + "norm_label": "overview of omitted file inspections" + }, + { + "label": "phase3.2-implementation-readiness.md", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_2_implementation_readiness", + "community": 163, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "phase3.2-implementation-readiness.md" + }, + { + "label": "1. Executive Summary & Architecture Decisions", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L12", + "_origin": "ast", + "id": "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions", + "community": 163, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "1. executive summary & architecture decisions" + }, + { + "label": "2. Updated Task Specifications Overview", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L30", + "_origin": "ast", + "id": "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview", + "community": 163, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "2. updated task specifications overview" + }, + { + "label": "3. Final Readiness Statement", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L47", + "_origin": "ast", + "id": "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement", + "community": 163, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "3. final readiness statement" + }, + { + "label": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "file_type": "document", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", + "community": 163, + "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "norm_label": "phase 3.2 / 3.3 \u2014 implementation readiness & architectural finalization report" + }, + { + "label": "phase3-traceability-matrix.md", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_traceability_matrix", + "community": 164, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "phase3-traceability-matrix.md" + }, + { + "label": "Complete Finding-to-Task Traceability Matrix", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L11", + "_origin": "ast", + "id": "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix", + "community": 164, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "complete finding-to-task traceability matrix" + }, + { + "label": "Finding Disposition & Accounting Verification", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L40", + "_origin": "ast", + "id": "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification", + "community": 164, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "finding disposition & accounting verification" + }, + { + "label": "Phase 3 Audit Traceability Matrix", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "community": 164, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "phase 3 audit traceability matrix" + }, + { + "label": "Special Task Traceability (Non-Finding Tasks)", + "file_type": "document", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L32", + "_origin": "ast", + "id": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks", + "community": 164, + "community_name": "Phase 3 Audit Traceability Matrix", + "norm_label": "special task traceability (non-finding tasks)" + }, + { + "label": "rebuild_honest_ledger.js", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger", + "community": 165, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "rebuild_honest_ledger.js" + }, + { + "label": "evidenceList", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L4", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger_evidencelist", + "community": 165, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "evidencelist" + }, + { + "label": "ledger", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L9", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger_ledger", + "community": 165, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "ledger" + }, + { + "label": "mandatoryMap", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L6", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger_mandatorymap", + "community": 165, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "mandatorymap" + }, + { + "label": "mandatoryScope", + "file_type": "code", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_rebuild_honest_ledger_mandatoryscope", + "community": 165, + "community_name": "rebuild_honest_ledger.js", + "norm_label": "mandatoryscope" + }, + { + "label": "validate_evidence_grade.js", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade", + "community": 166, + "community_name": "validate_evidence_grade.js", + "norm_label": "validate_evidence_grade.js" + }, + { + "label": "activeFiles", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L58", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade_activefiles", + "community": 166, + "community_name": "validate_evidence_grade.js", + "norm_label": "activefiles" + }, + { + "label": "errors", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L4", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade_errors", + "community": 166, + "community_name": "validate_evidence_grade.js", + "norm_label": "errors" + }, + { + "label": "validationOutput", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L101", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade_validationoutput", + "community": 166, + "community_name": "validate_evidence_grade.js", + "norm_label": "validationoutput" + }, + { + "label": "warnings", + "file_type": "code", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_validate_evidence_grade_warnings", + "community": 166, + "community_name": "validate_evidence_grade.js", + "norm_label": "warnings" + }, + { + "label": "supertest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L68", + "_origin": "ast", + "id": "backend_package_devdependencies_supertest", + "community": 167, + "community_name": "supertest", + "norm_label": "supertest" + }, + { + "label": "supertest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L68", + "_origin": "ast", + "id": "supertest", + "community": 167, + "community_name": "supertest", + "norm_label": "supertest" + }, + { + "label": "blog/[slug]/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page", + "community": 168, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "blog/[slug]/page.tsx" + }, + { + "label": "revalidate", + "file_type": "code", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_application_app_blog_slug_page_revalidate", + "community": 168, + "community_name": "blog/[slug]/page.tsx", + "norm_label": "revalidate" + }, + { + "label": "api_contract.md", + "file_type": "document", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_api_contract", + "community": 169, + "community_name": "API Contract Specification", + "norm_label": "api_contract.md" + }, + { + "label": "1. OpenAPI 3.0 (Swagger) Specification", + "file_type": "document", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification", + "community": 169, + "community_name": "API Contract Specification", + "norm_label": "1. openapi 3.0 (swagger) specification" + }, + { + "label": "2. Endpoint Definitions & Data Types", + "file_type": "document", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L55", + "_origin": "ast", + "id": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types", + "community": 169, + "community_name": "API Contract Specification", + "norm_label": "2. endpoint definitions & data types" + }, + { + "label": "API Contract Specification", + "file_type": "document", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_api_contract_api_contract_specification", + "community": 169, + "community_name": "API Contract Specification", + "norm_label": "api contract specification" + }, + { + "label": "create-video.dto.ts", + "file_type": "code", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "create-video.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_apiproperty", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsBoolean", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_isboolean", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "isboolean" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_isnotempty", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_isoptional", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_create_video_dto_ts_isstring", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "isstring" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_apibearerauth", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_apioperation", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_apiquery", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "apiquery" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_apitags", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_body", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_controller", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_delete", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_get", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_param", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_post", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_put", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_query", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_controller_ts_useguards", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_service_ts_injectable", + "community": 17, + "community_name": "CreateVideoDto", + "norm_label": "injectable" + }, + { + "label": "backend_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_backend_review", + "community": 170, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "norm_label": "backend_review.md" + }, + { + "label": "Architectural Overview", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_backend_review_architectural_overview", + "community": 170, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "norm_label": "architectural overview" + }, + { + "label": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "community": 170, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "norm_label": "\u2699\ufe0f backend technical review (05_dev_backend)" + }, + { + "label": "Critical Review Findings & Required Enhancements", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L8", + "_origin": "ast", + "id": "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements", + "community": 170, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "norm_label": "critical review findings & required enhancements" + }, + { + "label": "frontend_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_frontend_review", + "community": 171, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "norm_label": "frontend_review.md" + }, + { + "label": "Architectural Overview", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_frontend_review_architectural_overview", + "community": 171, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "norm_label": "architectural overview" + }, + { + "label": "Critical Review Findings & Required Enhancements", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements", + "community": 171, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "norm_label": "critical review findings & required enhancements" + }, + { + "label": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", + "community": 171, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "norm_label": "\ud83c\udfa8 frontend & admin panel technical review (06_dev_frontend)" + }, + { + "label": "seo_content_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_seo_content_review", + "community": 172, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "norm_label": "seo_content_review.md" + }, + { + "label": "Overview & Content Foundation", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_seo_content_review_overview_content_foundation", + "community": 172, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "norm_label": "overview & content foundation" + }, + { + "label": "SEO & Content Requirements", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L6", + "_origin": "ast", + "id": "ai_agency_specs_reviews_seo_content_review_seo_content_requirements", + "community": 172, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "norm_label": "seo & content requirements" + }, + { + "label": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", + "community": 172, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "norm_label": "\ud83d\ude80 seo & content strategy review (12_seo_content)" + }, + { + "label": "@types/node", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L57", + "_origin": "ast", + "id": "backend_package_devdependencies_types_node", + "community": 173, + "community_name": "@types/node", + "norm_label": "@types/node" + }, + { + "label": "@types/node", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L57", + "_origin": "ast", + "id": "backend_package_json_types_node", + "community": 173, + "community_name": "@types/node", + "norm_label": "@types/node" + }, + { + "label": "verify-payment.dto.ts", + "file_type": "code", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": "verify-payment.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto_ts_isoptional", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_dto_verify_payment_dto_ts_isstring", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": "isstring" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_query", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": "query" + }, + { + "label": "Res", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_res", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": "res" + }, + { + "label": "Headers", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "headers", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": "headers" + }, + { + "label": "Ip", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "ip", + "community": 174, + "community_name": ".handleZibalCallback", + "norm_label": "ip" + }, + { + "label": "seed-ui-texts.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_ui_texts", + "community": 175, + "community_name": "seed-ui-texts.ts", + "norm_label": "seed-ui-texts.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L3", + "_origin": "ast", + "id": "backend_prisma_seed_ui_texts_prisma", + "community": 175, + "community_name": "seed-ui-texts.ts", + "norm_label": "prisma" + }, + { + "label": "UI_TEXTS", + "file_type": "code", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_seed_ui_texts_ui_texts", + "community": 175, + "community_name": "seed-ui-texts.ts", + "norm_label": "ui_texts" + }, + { + "label": "seed-wiki.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_wiki", + "community": 176, + "community_name": "seed-wiki.ts", + "norm_label": "seed-wiki.ts" + }, + { + "label": "CANONICAL_WIKI_TERMS", + "file_type": "code", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L7", + "_origin": "ast", + "id": "backend_prisma_seed_wiki_canonical_wiki_terms", + "community": 176, + "community_name": "seed-wiki.ts", + "norm_label": "canonical_wiki_terms" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_seed_wiki_prisma", + "community": 176, + "community_name": "seed-wiki.ts", + "norm_label": "prisma" + }, + { + "label": "create-blog.dto.ts", + "file_type": "code", + "source_file": "backend/src/blogs/dto/create-blog.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_dto_create_blog_dto", + "community": 177, + "community_name": "update-blog.dto.ts", + "norm_label": "create-blog.dto.ts" + }, + { + "label": "update-blog.dto.ts", + "file_type": "code", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_dto_update_blog_dto", + "community": 177, + "community_name": "update-blog.dto.ts", + "norm_label": "update-blog.dto.ts" + }, + { + "label": "create-home.dto.ts", + "file_type": "code", + "source_file": "backend/src/home/dto/create-home.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_dto_create_home_dto", + "community": 178, + "community_name": "update-home.dto.ts", + "norm_label": "create-home.dto.ts" + }, + { + "label": "update-home.dto.ts", + "file_type": "code", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_dto_update_home_dto", + "community": 178, + "community_name": "update-home.dto.ts", + "norm_label": "update-home.dto.ts" + }, + { + "label": "create-wiki.dto.ts", + "file_type": "code", + "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_dto_create_wiki_dto", + "community": 179, + "community_name": "update-wiki.dto.ts", + "norm_label": "create-wiki.dto.ts" + }, + { + "label": "update-wiki.dto.ts", + "file_type": "code", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_dto_update_wiki_dto", + "community": 179, + "community_name": "update-wiki.dto.ts", + "norm_label": "update-wiki.dto.ts" + }, + { + "label": "ProtectedRoute.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_protectedroute", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "protectedroute.tsx" + }, + { + "label": "Topbar.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_topbar", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "topbar.tsx" + }, + { + "label": "SEARCHABLE_PAGES", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_topbar_searchable_pages", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "searchable_pages" + }, + { + "label": "B2BManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_b2bmanager", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "b2bmanager.tsx" + }, + { + "label": "Login.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_login", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "login.tsx" + }, + { + "label": "SmartAdvisorManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_smartadvisormanager", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "smartadvisormanager.tsx" + }, + { + "label": "SystemSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_systemsettingspage", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "systemsettingspage.tsx" + }, + { + "label": "B2BManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "b2bmanager" + }, + { + "label": "SmartAdvisorManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "smartadvisormanager" + }, + { + "label": "SystemSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L37", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "systemsettingspage" + }, + { + "label": "src/services/api.ts", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "src/services/api.ts" + }, + { + "label": "failedQueue", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_failedqueue", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "failedqueue" + }, + { + "label": "adminAuthStore.ts", + "file_type": "code", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_store_adminauthstore", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "adminauthstore.ts" + }, + { + "label": "useAdminAuthStore", + "file_type": "code", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "useadminauthstore" + }, + { + "label": "admin.ts", + "file_type": "code", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_types_admin", + "community": 18, + "community_name": "src/services/api.ts", + "norm_label": "admin.ts" + }, + { + "label": "add-watch.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_add_watch", + "community": 180, + "community_name": "graphify reference: add a URL and watch a folder", + "norm_label": "add-watch.md" + }, + { + "label": "For /graphify add", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_add_watch_for_graphify_add", + "community": 180, + "community_name": "graphify reference: add a URL and watch a folder", + "norm_label": "for /graphify add" + }, + { + "label": "For --watch", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L39", + "_origin": "ast", + "id": "claude_skills_graphify_references_add_watch_for_watch", + "community": 180, + "community_name": "graphify reference: add a URL and watch a folder", + "norm_label": "for --watch" + }, + { + "label": "graphify reference: add a URL and watch a folder", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", + "community": 180, + "community_name": "graphify reference: add a URL and watch a folder", + "norm_label": "graphify reference: add a url and watch a folder" + }, + { + "label": "hooks.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_hooks", + "community": 181, + "community_name": "graphify reference: commit hook and native CLAUDE.md integration", + "norm_label": "hooks.md" + }, + { + "label": "For git commit hook", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_hooks_for_git_commit_hook", + "community": 181, + "community_name": "graphify reference: commit hook and native CLAUDE.md integration", + "norm_label": "for git commit hook" + }, + { + "label": "For native CLAUDE.md integration", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L21", + "_origin": "ast", + "id": "claude_skills_graphify_references_hooks_for_native_claude_md_integration", + "community": 181, + "community_name": "graphify reference: commit hook and native CLAUDE.md integration", + "norm_label": "for native claude.md integration" + }, + { + "label": "graphify reference: commit hook and native CLAUDE.md integration", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", + "community": 181, + "community_name": "graphify reference: commit hook and native CLAUDE.md integration", + "norm_label": "graphify reference: commit hook and native claude.md integration" + }, + { + "label": "update.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_update", + "community": 182, + "community_name": "graphify reference: incremental update and cluster-only", + "norm_label": "update.md" + }, + { + "label": "For --cluster-only", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L202", + "_origin": "ast", + "id": "claude_skills_graphify_references_update_for_cluster_only", + "community": 182, + "community_name": "graphify reference: incremental update and cluster-only", + "norm_label": "for --cluster-only" + }, + { + "label": "For --update (incremental re-extraction)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_update_for_update_incremental_re_extraction", + "community": 182, + "community_name": "graphify reference: incremental update and cluster-only", + "norm_label": "for --update (incremental re-extraction)" + }, + { + "label": "graphify reference: incremental update and cluster-only", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "community": 182, + "community_name": "graphify reference: incremental update and cluster-only", + "norm_label": "graphify reference: incremental update and cluster-only" + }, + { + "label": "19-finding-verification-report.md", + "file_type": "document", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_19_finding_verification_report", + "community": 183, + "community_name": "Raw Finding Verification & Disposition Report", + "norm_label": "19-finding-verification-report.md" + }, + { + "label": "1. Executive Summary & Verification Reconciliation Table", + "file_type": "document", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table", + "community": 183, + "community_name": "Raw Finding Verification & Disposition Report", + "norm_label": "1. executive summary & verification reconciliation table" + }, + { + "label": "2. Newly Discovered & Split Findings (Canonical IDs)", + "file_type": "document", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids", + "community": 183, + "community_name": "Raw Finding Verification & Disposition Report", + "norm_label": "2. newly discovered & split findings (canonical ids)" + }, + { + "label": "Raw Finding Verification & Disposition Report", + "file_type": "document", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", + "community": 183, + "community_name": "Raw Finding Verification & Disposition Report", + "norm_label": "raw finding verification & disposition report" + }, + { + "label": "admin-panel/README.md", + "file_type": "document", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_readme", + "community": 184, + "community_name": "React + TypeScript + Vite", + "norm_label": "admin-panel/readme.md" + }, + { + "label": "Expanding the ESLint configuration", + "file_type": "document", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_readme_expanding_the_eslint_configuration", + "community": 184, + "community_name": "React + TypeScript + Vite", + "norm_label": "expanding the eslint configuration" + }, + { + "label": "React Compiler", + "file_type": "document", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L10", + "_origin": "ast", + "id": "frontend_admin_panel_readme_react_compiler", + "community": 184, + "community_name": "React + TypeScript + Vite", + "norm_label": "react compiler" + }, + { + "label": "React + TypeScript + Vite", + "file_type": "document", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_readme_react_typescript_vite", + "community": 184, + "community_name": "React + TypeScript + Vite", + "norm_label": "react + typescript + vite" + }, + { + "label": "Select.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_select", + "community": 185, + "community_name": "Select.tsx", + "norm_label": "select.tsx" + }, + { + "label": "Select", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_select_select", + "community": 185, + "community_name": "Select.tsx", + "norm_label": "select" + }, + { + "label": "wiki/[slug]/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_wiki_slug_page", + "community": 186, + "community_name": "wiki/[slug]/page.tsx", + "norm_label": "wiki/[slug]/page.tsx" + }, + { + "label": "ts-node", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L71", + "_origin": "ast", + "id": "backend_package_devdependencies_ts_node", + "community": 187, + "community_name": "ts-node", + "norm_label": "ts-node" + }, + { + "label": "ts-node", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L71", + "_origin": "ast", + "id": "ts_node", + "community": 187, + "community_name": "ts-node", + "norm_label": "ts-node" + }, + { + "label": "application/README.md", + "file_type": "document", + "source_file": "frontend/application/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_readme", + "community": 188, + "community_name": "application/README.md", + "norm_label": "application/readme.md" + }, + { + "label": "Deploy on Vercel", + "file_type": "document", + "source_file": "frontend/application/README.md", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_application_readme_deploy_on_vercel", + "community": 188, + "community_name": "application/README.md", + "norm_label": "deploy on vercel" + }, + { + "label": "Getting Started", + "file_type": "document", + "source_file": "frontend/application/README.md", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_application_readme_getting_started", + "community": 188, + "community_name": "application/README.md", + "norm_label": "getting started" + }, + { + "label": "Learn More", + "file_type": "document", + "source_file": "frontend/application/README.md", + "source_location": "L23", + "_origin": "ast", + "id": "frontend_application_readme_learn_more", + "community": 188, + "community_name": "application/README.md", + "norm_label": "learn more" + }, + { + "label": "@types/express", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L53", + "_origin": "ast", + "id": "backend_package_devdependencies_types_express", + "community": 189, + "community_name": "@types/express", + "norm_label": "@types/express" + }, + { + "label": "@types/express", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L53", + "_origin": "ast", + "id": "types_express", + "community": 189, + "community_name": "@types/express", + "norm_label": "@types/express" + }, + { + "label": "auth.controller.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_controller", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "auth.controller.ts" + }, + { + "label": "auth.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_spec", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "auth.controller.spec.ts" + }, + { + "label": "ApiBadRequestResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apibadrequestresponse" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_apibearerauth", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_apiokresponse", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_apioperation", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_apitags", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_body", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_controller", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "controller" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_post", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "post" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_req", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_controller_ts_useguards", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "useguards" + }, + { + "label": "auth.service.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_service", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "auth.service.ts" + }, + { + "label": "admin-login.dto.ts", + "file_type": "code", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_dto_admin_login_dto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "admin-login.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_admin_login_dto_ts_apiproperty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" + }, + { + "label": "IsEmail", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_admin_login_dto_ts_isemail", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isemail" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_admin_login_dto_ts_isnotempty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_admin_login_dto_ts_isstring", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isstring" + }, + { + "label": "MinLength", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_admin_login_dto_ts_minlength", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "minlength" + }, + { + "label": "login.dto.ts", + "file_type": "code", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_dto_login_dto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "login.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_login_dto_ts_apiproperty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_login_dto_ts_isnotempty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_login_dto_ts_isstring", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isstring" + }, + { + "label": "MinLength", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_login_dto_ts_minlength", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "minlength" + }, + { + "label": "register.dto.ts", + "file_type": "code", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "register.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_apiproperty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_apipropertyoptional", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsEmail", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_isemail", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isemail" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_isnotempty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_isoptional", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_isstring", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isstring" + }, + { + "label": "MinLength", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_register_dto_ts_minlength", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "minlength" + }, + { + "label": "send-otp.dto.ts", + "file_type": "code", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_dto_send_otp_dto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "send-otp.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_send_otp_dto_ts_apiproperty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_send_otp_dto_ts_isnotempty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_send_otp_dto_ts_isstring", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isstring" + }, + { + "label": "Matches", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_send_otp_dto_ts_matches", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "matches" + }, + { + "label": "verify-otp.dto.ts", + "file_type": "code", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_dto_verify_otp_dto", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "verify-otp.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "apiproperty" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_verify_otp_dto_ts_isstring", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "isstring" + }, + { + "label": "Matches", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_dto_verify_otp_dto_ts_matches", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "matches" + }, + { + "label": "HttpCode", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "httpcode", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "httpcode" + }, + { + "label": "Length", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "length", + "community": 19, + "community_name": "auth.service.ts", + "norm_label": "length" + }, + { + "label": "deploy.sh", + "file_type": "code", + "source_file": "scripts/deploy.sh", + "source_location": "L1", + "metadata": { + "language": "bash", + "kind": "file" + }, + "_origin": "ast", + "id": "scripts_deploy", + "community": 190, + "community_name": "deploy.sh", + "norm_label": "deploy.sh" + }, + { + "label": "COMPOSE_DOCKER_CLI_BUILD", + "file_type": "code", + "source_file": "scripts/deploy.sh", + "source_location": "L5", + "metadata": { + "language": "bash", + "kind": "code" + }, + "_origin": "ast", + "id": "scripts_deploy_compose_docker_cli_build", + "community": 190, + "community_name": "deploy.sh", + "norm_label": "compose_docker_cli_build" + }, + { + "label": "DOCKER_BUILDKIT", + "file_type": "code", + "source_file": "scripts/deploy.sh", + "source_location": "L4", + "metadata": { + "language": "bash", + "kind": "code" + }, + "_origin": "ast", + "id": "scripts_deploy_docker_buildkit", + "community": 190, + "community_name": "deploy.sh", + "norm_label": "docker_buildkit" + }, + { + "label": "deploy.sh script", + "file_type": "code", + "source_file": "scripts/deploy.sh", + "source_location": "L1", + "metadata": { + "language": "bash", + "kind": "bash_entrypoint" + }, + "_origin": "ast", + "id": "scripts_deploy_sh__entry", + "community": 190, + "community_name": "deploy.sh", + "norm_label": "deploy.sh script" + }, + { + "label": "security_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/security_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_security_review", + "community": 191, + "community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)", + "norm_label": "security_review.md" + }, + { + "label": "Security Architecture & Best Practices", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/security_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_security_review_security_architecture_best_practices", + "community": 191, + "community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)", + "norm_label": "security architecture & best practices" + }, + { + "label": "\ud83d\udd12 Security & Performance Review (09_devops_security)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/security_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security", + "community": 191, + "community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)", + "norm_label": "\ud83d\udd12 security & performance review (09_devops_security)" + }, + { + "label": "ux_review.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/ux_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_ux_review", + "community": 192, + "community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", + "norm_label": "ux_review.md" + }, + { + "label": "Persona Experience Alignment", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/ux_review.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_specs_reviews_ux_review_persona_experience_alignment", + "community": 192, + "community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", + "norm_label": "persona experience alignment" + }, + { + "label": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/ux_review.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa", + "community": 192, + "community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", + "norm_label": "\ud83d\udc41\ufe0f ux & persona interface review (08_visual_qa)" + }, + { + "label": "@types/jest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L54", + "_origin": "ast", + "id": "backend_package_devdependencies_types_jest", + "community": 193, + "community_name": "@types/jest", + "norm_label": "@types/jest" + }, + { + "label": "@types/jest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L54", + "_origin": "ast", + "id": "types_jest", + "community": 193, + "community_name": "@types/jest", + "norm_label": "@types/jest" + }, + { + "label": "typescript-eslint", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L39", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_typescript_eslint", + "community": 194, + "community_name": "typescript-eslint", + "norm_label": "typescript-eslint" + }, + { + "label": "typescript-eslint", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L39", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_typescript_eslint", + "community": 194, + "community_name": "typescript-eslint", + "norm_label": "typescript-eslint" + }, + { + "label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "source_location": null, + "_origin": "ast", + "id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration", + "community": 195, + "community_name": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "norm_label": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql" + }, + { + "label": "\"scientific_terms\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "source_location": "L10", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms", + "community": 195, + "community_name": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "norm_label": "\"scientific_terms\"" + }, + { + "label": "\"ui_texts\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "source_location": "L2", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts", + "community": 195, + "community_name": "20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "norm_label": "\"ui_texts\"" + }, + { + "label": "prisma/scientificTerms.ts", + "file_type": "code", + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_scientificterms", + "community": 196, + "community_name": "prisma/scientificTerms.ts", + "norm_label": "prisma/scientificterms.ts" + }, + { + "label": "SCIENTIFIC_TERMS", + "file_type": "code", + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L7", + "_origin": "ast", + "id": "backend_prisma_scientificterms_scientific_terms", + "community": 196, + "community_name": "prisma/scientificTerms.ts", + "norm_label": "scientific_terms" + }, + { + "label": "seed-blogs.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_blogs", + "community": 197, + "community_name": "seed-blogs.ts", + "norm_label": "seed-blogs.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L3", + "_origin": "ast", + "id": "backend_prisma_seed_blogs_prisma", + "community": 197, + "community_name": "seed-blogs.ts", + "norm_label": "prisma" + }, + { + "label": "seed-custom.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_custom", + "community": 198, + "community_name": "seed-custom.ts", + "norm_label": "seed-custom.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_seed_custom_prisma", + "community": 198, + "community_name": "seed-custom.ts", + "norm_label": "prisma" + }, + { + "label": "@types/js-yaml", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L55", + "_origin": "ast", + "id": "backend_package_devdependencies_types_js_yaml", + "community": 199, + "community_name": "@types/js-yaml", + "norm_label": "@types/js-yaml" + }, + { + "label": "@types/js-yaml", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L55", + "_origin": "ast", + "id": "types_js_yaml", + "community": 199, + "community_name": "@types/js-yaml", + "norm_label": "@types/js-yaml" + }, + { + "label": "cms.controller.ts", + "file_type": "code", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_cms_cms_controller", + "community": 2, + "community_name": "CmsController", + "norm_label": "cms.controller.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_apibearerauth", + "community": 2, + "community_name": "CmsController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_apioperation", + "community": 2, + "community_name": "CmsController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_apitags", + "community": 2, + "community_name": "CmsController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_body", + "community": 2, + "community_name": "CmsController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_controller", + "community": 2, + "community_name": "CmsController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_delete", + "community": 2, + "community_name": "CmsController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_get", + "community": 2, + "community_name": "CmsController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_param", + "community": 2, + "community_name": "CmsController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_post", + "community": 2, + "community_name": "CmsController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_put", + "community": 2, + "community_name": "CmsController", + "norm_label": "put" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_controller_ts_useguards", + "community": 2, + "community_name": "CmsController", + "norm_label": "useguards" + }, + { + "label": "cms.service.ts", + "file_type": "code", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_cms_cms_service", + "community": 2, + "community_name": "CmsController", + "norm_label": "cms.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_service_ts_injectable", + "community": 2, + "community_name": "CmsController", + "norm_label": "injectable" + }, + { + "label": "cms.dto.ts", + "file_type": "code", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto", + "community": 2, + "community_name": "CmsController", + "norm_label": "cms.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "community": 2, + "community_name": "CmsController", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "community": 2, + "community_name": "CmsController", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsBoolean", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_isboolean", + "community": 2, + "community_name": "CmsController", + "norm_label": "isboolean" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_isnumber", + "community": 2, + "community_name": "CmsController", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_isoptional", + "community": 2, + "community_name": "CmsController", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_dto_cms_dto_ts_isstring", + "community": 2, + "community_name": "CmsController", + "norm_label": "isstring" + }, + { + "label": "IsUUID", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "isuuid", + "community": 2, + "community_name": "CmsController", + "norm_label": "isuuid" + }, + { + "label": "07-backend-audit.md", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_07_backend_audit", + "community": 20, + "community_name": "BE-001", + "norm_label": "07-backend-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L113", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_acceptance_criteria", + "community": 20, + "community_name": "BE-001", + "norm_label": "acceptance criteria" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L53", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_affected_application", + "community": 20, + "community_name": "BE-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L56", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_affected_files", + "community": 20, + "community_name": "BE-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L95", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_alternative_direction", + "community": 20, + "community_name": "BE-001", + "norm_label": "alternative direction" + }, + { + "label": "BE-001", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L33", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_be_001", + "community": 20, + "community_name": "BE-001", + "norm_label": "be-001" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_category", + "community": 20, + "community_name": "BE-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L133", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_completion_statement", + "community": 20, + "community_name": "BE-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L47", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_confidence", + "community": 20, + "community_name": "BE-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L101", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_dependencies", + "community": 20, + "community_name": "BE-001", + "norm_label": "dependencies" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L38", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_domain", + "community": 20, + "community_name": "BE-001", + "norm_label": "domain" + }, + { + "label": "Domain Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths", + "community": 20, + "community_name": "BE-001", + "norm_label": "domain overview & confirmed strengths" + }, + { + "label": "Evaluation of 6 Existing TypeScript Compiler Diagnostics", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics", + "community": 20, + "community_name": "BE-001", + "norm_label": "evaluation of 6 existing typescript compiler diagnostics" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_evidence", + "community": 20, + "community_name": "BE-001", + "norm_label": "evidence" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L121", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_finding_summary", + "community": 20, + "community_name": "BE-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L31", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_findings", + "community": 20, + "community_name": "BE-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L98", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_implementation_complexity", + "community": 20, + "community_name": "BE-001", + "norm_label": "implementation complexity" + }, + { + "label": "NestJS Backend Audit Report", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "community": 20, + "community_name": "BE-001", + "norm_label": "nestjs backend audit report" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L116", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_notes_and_limitations", + "community": 20, + "community_name": "BE-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L73", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_problem", + "community": 20, + "community_name": "BE-001", + "norm_label": "problem" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L92", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_recommended_direction", + "community": 20, + "community_name": "BE-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L59", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_relevant_symbols_or_lines", + "community": 20, + "community_name": "BE-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L104", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_risks", + "community": 20, + "community_name": "BE-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L77", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_root_cause", + "community": 20, + "community_name": "BE-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L89", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_security_or_data_integrity_impact", + "community": 20, + "community_name": "BE-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L44", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_severity", + "community": 20, + "community_name": "BE-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L50", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_status", + "community": 20, + "community_name": "BE-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L86", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_technical_impact", + "community": 20, + "community_name": "BE-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L110", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_testing_requirements", + "community": 20, + "community_name": "BE-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L35", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_title", + "community": 20, + "community_name": "BE-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L83", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_user_or_business_impact", + "community": 20, + "community_name": "BE-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L107", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_verification_requirements", + "community": 20, + "community_name": "BE-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L80", + "_origin": "ast", + "id": "docs_audit_07_backend_audit_why_it_matters", + "community": 20, + "community_name": "BE-001", + "norm_label": "why it matters" + }, + { + "label": "github-and-merge.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_github_and_merge", + "community": 200, + "community_name": "graphify reference: GitHub clone and cross-repo merge", + "norm_label": "github-and-merge.md" + }, + { + "label": "graphify reference: GitHub clone and cross-repo merge", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", + "community": 200, + "community_name": "graphify reference: GitHub clone and cross-repo merge", + "norm_label": "graphify reference: github clone and cross-repo merge" + }, + { + "label": "Step 0 - Clone GitHub repo(s) (only if a GitHub URL was given)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given", + "community": 200, + "community_name": "graphify reference: GitHub clone and cross-repo merge", + "norm_label": "step 0 - clone github repo(s) (only if a github url was given)" + }, + { + "label": "transcribe.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_transcribe", + "community": 201, + "community_name": "graphify reference: transcribe video and audio", + "norm_label": "transcribe.md" + }, + { + "label": "graphify reference: transcribe video and audio", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", + "community": 201, + "community_name": "graphify reference: transcribe video and audio", + "norm_label": "graphify reference: transcribe video and audio" + }, + { + "label": "Step 2.5 - Transcribe video / audio files (only if video files detected)", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L5", + "_origin": "ast", + "id": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected", + "community": 201, + "community_name": "graphify reference: transcribe video and audio", + "norm_label": "step 2.5 - transcribe video / audio files (only if video files detected)" + }, + { + "label": "18-compiler-diagnostic-dispositions.md", + "file_type": "document", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_18_compiler_diagnostic_dispositions", + "community": 202, + "community_name": "Compiler Diagnostic Dispositions", + "norm_label": "18-compiler-diagnostic-dispositions.md" + }, + { + "label": "Compiler Diagnostic Dispositions", + "file_type": "document", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", + "community": 202, + "community_name": "Compiler Diagnostic Dispositions", + "norm_label": "compiler diagnostic dispositions" + }, + { + "label": "Reconciled Compiler Diagnostic Table", + "file_type": "document", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L11", + "_origin": "ast", + "id": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table", + "community": 202, + "community_name": "Compiler Diagnostic Dispositions", + "norm_label": "reconciled compiler diagnostic table" + }, + { + "label": "build_manifest.js", + "file_type": "code", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_build_manifest", + "community": 204, + "community_name": "build_manifest.js", + "norm_label": "build_manifest.js" + }, + { + "label": "entries", + "file_type": "code", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_build_manifest_entries", + "community": 204, + "community_name": "build_manifest.js", + "norm_label": "entries" + }, + { + "label": "lines", + "file_type": "code", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_build_manifest_lines", + "community": 204, + "community_name": "build_manifest.js", + "norm_label": "lines" + }, + { + "label": "generate_classification.js", + "file_type": "code", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_generate_classification", + "community": 205, + "community_name": "generate_classification.js", + "norm_label": "generate_classification.js" + }, + { + "label": "classified", + "file_type": "code", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_generate_classification_classified", + "community": 205, + "community_name": "generate_classification.js", + "norm_label": "classified" + }, + { + "label": "lines", + "file_type": "code", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_generate_classification_lines", + "community": 205, + "community_name": "generate_classification.js", + "norm_label": "lines" + }, + { + "label": "generate_evidence.js", + "file_type": "code", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_generate_evidence", + "community": 206, + "community_name": "generate_evidence.js", + "norm_label": "generate_evidence.js" + }, + { + "label": "classification", + "file_type": "code", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L4", + "_origin": "ast", + "id": "docs_audit_generate_evidence_classification", + "community": 206, + "community_name": "generate_evidence.js", + "norm_label": "classification" + }, + { + "label": "evidenceEntries", + "file_type": "code", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L6", + "_origin": "ast", + "id": "docs_audit_generate_evidence_evidenceentries", + "community": 206, + "community_name": "generate_evidence.js", + "norm_label": "evidenceentries" + }, + { + "label": "generate_ledger.js", + "file_type": "code", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_generate_ledger", + "community": 207, + "community_name": "generate_ledger.js", + "norm_label": "generate_ledger.js" + }, + { + "label": "evidence", + "file_type": "code", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_generate_ledger_evidence", + "community": 207, + "community_name": "generate_ledger.js", + "norm_label": "evidence" + }, + { + "label": "ledgerEntries", + "file_type": "code", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_generate_ledger_ledgerentries", + "community": 207, + "community_name": "generate_ledger.js", + "norm_label": "ledgerentries" + }, + { + "label": "generate_manifest.js", + "file_type": "code", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_generate_manifest", + "community": 208, + "community_name": "generate_manifest.js", + "norm_label": "generate_manifest.js" + }, + { + "label": "evidence", + "file_type": "code", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_generate_manifest_evidence", + "community": 208, + "community_name": "generate_manifest.js", + "norm_label": "evidence" + }, + { + "label": "manifestEntries", + "file_type": "code", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_generate_manifest_manifestentries", + "community": 208, + "community_name": "generate_manifest.js", + "norm_label": "manifestentries" + }, + { + "label": "sync_honest_manifest.js", + "file_type": "code", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_sync_honest_manifest", + "community": 209, + "community_name": "sync_honest_manifest.js", + "norm_label": "sync_honest_manifest.js" + }, + { + "label": "ledger", + "file_type": "code", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_sync_honest_manifest_ledger", + "community": 209, + "community_name": "sync_honest_manifest.js", + "norm_label": "ledger" + }, + { + "label": "manifest", + "file_type": "code", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_sync_honest_manifest_manifest", + "community": 209, + "community_name": "sync_honest_manifest.js", + "norm_label": "manifest" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_apibearerauth", + "community": 21, + "community_name": "Roles", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_apioperation", + "community": 21, + "community_name": "Roles", + "norm_label": "apioperation" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_body", + "community": 21, + "community_name": "Roles", + "norm_label": "body" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_delete", + "community": 21, + "community_name": "Roles", + "norm_label": "delete" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_param", + "community": 21, + "community_name": "Roles", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_patch", + "community": 21, + "community_name": "Roles", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_post", + "community": 21, + "community_name": "Roles", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_put", + "community": 21, + "community_name": "Roles", + "norm_label": "put" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_useguards", + "community": 21, + "community_name": "Roles", + "norm_label": "useguards" + }, + { + "label": "sync_manifest.js", + "file_type": "code", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_sync_manifest", + "community": 210, + "community_name": "sync_manifest.js", + "norm_label": "sync_manifest.js" + }, + { + "label": "ledger", + "file_type": "code", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_sync_manifest_ledger", + "community": 210, + "community_name": "sync_manifest.js", + "norm_label": "ledger" + }, + { + "label": "manifestEntries", + "file_type": "code", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L5", + "_origin": "ast", + "id": "docs_audit_sync_manifest_manifestentries", + "community": 210, + "community_name": "sync_manifest.js", + "norm_label": "manifestentries" + }, + { + "label": "@types/multer", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L56", + "_origin": "ast", + "id": "backend_package_devdependencies_types_multer", + "community": 211, + "community_name": "@types/multer", + "norm_label": "@types/multer" + }, + { + "label": "@types/multer", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L56", + "_origin": "ast", + "id": "types_multer", + "community": 211, + "community_name": "@types/multer", + "norm_label": "@types/multer" + }, + { + "label": "@testing-library/jest-dom", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L23", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_testing_library_jest_dom", + "community": 213, + "community_name": "@testing-library/jest-dom", + "norm_label": "@testing-library/jest-dom" + }, + { + "label": "@testing-library/jest-dom", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L23", + "_origin": "ast", + "id": "testing_library_jest_dom", + "community": 213, + "community_name": "@testing-library/jest-dom", + "norm_label": "@testing-library/jest-dom" + }, + { + "label": "FormField.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_formfield", + "community": 216, + "community_name": "FormField.tsx", + "norm_label": "formfield.tsx" + }, + { + "label": "Input.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_input", + "community": 217, + "community_name": "Input.tsx", + "norm_label": "input.tsx" + }, + { + "label": "Input", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L9", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_input_input", + "community": 217, + "community_name": "Input.tsx", + "norm_label": "input" + }, + { + "label": "Textarea.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_textarea", + "community": 218, + "community_name": "Textarea.tsx", + "norm_label": "textarea.tsx" + }, + { + "label": "Textarea", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_textarea_textarea", + "community": 218, + "community_name": "Textarea.tsx", + "norm_label": "textarea" + }, + { + "label": "admin-panel/tsconfig.json", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig", + "community": 219, + "community_name": "admin-panel/tsconfig.json", + "norm_label": "admin-panel/tsconfig.json" + }, + { + "label": "files", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L2", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_files", + "community": 219, + "community_name": "admin-panel/tsconfig.json", + "norm_label": "files" + }, + { + "label": "references", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_references", + "community": 219, + "community_name": "admin-panel/tsconfig.json", + "norm_label": "references" + }, + { + "label": "06-storefront-audit.md", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit", + "community": 22, + "community_name": "FE-001", + "norm_label": "06-storefront-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L96", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_acceptance_criteria", + "community": 22, + "community_name": "FE-001", + "norm_label": "acceptance criteria" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L44", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_affected_application", + "community": 22, + "community_name": "FE-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L47", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_affected_files", + "community": 22, + "community_name": "FE-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L78", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_alternative_direction", + "community": 22, + "community_name": "FE-001", + "norm_label": "alternative direction" + }, + { + "label": "Architecture Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths", + "community": 22, + "community_name": "FE-001", + "norm_label": "architecture overview & confirmed strengths" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L32", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_category", + "community": 22, + "community_name": "FE-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L116", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_completion_statement", + "community": 22, + "community_name": "FE-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L38", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_confidence", + "community": 22, + "community_name": "FE-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L84", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_dependencies", + "community": 22, + "community_name": "FE-001", + "norm_label": "dependencies" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L29", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_domain", + "community": 22, + "community_name": "FE-001", + "norm_label": "domain" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L54", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_evidence", + "community": 22, + "community_name": "FE-001", + "norm_label": "evidence" + }, + { + "label": "FE-001", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L24", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_fe_001", + "community": 22, + "community_name": "FE-001", + "norm_label": "fe-001" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L104", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_finding_summary", + "community": 22, + "community_name": "FE-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_findings", + "community": 22, + "community_name": "FE-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L81", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_implementation_complexity", + "community": 22, + "community_name": "FE-001", + "norm_label": "implementation complexity" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L99", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_notes_and_limitations", + "community": 22, + "community_name": "FE-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L57", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_problem", + "community": 22, + "community_name": "FE-001", + "norm_label": "problem" + }, + { + "label": "React / Vite Storefront Audit Report", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "community": 22, + "community_name": "FE-001", + "norm_label": "react / vite storefront audit report" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L75", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_recommended_direction", + "community": 22, + "community_name": "FE-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L51", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_relevant_symbols_or_lines", + "community": 22, + "community_name": "FE-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L87", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_risks", + "community": 22, + "community_name": "FE-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L60", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_root_cause", + "community": 22, + "community_name": "FE-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L72", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_security_or_data_integrity_impact", + "community": 22, + "community_name": "FE-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L35", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_severity", + "community": 22, + "community_name": "FE-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_status", + "community": 22, + "community_name": "FE-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L69", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_technical_impact", + "community": 22, + "community_name": "FE-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L93", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_testing_requirements", + "community": 22, + "community_name": "FE-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L26", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_title", + "community": 22, + "community_name": "FE-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L66", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_user_or_business_impact", + "community": 22, + "community_name": "FE-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L90", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_verification_requirements", + "community": 22, + "community_name": "FE-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L63", + "_origin": "ast", + "id": "docs_audit_06_storefront_audit_why_it_matters", + "community": 22, + "community_name": "FE-001", + "norm_label": "why it matters" + }, + { + "label": "about/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_about_page", + "community": 220, + "community_name": "about/page.tsx", + "norm_label": "about/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_about_page_metadata", + "community": 220, + "community_name": "about/page.tsx", + "norm_label": "metadata" + }, + { + "label": "privacy/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_privacy_page", + "community": 221, + "community_name": "privacy/page.tsx", + "norm_label": "privacy/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_privacy_page_metadata", + "community": 221, + "community_name": "privacy/page.tsx", + "norm_label": "metadata" + }, + { + "label": "next.config.ts", + "file_type": "code", + "source_file": "frontend/application/next.config.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_next_config", + "community": 222, + "community_name": "next.config.ts", + "norm_label": "next.config.ts" + }, + { + "label": "nextConfig", + "file_type": "code", + "source_file": "frontend/application/next.config.ts", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_application_next_config_nextconfig", + "community": 222, + "community_name": "next.config.ts", + "norm_label": "nextconfig" + }, + { + "label": "securityHeaders", + "file_type": "code", + "source_file": "frontend/application/next.config.ts", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_application_next_config_securityheaders", + "community": 222, + "community_name": "next.config.ts", + "norm_label": "securityheaders" + }, + { + "label": "AGENTS.md", + "file_type": "document", + "source_file": "AGENTS.md", + "source_location": "L1", + "_origin": "ast", + "id": "agents", + "community": 224, + "community_name": "AGENTS.md", + "norm_label": "agents.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": "AGENTS.md", + "source_location": "L1", + "_origin": "ast", + "id": "agents_graphify", + "community": 224, + "community_name": "AGENTS.md", + "norm_label": "graphify" + }, + { + "label": "rules/graphify.md", + "file_type": "document", + "source_file": ".agents/rules/graphify.md", + "source_location": "L1", + "_origin": "ast", + "id": "agents_rules_graphify", + "community": 225, + "community_name": "rules/graphify.md", + "norm_label": "rules/graphify.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": ".agents/rules/graphify.md", + "source_location": "L6", + "_origin": "ast", + "id": "agents_rules_graphify_graphify", + "community": 225, + "community_name": "rules/graphify.md", + "norm_label": "graphify" + }, + { + "label": ".agents/workflows/graphify.md", + "file_type": "document", + "source_file": ".agents/workflows/graphify.md", + "source_location": "L1", + "_origin": "ast", + "id": "agents_workflows_graphify", + "community": 226, + "community_name": ".agents/workflows/graphify.md", + "norm_label": ".agents/workflows/graphify.md" + }, + { + "label": "Workflow: graphify", + "file_type": "document", + "source_file": ".agents/workflows/graphify.md", + "source_location": "L6", + "_origin": "ast", + "id": "agents_workflows_graphify_workflow_graphify", + "community": 226, + "community_name": ".agents/workflows/graphify.md", + "norm_label": "workflow: graphify" + }, + { + "label": "instructions.md", + "file_type": "document", + "source_file": ".antigravity/instructions.md", + "source_location": "L1", + "_origin": "ast", + "id": "antigravity_instructions", + "community": 227, + "community_name": "instructions.md", + "norm_label": "instructions.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": ".antigravity/instructions.md", + "source_location": "L1", + "_origin": "ast", + "id": "antigravity_instructions_graphify", + "community": 227, + "community_name": "instructions.md", + "norm_label": "graphify" + }, + { + "label": "eslint-plugin-react-hooks", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks", + "community": 228, + "community_name": "eslint-plugin-react-hooks", + "norm_label": "eslint-plugin-react-hooks" + }, + { + "label": "eslint-plugin-react-hooks", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "eslint_plugin_react_hooks", + "community": 228, + "community_name": "eslint-plugin-react-hooks", + "norm_label": "eslint-plugin-react-hooks" + }, + { + "label": "eslint-plugin-react-refresh", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh", + "community": 229, + "community_name": "eslint-plugin-react-refresh", + "norm_label": "eslint-plugin-react-refresh" + }, + { + "label": "eslint-plugin-react-refresh", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "eslint_plugin_react_refresh", + "community": 229, + "community_name": "eslint-plugin-react-refresh", + "norm_label": "eslint-plugin-react-refresh" + }, + { + "label": "08-admin-features-audit.md", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit", + "community": 23, + "community_name": "ADM-001", + "norm_label": "08-admin-features-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L101", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_acceptance_criteria", + "community": 23, + "community_name": "ADM-001", + "norm_label": "acceptance criteria" + }, + { + "label": "ADM-001", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L23", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_adm_001", + "community": 23, + "community_name": "ADM-001", + "norm_label": "adm-001" + }, + { + "label": "Admin Features Audit Report", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "community": 23, + "community_name": "ADM-001", + "norm_label": "admin features audit report" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_affected_application", + "community": 23, + "community_name": "ADM-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_affected_files", + "community": 23, + "community_name": "ADM-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L83", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_alternative_direction", + "community": 23, + "community_name": "ADM-001", + "norm_label": "alternative direction" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L31", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_category", + "community": 23, + "community_name": "ADM-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L121", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_completion_statement", + "community": 23, + "community_name": "ADM-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L37", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_confidence", + "community": 23, + "community_name": "ADM-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L89", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_dependencies", + "community": 23, + "community_name": "ADM-001", + "norm_label": "dependencies" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_domain", + "community": 23, + "community_name": "ADM-001", + "norm_label": "domain" + }, + { + "label": "Domain Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths", + "community": 23, + "community_name": "ADM-001", + "norm_label": "domain overview & confirmed strengths" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L53", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_evidence", + "community": 23, + "community_name": "ADM-001", + "norm_label": "evidence" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L109", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_finding_summary", + "community": 23, + "community_name": "ADM-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_findings", + "community": 23, + "community_name": "ADM-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L86", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_implementation_complexity", + "community": 23, + "community_name": "ADM-001", + "norm_label": "implementation complexity" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L104", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_notes_and_limitations", + "community": 23, + "community_name": "ADM-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_problem", + "community": 23, + "community_name": "ADM-001", + "norm_label": "problem" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L80", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_recommended_direction", + "community": 23, + "community_name": "ADM-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L49", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines", + "community": 23, + "community_name": "ADM-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L92", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_risks", + "community": 23, + "community_name": "ADM-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L65", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_root_cause", + "community": 23, + "community_name": "ADM-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L77", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact", + "community": 23, + "community_name": "ADM-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L34", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_severity", + "community": 23, + "community_name": "ADM-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L40", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_status", + "community": 23, + "community_name": "ADM-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L74", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_technical_impact", + "community": 23, + "community_name": "ADM-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L98", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_testing_requirements", + "community": 23, + "community_name": "ADM-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L25", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_title", + "community": 23, + "community_name": "ADM-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L71", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_user_or_business_impact", + "community": 23, + "community_name": "ADM-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L95", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_verification_requirements", + "community": 23, + "community_name": "ADM-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L68", + "_origin": "ast", + "id": "docs_audit_08_admin_features_audit_why_it_matters", + "community": 23, + "community_name": "ADM-001", + "norm_label": "why it matters" + }, + { + "label": "@tailwindcss/postcss", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", + "community": 230, + "community_name": "@tailwindcss/postcss", + "norm_label": "@tailwindcss/postcss" + }, + { + "label": "@tailwindcss/postcss", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_tailwindcss_postcss", + "community": 230, + "community_name": "@tailwindcss/postcss", + "norm_label": "@tailwindcss/postcss" + }, + { + "label": "typescript", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_typescript", + "community": 231, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "typescript", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_typescript", + "community": 231, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_post", + "community": 232, + "community_name": "AdminService", + "norm_label": "post" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_service_ts_injectable", + "community": 232, + "community_name": "AdminService", + "norm_label": "injectable" + }, + { + "label": "@testing-library/react", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_testing_library_react", + "community": 233, + "community_name": "@testing-library/react", + "norm_label": "@testing-library/react" + }, + { + "label": "@testing-library/react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L24", + "_origin": "ast", + "id": "testing_library_react", + "community": 233, + "community_name": "@testing-library/react", + "norm_label": "@testing-library/react" + }, + { + "label": "@types/react", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_types_react", + "community": 234, + "community_name": "@types/react", + "norm_label": "@types/react" + }, + { + "label": "@types/react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "frontend_application_package_json_types_react", + "community": 234, + "community_name": "@types/react", + "norm_label": "@types/react" + }, + { + "label": "typescript", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_typescript", + "community": 235, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "typescript", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_package_json_typescript", + "community": 235, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "vitest", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_vitest", + "community": 236, + "community_name": "vitest", + "norm_label": "vitest" + }, + { + "label": "vitest", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "vitest", + "community": 236, + "community_name": "vitest", + "norm_label": "vitest" + }, + { + "label": "axios", + "file_type": "code", + "source_file": "axios", + "confidence": "EXTRACTED", + "_origin": "ast", + "id": "axios_axios", + "community": 237, + "community_name": "axios", + "norm_label": "axios" + }, + { + "label": "09-database-audit.md", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_09_database_audit", + "community": 24, + "community_name": "DB-001", + "norm_label": "09-database-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L103", + "_origin": "ast", + "id": "docs_audit_09_database_audit_acceptance_criteria", + "community": 24, + "community_name": "DB-001", + "norm_label": "acceptance criteria" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_09_database_audit_affected_application", + "community": 24, + "community_name": "DB-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_09_database_audit_affected_files", + "community": 24, + "community_name": "DB-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L85", + "_origin": "ast", + "id": "docs_audit_09_database_audit_alternative_direction", + "community": 24, + "community_name": "DB-001", + "norm_label": "alternative direction" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L31", + "_origin": "ast", + "id": "docs_audit_09_database_audit_category", + "community": 24, + "community_name": "DB-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L123", + "_origin": "ast", + "id": "docs_audit_09_database_audit_completion_statement", + "community": 24, + "community_name": "DB-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L37", + "_origin": "ast", + "id": "docs_audit_09_database_audit_confidence", + "community": 24, + "community_name": "DB-001", + "norm_label": "confidence" + }, + { + "label": "Database and Data Integrity Audit Report", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "community": 24, + "community_name": "DB-001", + "norm_label": "database and data integrity audit report" + }, + { + "label": "DB-001", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L23", + "_origin": "ast", + "id": "docs_audit_09_database_audit_db_001", + "community": 24, + "community_name": "DB-001", + "norm_label": "db-001" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L91", + "_origin": "ast", + "id": "docs_audit_09_database_audit_dependencies", + "community": 24, + "community_name": "DB-001", + "norm_label": "dependencies" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_09_database_audit_domain", + "community": 24, + "community_name": "DB-001", + "norm_label": "domain" + }, + { + "label": "Domain Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_09_database_audit_domain_overview_confirmed_strengths", + "community": 24, + "community_name": "DB-001", + "norm_label": "domain overview & confirmed strengths" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L52", + "_origin": "ast", + "id": "docs_audit_09_database_audit_evidence", + "community": 24, + "community_name": "DB-001", + "norm_label": "evidence" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L111", + "_origin": "ast", + "id": "docs_audit_09_database_audit_finding_summary", + "community": 24, + "community_name": "DB-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_09_database_audit_findings", + "community": 24, + "community_name": "DB-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L88", + "_origin": "ast", + "id": "docs_audit_09_database_audit_implementation_complexity", + "community": 24, + "community_name": "DB-001", + "norm_label": "implementation complexity" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L106", + "_origin": "ast", + "id": "docs_audit_09_database_audit_notes_and_limitations", + "community": 24, + "community_name": "DB-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L64", + "_origin": "ast", + "id": "docs_audit_09_database_audit_problem", + "community": 24, + "community_name": "DB-001", + "norm_label": "problem" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L82", + "_origin": "ast", + "id": "docs_audit_09_database_audit_recommended_direction", + "community": 24, + "community_name": "DB-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L49", + "_origin": "ast", + "id": "docs_audit_09_database_audit_relevant_symbols_or_lines", + "community": 24, + "community_name": "DB-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L94", + "_origin": "ast", + "id": "docs_audit_09_database_audit_risks", + "community": 24, + "community_name": "DB-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L67", + "_origin": "ast", + "id": "docs_audit_09_database_audit_root_cause", + "community": 24, + "community_name": "DB-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L79", + "_origin": "ast", + "id": "docs_audit_09_database_audit_security_or_data_integrity_impact", + "community": 24, + "community_name": "DB-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L34", + "_origin": "ast", + "id": "docs_audit_09_database_audit_severity", + "community": 24, + "community_name": "DB-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L40", + "_origin": "ast", + "id": "docs_audit_09_database_audit_status", + "community": 24, + "community_name": "DB-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L76", + "_origin": "ast", + "id": "docs_audit_09_database_audit_technical_impact", + "community": 24, + "community_name": "DB-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L100", + "_origin": "ast", + "id": "docs_audit_09_database_audit_testing_requirements", + "community": 24, + "community_name": "DB-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L25", + "_origin": "ast", + "id": "docs_audit_09_database_audit_title", + "community": 24, + "community_name": "DB-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L73", + "_origin": "ast", + "id": "docs_audit_09_database_audit_user_or_business_impact", + "community": 24, + "community_name": "DB-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L97", + "_origin": "ast", + "id": "docs_audit_09_database_audit_verification_requirements", + "community": 24, + "community_name": "DB-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L70", + "_origin": "ast", + "id": "docs_audit_09_database_audit_why_it_matters", + "community": 24, + "community_name": "DB-001", + "norm_label": "why it matters" + }, + { + "label": "ts-loader", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L70", + "_origin": "ast", + "id": "backend_package_devdependencies_ts_loader", + "community": 240, + "community_name": "ts-loader", + "norm_label": "ts-loader" + }, + { + "label": "ts-loader", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L70", + "_origin": "ast", + "id": "ts_loader", + "community": 240, + "community_name": "ts-loader", + "norm_label": "ts-loader" + }, + { + "label": "@types/bcrypt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L51", + "_origin": "ast", + "id": "backend_package_devdependencies_types_bcrypt", + "community": 242, + "community_name": "@types/bcrypt", + "norm_label": "@types/bcrypt" + }, + { + "label": "@types/bcrypt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L51", + "_origin": "ast", + "id": "types_bcrypt", + "community": 242, + "community_name": "@types/bcrypt", + "norm_label": "@types/bcrypt" + }, + { + "label": "app_module_1", + "file_type": "code", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L8", + "_origin": "ast", + "id": "backend_test_app_e2e_spec_app_module_1", + "community": 243, + "community_name": "app.e2e-spec.js", + "norm_label": "app_module_1" + }, + { + "label": "app.e2e-spec.js", + "file_type": "code", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L1", + "_origin": "ast", + "id": "backend_test_app_e2e_spec_js_backend_test_app_e2e_spec", + "community": 243, + "community_name": "app.e2e-spec.js", + "norm_label": "app.e2e-spec.js" + }, + { + "label": "supertest_1", + "file_type": "code", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L7", + "_origin": "ast", + "id": "backend_test_app_e2e_spec_supertest_1", + "community": 243, + "community_name": "app.e2e-spec.js", + "norm_label": "supertest_1" + }, + { + "label": "testing_1", + "file_type": "code", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L6", + "_origin": "ast", + "id": "backend_test_app_e2e_spec_testing_1", + "community": 243, + "community_name": "app.e2e-spec.js", + "norm_label": "testing_1" + }, + { + "label": "blog.entity.ts", + "file_type": "code", + "source_file": "backend/src/blogs/entities/blog.entity.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_entities_blog_entity", + "community": 244, + "community_name": "blog.entity.ts", + "norm_label": "blog.entity.ts" + }, + { + "label": "home.entity.ts", + "file_type": "code", + "source_file": "backend/src/home/entities/home.entity.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_entities_home_entity", + "community": 245, + "community_name": "home.entity.ts", + "norm_label": "home.entity.ts" + }, + { + "label": "wiki.entity.ts", + "file_type": "code", + "source_file": "backend/src/wiki/entities/wiki.entity.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_entities_wiki_entity", + "community": 246, + "community_name": "wiki.entity.ts", + "norm_label": "wiki.entity.ts" + }, + { + "label": "CLAUDE.md", + "file_type": "document", + "source_file": "CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude", + "community": 248, + "community_name": "CLAUDE.md", + "norm_label": "claude.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": "CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_graphify", + "community": 248, + "community_name": "CLAUDE.md", + "norm_label": "graphify" + }, + { + "label": ".claude/CLAUDE.md", + "file_type": "document", + "source_file": ".claude/CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_claude", + "community": 249, + "community_name": ".claude/CLAUDE.md", + "norm_label": ".claude/claude.md" + }, + { + "label": "graphify", + "file_type": "document", + "source_file": ".claude/CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_claude_graphify", + "community": 249, + "community_name": ".claude/CLAUDE.md", + "norm_label": "graphify" + }, + { + "label": "11-code-quality-audit.md", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit", + "community": 25, + "community_name": "TS-001", + "norm_label": "11-code-quality-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L98", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_acceptance_criteria", + "community": 25, + "community_name": "TS-001", + "norm_label": "acceptance criteria" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L42", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_affected_application", + "community": 25, + "community_name": "TS-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L45", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_affected_files", + "community": 25, + "community_name": "TS-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L80", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_alternative_direction", + "community": 25, + "community_name": "TS-001", + "norm_label": "alternative direction" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L30", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_category", + "community": 25, + "community_name": "TS-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L118", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_completion_statement", + "community": 25, + "community_name": "TS-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L36", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_confidence", + "community": 25, + "community_name": "TS-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L86", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_dependencies", + "community": 25, + "community_name": "TS-001", + "norm_label": "dependencies" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_domain", + "community": 25, + "community_name": "TS-001", + "norm_label": "domain" + }, + { + "label": "Domain Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths", + "community": 25, + "community_name": "TS-001", + "norm_label": "domain overview & confirmed strengths" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L51", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_evidence", + "community": 25, + "community_name": "TS-001", + "norm_label": "evidence" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L106", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_finding_summary", + "community": 25, + "community_name": "TS-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L20", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_findings", + "community": 25, + "community_name": "TS-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L83", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_implementation_complexity", + "community": 25, + "community_name": "TS-001", + "norm_label": "implementation complexity" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L101", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_notes_and_limitations", + "community": 25, + "community_name": "TS-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L59", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_problem", + "community": 25, + "community_name": "TS-001", + "norm_label": "problem" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L77", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_recommended_direction", + "community": 25, + "community_name": "TS-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L48", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines", + "community": 25, + "community_name": "TS-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L89", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_risks", + "community": 25, + "community_name": "TS-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_root_cause", + "community": 25, + "community_name": "TS-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L74", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact", + "community": 25, + "community_name": "TS-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L33", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_severity", + "community": 25, + "community_name": "TS-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L39", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_status", + "community": 25, + "community_name": "TS-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L71", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_technical_impact", + "community": 25, + "community_name": "TS-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L95", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_testing_requirements", + "community": 25, + "community_name": "TS-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L24", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_title", + "community": 25, + "community_name": "TS-001", + "norm_label": "title" + }, + { + "label": "TS-001", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_ts_001", + "community": 25, + "community_name": "TS-001", + "norm_label": "ts-001" + }, + { + "label": "TypeScript and Code Quality Audit Report", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "community": 25, + "community_name": "TS-001", + "norm_label": "typescript and code quality audit report" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L68", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_user_or_business_impact", + "community": 25, + "community_name": "TS-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L92", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_verification_requirements", + "community": 25, + "community_name": "TS-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L65", + "_origin": "ast", + "id": "docs_audit_11_code_quality_audit_why_it_matters", + "community": 25, + "community_name": "TS-001", + "norm_label": "why it matters" + }, + { + "label": "extraction-spec.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/extraction-spec.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_extraction_spec", + "community": 250, + "community_name": "extraction-spec.md", + "norm_label": "extraction-spec.md" + }, + { + "label": "graphify reference: extraction subagent prompt", + "file_type": "document", + "source_file": ".claude/skills/graphify/references/extraction-spec.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt", + "community": 250, + "community_name": "extraction-spec.md", + "norm_label": "graphify reference: extraction subagent prompt" + }, + { + "label": "robots.ts", + "file_type": "code", + "source_file": "frontend/application/app/robots.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_robots", + "community": 256, + "community_name": "robots.ts", + "norm_label": "robots.ts" + }, + { + "label": "application/eslint.config.mjs", + "file_type": "code", + "source_file": "frontend/application/eslint.config.mjs", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_eslint_config", + "community": 257, + "community_name": "application/eslint.config.mjs", + "norm_label": "application/eslint.config.mjs" + }, + { + "label": "eslintConfig", + "file_type": "code", + "source_file": "frontend/application/eslint.config.mjs", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_application_eslint_config_eslintconfig", + "community": 257, + "community_name": "application/eslint.config.mjs", + "norm_label": "eslintconfig" + }, + { + "label": "postcss.config.mjs", + "file_type": "code", + "source_file": "frontend/application/postcss.config.mjs", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_postcss_config", + "community": 258, + "community_name": "postcss.config.mjs", + "norm_label": "postcss.config.mjs" + }, + { + "label": "config", + "file_type": "code", + "source_file": "frontend/application/postcss.config.mjs", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_postcss_config_config", + "community": 258, + "community_name": "postcss.config.mjs", + "norm_label": "config" + }, + { + "label": "vitest.setup.ts", + "file_type": "code", + "source_file": "frontend/application/vitest.setup.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_vitest_setup", + "community": 259, + "community_name": "vitest.setup.ts", + "norm_label": "vitest.setup.ts" + }, + { + "label": "12-testing-audit.md", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_12_testing_audit", + "community": 26, + "community_name": "TEST-001", + "norm_label": "12-testing-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L102", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_acceptance_criteria", + "community": 26, + "community_name": "TEST-001", + "norm_label": "acceptance criteria" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L42", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_affected_application", + "community": 26, + "community_name": "TEST-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L45", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_affected_files", + "community": 26, + "community_name": "TEST-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L84", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_alternative_direction", + "community": 26, + "community_name": "TEST-001", + "norm_label": "alternative direction" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L30", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_category", + "community": 26, + "community_name": "TEST-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L122", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_completion_statement", + "community": 26, + "community_name": "TEST-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L36", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_confidence", + "community": 26, + "community_name": "TEST-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L90", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_dependencies", + "community": 26, + "community_name": "TEST-001", + "norm_label": "dependencies" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_domain", + "community": 26, + "community_name": "TEST-001", + "norm_label": "domain" + }, + { + "label": "Domain Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths", + "community": 26, + "community_name": "TEST-001", + "norm_label": "domain overview & confirmed strengths" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L55", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_evidence", + "community": 26, + "community_name": "TEST-001", + "norm_label": "evidence" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L110", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_finding_summary", + "community": 26, + "community_name": "TEST-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L20", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_findings", + "community": 26, + "community_name": "TEST-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L87", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_implementation_complexity", + "community": 26, + "community_name": "TEST-001", + "norm_label": "implementation complexity" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L105", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_notes_and_limitations", + "community": 26, + "community_name": "TEST-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L63", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_problem", + "community": 26, + "community_name": "TEST-001", + "norm_label": "problem" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L81", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_recommended_direction", + "community": 26, + "community_name": "TEST-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L50", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_relevant_symbols_or_lines", + "community": 26, + "community_name": "TEST-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L93", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_risks", + "community": 26, + "community_name": "TEST-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L66", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_root_cause", + "community": 26, + "community_name": "TEST-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L78", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_security_or_data_integrity_impact", + "community": 26, + "community_name": "TEST-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L33", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_severity", + "community": 26, + "community_name": "TEST-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L39", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_status", + "community": 26, + "community_name": "TEST-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L75", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_technical_impact", + "community": 26, + "community_name": "TEST-001", + "norm_label": "technical impact" + }, + { + "label": "TEST-001", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_test_001", + "community": 26, + "community_name": "TEST-001", + "norm_label": "test-001" + }, + { + "label": "Testing and Reliability Audit Report", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "community": 26, + "community_name": "TEST-001", + "norm_label": "testing and reliability audit report" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L99", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_testing_requirements", + "community": 26, + "community_name": "TEST-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L24", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_title", + "community": 26, + "community_name": "TEST-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L72", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_user_or_business_impact", + "community": 26, + "community_name": "TEST-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L96", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_verification_requirements", + "community": 26, + "community_name": "TEST-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L69", + "_origin": "ast", + "id": "docs_audit_12_testing_audit_why_it_matters", + "community": 26, + "community_name": "TEST-001", + "norm_label": "why it matters" + }, + { + "label": "backup_db.sh", + "file_type": "code", + "source_file": "scripts/backup_db.sh", + "source_location": "L1", + "metadata": { + "language": "bash", + "kind": "file" + }, + "_origin": "ast", + "id": "scripts_backup_db", + "community": 260, + "community_name": "backup_db.sh", + "norm_label": "backup_db.sh" + }, + { + "label": "backup_db.sh script", + "file_type": "code", + "source_file": "scripts/backup_db.sh", + "source_location": "L1", + "metadata": { + "language": "bash", + "kind": "bash_entrypoint" + }, + "_origin": "ast", + "id": "scripts_backup_db_sh__entry", + "community": 260, + "community_name": "backup_db.sh", + "norm_label": "backup_db.sh script" + }, + { + "label": "start.sh", + "file_type": "code", + "source_file": "start.sh", + "source_location": "L1", + "metadata": { + "language": "bash", + "kind": "file" + }, + "_origin": "ast", + "id": "start", + "community": 261, + "community_name": "start.sh", + "norm_label": "start.sh" + }, + { + "label": "start.sh script", + "file_type": "code", + "source_file": "start.sh", + "source_location": "L1", + "metadata": { + "language": "bash", + "kind": "bash_entrypoint" + }, + "_origin": "ast", + "id": "start_sh__entry", + "community": 261, + "community_name": "start.sh", + "norm_label": "start.sh script" + }, + { + "label": "reviews/README.md", + "file_type": "document", + "source_file": ".ai_agency/specs/reviews/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_specs_reviews_readme", + "community": 262, + "community_name": "reviews/README.md", + "norm_label": "reviews/readme.md" + }, + { + "label": "backend/eslint.config.mjs", + "file_type": "code", + "source_file": "backend/eslint.config.mjs", + "source_location": "L1", + "_origin": "ast", + "id": "backend_eslint_config", + "community": 263, + "community_name": "backend/eslint.config.mjs", + "norm_label": "backend/eslint.config.mjs" + }, + { + "label": "generate-openapi.d.ts", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.d.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_d", + "community": 266, + "community_name": "generate-openapi.d.ts", + "norm_label": "generate-openapi.d.ts" + }, + { + "label": "13-devops-audit.md", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_13_devops_audit", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "13-devops-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L94", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_acceptance_criteria", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "acceptance criteria" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_affected_application", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_affected_files", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L76", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_alternative_direction", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "alternative direction" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L31", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_category", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L114", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_completion_statement", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L37", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_confidence", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L82", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_dependencies", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "dependencies" + }, + { + "label": "DEVOPS-001", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L23", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_devops_001", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "devops-001" + }, + { + "label": "DevOps and CI/CD Audit Report", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "devops and ci/cd audit report" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_domain", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "domain" + }, + { + "label": "Domain Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "domain overview & confirmed strengths" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L52", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_evidence", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "evidence" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L102", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_finding_summary", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_findings", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L79", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_implementation_complexity", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "implementation complexity" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L97", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_notes_and_limitations", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L55", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_problem", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "problem" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L73", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_recommended_direction", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L49", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_relevant_symbols_or_lines", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L85", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_risks", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L58", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_root_cause", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L70", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_security_or_data_integrity_impact", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L34", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_severity", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L40", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_status", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L67", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_technical_impact", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L91", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_testing_requirements", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L25", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_title", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L64", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_user_or_business_impact", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L88", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_verification_requirements", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L61", + "_origin": "ast", + "id": "docs_audit_13_devops_audit_why_it_matters", + "community": 27, + "community_name": "DEVOPS-001", + "norm_label": "why it matters" + }, + { + "label": "eslint.config.js", + "file_type": "code", + "source_file": "frontend/admin-panel/eslint.config.js", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_eslint_config", + "community": 273, + "community_name": "eslint.config.js", + "norm_label": "eslint.config.js" + }, + { + "label": "postcss.config.js", + "file_type": "code", + "source_file": "frontend/admin-panel/postcss.config.js", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_postcss_config", + "community": 274, + "community_name": "postcss.config.js", + "norm_label": "postcss.config.js" + }, + { + "label": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog", + "community": 275, + "community_name": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md" + }, + { + "label": "shabnam-font-v5.0.1/CHANGELOG.md", + "file_type": "document", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_changelog", + "community": 276, + "community_name": "shabnam-font-v5.0.1/CHANGELOG.md", + "norm_label": "shabnam-font-v5.0.1/changelog.md" + }, + { + "label": "tailwind.config.js", + "file_type": "code", + "source_file": "frontend/admin-panel/tailwind.config.js", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_tailwind_config", + "community": 277, + "community_name": "tailwind.config.js", + "norm_label": "tailwind.config.js" + }, + { + "label": "vite.config.ts", + "file_type": "code", + "source_file": "frontend/admin-panel/vite.config.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_vite_config", + "community": 278, + "community_name": "vite.config.ts", + "norm_label": "vite.config.ts" + }, + { + "label": "application/CLAUDE.md", + "file_type": "document", + "source_file": "frontend/application/CLAUDE.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_claude", + "community": 279, + "community_name": "application/CLAUDE.md", + "norm_label": "application/claude.md" + }, + { + "label": "14-documentation-audit.md", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit", + "community": 28, + "community_name": "DOC-001", + "norm_label": "14-documentation-audit.md" + }, + { + "label": "Acceptance Criteria", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L95", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_acceptance_criteria", + "community": 28, + "community_name": "DOC-001", + "norm_label": "acceptance criteria" + }, + { + "label": "Affected Application", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L42", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_affected_application", + "community": 28, + "community_name": "DOC-001", + "norm_label": "affected application" + }, + { + "label": "Affected Files", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L45", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_affected_files", + "community": 28, + "community_name": "DOC-001", + "norm_label": "affected files" + }, + { + "label": "Alternative Direction", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L77", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_alternative_direction", + "community": 28, + "community_name": "DOC-001", + "norm_label": "alternative direction" + }, + { + "label": "Category", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L30", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_category", + "community": 28, + "community_name": "DOC-001", + "norm_label": "category" + }, + { + "label": "Completion Statement", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L115", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_completion_statement", + "community": 28, + "community_name": "DOC-001", + "norm_label": "completion statement" + }, + { + "label": "Confidence", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L36", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_confidence", + "community": 28, + "community_name": "DOC-001", + "norm_label": "confidence" + }, + { + "label": "Dependencies", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L83", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_dependencies", + "community": 28, + "community_name": "DOC-001", + "norm_label": "dependencies" + }, + { + "label": "DOC-001", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_doc_001", + "community": 28, + "community_name": "DOC-001", + "norm_label": "doc-001" + }, + { + "label": "Documentation Audit Report", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_documentation_audit_report", + "community": 28, + "community_name": "DOC-001", + "norm_label": "documentation audit report" + }, + { + "label": "Domain", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_domain", + "community": 28, + "community_name": "DOC-001", + "norm_label": "domain" + }, + { + "label": "Domain Overview & Confirmed Strengths", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L15", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths", + "community": 28, + "community_name": "DOC-001", + "norm_label": "domain overview & confirmed strengths" + }, + { + "label": "Evidence", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L53", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_evidence", + "community": 28, + "community_name": "DOC-001", + "norm_label": "evidence" + }, + { + "label": "Finding Summary", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L103", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_finding_summary", + "community": 28, + "community_name": "DOC-001", + "norm_label": "finding summary" + }, + { + "label": "Findings", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L20", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_findings", + "community": 28, + "community_name": "DOC-001", + "norm_label": "findings" + }, + { + "label": "Implementation Complexity", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L80", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_implementation_complexity", + "community": 28, + "community_name": "DOC-001", + "norm_label": "implementation complexity" + }, + { + "label": "Notes and Limitations", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L98", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_notes_and_limitations", + "community": 28, + "community_name": "DOC-001", + "norm_label": "notes and limitations" + }, + { + "label": "Problem", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L56", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_problem", + "community": 28, + "community_name": "DOC-001", + "norm_label": "problem" + }, + { + "label": "Recommended Direction", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L74", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_recommended_direction", + "community": 28, + "community_name": "DOC-001", + "norm_label": "recommended direction" + }, + { + "label": "Relevant Symbols or Lines", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L49", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_relevant_symbols_or_lines", + "community": 28, + "community_name": "DOC-001", + "norm_label": "relevant symbols or lines" + }, + { + "label": "Risks", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L86", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_risks", + "community": 28, + "community_name": "DOC-001", + "norm_label": "risks" + }, + { + "label": "Root Cause", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L59", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_root_cause", + "community": 28, + "community_name": "DOC-001", + "norm_label": "root cause" + }, + { + "label": "Security or Data-Integrity Impact", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L71", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_security_or_data_integrity_impact", + "community": 28, + "community_name": "DOC-001", + "norm_label": "security or data-integrity impact" + }, + { + "label": "Severity", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L33", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_severity", + "community": 28, + "community_name": "DOC-001", + "norm_label": "severity" + }, + { + "label": "Status", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L39", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_status", + "community": 28, + "community_name": "DOC-001", + "norm_label": "status" + }, + { + "label": "Technical Impact", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L68", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_technical_impact", + "community": 28, + "community_name": "DOC-001", + "norm_label": "technical impact" + }, + { + "label": "Testing Requirements", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L92", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_testing_requirements", + "community": 28, + "community_name": "DOC-001", + "norm_label": "testing requirements" + }, + { + "label": "Title", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L24", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_title", + "community": 28, + "community_name": "DOC-001", + "norm_label": "title" + }, + { + "label": "User or Business Impact", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L65", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_user_or_business_impact", + "community": 28, + "community_name": "DOC-001", + "norm_label": "user or business impact" + }, + { + "label": "Verification Requirements", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L89", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_verification_requirements", + "community": 28, + "community_name": "DOC-001", + "norm_label": "verification requirements" + }, + { + "label": "Why It Matters", + "file_type": "document", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_14_documentation_audit_why_it_matters", + "community": 28, + "community_name": "DOC-001", + "norm_label": "why it matters" + }, + { + "label": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "file_type": "document", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_changelog", + "community": 280, + "community_name": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "norm_label": "application/public/fonts/sahel-font-v3.4.0/changelog.md" + }, + { + "label": "vitest.config.ts", + "file_type": "code", + "source_file": "frontend/application/vitest.config.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_vitest_config", + "community": 284, + "community_name": "vitest.config.ts", + "norm_label": "vitest.config.ts" + }, + { + "label": "tailwindcss", + "file_type": "code", + "source_file": "tailwindcss", + "confidence": "EXTRACTED", + "_origin": "ast", + "id": "tailwindcss_tailwindcss", + "community": 289, + "community_name": "tailwindcss", + "norm_label": "tailwindcss" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "isstring" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_apitags", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_body", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_controller", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_get", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_param", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_post", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_put", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "put" + }, + { + "label": "Request", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_request", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "request" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller_ts_useguards", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_service_ts_injectable", + "community": 29, + "community_name": "WholesaleApplyDto", + "norm_label": "injectable" + }, + { + "label": "@types/passport-jwt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L58", + "_origin": "ast", + "id": "backend_package_devdependencies_types_passport_jwt", + "community": 290, + "community_name": "@types/passport-jwt", + "norm_label": "@types/passport-jwt" + }, + { + "label": "@types/passport-jwt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L58", + "_origin": "ast", + "id": "types_passport_jwt", + "community": 290, + "community_name": "@types/passport-jwt", + "norm_label": "@types/passport-jwt" + }, + { + "label": "NetworkBanner.tsx", + "file_type": "code", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_networkbanner", + "community": 291, + "community_name": "NetworkBanner.tsx", + "norm_label": "networkbanner.tsx" + }, + { + "label": "useNetworkStatus.ts", + "file_type": "code", + "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_hooks_usenetworkstatus", + "community": 291, + "community_name": "NetworkBanner.tsx", + "norm_label": "usenetworkstatus.ts" + }, + { + "label": "@types/supertest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L59", + "_origin": "ast", + "id": "backend_package_devdependencies_types_supertest", + "community": 292, + "community_name": "@types/supertest", + "norm_label": "@types/supertest" + }, + { + "label": "@types/supertest", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L59", + "_origin": "ast", + "id": "types_supertest", + "community": 292, + "community_name": "@types/supertest", + "norm_label": "@types/supertest" + }, + { + "label": "typescript", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L73", + "_origin": "ast", + "id": "backend_package_devdependencies_typescript", + "community": 293, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "typescript", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L73", + "_origin": "ast", + "id": "backend_package_json_typescript", + "community": 293, + "community_name": "typescript", + "norm_label": "typescript" + }, + { + "label": "app-audit-verification.e2e-spec.d.ts", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.d.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_d", + "community": 294, + "community_name": "app-audit-verification.e2e-spec.d.ts", + "norm_label": "app-audit-verification.e2e-spec.d.ts" + }, + { + "label": "app.e2e-spec.d.ts", + "file_type": "code", + "source_file": "backend/test/app.e2e-spec.d.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_test_app_e2e_spec_d", + "community": 295, + "community_name": "app.e2e-spec.d.ts", + "norm_label": "app.e2e-spec.d.ts" + }, + { + "label": "@eslint/eslintrc", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L46", + "_origin": "ast", + "id": "backend_package_devdependencies_eslint_eslintrc", + "community": 297, + "community_name": "@eslint/eslintrc", + "norm_label": "@eslint/eslintrc" + }, + { + "label": "@eslint/eslintrc", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L46", + "_origin": "ast", + "id": "eslint_eslintrc", + "community": 297, + "community_name": "@eslint/eslintrc", + "norm_label": "@eslint/eslintrc" + }, + { + "label": "eslint-config-prettier", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L61", + "_origin": "ast", + "id": "backend_package_devdependencies_eslint_config_prettier", + "community": 298, + "community_name": "eslint-config-prettier", + "norm_label": "eslint-config-prettier" + }, + { + "label": "eslint-config-prettier", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L61", + "_origin": "ast", + "id": "eslint_config_prettier", + "community": 298, + "community_name": "eslint-config-prettier", + "norm_label": "eslint-config-prettier" + }, + { + "label": "app.module.ts", + "file_type": "code", + "source_file": "backend/src/app.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_app_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "app.module.ts" + }, + { + "label": "b2b.module.ts", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_b2b_b2b_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "b2b.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "banners.module.ts", + "file_type": "code", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_banners_banners_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "banners.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "cms.module.ts", + "file_type": "code", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_cms_cms_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "cms.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_cms_cms_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "sms.module.ts", + "file_type": "code", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_sms_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "sms.module.ts" + }, + { + "label": "Global", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_sms_module_ts_global", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "global" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_sms_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "contact.module.ts", + "file_type": "code", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_contact_contact_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "contact.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "doctors.module.ts", + "file_type": "code", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_doctors_doctors_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "doctors.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_doctors_doctors_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "ingredients.module.ts", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "ingredients.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "payment.module.ts", + "file_type": "code", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_payment_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "payment.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "prescriptions.module.ts", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "prescriptions.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "prisma.module.ts", + "file_type": "code", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_prisma_prisma_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "prisma.module.ts" + }, + { + "label": "Global", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prisma_prisma_module_ts_global", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "global" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prisma_prisma_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "settings.module.ts", + "file_type": "code", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_settings_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "settings.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "smart-advisor.module.ts", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "smart-advisor.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "testimonials.module.ts", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "testimonials.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "tickets.module.ts", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_tickets_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "tickets.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "videos.module.ts", + "file_type": "code", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_videos_videos_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "videos.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_videos_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "wholesale.module.ts", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "wholesale.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_module_ts_module", + "community": 3, + "community_name": "app.module.ts", + "norm_label": "module" + }, + { + "label": "generate-openapi.ts", + "file_type": "code", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "generate-openapi.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_app_module_ts_module", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "module" + }, + { + "label": "http-exception.filter.ts", + "file_type": "code", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "http-exception.filter.ts" + }, + { + "label": "Catch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_filters_http_exception_filter_ts_catch", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "catch" + }, + { + "label": "prisma-exception.filter.ts", + "file_type": "code", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_filters_prisma_exception_filter", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "prisma-exception.filter.ts" + }, + { + "label": "Catch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_filters_prisma_exception_filter_ts_catch", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "catch" + }, + { + "label": "decimal.interceptor.ts", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "decimal.interceptor.ts" + }, + { + "label": "decimal.interceptor.spec.ts", + "file_type": "code", + "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_spec", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "decimal.interceptor.spec.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_interceptors_decimal_interceptor_ts_injectable", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "injectable" + }, + { + "label": "error-response.schema.ts", + "file_type": "code", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_schemas_error_response_schema", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "error-response.schema.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "apiproperty" + }, + { + "label": "main.ts", + "file_type": "code", + "source_file": "backend/src/main.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_main", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "main.ts" + }, + { + "label": "app_module_1", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L42", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_app_module_1", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "app_module_1" + }, + { + "label": "client_1", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L44", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_client_1", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "client_1" + }, + { + "label": "common_1", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L40", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_common_1", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "common_1" + }, + { + "label": "decimal_interceptor_1", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L47", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_decimal_interceptor_1", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "decimal_interceptor_1" + }, + { + "label": "fs", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L48", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_fs", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "fs" + }, + { + "label": "http_exception_filter_1", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L45", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_http_exception_filter_1", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "http_exception_filter_1" + }, + { + "label": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L1", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "app-audit-verification.e2e-spec.js" + }, + { + "label": "jwt_1", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L43", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_jwt_1", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "jwt_1" + }, + { + "label": "path", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L49", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_path", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "path" + }, + { + "label": "prisma_exception_filter_1", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L46", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_prisma_exception_filter_1", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "prisma_exception_filter_1" + }, + { + "label": "supertest_1", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L41", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_supertest_1", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "supertest_1" + }, + { + "label": "testing_1", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L39", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_testing_1", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "testing_1" + }, + { + "label": "app-audit-verification.e2e-spec.ts", + "file_type": "code", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "app-audit-verification.e2e-spec.ts" + }, + { + "label": "app.e2e-spec.ts", + "file_type": "code", + "source_file": "backend/test/app.e2e-spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_test_app_e2e_spec_ts_backend_test_app_e2e_spec", + "community": 30, + "community_name": "app-audit-verification.e2e-spec.js", + "norm_label": "app.e2e-spec.ts" + }, + { + "label": "RouteErrorBoundary.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_routeerrorboundary", + "community": 305, + "community_name": "RouteErrorBoundary", + "norm_label": "routeerrorboundary.tsx" + }, + { + "label": "globals", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L63", + "_origin": "ast", + "id": "backend_package_devdependencies_globals", + "community": 309, + "community_name": "globals", + "norm_label": "globals" + }, + { + "label": "globals", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L63", + "_origin": "ast", + "id": "backend_package_json_globals", + "community": 309, + "community_name": "globals", + "norm_label": "globals" + }, + { + "label": "ssl.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "ssl.controller.ts" + }, + { + "label": "jwt-auth.guard.ts", + "file_type": "code", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_jwt_auth_guard", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "jwt-auth.guard.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_jwt_auth_guard_ts_injectable", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "injectable" + }, + { + "label": "auth/roles.decorator.ts", + "file_type": "code", + "source_file": "backend/src/auth/roles.decorator.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_roles_decorator", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "auth/roles.decorator.ts" + }, + { + "label": "auth/roles.guard.ts", + "file_type": "code", + "source_file": "backend/src/auth/roles.guard.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_roles_guard", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "auth/roles.guard.ts" + }, + { + "label": "b2b.controller.ts", + "file_type": "code", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "b2b.controller.ts" + }, + { + "label": "banners.controller.ts", + "file_type": "code", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_banners_banners_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "banners.controller.ts" + }, + { + "label": "decorators/roles.decorator.ts", + "file_type": "code", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_decorators_roles_decorator", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "decorators/roles.decorator.ts" + }, + { + "label": "ROLES_KEY", + "file_type": "code", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L3", + "_origin": "ast", + "id": "backend_src_common_decorators_roles_decorator_roles_key", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "roles_key" + }, + { + "label": "guards/roles.guard.ts", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "guards/roles.guard.ts" + }, + { + "label": "roles.guard.spec.ts", + "file_type": "code", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_spec", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "roles.guard.spec.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_guards_roles_guard_ts_injectable", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "injectable" + }, + { + "label": "contact.controller.ts", + "file_type": "code", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_contact_contact_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "contact.controller.ts" + }, + { + "label": "ingredients.controller.ts", + "file_type": "code", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "ingredients.controller.ts" + }, + { + "label": "payment.controller.ts", + "file_type": "code", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_payment_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "payment.controller.ts" + }, + { + "label": "prescriptions.controller.ts", + "file_type": "code", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "prescriptions.controller.ts" + }, + { + "label": "settings.controller.ts", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_settings_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "settings.controller.ts" + }, + { + "label": "settings.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_spec", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "settings.controller.spec.ts" + }, + { + "label": "smart-advisor.controller.ts", + "file_type": "code", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "smart-advisor.controller.ts" + }, + { + "label": "testimonials.controller.ts", + "file_type": "code", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "testimonials.controller.ts" + }, + { + "label": "wholesale.controller.ts", + "file_type": "code", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wholesale_wholesale_controller", + "community": 31, + "community_name": "JwtAuthGuard", + "norm_label": "wholesale.controller.ts" + }, + { + "label": "admin.module.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_module", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "admin.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_module_ts_module", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "module" + }, + { + "label": "admin/blogs.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "admin/blogs.controller.ts" + }, + { + "label": "admin/blogs.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_blogs_service", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "admin/blogs.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_service_ts_injectable", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "injectable" + }, + { + "label": "categories.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_categories_controller", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "categories.controller.ts" + }, + { + "label": "categories.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_categories_service", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "categories.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_service_ts_injectable", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "injectable" + }, + { + "label": "media.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_media_controller", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "media.controller.ts" + }, + { + "label": "media.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_media_service", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "media.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_service_ts_injectable", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "injectable" + }, + { + "label": "admin/pets.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_pets_controller", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "admin/pets.controller.ts" + }, + { + "label": "admin/pets.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_pets_service", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "admin/pets.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_service_ts_injectable", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "injectable" + }, + { + "label": "reports.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_reports_controller", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "reports.controller.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_apibearerauth", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_apioperation", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_apitags", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_controller", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_get", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "get" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_controller_ts_useguards", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "useguards" + }, + { + "label": "reports.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_reports_service", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "reports.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_reports_service_ts_injectable", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "injectable" + }, + { + "label": "ssl.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_ssl_service", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "ssl.service.ts" + }, + { + "label": "Global", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_redis_redis_module_ts_global", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "global" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_redis_redis_module_ts_module", + "community": 310, + "community_name": "admin.module.ts", + "norm_label": "module" + }, + { + "label": "tailwindcss", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_tailwindcss", + "community": 312, + "community_name": "tailwindcss", + "norm_label": "tailwindcss" + }, + { + "label": "tailwindcss", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_tailwindcss", + "community": 312, + "community_name": "tailwindcss", + "norm_label": "tailwindcss" + }, + { + "label": "@types/react-dom", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_types_react_dom", + "community": 313, + "community_name": "@types/react-dom", + "norm_label": "@types/react-dom" + }, + { + "label": "@types/react-dom", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_application_package_json_types_react_dom", + "community": 313, + "community_name": "@types/react-dom", + "norm_label": "@types/react-dom" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_service_ts_injectable", + "community": 32, + "community_name": "ZibalService", + "norm_label": "injectable" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_zibal_service_ts_injectable", + "community": 32, + "community_name": "ZibalService", + "norm_label": "injectable" + }, + { + "label": "04-setup-and-deployment.md", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_04_setup_and_deployment", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "04-setup-and-deployment.md" + }, + { + "label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L13", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f" + }, + { + "label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L22", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f" + }, + { + "label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 PM2", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L48", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 pm2" + }, + { + "label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L52", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:" + }, + { + "label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f Next.js:", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L58", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f_next_js", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f next.js:" + }, + { + "label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (Building)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L36", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (building)" + }, + { + "label": "\u0630\u062e\u06cc\u0631\u0647 \u067e\u0631\u0648\u0633\u0647\u200c\u0647\u0627 \u062a\u0627 \u067e\u0633 \u0627\u0632 \u0631\u06cc\u200c\u0627\u0633\u062a\u0627\u0631\u062a \u0633\u0631\u0648\u0631 \u0642\u0637\u0639 \u0646\u0634\u0648\u0646\u062f:", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L64", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0630\u062e\u06cc\u0631\u0647_\u067e\u0631\u0648\u0633\u0647_\u0647\u0627_\u062a\u0627_\u067e\u0633_\u0627\u0632_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_\u0642\u0637\u0639_\u0646\u0634\u0648\u0646\u062f", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0630\u062e\u06cc\u0631\u0647 \u067e\u0631\u0648\u0633\u0647\u200c\u0647\u0627 \u062a\u0627 \u067e\u0633 \u0627\u0632 \u0631\u06cc\u200c\u0627\u0633\u062a\u0627\u0631\u062a \u0633\u0631\u0648\u0631 \u0642\u0637\u0639 \u0646\u0634\u0648\u0646\u062f:" + }, + { + "label": "\u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 \u0633\u06cc\u0633\u062a\u0645 (Setup & Deployment)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 \u0633\u06cc\u0633\u062a\u0645 (setup & deployment)" + }, + { + "label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af Nginx", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L78", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af nginx" + }, + { + "label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L9", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627" + }, + { + "label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (Development Mode)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L5", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (development mode)" + }, + { + "label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (Production Deployment)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L32", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (production deployment)" + }, + { + "label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a Nginx (Reverse Proxy)", + "file_type": "document", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L72", + "_origin": "ast", + "id": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a nginx (reverse proxy)" + }, + { + "label": "05-devops-and-monitoring.md", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "05-devops-and-monitoring.md" + }, + { + "label": "\u062f\u0648\u0627\u067e\u0633 \u0648 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0633\u06cc\u0633\u062a\u0645 (DevOps & Monitoring)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u062f\u0648\u0627\u067e\u0633 \u0648 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0633\u06cc\u0633\u062a\u0645 (devops & monitoring)" + }, + { + "label": "\u06f1. \u0641\u0631\u0622\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (CI/CD)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L5", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u06f1_\u0641\u0631\u0622\u06cc\u0646\u062f_\u0627\u0633\u062a\u0642\u0631\u0627\u0631_\u062e\u0648\u062f\u06a9\u0627\u0631_ci_cd", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f1. \u0641\u0631\u0627\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (ci/cd)" + }, + { + "label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (PM2 Dashboard)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L12", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u06f2_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0639\u0645\u0644\u06a9\u0631\u062f_pm2_dashboard", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (pm2 dashboard)" + }, + { + "label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (Logs Management)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u06f3_\u0628\u0631\u0631\u0633\u06cc_\u0644\u0627\u06af_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645_logs_management", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (logs management)" + }, + { + "label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (PostgreSQL)", + "file_type": "document", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L39", + "_origin": "ast", + "id": "docs_05_devops_and_monitoring_\u06f4_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633_postgresql", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (postgresql)" + }, + { + "label": "06-testing.md", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_06_testing", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "06-testing.md" + }, + { + "label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (software testing)" + }, + { + "label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 Backend (Unit Testing)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L5", + "_origin": "ast", + "id": "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 backend (unit testing)" + }, + { + "label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc End-to-End \u062f\u0631 Backend (E2E Testing)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L17", + "_origin": "ast", + "id": "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc end-to-end \u062f\u0631 backend (e2e testing)" + }, + { + "label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc UI \u062f\u0631 Frontend (Component Testing)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc ui \u062f\u0631 frontend (component testing)" + }, + { + "label": "\u06f4. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc \u0633\u06cc\u0633\u062a\u0645\u06cc \u062f\u0631 Frontend (E2E Frontend - Playwright / Cypress)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L35", + "_origin": "ast", + "id": "docs_06_testing_\u06f4_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u062f\u0631_frontend_e2e_frontend_playwright_cypress", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f4. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc \u0633\u06cc\u0633\u062a\u0645\u06cc \u062f\u0631 frontend (e2e frontend - playwright / cypress)" + }, + { + "label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (Manual QA Checklist)", + "file_type": "document", + "source_file": "docs/06-testing.md", + "source_location": "L38", + "_origin": "ast", + "id": "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (manual qa checklist)" + }, + { + "label": "docs/README.md", + "file_type": "document", + "source_file": "docs/README.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_readme", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "docs/readme.md" + }, + { + "label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (Table of Contents)", + "file_type": "document", + "source_file": "docs/README.md", + "source_location": "L7", + "_origin": "ast", + "id": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents", + "community": 33, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "norm_label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (table of contents)" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_apibearerauth", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_apioperation", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_apiquery", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "apiquery" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_apitags", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_body", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_controller", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_delete", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_get", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_param", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_post", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_put", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_query", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_categories_controller_ts_useguards", + "community": 34, + "community_name": "CategoriesController", + "norm_label": "useguards" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "community": 35, + "community_name": "B2BService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_apioperation", + "community": 35, + "community_name": "B2BService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_apitags", + "community": 35, + "community_name": "B2BService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_body", + "community": 35, + "community_name": "B2BService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_controller", + "community": 35, + "community_name": "B2BService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_get", + "community": 35, + "community_name": "B2BService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_param", + "community": 35, + "community_name": "B2BService", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_post", + "community": 35, + "community_name": "B2BService", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_put", + "community": 35, + "community_name": "B2BService", + "norm_label": "put" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_req", + "community": 35, + "community_name": "B2BService", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_controller_ts_useguards", + "community": 35, + "community_name": "B2BService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_b2b_b2b_service_ts_injectable", + "community": 35, + "community_name": "B2BService", + "norm_label": "injectable" + }, + { + "label": ".antigravity/workflows/graphify.md", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L1", + "_origin": "ast", + "id": "antigravity_workflows_graphify", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": ".antigravity/workflows/graphify.md" + }, + { + "label": "For /graphify add and --watch", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L719", + "_origin": "ast", + "id": "antigravity_workflows_graphify_for_graphify_add_and_watch", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "for /graphify add and --watch" + }, + { + "label": "For /graphify query", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L707", + "_origin": "ast", + "id": "antigravity_workflows_graphify_for_graphify_query", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "for /graphify query" + }, + { + "label": "For the commit hook and native CLAUDE.md integration", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L725", + "_origin": "ast", + "id": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "for the commit hook and native claude.md integration" + }, + { + "label": "For --update and --cluster-only", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L701", + "_origin": "ast", + "id": "antigravity_workflows_graphify_for_update_and_cluster_only", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "for --update and --cluster-only" + }, + { + "label": "/graphify", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L6", + "_origin": "ast", + "id": "antigravity_workflows_graphify_graphify", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "/graphify" + }, + { + "label": "Honesty Rules", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L744", + "_origin": "ast", + "id": "antigravity_workflows_graphify_honesty_rules", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "honesty rules" + }, + { + "label": "Interpreter guard for subcommands", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L681", + "_origin": "ast", + "id": "antigravity_workflows_graphify_interpreter_guard_for_subcommands", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "interpreter guard for subcommands" + }, + { + "label": "Part A - Structural extraction for code files", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L192", + "_origin": "ast", + "id": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "part a - structural extraction for code files" + }, + { + "label": "Part B - Semantic extraction (parallel subagents)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L218", + "_origin": "ast", + "id": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "part b - semantic extraction (parallel subagents)" + }, + { + "label": "Part C - Merge AST + semantic into final extraction", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L381", + "_origin": "ast", + "id": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "part c - merge ast + semantic into final extraction" + }, + { + "label": "PowerShell 5.1: Vertical scrolling stops working", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L733", + "_origin": "ast", + "id": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "powershell 5.1: vertical scrolling stops working" + }, + { + "label": "Step 0 - GitHub repos and multi-path merge (only if a URL or several paths)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L61", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)" + }, + { + "label": "Step 1 - Ensure graphify is installed", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L65", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 1 - ensure graphify is installed" + }, + { + "label": "Step 2.5 - Video and audio (only if video files detected)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L169", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 2.5 - video and audio (only if video files detected)" + }, + { + "label": "Step 2 - Detect files", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L129", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_2_detect_files", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 2 - detect files" + }, + { + "label": "Step 3 - Extract entities and relationships", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L173", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 3 - extract entities and relationships" + }, + { + "label": "Step 4.5 - Graph health check (read-only integrity gate)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L478", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 4.5 - graph health check (read-only integrity gate)" + }, + { + "label": "Step 4 - Build graph, cluster, analyze, generate outputs", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L415", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 4 - build graph, cluster, analyze, generate outputs" + }, + { + "label": "Step 5 - Label communities", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L504", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_5_label_communities", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 5 - label communities" + }, + { + "label": "Step 6 - Generate Obsidian vault (opt-in) + HTML", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L553", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 6 - generate obsidian vault (opt-in) + html" + }, + { + "label": "Step 9 - Save manifest, update cost tracker, clean up, and report", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L579", + "_origin": "ast", + "id": "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 9 - save manifest, update cost tracker, clean up, and report" + }, + { + "label": "Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L573", + "_origin": "ast", + "id": "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)" + }, + { + "label": "Troubleshooting", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L731", + "_origin": "ast", + "id": "antigravity_workflows_graphify_troubleshooting", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "troubleshooting" + }, + { + "label": "Usage", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L10", + "_origin": "ast", + "id": "antigravity_workflows_graphify_usage", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "usage" + }, + { + "label": "What graphify is for", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L45", + "_origin": "ast", + "id": "antigravity_workflows_graphify_what_graphify_is_for", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "what graphify is for" + }, + { + "label": "What You Must Do When Invoked", + "file_type": "document", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L49", + "_origin": "ast", + "id": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "community": 36, + "community_name": "What You Must Do When Invoked", + "norm_label": "what you must do when invoked" + }, + { + "label": "[id]/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_checkout_success_id_page", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "[id]/page.tsx" + }, + { + "label": "ClientLayout.tsx", + "file_type": "code", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_clientlayout", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "clientlayout.tsx" + }, + { + "label": "layout.tsx", + "file_type": "code", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_layout", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "layout.tsx" + }, + { + "label": "track/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_track_page", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "track/page.tsx" + }, + { + "label": "AuthModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_authmodal", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "authmodal.tsx" + }, + { + "label": "B2BPortal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_b2bportal", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "b2bportal.tsx" + }, + { + "label": "CartDrawer.tsx", + "file_type": "code", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_cartdrawer", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "cartdrawer.tsx" + }, + { + "label": "Header.tsx", + "file_type": "code", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_header", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "header.tsx" + }, + { + "label": "MENU_ICONS", + "file_type": "code", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_components_header_menu_icons", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "menu_icons" + }, + { + "label": "OrderSuccess.tsx", + "file_type": "code", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_ordersuccess", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "ordersuccess.tsx" + }, + { + "label": "OrderTracking.tsx", + "file_type": "code", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_ordertracking", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "ordertracking.tsx" + }, + { + "label": "PrescriptionUploadModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_prescriptionuploadmodal", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "prescriptionuploadmodal.tsx" + }, + { + "label": "CartDrawer.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_cartdrawer_test", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "cartdrawer.test.tsx" + }, + { + "label": "mockProduct", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_components_tests_cartdrawer_test_mockproduct", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "mockproduct" + }, + { + "label": "Header.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_header_test", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "header.test.tsx" + }, + { + "label": "cartStore.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "cartstore.ts" + }, + { + "label": "useCartStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L54", + "_origin": "ast", + "id": "frontend_application_lib_store_cartstore_usecartstore", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "usecartstore" + }, + { + "label": "uiStore.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_uistore", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "uistore.ts" + }, + { + "label": "useUIStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_application_lib_store_uistore_useuistore", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "useuistore" + }, + { + "label": "usePetStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L65", + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore_usepetstore", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "usepetstore" + }, + { + "label": "userStore.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_userstore", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "userstore.ts" + }, + { + "label": "useUserStore", + "file_type": "code", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L63", + "_origin": "ast", + "id": "frontend_application_lib_store_userstore_useuserstore", + "community": 37, + "community_name": "userStore.ts", + "norm_label": "useuserstore" + }, + { + "label": "auth.constants.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_constants", + "community": 38, + "community_name": "UsersService", + "norm_label": "auth.constants.ts" + }, + { + "label": "DEFAULT_JWT_REFRESH_SECRET", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L4", + "_origin": "ast", + "id": "backend_src_auth_auth_constants_default_jwt_refresh_secret", + "community": 38, + "community_name": "UsersService", + "norm_label": "default_jwt_refresh_secret" + }, + { + "label": "DEFAULT_JWT_SECRET", + "file_type": "code", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_constants_default_jwt_secret", + "community": 38, + "community_name": "UsersService", + "norm_label": "default_jwt_secret" + }, + { + "label": "auth.module.ts", + "file_type": "code", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_auth_module", + "community": 38, + "community_name": "UsersService", + "norm_label": "auth.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_auth_module_ts_module", + "community": 38, + "community_name": "UsersService", + "norm_label": "module" + }, + { + "label": "jwt.strategy.ts", + "file_type": "code", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy", + "community": 38, + "community_name": "UsersService", + "norm_label": "jwt.strategy.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_auth_jwt_strategy_ts_injectable", + "community": 38, + "community_name": "UsersService", + "norm_label": "injectable" + }, + { + "label": "address.dto.ts", + "file_type": "code", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto", + "community": 38, + "community_name": "UsersService", + "norm_label": "address.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_apiproperty", + "community": 38, + "community_name": "UsersService", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_apipropertyoptional", + "community": 38, + "community_name": "UsersService", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsBoolean", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_isboolean", + "community": 38, + "community_name": "UsersService", + "norm_label": "isboolean" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_isnotempty", + "community": 38, + "community_name": "UsersService", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_isoptional", + "community": 38, + "community_name": "UsersService", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_address_dto_ts_isstring", + "community": 38, + "community_name": "UsersService", + "norm_label": "isstring" + }, + { + "label": "update-profile.dto.ts", + "file_type": "code", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto", + "community": 38, + "community_name": "UsersService", + "norm_label": "update-profile.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional", + "community": 38, + "community_name": "UsersService", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsEmail", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_isemail", + "community": 38, + "community_name": "UsersService", + "norm_label": "isemail" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_isoptional", + "community": 38, + "community_name": "UsersService", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_isstring", + "community": 38, + "community_name": "UsersService", + "norm_label": "isstring" + }, + { + "label": "MinLength", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_dto_update_profile_dto_ts_minlength", + "community": 38, + "community_name": "UsersService", + "norm_label": "minlength" + }, + { + "label": "users.controller.ts", + "file_type": "code", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_controller", + "community": 38, + "community_name": "UsersService", + "norm_label": "users.controller.ts" + }, + { + "label": "users.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_controller_spec", + "community": 38, + "community_name": "UsersService", + "norm_label": "users.controller.spec.ts" + }, + { + "label": "ApiBadRequestResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apibadrequestresponse", + "community": 38, + "community_name": "UsersService", + "norm_label": "apibadrequestresponse" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apibearerauth", + "community": 38, + "community_name": "UsersService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiCreatedResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apicreatedresponse", + "community": 38, + "community_name": "UsersService", + "norm_label": "apicreatedresponse" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apiokresponse", + "community": 38, + "community_name": "UsersService", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apioperation", + "community": 38, + "community_name": "UsersService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_apitags", + "community": 38, + "community_name": "UsersService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_body", + "community": 38, + "community_name": "UsersService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_controller", + "community": 38, + "community_name": "UsersService", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_delete", + "community": 38, + "community_name": "UsersService", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_get", + "community": 38, + "community_name": "UsersService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_param", + "community": 38, + "community_name": "UsersService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_patch", + "community": 38, + "community_name": "UsersService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_post", + "community": 38, + "community_name": "UsersService", + "norm_label": "post" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_req", + "community": 38, + "community_name": "UsersService", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_controller_ts_useguards", + "community": 38, + "community_name": "UsersService", + "norm_label": "useguards" + }, + { + "label": "users.module.ts", + "file_type": "code", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_users_users_module", + "community": 38, + "community_name": "UsersService", + "norm_label": "users.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_module_ts_module", + "community": 38, + "community_name": "UsersService", + "norm_label": "module" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_users_users_service_ts_injectable", + "community": 38, + "community_name": "UsersService", + "norm_label": "injectable" + }, + { + "label": "SKILL.md", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L1", + "_origin": "ast", + "id": "claude_skills_graphify_skill", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "skill.md" + }, + { + "label": "For /graphify add and --watch", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L719", + "_origin": "ast", + "id": "claude_skills_graphify_skill_for_graphify_add_and_watch", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "for /graphify add and --watch" + }, + { + "label": "For /graphify query", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L707", + "_origin": "ast", + "id": "claude_skills_graphify_skill_for_graphify_query", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "for /graphify query" + }, + { + "label": "For the commit hook and native CLAUDE.md integration", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L725", + "_origin": "ast", + "id": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "for the commit hook and native claude.md integration" + }, + { + "label": "For --update and --cluster-only", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L701", + "_origin": "ast", + "id": "claude_skills_graphify_skill_for_update_and_cluster_only", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "for --update and --cluster-only" + }, + { + "label": "/graphify", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L6", + "_origin": "ast", + "id": "claude_skills_graphify_skill_graphify", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "/graphify" + }, + { + "label": "Honesty Rules", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L744", + "_origin": "ast", + "id": "claude_skills_graphify_skill_honesty_rules", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "honesty rules" + }, + { + "label": "Interpreter guard for subcommands", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L681", + "_origin": "ast", + "id": "claude_skills_graphify_skill_interpreter_guard_for_subcommands", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "interpreter guard for subcommands" + }, + { + "label": "Part A - Structural extraction for code files", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L192", + "_origin": "ast", + "id": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "part a - structural extraction for code files" + }, + { + "label": "Part B - Semantic extraction (parallel subagents)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L218", + "_origin": "ast", + "id": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "part b - semantic extraction (parallel subagents)" + }, + { + "label": "Part C - Merge AST + semantic into final extraction", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L381", + "_origin": "ast", + "id": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "part c - merge ast + semantic into final extraction" + }, + { + "label": "PowerShell 5.1: Vertical scrolling stops working", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L733", + "_origin": "ast", + "id": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "powershell 5.1: vertical scrolling stops working" + }, + { + "label": "Step 0 - GitHub repos and multi-path merge (only if a URL or several paths)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L61", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)" + }, + { + "label": "Step 1 - Ensure graphify is installed", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L65", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 1 - ensure graphify is installed" + }, + { + "label": "Step 2.5 - Video and audio (only if video files detected)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L169", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 2.5 - video and audio (only if video files detected)" + }, + { + "label": "Step 2 - Detect files", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L129", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_2_detect_files", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 2 - detect files" + }, + { + "label": "Step 3 - Extract entities and relationships", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L173", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 3 - extract entities and relationships" + }, + { + "label": "Step 4.5 - Graph health check (read-only integrity gate)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L478", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 4.5 - graph health check (read-only integrity gate)" + }, + { + "label": "Step 4 - Build graph, cluster, analyze, generate outputs", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L415", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 4 - build graph, cluster, analyze, generate outputs" + }, + { + "label": "Step 5 - Label communities", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L504", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_5_label_communities", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 5 - label communities" + }, + { + "label": "Step 6 - Generate Obsidian vault (opt-in) + HTML", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L553", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 6 - generate obsidian vault (opt-in) + html" + }, + { + "label": "Step 9 - Save manifest, update cost tracker, clean up, and report", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L579", + "_origin": "ast", + "id": "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "step 9 - save manifest, update cost tracker, clean up, and report" + }, + { + "label": "Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L573", + "_origin": "ast", + "id": "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)" + }, + { + "label": "Troubleshooting", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L731", + "_origin": "ast", + "id": "claude_skills_graphify_skill_troubleshooting", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "troubleshooting" + }, + { + "label": "Usage", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L10", + "_origin": "ast", + "id": "claude_skills_graphify_skill_usage", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "usage" + }, + { + "label": "What graphify is for", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L45", + "_origin": "ast", + "id": "claude_skills_graphify_skill_what_graphify_is_for", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "what graphify is for" + }, + { + "label": "What You Must Do When Invoked", + "file_type": "document", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L49", + "_origin": "ast", + "id": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "community": 39, + "community_name": "What You Must Do When Invoked", + "norm_label": "what you must do when invoked" + }, + { + "label": "create-review.dto.ts", + "file_type": "code", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "create-review.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_ts_apiproperty", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "apiproperty" + }, + { + "label": "IsInt", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_ts_isint", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "isint" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_ts_isnotempty", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_ts_isoptional", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_ts_isstring", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "isstring" + }, + { + "label": "Min", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_create_review_dto_ts_min", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "min" + }, + { + "label": "update-review.dto.ts", + "file_type": "code", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "update-review.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_ts_apiproperty", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "apiproperty" + }, + { + "label": "IsIn", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_ts_isin", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "isin" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_ts_isoptional", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_dto_update_review_dto_ts_isstring", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "isstring" + }, + { + "label": "reviews.controller.ts", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "reviews.controller.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_apioperation", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_apitags", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_body", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_controller", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_delete", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_get", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_param", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_patch", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_post", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "post" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_query", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "query" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_req", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_controller_ts_useguards", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "useguards" + }, + { + "label": "reviews.module.ts", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_reviews_module", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "reviews.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_module_ts_module", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "module" + }, + { + "label": "reviews.service.ts", + "file_type": "code", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_reviews_reviews_service", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "reviews.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_reviews_reviews_service_ts_injectable", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "injectable" + }, + { + "label": "Max", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "max", + "community": 4, + "community_name": "reviews.controller.ts", + "norm_label": "max" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_apibearerauth", + "community": 40, + "community_name": "SslController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_apioperation", + "community": 40, + "community_name": "SslController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_apitags", + "community": 40, + "community_name": "SslController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_body", + "community": 40, + "community_name": "SslController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_controller", + "community": 40, + "community_name": "SslController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_get", + "community": 40, + "community_name": "SslController", + "norm_label": "get" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_post", + "community": 40, + "community_name": "SslController", + "norm_label": "post" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_query", + "community": 40, + "community_name": "SslController", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_useguards", + "community": 40, + "community_name": "SslController", + "norm_label": "useguards" + }, + { + "label": "UseInterceptors", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_controller_ts_useinterceptors", + "community": 40, + "community_name": "SslController", + "norm_label": "useinterceptors" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_ssl_service_ts_injectable", + "community": 40, + "community_name": "SslController", + "norm_label": "injectable" + }, + { + "label": "UploadedFiles", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "uploadedfiles", + "community": 40, + "community_name": "SslController", + "norm_label": "uploadedfiles" + }, + { + "label": "PodcastPlayerModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_podcastplayermodal", + "community": 41, + "community_name": "PodcastPlayerModal.tsx", + "norm_label": "podcastplayermodal.tsx" + }, + { + "label": "PLAYBACK_RATES", + "file_type": "code", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_components_podcastplayermodal_playback_rates", + "community": 41, + "community_name": "PodcastPlayerModal.tsx", + "norm_label": "playback_rates" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_apitags", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_body", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_controller", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_delete", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_get", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_param", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_patch", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_post", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "post" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_controller_ts_useguards", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_ingredients_ingredients_service_ts_injectable", + "community": 42, + "community_name": "IngredientsService", + "norm_label": "injectable" + }, + { + "label": "ApiExcludeController", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "apiexcludecontroller", + "community": 43, + "community_name": "MetricsController", + "norm_label": "apiexcludecontroller" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_metrics_controller_ts_controller", + "community": 43, + "community_name": "MetricsController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_metrics_controller_ts_get", + "community": 43, + "community_name": "MetricsController", + "norm_label": "get" + }, + { + "label": "Res", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_metrics_controller_ts_res", + "community": 43, + "community_name": "MetricsController", + "norm_label": "res" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_apibearerauth", + "community": 44, + "community_name": "MediaController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_apioperation", + "community": 44, + "community_name": "MediaController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_apitags", + "community": 44, + "community_name": "MediaController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_body", + "community": 44, + "community_name": "MediaController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_controller", + "community": 44, + "community_name": "MediaController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_delete", + "community": 44, + "community_name": "MediaController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_get", + "community": 44, + "community_name": "MediaController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_param", + "community": 44, + "community_name": "MediaController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_post", + "community": 44, + "community_name": "MediaController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_put", + "community": 44, + "community_name": "MediaController", + "norm_label": "put" + }, + { + "label": "UploadedFile", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_uploadedfile", + "community": 44, + "community_name": "MediaController", + "norm_label": "uploadedfile" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_useguards", + "community": 44, + "community_name": "MediaController", + "norm_label": "useguards" + }, + { + "label": "UseInterceptors", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_media_controller_ts_useinterceptors", + "community": 44, + "community_name": "MediaController", + "norm_label": "useinterceptors" + }, + { + "label": "Pagination.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_pagination", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "pagination.tsx" + }, + { + "label": "Pets.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_pets", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "pets.tsx" + }, + { + "label": "Transactions.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_transactions", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "transactions.tsx" + }, + { + "label": "Wiki.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wiki", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "wiki.tsx" + }, + { + "label": "Pets", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L20", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_pets", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "pets" + }, + { + "label": "Transactions", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L40", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_transactions", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "transactions" + }, + { + "label": "Wiki", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_wiki", + "community": 45, + "community_name": "Pagination.tsx", + "norm_label": "wiki" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_services_sms_service_ts_injectable", + "community": 46, + "community_name": "SmsService", + "norm_label": "injectable" + }, + { + "label": "create-order.dto.ts", + "file_type": "code", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_dto_create_order_dto", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "create-order.dto.ts" + }, + { + "label": "orders.controller.ts", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_orders_controller", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "orders.controller.ts" + }, + { + "label": "orders.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_spec", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "orders.controller.spec.ts" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_isnotempty", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_isnumber", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "isnumber" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_controller_ts_isstring", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "isstring" + }, + { + "label": "orders.module.ts", + "file_type": "code", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_orders_module", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "orders.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_orders_orders_module_ts_module", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "module" + }, + { + "label": "orders.service.ts", + "file_type": "code", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_orders_orders_service", + "community": 47, + "community_name": "orders.service.ts", + "norm_label": "orders.service.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_apitags", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_body", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_controller", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_get", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_param", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_patch", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_post", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "post" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_req", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_prescriptions_prescriptions_service_ts_injectable", + "community": 48, + "community_name": "PrescriptionsService", + "norm_label": "injectable" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_controller", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_delete", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_get", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_patch", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_post", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "post" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_smart_advisor_smart_advisor_service_ts_injectable", + "community": 49, + "community_name": "SmartAdvisorService", + "norm_label": "injectable" + }, + { + "label": "create-ticket.dto.ts", + "file_type": "code", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "create-ticket.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "isstring" + }, + { + "label": "ticket-query.dto.ts", + "file_type": "code", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "ticket-query.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_isstring", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "isstring" + }, + { + "label": "Type", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_type", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "type" + }, + { + "label": "tickets.controller.ts", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "tickets.controller.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_apioperation", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_apitags", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_body", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_controller", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_get", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_param", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_post", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_put", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_query", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "query" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_req", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_controller_ts_useguards", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "useguards" + }, + { + "label": "tickets.service.ts", + "file_type": "code", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_tickets_tickets_service", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "tickets.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_tickets_tickets_service_ts_injectable", + "community": 5, + "community_name": "tickets.controller.ts", + "norm_label": "injectable" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_apitags", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_body", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_controller", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_delete", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_get", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_param", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_patch", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_post", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "post" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_controller_ts_useguards", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_testimonials_testimonials_service_ts_injectable", + "community": 50, + "community_name": "TestimonialsService", + "norm_label": "injectable" + }, + { + "label": "12_seo_content.md", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "12_seo_content.md" + }, + { + "label": "CREATE MODE \u2014 Normal Operation", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L101", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_create_mode_normal_operation", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "create mode \u2014 normal operation" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L259", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_expected_json_output_schema", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "expected json output schema" + }, + { + "label": "File Scope Boundary", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L238", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_file_scope_boundary", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "file scope boundary" + }, + { + "label": "Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L231", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_forbidden_actions", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "forbidden actions" + }, + { + "label": "MODE 1: REVIEW (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L116", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "mode 1: review (called during review phase)" + }, + { + "label": "MODE 2: CONTENT CREATION (standalone task from backlog)", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L160", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "mode 2: content creation (standalone task from backlog)" + }, + { + "label": "Operating Modes", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L114", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_operating_modes", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "operating modes" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L229", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L63", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_output", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "output" + }, + { + "label": "Required Output Artifacts", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L244", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_required_output_artifacts", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "required output artifacts" + }, + { + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L13", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "\u2605 review mode (called during review phase)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_role_core_objective", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "role & core objective" + }, + { + "label": "Step 1: Gather Resources", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L166", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_1_gather_resources", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 1: gather resources" + }, + { + "label": "Step 2: SEO Strategy", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L179", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_2_seo_strategy", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 2: seo strategy" + }, + { + "label": "Step 3: Content Hierarchy", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L188", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_3_content_hierarchy", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 3: content hierarchy" + }, + { + "label": "Step 4: Structured Data (JSON-LD)", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L199", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_4_structured_data_json_ld", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 4: structured data (json-ld)" + }, + { + "label": "Step 5: Real Content Writing Standards", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L211", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_5_real_content_writing_standards", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 5: real content writing standards" + }, + { + "label": "Step 6: Image Alt Text", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L221", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_step_6_image_alt_text", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "step 6: image alt text" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L103", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "What You DO NOT Review", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L29", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_what_you_do_not_review", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "what you do not review" + }, + { + "label": "What You Look For (SEO Expert Eyes Only)", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L32", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "what you look for (seo expert eyes only)" + }, + { + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "file_type": "document", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L17", + "_origin": "ast", + "id": "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas", + "community": 51, + "community_name": "Role & Core Objective", + "norm_label": "your domain \u2014 what you review (only these areas)" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_body", + "community": 52, + "community_name": "ContactService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_controller", + "community": 52, + "community_name": "ContactService", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_get", + "community": 52, + "community_name": "ContactService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_param", + "community": 52, + "community_name": "ContactService", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_post", + "community": 52, + "community_name": "ContactService", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_put", + "community": 52, + "community_name": "ContactService", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_query", + "community": 52, + "community_name": "ContactService", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_controller_ts_useguards", + "community": 52, + "community_name": "ContactService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_contact_contact_service_ts_injectable", + "community": 52, + "community_name": "ContactService", + "norm_label": "injectable" + }, + { + "label": "ApiBadRequestResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apibadrequestresponse", + "community": 53, + "community_name": "PaymentController", + "norm_label": "apibadrequestresponse" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apibearerauth", + "community": 53, + "community_name": "PaymentController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apiokresponse", + "community": 53, + "community_name": "PaymentController", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apioperation", + "community": 53, + "community_name": "PaymentController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_apitags", + "community": 53, + "community_name": "PaymentController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_body", + "community": 53, + "community_name": "PaymentController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_controller", + "community": 53, + "community_name": "PaymentController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_get", + "community": 53, + "community_name": "PaymentController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_param", + "community": 53, + "community_name": "PaymentController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_post", + "community": 53, + "community_name": "PaymentController", + "norm_label": "post" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_req", + "community": 53, + "community_name": "PaymentController", + "norm_label": "req" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_payment_payment_controller_ts_useguards", + "community": 53, + "community_name": "PaymentController", + "norm_label": "useguards" + }, + { + "label": "backend/tsconfig.json", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L1", + "_origin": "ast", + "id": "backend_tsconfig", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "backend/tsconfig.json" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "allowSyntheticDefaultImports", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L12", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "allowsyntheticdefaultimports" + }, + { + "label": "baseUrl", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L17", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_baseurl", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "baseurl" + }, + { + "label": "declaration", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L8", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_declaration", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "declaration" + }, + { + "label": "emitDecoratorMetadata", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L10", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_emitdecoratormetadata", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "emitdecoratormetadata" + }, + { + "label": "esModuleInterop", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L6", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_esmoduleinterop", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "esmoduleinterop" + }, + { + "label": "experimentalDecorators", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L11", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_experimentaldecorators", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "experimentaldecorators" + }, + { + "label": "forceConsistentCasingInFileNames", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L21", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "forceconsistentcasinginfilenames" + }, + { + "label": "incremental", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L18", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_incremental", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "incremental" + }, + { + "label": "isolatedModules", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L7", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_isolatedmodules", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "isolatedmodules" + }, + { + "label": "module", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_module", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "module" + }, + { + "label": "moduleResolution", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_moduleresolution", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" + }, + { + "label": "noFallthroughCasesInSwitch", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L24", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "nofallthroughcasesinswitch" + }, + { + "label": "noImplicitAny", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L22", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_noimplicitany", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "noimplicitany" + }, + { + "label": "outDir", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L15", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_outdir", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "outdir" + }, + { + "label": "removeComments", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_removecomments", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "removecomments" + }, + { + "label": "resolvePackageJsonExports", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L5", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_resolvepackagejsonexports", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "resolvepackagejsonexports" + }, + { + "label": "rootDir", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L16", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_rootdir", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "rootdir" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L19", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_skiplibcheck", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" + }, + { + "label": "sourceMap", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L14", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_sourcemap", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "sourcemap" + }, + { + "label": "strictBindCallApply", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L23", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_strictbindcallapply", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "strictbindcallapply" + }, + { + "label": "strictNullChecks", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L20", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_strictnullchecks", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "strictnullchecks" + }, + { + "label": "target", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L13", + "_origin": "ast", + "id": "backend_tsconfig_compileroptions_target", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "target" + }, + { + "label": "exclude", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_tsconfig_exclude", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "exclude" + }, + { + "label": "include", + "file_type": "code", + "source_file": "backend/tsconfig.json", + "source_location": "L26", + "_origin": "ast", + "id": "backend_tsconfig_include", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "dist", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_tsconfig_json_ref_dist", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "dist" + }, + { + "label": "node_modules", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_tsconfig_json_ref_node_modules", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "node_modules" + }, + { + "label": "prisma", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_tsconfig_json_ref_prisma", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "prisma" + }, + { + "label": "src/**/*", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L26", + "_origin": "ast", + "id": "backend_tsconfig_json_ref_src", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "src/**/*" + }, + { + "label": "scripts", + "file_type": "concept", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "_origin": "ast", + "id": "ref_scripts", + "community": 54, + "community_name": "compilerOptions", + "norm_label": "scripts" + }, + { + "label": "Badge.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "badge.tsx" + }, + { + "label": "variantStyles", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_badge_variantstyles", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "variantstyles" + }, + { + "label": "ImagePreviewModal.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "imagepreviewmodal.tsx" + }, + { + "label": "Media.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_media", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "media.tsx" + }, + { + "label": "PrescriptionsManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_prescriptionsmanager", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "prescriptionsmanager.tsx" + }, + { + "label": "Media", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_media", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "media" + }, + { + "label": "PrescriptionsManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L31", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", + "community": 55, + "community_name": "Media.tsx", + "norm_label": "prescriptionsmanager" + }, + { + "label": "tsconfig.app.json", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "tsconfig.app.json" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L2", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "allowImportingTsExtensions", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "allowimportingtsextensions" + }, + { + "label": "erasableSyntaxOnly", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "erasablesyntaxonly" + }, + { + "label": "jsx", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_jsx", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "jsx" + }, + { + "label": "lib", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "lib" + }, + { + "label": "module", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L6", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_module", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "module" + }, + { + "label": "moduleDetection", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "moduledetection" + }, + { + "label": "moduleResolution", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" + }, + { + "label": "noEmit", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_noemit", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "noemit" + }, + { + "label": "noFallthroughCasesInSwitch", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "nofallthroughcasesinswitch" + }, + { + "label": "noUnusedLocals", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "nounusedlocals" + }, + { + "label": "noUnusedParameters", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L20", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "nounusedparameters" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L8", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" + }, + { + "label": "target", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_target", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "target" + }, + { + "label": "tsBuildInfoFile", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "tsbuildinfofile" + }, + { + "label": "types", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_types", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "types" + }, + { + "label": "verbatimModuleSyntax", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "verbatimmodulesyntax" + }, + { + "label": "include", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_include", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "DOM", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_json_ref_dom", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "dom" + }, + { + "label": "DOM.Iterable", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_json_ref_dom_iterable", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "dom.iterable" + }, + { + "label": "ES2023", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_json_ref_es2023", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "es2023" + }, + { + "label": "src", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_app_json_ref_src", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "src" + }, + { + "label": "vite/client", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7", + "_origin": "ast", + "id": "ref_vite_client", + "community": 56, + "community_name": "compilerOptions", + "norm_label": "vite/client" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_apibearerauth", + "community": 57, + "community_name": "PetsController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_apioperation", + "community": 57, + "community_name": "PetsController", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_apiquery", + "community": 57, + "community_name": "PetsController", + "norm_label": "apiquery" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_apitags", + "community": 57, + "community_name": "PetsController", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_controller", + "community": 57, + "community_name": "PetsController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_delete", + "community": 57, + "community_name": "PetsController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_get", + "community": 57, + "community_name": "PetsController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_param", + "community": 57, + "community_name": "PetsController", + "norm_label": "param" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_query", + "community": 57, + "community_name": "PetsController", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_pets_controller_ts_useguards", + "community": 57, + "community_name": "PetsController", + "norm_label": "useguards" + }, + { + "label": "admin-query.dto.ts", + "file_type": "code", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_dto_admin_query_dto", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "admin-query.dto.ts" + }, + { + "label": "blogs/blogs.controller.ts", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_blogs_controller", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "blogs/blogs.controller.ts" + }, + { + "label": "blogs.module.ts", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_blogs_module", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "blogs.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_module_ts_module", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "module" + }, + { + "label": "blogs/blogs.service.ts", + "file_type": "code", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_blogs_blogs_service", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "blogs/blogs.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_blogs_blogs_service_ts_injectable", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "injectable" + }, + { + "label": "pagination.dto.ts", + "file_type": "code", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "pagination.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsEnum", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_ts_isenum", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "isenum" + }, + { + "label": "IsInt", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_ts_isint", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "isint" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_ts_isoptional", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_ts_isstring", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "isstring" + }, + { + "label": "Min", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_ts_min", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "min" + }, + { + "label": "Type", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_common_dto_pagination_dto_ts_type", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "type" + }, + { + "label": "get-videos-query.dto.ts", + "file_type": "code", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "get-videos-query.dto.ts" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsBoolean", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "isboolean" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "isoptional" + }, + { + "label": "videos.controller.ts", + "file_type": "code", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_videos_videos_controller", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "videos.controller.ts" + }, + { + "label": "wiki/wiki.controller.ts", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_wiki_controller", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "wiki/wiki.controller.ts" + }, + { + "label": "wiki.module.ts", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_wiki_module", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "wiki.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_module_ts_module", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "module" + }, + { + "label": "wiki/wiki.service.ts", + "file_type": "code", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_wiki_wiki_service", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "wiki/wiki.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_wiki_wiki_service_ts_injectable", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "injectable" + }, + { + "label": "Transform", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "transform", + "community": 58, + "community_name": "PaginationDto", + "norm_label": "transform" + }, + { + "label": "dependencies", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L23", + "_origin": "ast", + "id": "backend_package_dependencies", + "community": 59, + "community_name": "dependencies", + "norm_label": "dependencies" + }, + { + "label": "bcrypt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "backend_package_dependencies_bcrypt", + "community": 59, + "community_name": "dependencies", + "norm_label": "bcrypt" + }, + { + "label": "bcryptjs", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "backend_package_dependencies_bcryptjs", + "community": 59, + "community_name": "dependencies", + "norm_label": "bcryptjs" + }, + { + "label": "class-transformer", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "backend_package_dependencies_class_transformer", + "community": 59, + "community_name": "dependencies", + "norm_label": "class-transformer" + }, + { + "label": "class-validator", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L35", + "_origin": "ast", + "id": "backend_package_dependencies_class_validator", + "community": 59, + "community_name": "dependencies", + "norm_label": "class-validator" + }, + { + "label": "helmet", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L36", + "_origin": "ast", + "id": "backend_package_dependencies_helmet", + "community": 59, + "community_name": "dependencies", + "norm_label": "helmet" + }, + { + "label": "ioredis", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L37", + "_origin": "ast", + "id": "backend_package_dependencies_ioredis", + "community": 59, + "community_name": "dependencies", + "norm_label": "ioredis" + }, + { + "label": "js-yaml", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L38", + "_origin": "ast", + "id": "backend_package_dependencies_js_yaml", + "community": 59, + "community_name": "dependencies", + "norm_label": "js-yaml" + }, + { + "label": "@nestjs/common", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L24", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_common", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/common" + }, + { + "label": "@nestjs/core", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_core", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/core" + }, + { + "label": "@nestjs/jwt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_jwt", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/jwt" + }, + { + "label": "@nestjs/passport", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_passport", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/passport" + }, + { + "label": "@nestjs/platform-express", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_platform_express", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/platform-express" + }, + { + "label": "@nestjs/swagger", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_swagger", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/swagger" + }, + { + "label": "@nestjs/throttler", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "backend_package_dependencies_nestjs_throttler", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/throttler" + }, + { + "label": "passport", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L39", + "_origin": "ast", + "id": "backend_package_dependencies_passport", + "community": 59, + "community_name": "dependencies", + "norm_label": "passport" + }, + { + "label": "passport-jwt", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L40", + "_origin": "ast", + "id": "backend_package_dependencies_passport_jwt", + "community": 59, + "community_name": "dependencies", + "norm_label": "passport-jwt" + }, + { + "label": "@prisma/client", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "backend_package_dependencies_prisma_client", + "community": 59, + "community_name": "dependencies", + "norm_label": "@prisma/client" + }, + { + "label": "reflect-metadata", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L41", + "_origin": "ast", + "id": "backend_package_dependencies_reflect_metadata", + "community": 59, + "community_name": "dependencies", + "norm_label": "reflect-metadata" + }, + { + "label": "rxjs", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L42", + "_origin": "ast", + "id": "backend_package_dependencies_rxjs", + "community": 59, + "community_name": "dependencies", + "norm_label": "rxjs" + }, + { + "label": "swagger-ui-express", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L43", + "_origin": "ast", + "id": "backend_package_dependencies_swagger_ui_express", + "community": 59, + "community_name": "dependencies", + "norm_label": "swagger-ui-express" + }, + { + "label": "bcrypt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "bcrypt", + "community": 59, + "community_name": "dependencies", + "norm_label": "bcrypt" + }, + { + "label": "bcryptjs", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L33", + "_origin": "ast", + "id": "bcryptjs", + "community": 59, + "community_name": "dependencies", + "norm_label": "bcryptjs" + }, + { + "label": "class-transformer", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L34", + "_origin": "ast", + "id": "class_transformer", + "community": 59, + "community_name": "dependencies", + "norm_label": "class-transformer" + }, + { + "label": "class-validator", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L35", + "_origin": "ast", + "id": "class_validator", + "community": 59, + "community_name": "dependencies", + "norm_label": "class-validator" + }, + { + "label": "helmet", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L36", + "_origin": "ast", + "id": "helmet", + "community": 59, + "community_name": "dependencies", + "norm_label": "helmet" + }, + { + "label": "ioredis", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L37", + "_origin": "ast", + "id": "ioredis", + "community": 59, + "community_name": "dependencies", + "norm_label": "ioredis" + }, + { + "label": "js-yaml", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L38", + "_origin": "ast", + "id": "js_yaml", + "community": 59, + "community_name": "dependencies", + "norm_label": "js-yaml" + }, + { + "label": "@nestjs/common", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L24", + "_origin": "ast", + "id": "nestjs_common", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/common" + }, + { + "label": "@nestjs/core", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "nestjs_core", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/core" + }, + { + "label": "@nestjs/jwt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L26", + "_origin": "ast", + "id": "nestjs_jwt", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/jwt" + }, + { + "label": "@nestjs/passport", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "nestjs_passport", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/passport" + }, + { + "label": "@nestjs/platform-express", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "nestjs_platform_express", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/platform-express" + }, + { + "label": "@nestjs/swagger", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "nestjs_swagger", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/swagger" + }, + { + "label": "@nestjs/throttler", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "nestjs_throttler", + "community": 59, + "community_name": "dependencies", + "norm_label": "@nestjs/throttler" + }, + { + "label": "passport", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L39", + "_origin": "ast", + "id": "passport", + "community": 59, + "community_name": "dependencies", + "norm_label": "passport" + }, + { + "label": "passport-jwt", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L40", + "_origin": "ast", + "id": "passport_jwt", + "community": 59, + "community_name": "dependencies", + "norm_label": "passport-jwt" + }, + { + "label": "@prisma/client", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "prisma_client", + "community": 59, + "community_name": "dependencies", + "norm_label": "@prisma/client" + }, + { + "label": "reflect-metadata", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L41", + "_origin": "ast", + "id": "reflect_metadata", + "community": 59, + "community_name": "dependencies", + "norm_label": "reflect-metadata" + }, + { + "label": "rxjs", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L42", + "_origin": "ast", + "id": "rxjs", + "community": 59, + "community_name": "dependencies", + "norm_label": "rxjs" + }, + { + "label": "swagger-ui-express", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L43", + "_origin": "ast", + "id": "swagger_ui_express", + "community": 59, + "community_name": "dependencies", + "norm_label": "swagger-ui-express" + }, + { + "label": "checkout/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_checkout_page", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "checkout/page.tsx" + }, + { + "label": "dashboard/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_dashboard_page", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "dashboard/page.tsx" + }, + { + "label": "verify/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_payment_verify_page", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "verify/page.tsx" + }, + { + "label": "AddressModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_addressmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "addressmodal.tsx" + }, + { + "label": "BackButton.tsx", + "file_type": "code", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_backbutton", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "backbutton.tsx" + }, + { + "label": "CheckoutPage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_checkoutpage", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "checkoutpage.tsx" + }, + { + "label": "DeleteConfirmModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_deleteconfirmmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "deleteconfirmmodal.tsx" + }, + { + "label": "HeaderButton.tsx", + "file_type": "code", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_headerbutton", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "headerbutton.tsx" + }, + { + "label": "LoginModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_loginmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "loginmodal.tsx" + }, + { + "label": "OrderDetailsModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_orderdetailsmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "orderdetailsmodal.tsx" + }, + { + "label": "SearchableSelect.tsx", + "file_type": "code", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_searchableselect", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "searchableselect.tsx" + }, + { + "label": "TopUpModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_topupmodal", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "topupmodal.tsx" + }, + { + "label": "PRESET_AMOUNTS", + "file_type": "code", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_application_components_topupmodal_preset_amounts", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "preset_amounts" + }, + { + "label": "UserDashboard.tsx", + "file_type": "code", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_userdashboard", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "userdashboard.tsx" + }, + { + "label": "provinces.ts", + "file_type": "code", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_data_provinces", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "provinces.ts" + }, + { + "label": "IRAN_PROVINCES", + "file_type": "code", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_data_provinces_iran_provinces", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "iran_provinces" + }, + { + "label": "PROVINCE_CITIES", + "file_type": "code", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L35", + "_origin": "ast", + "id": "frontend_application_lib_data_provinces_province_cities", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "province_cities" + }, + { + "label": "ticketService.ts", + "file_type": "code", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_services_ticketservice", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "ticketservice.ts" + }, + { + "label": "ticketService", + "file_type": "code", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L43", + "_origin": "ast", + "id": "frontend_application_lib_services_ticketservice_ticketservice", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "ticketservice" + }, + { + "label": "utils.ts", + "file_type": "code", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_utils", + "community": 6, + "community_name": "UserDashboard.tsx", + "norm_label": "utils.ts" + }, + { + "label": "tsconfig.node.json", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "tsconfig.node.json" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L2", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "allowImportingTsExtensions", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "allowimportingtsextensions" + }, + { + "label": "erasableSyntaxOnly", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L20", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "erasablesyntaxonly" + }, + { + "label": "lib", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_lib", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "lib" + }, + { + "label": "module", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L6", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_module", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "module" + }, + { + "label": "moduleDetection", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "moduledetection" + }, + { + "label": "moduleResolution", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" + }, + { + "label": "noEmit", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_noemit", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "noemit" + }, + { + "label": "noFallthroughCasesInSwitch", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "nofallthroughcasesinswitch" + }, + { + "label": "noUnusedLocals", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L18", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "nounusedlocals" + }, + { + "label": "noUnusedParameters", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "nounusedparameters" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L8", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" + }, + { + "label": "target", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_target", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "target" + }, + { + "label": "tsBuildInfoFile", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "tsbuildinfofile" + }, + { + "label": "types", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_types", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "types" + }, + { + "label": "verbatimModuleSyntax", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "verbatimmodulesyntax" + }, + { + "label": "include", + "file_type": "code", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L23", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_include", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "ES2023", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_json_ref_es2023", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "es2023" + }, + { + "label": "node", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_tsconfig_node_json_ref_node", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "node" + }, + { + "label": "vite.config.ts", + "file_type": "concept", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L23", + "_origin": "ast", + "id": "ref_vite_config_ts", + "community": 60, + "community_name": "compilerOptions", + "norm_label": "vite.config.ts" + }, + { + "label": "HomeClient.tsx", + "file_type": "code", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_homeclient", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "homeclient.tsx" + }, + { + "label": "app/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_page", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "app/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_page_metadata", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "metadata" + }, + { + "label": "shop/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_shop_page", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "shop/page.tsx" + }, + { + "label": "metadata", + "file_type": "code", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_app_shop_page_metadata", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "metadata" + }, + { + "label": "ArchivePage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_archivepage", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "archivepage.tsx" + }, + { + "label": "CATEGORY_MAP", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L43", + "_origin": "ast", + "id": "frontend_application_components_archivepage_category_map", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "category_map" + }, + { + "label": "ICON_MAP", + "file_type": "code", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L34", + "_origin": "ast", + "id": "frontend_application_components_archivepage_icon_map", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "icon_map" + }, + { + "label": "BannerPlacement.tsx", + "file_type": "code", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_bannerplacement", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "bannerplacement.tsx" + }, + { + "label": "types.ts", + "file_type": "code", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_types", + "community": 61, + "community_name": "HomeClient.tsx", + "norm_label": "types.ts" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_apibearerauth", + "community": 62, + "community_name": "BlogsController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_apioperation", + "community": 62, + "community_name": "BlogsController", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_apiquery", + "community": 62, + "community_name": "BlogsController", + "norm_label": "apiquery" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_apitags", + "community": 62, + "community_name": "BlogsController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_body", + "community": 62, + "community_name": "BlogsController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_controller", + "community": 62, + "community_name": "BlogsController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_delete", + "community": 62, + "community_name": "BlogsController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_get", + "community": 62, + "community_name": "BlogsController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_param", + "community": 62, + "community_name": "BlogsController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_post", + "community": 62, + "community_name": "BlogsController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_put", + "community": 62, + "community_name": "BlogsController", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_query", + "community": 62, + "community_name": "BlogsController", + "norm_label": "query" + }, + { + "label": "Request", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_request", + "community": 62, + "community_name": "BlogsController", + "norm_label": "request" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_blogs_controller_ts_useguards", + "community": 62, + "community_name": "BlogsController", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_service_ts_injectable", + "community": 63, + "community_name": "SettingsService", + "norm_label": "injectable" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_apibearerauth", + "community": 64, + "community_name": "BannersService", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_apioperation", + "community": 64, + "community_name": "BannersService", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_apitags", + "community": 64, + "community_name": "BannersService", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_body", + "community": 64, + "community_name": "BannersService", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_controller", + "community": 64, + "community_name": "BannersService", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_delete", + "community": 64, + "community_name": "BannersService", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_get", + "community": 64, + "community_name": "BannersService", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_param", + "community": 64, + "community_name": "BannersService", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_patch", + "community": 64, + "community_name": "BannersService", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_post", + "community": 64, + "community_name": "BannersService", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_put", + "community": 64, + "community_name": "BannersService", + "norm_label": "put" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_controller_ts_useguards", + "community": 64, + "community_name": "BannersService", + "norm_label": "useguards" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_banners_banners_service_ts_injectable", + "community": 64, + "community_name": "BannersService", + "norm_label": "injectable" + }, + { + "label": "31-module-audit-closure.md", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "31-module-audit-closure.md" + }, + { + "label": "10. Orders Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L88", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_10_orders_backend", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "10. orders backend" + }, + { + "label": "11. Settings & Administrative Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L96", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_11_settings_administrative_backend", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "11. settings & administrative backend" + }, + { + "label": "12. Prisma Schema, Migrations & Seed", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L104", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "12. prisma schema, migrations & seed" + }, + { + "label": "13. Redis & Temporary Auth State", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L114", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "13. redis & temporary auth state" + }, + { + "label": "14. Unit & E2E Tests", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L122", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_14_unit_e2e_tests", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "14. unit & e2e tests" + }, + { + "label": "15. Docker, NGINX, Prometheus & Deployment Config", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L131", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "15. docker, nginx, prometheus & deployment config" + }, + { + "label": "16. Documentation & OpenAPI Artifacts", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L139", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "16. documentation & openapi artifacts" + }, + { + "label": "1. Storefront Shell & Routing", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_1_storefront_shell_routing", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "1. storefront shell & routing" + }, + { + "label": "2. Authentication UI, Stores & API Clients", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L19", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "2. authentication ui, stores & api clients" + }, + { + "label": "3. Cart, Checkout, Order, Wallet & Payment UI", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "3. cart, checkout, order, wallet & payment ui" + }, + { + "label": "4. Product, Pet, Scientific Term & Settings UI", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L37", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "4. product, pet, scientific term & settings ui" + }, + { + "label": "5. NestJS Bootstrap & Shared Infrastructure", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L46", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "5. nestjs bootstrap & shared infrastructure" + }, + { + "label": "6. Authentication & Authorization Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L55", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "6. authentication & authorization backend" + }, + { + "label": "7. Users & Addresses Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L63", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_7_users_addresses_backend", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "7. users & addresses backend" + }, + { + "label": "8. Pets Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L71", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_8_pets_backend", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "8. pets backend" + }, + { + "label": "9. Products Backend", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L79", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_9_products_backend", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "9. products backend" + }, + { + "label": "Conclusion", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L149", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_conclusion", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "conclusion" + }, + { + "label": "Module Audit Closure Report", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "module audit closure report" + }, + { + "label": "Required Review Group Closures", + "file_type": "document", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_31_module_audit_closure_required_review_group_closures", + "community": 65, + "community_name": "Required Review Group Closures", + "norm_label": "required review group closures" + }, + { + "label": "PriceInput.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_priceinput", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "priceinput.tsx" + }, + { + "label": "Coupons.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_coupons", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "coupons.tsx" + }, + { + "label": "FinancialSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_financialsettingspage", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "financialsettingspage.tsx" + }, + { + "label": "ShippingSettingsPage.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_shippingsettingspage", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "shippingsettingspage.tsx" + }, + { + "label": "Coupons", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_coupons", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "coupons" + }, + { + "label": "FinancialSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L34", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "financialsettingspage" + }, + { + "label": "ShippingSettingsPage", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L36", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_shippingsettingspage", + "community": 66, + "community_name": "Coupons.tsx", + "norm_label": "shippingsettingspage" + }, + { + "label": "06_dev_frontend.md", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "06_dev_frontend.md" + }, + { + "label": "1. Always Read Tech Stack First", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L119", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. always read tech stack first" + }, + { + "label": "2. Sub-step Execution (Token Resume Support)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L131", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. sub-step execution (token resume support)" + }, + { + "label": "3. API Mocking Requirement", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L141", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. api mocking requirement" + }, + { + "label": "4. Modular Component Architecture", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L148", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. modular component architecture" + }, + { + "label": "5. Responsive Design (Mandatory)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L157", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. responsive design (mandatory)" + }, + { + "label": "6. File Scope Boundary", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L163", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. file scope boundary" + }, + { + "label": "7. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L167", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_7_forbidden_actions", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "7. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L187", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_expected_json_output_schema", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "IMPLEMENT MODE \u2014 Normal Operation", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L103", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "implement mode \u2014 normal operation" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L117", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L65", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_output", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "output" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L175", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "\u2605 review mode (called during review phase)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_role_core_objective", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L107", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "What You DO NOT Review", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L23", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_what_you_do_not_review", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you do not review" + }, + { + "label": "What You Look For (Frontend Expert Eyes Only)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L26", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you look for (frontend expert eyes only)" + }, + { + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "file_type": "document", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L11", + "_origin": "ast", + "id": "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas", + "community": 67, + "community_name": "Operational Rules & Boundaries", + "norm_label": "your domain \u2014 what you review (only these areas)" + }, + { + "label": "08_visual_qa.md", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "08_visual_qa.md" + }, + { + "label": "1. Framework-Aware Analysis", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L115", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. framework-aware analysis" + }, + { + "label": "2. DOM & Semantic Structure Analysis", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L126", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. dom & semantic structure analysis" + }, + { + "label": "3. Accessibility Compliance", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L134", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_3_accessibility_compliance", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. accessibility compliance" + }, + { + "label": "4. Responsive Layout Verification", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L143", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. responsive layout verification" + }, + { + "label": "5. Fallback Inspection Mode", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L155", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. fallback inspection mode" + }, + { + "label": "6. Defect Routing Protocol", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L162", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. defect routing protocol" + }, + { + "label": "7. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L174", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_7_forbidden_actions", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "7. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L190", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_expected_json_output_schema", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "INSPECT MODE \u2014 Normal Operation (Post-Task Verification)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L99", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "inspect mode \u2014 normal operation (post-task verification)" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L113", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L63", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_output", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "output" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L182", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L9", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "\u2605 review mode (called during review phase)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_role_core_objective", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L103", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "What You DO NOT Review", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L24", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_what_you_do_not_review", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you do not review" + }, + { + "label": "What You Look For (UX Expert Eyes Only)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L27", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you look for (ux expert eyes only)" + }, + { + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "file_type": "document", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L13", + "_origin": "ast", + "id": "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas", + "community": 68, + "community_name": "Operational Rules & Boundaries", + "norm_label": "your domain \u2014 what you review (only these areas)" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_apibearerauth", + "community": 69, + "community_name": "WikiController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_apioperation", + "community": 69, + "community_name": "WikiController", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_apiquery", + "community": 69, + "community_name": "WikiController", + "norm_label": "apiquery" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_apitags", + "community": 69, + "community_name": "WikiController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_body", + "community": 69, + "community_name": "WikiController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_controller", + "community": 69, + "community_name": "WikiController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_delete", + "community": 69, + "community_name": "WikiController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_get", + "community": 69, + "community_name": "WikiController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_param", + "community": 69, + "community_name": "WikiController", + "norm_label": "param" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_post", + "community": 69, + "community_name": "WikiController", + "norm_label": "post" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_put", + "community": 69, + "community_name": "WikiController", + "norm_label": "put" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_query", + "community": 69, + "community_name": "WikiController", + "norm_label": "query" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_wiki_controller_ts_useguards", + "community": 69, + "community_name": "WikiController", + "norm_label": "useguards" + }, + { + "label": "ConfirmModal.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_confirmmodal", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "confirmmodal.tsx" + }, + { + "label": "MediaSelector.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_mediaselector", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "mediaselector.tsx" + }, + { + "label": "BannersManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_bannersmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "bannersmanager.tsx" + }, + { + "label": "Blogs.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_blogs", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "blogs.tsx" + }, + { + "label": "Categories.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_categories", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "categories.tsx" + }, + { + "label": "DoctorsManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_doctorsmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "doctorsmanager.tsx" + }, + { + "label": "IngredientsManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_ingredientsmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "ingredientsmanager.tsx" + }, + { + "label": "Products.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_products", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "products.tsx" + }, + { + "label": "TestimonialsManager.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_testimonialsmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "testimonialsmanager.tsx" + }, + { + "label": "Videos.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_videos", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "videos.tsx" + }, + { + "label": "WholesaleApplications.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_wholesaleapplications", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "wholesaleapplications.tsx" + }, + { + "label": "BannersManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "bannersmanager" + }, + { + "label": "Blogs", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L18", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_blogs", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "blogs" + }, + { + "label": "Categories", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_categories", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "categories" + }, + { + "label": "DoctorsManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L43", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_doctorsmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "doctorsmanager" + }, + { + "label": "IngredientsManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "ingredientsmanager" + }, + { + "label": "Products", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_products", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "products" + }, + { + "label": "TestimonialsManager", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "testimonialsmanager" + }, + { + "label": "Videos", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_videos", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "videos" + }, + { + "label": "WholesaleApplications", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "wholesaleapplications" + }, + { + "label": "BASE_DOMAIN", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_base_domain", + "community": 7, + "community_name": "MediaSelector.tsx", + "norm_label": "base_domain" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_apioperation", + "community": 70, + "community_name": "ApiOperation", + "norm_label": "apioperation" + }, + { + "label": "ApiQuery", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_apiquery", + "community": 70, + "community_name": "ApiOperation", + "norm_label": "apiquery" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_get", + "community": 70, + "community_name": "ApiOperation", + "norm_label": "get" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_query", + "community": 70, + "community_name": "ApiOperation", + "norm_label": "query" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", + "community": 70, + "community_name": "ApiOperation", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_admin_query_dto_ts_isoptional", + "community": 70, + "community_name": "ApiOperation", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_admin_query_dto_ts_isstring", + "community": 70, + "community_name": "ApiOperation", + "norm_label": "isstring" + }, + { + "label": "create-health-log.dto.ts", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto", + "community": 71, + "community_name": "PetsController", + "norm_label": "create-health-log.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty", + "community": 71, + "community_name": "PetsController", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional", + "community": 71, + "community_name": "PetsController", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty", + "community": 71, + "community_name": "PetsController", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_isoptional", + "community": 71, + "community_name": "PetsController", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_health_log_dto_ts_isstring", + "community": 71, + "community_name": "PetsController", + "norm_label": "isstring" + }, + { + "label": "create-reminder.dto.ts", + "file_type": "code", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto", + "community": 71, + "community_name": "PetsController", + "norm_label": "create-reminder.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty", + "community": 71, + "community_name": "PetsController", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional", + "community": 71, + "community_name": "PetsController", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty", + "community": 71, + "community_name": "PetsController", + "norm_label": "isnotempty" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_isoptional", + "community": 71, + "community_name": "PetsController", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_dto_create_reminder_dto_ts_isstring", + "community": 71, + "community_name": "PetsController", + "norm_label": "isstring" + }, + { + "label": "ApiBadRequestResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apibadrequestresponse", + "community": 71, + "community_name": "PetsController", + "norm_label": "apibadrequestresponse" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apibearerauth", + "community": 71, + "community_name": "PetsController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiCreatedResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apicreatedresponse", + "community": 71, + "community_name": "PetsController", + "norm_label": "apicreatedresponse" + }, + { + "label": "ApiNotFoundResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "community": 71, + "community_name": "PetsController", + "norm_label": "apinotfoundresponse" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apiokresponse", + "community": 71, + "community_name": "PetsController", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apioperation", + "community": 71, + "community_name": "PetsController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_apitags", + "community": 71, + "community_name": "PetsController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_body", + "community": 71, + "community_name": "PetsController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_controller", + "community": 71, + "community_name": "PetsController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_delete", + "community": 71, + "community_name": "PetsController", + "norm_label": "delete" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_get", + "community": 71, + "community_name": "PetsController", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_param", + "community": 71, + "community_name": "PetsController", + "norm_label": "param" + }, + { + "label": "Patch", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_patch", + "community": 71, + "community_name": "PetsController", + "norm_label": "patch" + }, + { + "label": "Post", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_post", + "community": 71, + "community_name": "PetsController", + "norm_label": "post" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_query", + "community": 71, + "community_name": "PetsController", + "norm_label": "query" + }, + { + "label": "Req", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_req", + "community": 71, + "community_name": "PetsController", + "norm_label": "req" + }, + { + "label": "UploadedFile", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_uploadedfile", + "community": 71, + "community_name": "PetsController", + "norm_label": "uploadedfile" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_useguards", + "community": 71, + "community_name": "PetsController", + "norm_label": "useguards" + }, + { + "label": "UseInterceptors", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_pets_pets_controller_ts_useinterceptors", + "community": 71, + "community_name": "PetsController", + "norm_label": "useinterceptors" + }, + { + "label": "seo.controller.ts", + "file_type": "code", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_seo_seo_controller", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "seo.controller.ts" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_apioperation", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_apitags", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_controller", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_get", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "get" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_controller_ts_param", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "param" + }, + { + "label": "seo.module.ts", + "file_type": "code", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_seo_seo_module", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "seo.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_module_ts_module", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "module" + }, + { + "label": "seo.service.ts", + "file_type": "code", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_seo_seo_service", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "seo.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_seo_seo_service_ts_injectable", + "community": 72, + "community_name": "seo.module.ts", + "norm_label": "injectable" + }, + { + "label": "admin.controller.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_controller", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "admin.controller.ts" + }, + { + "label": "admin.controller.spec.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_spec", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "admin.controller.spec.ts" + }, + { + "label": "admin.service.ts", + "file_type": "code", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_admin_service", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "admin.service.ts" + }, + { + "label": "product.dto.ts", + "file_type": "code", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_dto_product_dto", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "product.dto.ts" + }, + { + "label": "user.dto.ts", + "file_type": "code", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "user.dto.ts" + }, + { + "label": "ApiProperty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_apiproperty", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "apiproperty" + }, + { + "label": "ApiPropertyOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "apipropertyoptional" + }, + { + "label": "IsEmail", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isemail", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "isemail" + }, + { + "label": "IsNotEmpty", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isnotempty", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "isnotempty" + }, + { + "label": "IsNumber", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isnumber", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "isnumber" + }, + { + "label": "IsOptional", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isoptional", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "isoptional" + }, + { + "label": "IsString", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_isstring", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "isstring" + }, + { + "label": "MinLength", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_dto_user_dto_ts_minlength", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "minlength" + }, + { + "label": "CANONICAL_ALIASES", + "file_type": "code", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L13", + "_origin": "ast", + "id": "backend_src_settings_settings_service_canonical_aliases", + "community": 73, + "community_name": "admin.service.ts", + "norm_label": "canonical_aliases" + }, + { + "label": "AGENCY.md", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agency", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "agency.md" + }, + { + "label": "Activation", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L12", + "_origin": "ast", + "id": "ai_agency_agency_activation", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "activation" + }, + { + "label": "Agent Directory Reference", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L239", + "_origin": "ast", + "id": "ai_agency_agency_agent_directory_reference", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "agent directory reference" + }, + { + "label": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "\ud83c\udfe2 ai software agency \u2014 master orchestration protocol v3" + }, + { + "label": "Phase 1: Specialist Review (All agents read, none write code yet)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L79", + "_origin": "ast", + "id": "ai_agency_agency_phase_1_specialist_review_all_agents_read_none_write_code_yet", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "phase 1: specialist review (all agents read, none write code yet)" + }, + { + "label": "Phase 2: Master Synthesis (02_product_manager in SYNTHESIS mode)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L104", + "_origin": "ast", + "id": "ai_agency_agency_phase_2_master_synthesis_02_product_manager_in_synthesis_mode", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "phase 2: master synthesis (02_product_manager in synthesis mode)" + }, + { + "label": "Phase 3: Execution (Same as always)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L114", + "_origin": "ast", + "id": "ai_agency_agency_phase_3_execution_same_as_always", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "phase 3: execution (same as always)" + }, + { + "label": "PIPELINE A \u2014 New Project (GREENFIELD)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L67", + "_origin": "ast", + "id": "ai_agency_agency_pipeline_a_new_project_greenfield", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "pipeline a \u2014 new project (greenfield)" + }, + { + "label": "PIPELINE B \u2014 Review & Improve Existing Project (REVIEW_AND_PLAN) \u2605", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L75", + "_origin": "ast", + "id": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "pipeline b \u2014 review & improve existing project (review_and_plan) \u2605" + }, + { + "label": "PIPELINE C \u2014 Add Specific Feature (ADD_FEATURE)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L121", + "_origin": "ast", + "id": "ai_agency_agency_pipeline_c_add_specific_feature_add_feature", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "pipeline c \u2014 add specific feature (add_feature)" + }, + { + "label": "PIPELINE D \u2014 Content & SEO Only (CONTENT_CREATION)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L133", + "_origin": "ast", + "id": "ai_agency_agency_pipeline_d_content_seo_only_content_creation", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "pipeline d \u2014 content & seo only (content_creation)" + }, + { + "label": "Real Data Policy", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L259", + "_origin": "ast", + "id": "ai_agency_agency_real_data_policy", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "real data policy" + }, + { + "label": "State.json Template (Full Schema v3)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L192", + "_origin": "ast", + "id": "ai_agency_agency_state_json_template_full_schema_v3", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "state.json template (full schema v3)" + }, + { + "label": "State Machine \u2014 Active Agent Tracking", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L182", + "_origin": "ast", + "id": "ai_agency_agency_state_machine_active_agent_tracking", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "state machine \u2014 active agent tracking" + }, + { + "label": "STEP 1 \u2014 Detect Project Intent", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L25", + "_origin": "ast", + "id": "ai_agency_agency_step_1_detect_project_intent", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "step 1 \u2014 detect project intent" + }, + { + "label": "STEP 2 \u2014 Token Limit / Context Resume Protocol (CRITICAL)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L41", + "_origin": "ast", + "id": "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "step 2 \u2014 token limit / context resume protocol (critical)" + }, + { + "label": "TASK EXECUTION LOOP (All Pipelines)", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L144", + "_origin": "ast", + "id": "ai_agency_agency_task_execution_loop_all_pipelines", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "task execution loop (all pipelines)" + }, + { + "label": "Your Identity", + "file_type": "document", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L3", + "_origin": "ast", + "id": "ai_agency_agency_your_identity", + "community": 74, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "norm_label": "your identity" + }, + { + "label": "03_product_manager.md", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "03_product_manager.md" + }, + { + "label": "1. Hierarchical Decomposition Algorithm (3-Tier)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L86", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. hierarchical decomposition algorithm (3-tier)" + }, + { + "label": "2. Sub-step Definition (Required for all tasks)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L98", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. sub-step definition (required for all tasks)" + }, + { + "label": "3. Brownfield Completeness Rule", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L110", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. brownfield completeness rule" + }, + { + "label": "4. Role Assignment Rules", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L116", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_4_role_assignment_rules", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. role assignment rules" + }, + { + "label": "5. Dependency Tracking (Strict)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L126", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_5_dependency_tracking_strict", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. dependency tracking (strict)" + }, + { + "label": "6. Priority Assignment", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L132", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_6_priority_assignment", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. priority assignment" + }, + { + "label": "7. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L140", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_7_forbidden_actions", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "7. forbidden actions" + }, + { + "label": "DECOMPOSE MODE \u2014 Normal Operation (New Projects)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L72", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "decompose mode \u2014 normal operation (new projects)" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L194", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_expected_json_output_schema", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L84", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output of Synthesis Mode", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L62", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_output_of_synthesis_mode", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "output of synthesis mode" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L149", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_required_output_artifacts_what_files_to_write_update", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_role_core_objective", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L74", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_strict_input_specifications_what_files_to_read", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "\u2605 SYNTHESIS MODE (called after Review Phase completes)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "\u2605 synthesis mode (called after review phase completes)" + }, + { + "label": "Synthesis Rules", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L23", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_synthesis_rules", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "synthesis rules" + }, + { + "label": "What You Read (ALL of these \u2014 the full picture)", + "file_type": "document", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L11", + "_origin": "ast", + "id": "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture", + "community": 75, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you read (all of these \u2014 the full picture)" + }, + { + "label": "05_dev_backend.md", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "05_dev_backend.md" + }, + { + "label": "1. Always Read Tech Stack First", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L110", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. always read tech stack first" + }, + { + "label": "2. Sub-step Execution (Token Resume Support)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L121", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. sub-step execution (token resume support)" + }, + { + "label": "3. Mandatory Test Authoring", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L131", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. mandatory test authoring" + }, + { + "label": "4. Code Quality Standards", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L138", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_4_code_quality_standards", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. code quality standards" + }, + { + "label": "5. File Scope Boundary", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L146", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_5_file_scope_boundary", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. file scope boundary" + }, + { + "label": "6. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L151", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_6_forbidden_actions", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L172", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_expected_json_output_schema", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "IMPLEMENT MODE \u2014 Normal Operation", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L94", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_implement_mode_normal_operation", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "implement mode \u2014 normal operation" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L108", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L60", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_output", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "output" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L160", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_required_output_artifacts_what_files_to_write_update", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "\u2605 review mode (called during review phase)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_role_core_objective", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L98", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "What You DO NOT Review", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L23", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_what_you_do_not_review", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you do not review" + }, + { + "label": "What You Look For (Backend Expert Eyes Only)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L26", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "what you look for (backend expert eyes only)" + }, + { + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "file_type": "document", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L11", + "_origin": "ast", + "id": "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas", + "community": 76, + "community_name": "Operational Rules & Boundaries", + "norm_label": "your domain \u2014 what you review (only these areas)" + }, + { + "label": "package.json", + "file_type": "code", + "source_file": "package.json", + "source_location": "L1", + "_origin": "ast", + "id": "package", + "community": 77, + "community_name": "scripts", + "norm_label": "package.json" + }, + { + "label": "devDependencies", + "file_type": "code", + "source_file": "package.json", + "source_location": "L17", + "_origin": "ast", + "id": "package_devdependencies", + "community": 77, + "community_name": "scripts", + "norm_label": "devdependencies" + }, + { + "label": "concurrently", + "file_type": "code", + "source_file": "package.json", + "source_location": "L18", + "_origin": "ast", + "id": "package_devdependencies_concurrently", + "community": 77, + "community_name": "scripts", + "norm_label": "concurrently" + }, + { + "label": "name", + "file_type": "code", + "source_file": "package.json", + "source_location": "L2", + "_origin": "ast", + "id": "package_name", + "community": 77, + "community_name": "scripts", + "norm_label": "name" + }, + { + "label": "private", + "file_type": "code", + "source_file": "package.json", + "source_location": "L4", + "_origin": "ast", + "id": "package_private", + "community": 77, + "community_name": "scripts", + "norm_label": "private" + }, + { + "label": "scripts", + "file_type": "code", + "source_file": "package.json", + "source_location": "L5", + "_origin": "ast", + "id": "package_scripts", + "community": 77, + "community_name": "scripts", + "norm_label": "scripts" + }, + { + "label": "build", + "file_type": "code", + "source_file": "package.json", + "source_location": "L14", + "_origin": "ast", + "id": "package_scripts_build", + "community": 77, + "community_name": "scripts", + "norm_label": "build" + }, + { + "label": "build:admin", + "file_type": "code", + "source_file": "package.json", + "source_location": "L13", + "_origin": "ast", + "id": "package_scripts_build_admin", + "community": 77, + "community_name": "scripts", + "norm_label": "build:admin" + }, + { + "label": "build:backend", + "file_type": "code", + "source_file": "package.json", + "source_location": "L11", + "_origin": "ast", + "id": "package_scripts_build_backend", + "community": 77, + "community_name": "scripts", + "norm_label": "build:backend" + }, + { + "label": "build:frontend", + "file_type": "code", + "source_file": "package.json", + "source_location": "L12", + "_origin": "ast", + "id": "package_scripts_build_frontend", + "community": 77, + "community_name": "scripts", + "norm_label": "build:frontend" + }, + { + "label": "dev", + "file_type": "code", + "source_file": "package.json", + "source_location": "L10", + "_origin": "ast", + "id": "package_scripts_dev", + "community": 77, + "community_name": "scripts", + "norm_label": "dev" + }, + { + "label": "dev:admin", + "file_type": "code", + "source_file": "package.json", + "source_location": "L9", + "_origin": "ast", + "id": "package_scripts_dev_admin", + "community": 77, + "community_name": "scripts", + "norm_label": "dev:admin" + }, + { + "label": "dev:backend", + "file_type": "code", + "source_file": "package.json", + "source_location": "L7", + "_origin": "ast", + "id": "package_scripts_dev_backend", + "community": 77, + "community_name": "scripts", + "norm_label": "dev:backend" + }, + { + "label": "dev:frontend", + "file_type": "code", + "source_file": "package.json", + "source_location": "L8", + "_origin": "ast", + "id": "package_scripts_dev_frontend", + "community": 77, + "community_name": "scripts", + "norm_label": "dev:frontend" + }, + { + "label": "install:all", + "file_type": "code", + "source_file": "package.json", + "source_location": "L6", + "_origin": "ast", + "id": "package_scripts_install_all", + "community": 77, + "community_name": "scripts", + "norm_label": "install:all" + }, + { + "label": "start", + "file_type": "code", + "source_file": "package.json", + "source_location": "L15", + "_origin": "ast", + "id": "package_scripts_start", + "community": 77, + "community_name": "scripts", + "norm_label": "start" + }, + { + "label": "version", + "file_type": "code", + "source_file": "package.json", + "source_location": "L3", + "_origin": "ast", + "id": "package_version", + "community": 77, + "community_name": "scripts", + "norm_label": "version" + }, + { + "label": "concurrently", + "file_type": "concept", + "source_file": "package.json", + "source_location": "L18", + "_origin": "ast", + "id": "concurrently", + "community": 77, + "community_name": "scripts", + "norm_label": "concurrently" + }, + { + "label": "09_devops_security.md", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "09_devops_security.md" + }, + { + "label": "1. Active Secret Scanning (All Modified Files)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L108", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "1. active secret scanning (all modified files)" + }, + { + "label": "2. Docker Container Verification (if Dockerfile exists)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L120", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "2. docker container verification (if dockerfile exists)" + }, + { + "label": "3. CI/CD Basic Check (if `.github/workflows/` exists)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L133", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_3_ci_cd_basic_check_if_github_workflows_exists", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "3. ci/cd basic check (if `.github/workflows/` exists)" + }, + { + "label": "4. Failure Routing Protocol", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L138", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_4_failure_routing_protocol", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "4. failure routing protocol" + }, + { + "label": "5. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L150", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_5_forbidden_actions", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "5. forbidden actions" + }, + { + "label": "ENFORCE MODE \u2014 Normal Operation", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L93", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_enforce_mode_normal_operation", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "enforce mode \u2014 normal operation" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L168", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_expected_json_output_schema", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L106", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Output", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L58", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_output", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "output" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L158", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_required_output_artifacts_what_files_to_write_update", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L7", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "\u2605 review mode (called during review phase)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_role_core_objective", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L97", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_strict_input_specifications_what_files_to_read", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "What You DO NOT Review", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L23", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_what_you_do_not_review", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "what you do not review" + }, + { + "label": "What You Look For (Security Expert Eyes Only)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L26", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_what_you_look_for_security_expert_eyes_only", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "what you look for (security expert eyes only)" + }, + { + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "file_type": "document", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L11", + "_origin": "ast", + "id": "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas", + "community": 78, + "community_name": "Role & Core Objective", + "norm_label": "your domain \u2014 what you review (only these areas)" + }, + { + "label": "home.controller.ts", + "file_type": "code", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_home_controller", + "community": 79, + "community_name": "HomeController", + "norm_label": "home.controller.ts" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_apiokresponse", + "community": 79, + "community_name": "HomeController", + "norm_label": "apiokresponse" + }, + { + "label": "ApiOperation", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_apioperation", + "community": 79, + "community_name": "HomeController", + "norm_label": "apioperation" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_apitags", + "community": 79, + "community_name": "HomeController", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_controller", + "community": 79, + "community_name": "HomeController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_controller_ts_get", + "community": 79, + "community_name": "HomeController", + "norm_label": "get" + }, + { + "label": "home.module.ts", + "file_type": "code", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_home_module", + "community": 79, + "community_name": "HomeController", + "norm_label": "home.module.ts" + }, + { + "label": "Module", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_module_ts_module", + "community": 79, + "community_name": "HomeController", + "norm_label": "module" + }, + { + "label": "home.service.ts", + "file_type": "code", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_home_home_service", + "community": 79, + "community_name": "HomeController", + "norm_label": "home.service.ts" + }, + { + "label": "Injectable", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_home_home_service_ts_injectable", + "community": 79, + "community_name": "HomeController", + "norm_label": "injectable" + }, + { + "label": "ApiOkResponse", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_apiokresponse", + "community": 8, + "community_name": "SettingsController", + "norm_label": "apiokresponse" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_apitags", + "community": 8, + "community_name": "SettingsController", + "norm_label": "apitags" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_controller", + "community": 8, + "community_name": "SettingsController", + "norm_label": "controller" + }, + { + "label": "Get", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_get", + "community": 8, + "community_name": "SettingsController", + "norm_label": "get" + }, + { + "label": "Query", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_settings_settings_controller_ts_query", + "community": 8, + "community_name": "SettingsController", + "norm_label": "query" + }, + { + "label": "payment-gateway.interface.ts", + "file_type": "code", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_interfaces_payment_gateway_interface", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "payment-gateway.interface.ts" + }, + { + "label": "zibal.service.ts", + "file_type": "code", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_src_payment_zibal_service", + "community": 80, + "community_name": "zibal.service.ts", + "norm_label": "zibal.service.ts" + }, + { + "label": "devDependencies", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_application_package_devdependencies", + "community": 81, + "community_name": "devDependencies", + "norm_label": "devdependencies" + }, + { + "label": "eslint", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_eslint", + "community": 81, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "eslint-config-next", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_eslint_config_next", + "community": 81, + "community_name": "devDependencies", + "norm_label": "eslint-config-next" + }, + { + "label": "jsdom", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_jsdom", + "community": 81, + "community_name": "devDependencies", + "norm_label": "jsdom" + }, + { + "label": "tailwindcss", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_tailwindcss", + "community": 81, + "community_name": "devDependencies", + "norm_label": "tailwindcss" + }, + { + "label": "@tailwindcss/postcss", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_tailwindcss_postcss", + "community": 81, + "community_name": "devDependencies", + "norm_label": "@tailwindcss/postcss" + }, + { + "label": "@types/node", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_types_node", + "community": 81, + "community_name": "devDependencies", + "norm_label": "@types/node" + }, + { + "label": "@vitejs/plugin-react", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_application_package_devdependencies_vitejs_plugin_react", + "community": 81, + "community_name": "devDependencies", + "norm_label": "@vitejs/plugin-react" + }, + { + "label": "eslint-config-next", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "eslint_config_next", + "community": 81, + "community_name": "devDependencies", + "norm_label": "eslint-config-next" + }, + { + "label": "eslint", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_application_package_json_eslint", + "community": 81, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "tailwindcss", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_application_package_json_tailwindcss", + "community": 81, + "community_name": "devDependencies", + "norm_label": "tailwindcss" + }, + { + "label": "@tailwindcss/postcss", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_application_package_json_tailwindcss_postcss", + "community": 81, + "community_name": "devDependencies", + "norm_label": "@tailwindcss/postcss" + }, + { + "label": "@types/node", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_application_package_json_types_node", + "community": 81, + "community_name": "devDependencies", + "norm_label": "@types/node" + }, + { + "label": "@vitejs/plugin-react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_application_package_json_vitejs_plugin_react", + "community": 81, + "community_name": "devDependencies", + "norm_label": "@vitejs/plugin-react" + }, + { + "label": "jsdom", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "jsdom", + "community": 81, + "community_name": "devDependencies", + "norm_label": "jsdom" + }, + { + "label": "Layout.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_layout", + "community": 82, + "community_name": "api", + "norm_label": "layout.tsx" + }, + { + "label": "Sidebar.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_sidebar", + "community": 82, + "community_name": "api", + "norm_label": "sidebar.tsx" + }, + { + "label": "api", + "file_type": "code", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L23", + "_origin": "ast", + "id": "frontend_admin_panel_src_services_api_api", + "community": 82, + "community_name": "api", + "norm_label": "api" + }, + { + "label": "ui/Skeleton.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_components_ui_skeleton", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "ui/skeleton.tsx" + }, + { + "label": "Orders.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "orders.tsx" + }, + { + "label": "ORDER_STATUS_MAP", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L101", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_orders_order_status_map", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "order_status_map" + }, + { + "label": "Users.tsx", + "file_type": "code", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_admin_panel_src_pages_users", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "users.tsx" + }, + { + "label": "Orders", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_orders", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "orders" + }, + { + "label": "Users", + "file_type": "code", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_admin_panel_src_routes_adminroutes_users", + "community": 83, + "community_name": "Orders.tsx", + "norm_label": "users" + }, + { + "label": "devDependencies", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L24", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies", + "community": 84, + "community_name": "devDependencies", + "norm_label": "devdependencies" + }, + { + "label": "autoprefixer", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_autoprefixer", + "community": 84, + "community_name": "devDependencies", + "norm_label": "autoprefixer" + }, + { + "label": "eslint", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_eslint", + "community": 84, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "@eslint/js", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_eslint_js", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@eslint/js" + }, + { + "label": "globals", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_globals", + "community": 84, + "community_name": "devDependencies", + "norm_label": "globals" + }, + { + "label": "postcss", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_postcss", + "community": 84, + "community_name": "devDependencies", + "norm_label": "postcss" + }, + { + "label": "@types/node", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_types_node", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@types/node" + }, + { + "label": "@types/react", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_types_react", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@types/react" + }, + { + "label": "@types/react-dom", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_types_react_dom", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@types/react-dom" + }, + { + "label": "@vitejs/plugin-react", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@vitejs/plugin-react" + }, + { + "label": "autoprefixer", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31", + "_origin": "ast", + "id": "autoprefixer", + "community": 84, + "community_name": "devDependencies", + "norm_label": "autoprefixer" + }, + { + "label": "eslint", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_eslint", + "community": 84, + "community_name": "devDependencies", + "norm_label": "eslint" + }, + { + "label": "@eslint/js", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_eslint_js", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@eslint/js" + }, + { + "label": "globals", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_globals", + "community": 84, + "community_name": "devDependencies", + "norm_label": "globals" + }, + { + "label": "@types/node", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_types_node", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@types/node" + }, + { + "label": "@types/react", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_types_react", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@types/react" + }, + { + "label": "@types/react-dom", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_types_react_dom", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@types/react-dom" + }, + { + "label": "@vitejs/plugin-react", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_vitejs_plugin_react", + "community": 84, + "community_name": "devDependencies", + "norm_label": "@vitejs/plugin-react" + }, + { + "label": "postcss", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36", + "_origin": "ast", + "id": "postcss", + "community": 84, + "community_name": "devDependencies", + "norm_label": "postcss" + }, + { + "label": "seed.ts", + "file_type": "code", + "source_file": "backend/prisma/seed.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "seed.ts" + }, + { + "label": "seed-home.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_home", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "seed-home.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L3", + "_origin": "ast", + "id": "backend_prisma_seed_home_prisma", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "prisma" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed.ts", + "source_location": "L9", + "_origin": "ast", + "id": "backend_prisma_seed_prisma", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "prisma" + }, + { + "label": "seed-products.ts", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L1", + "_origin": "ast", + "id": "backend_prisma_seed_products", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "seed-products.ts" + }, + { + "label": "prisma", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L5", + "_origin": "ast", + "id": "backend_prisma_seed_products_prisma", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "prisma" + }, + { + "label": "PRODUCT_SYMPTOMS_MAP", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L148", + "_origin": "ast", + "id": "backend_prisma_seed_products_product_symptoms_map", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "product_symptoms_map" + }, + { + "label": "PRODUCT_TAGLINES_MAP", + "file_type": "code", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L208", + "_origin": "ast", + "id": "backend_prisma_seed_products_product_taglines_map", + "community": 85, + "community_name": "seed-products.ts", + "norm_label": "product_taglines_map" + }, + { + "label": "02-audit-plan.md", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_02_audit_plan", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "02-audit-plan.md" + }, + { + "label": "10. Documentation Engineer", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L73", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_10_documentation_engineer", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "10. documentation engineer" + }, + { + "label": "1. Lead Architect / Orchestrator", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L28", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_1_lead_architect_orchestrator", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "1. lead architect / orchestrator" + }, + { + "label": "2. React / Vite Storefront Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L33", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "2. react / vite storefront auditor" + }, + { + "label": "3. NestJS Backend Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L38", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_3_nestjs_backend_auditor", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "3. nestjs backend auditor" + }, + { + "label": "4. Admin Features Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_4_admin_features_auditor", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "4. admin features auditor" + }, + { + "label": "5. Database & Data Integrity Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L48", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_5_database_data_integrity_auditor", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "5. database & data integrity auditor" + }, + { + "label": "6. Security Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L53", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_6_security_auditor", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "6. security auditor" + }, + { + "label": "7. TypeScript & Code Quality Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L58", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "7. typescript & code quality auditor" + }, + { + "label": "8. Testing & Reliability Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L63", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_8_testing_reliability_auditor", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "8. testing & reliability auditor" + }, + { + "label": "9. DevOps & CI/CD Auditor", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L68", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "9. devops & ci/cd auditor" + }, + { + "label": "Audit Plan & Subagent Roles", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "audit plan & subagent roles" + }, + { + "label": "Mandatory Global Audit Exclusions", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "mandatory global audit exclusions" + }, + { + "label": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L26", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "reconciled audit roles & assignments" + }, + { + "label": "Strategy for Deduplication & Consolidation", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L80", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "strategy for deduplication & consolidation" + }, + { + "label": "Subagent Execution Mode", + "file_type": "document", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_02_audit_plan_subagent_execution_mode", + "community": 86, + "community_name": "Reconciled Audit Roles & Assignments", + "norm_label": "subagent execution mode" + }, + { + "label": "20260526145407_init/migration.sql", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": null, + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "20260526145407_init/migration.sql" + }, + { + "label": "\"coupons\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L148", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_coupons", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"coupons\"" + }, + { + "label": "\"health_logs\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L134", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_health_logs", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"health_logs\"" + }, + { + "label": "\"order_items\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L173", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_order_items", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"order_items\"" + }, + { + "label": "\"orders\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L159", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_orders", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"orders\"" + }, + { + "label": "\"pet_medical_conditions\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L103", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"pet_medical_conditions\"" + }, + { + "label": "\"pets\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L87", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_pets", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"pets\"" + }, + { + "label": "\"product_ingredients\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L71", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"product_ingredients\"" + }, + { + "label": "\"product_symptoms\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L79", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"product_symptoms\"" + }, + { + "label": "\"products\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L49", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_products", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"products\"" + }, + { + "label": "\"reminder_completions\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L124", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"reminder_completions\"" + }, + { + "label": "\"reminders\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L111", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_reminders", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"reminders\"" + }, + { + "label": "\"user_addresses\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L18", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_user_addresses", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"user_addresses\"" + }, + { + "label": "\"users\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L2", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_users", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"users\"" + }, + { + "label": "\"wallet_transactions\"", + "file_type": "code", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L35", + "_origin": "ast", + "id": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions", + "community": 87, + "community_name": "20260526145407_init/migration.sql", + "norm_label": "\"wallet_transactions\"" + }, + { + "label": "phase3.1-backlog-review.md", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "phase3.1-backlog-review.md" + }, + { + "label": "10. Dependency & Wave Adjustments", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L102", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "10. dependency & wave adjustments" + }, + { + "label": "11. Acceptance Criteria Refinements", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L114", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "11. acceptance criteria refinements" + }, + { + "label": "12. Business and Product Decision Classification", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L124", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "12. business and product decision classification" + }, + { + "label": "13. Final Recommended Backlog Summary", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L134", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "13. final recommended backlog summary" + }, + { + "label": "1. Executive Assessment", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L14", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_1_executive_assessment", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "1. executive assessment" + }, + { + "label": "2. Findings That Require No Change", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L26", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "2. findings that require no change" + }, + { + "label": "3. Findings Requiring Task Refinements", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "3. findings requiring task refinements" + }, + { + "label": "4. Tasks Requiring Splitting", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L50", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "4. tasks requiring splitting" + }, + { + "label": "5. Tasks Requiring Merging", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L56", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "5. tasks requiring merging" + }, + { + "label": "6. Unsupported Assumptions Identified", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "6. unsupported assumptions identified" + }, + { + "label": "7. Scope Creep Identified and Removed", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L71", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "7. scope creep identified and removed" + }, + { + "label": "8. Security Deep-Dive Review", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L78", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "8. security deep-dive review" + }, + { + "label": "9. Architecture Review", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L92", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_9_architecture_review", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "9. architecture review" + }, + { + "label": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "community": 88, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "norm_label": "phase 3.1 \u2014 human review preparation and master backlog critique" + }, + { + "label": "dependencies", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies", + "community": 89, + "community_name": "dependencies", + "norm_label": "dependencies" + }, + { + "label": "axios", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_axios", + "community": 89, + "community_name": "dependencies", + "norm_label": "axios" + }, + { + "label": "lucide-react", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_lucide_react", + "community": 89, + "community_name": "dependencies", + "norm_label": "lucide-react" + }, + { + "label": "react", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_react", + "community": 89, + "community_name": "dependencies", + "norm_label": "react" + }, + { + "label": "react-dom", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_react_dom", + "community": 89, + "community_name": "dependencies", + "norm_label": "react-dom" + }, + { + "label": "react-hot-toast", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_react_hot_toast", + "community": 89, + "community_name": "dependencies", + "norm_label": "react-hot-toast" + }, + { + "label": "react-router-dom", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_react_router_dom", + "community": 89, + "community_name": "dependencies", + "norm_label": "react-router-dom" + }, + { + "label": "recharts", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_recharts", + "community": 89, + "community_name": "dependencies", + "norm_label": "recharts" + }, + { + "label": "@tanstack/react-query", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_tanstack_react_query", + "community": 89, + "community_name": "dependencies", + "norm_label": "@tanstack/react-query" + }, + { + "label": "vite", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_vite", + "community": 89, + "community_name": "dependencies", + "norm_label": "vite" + }, + { + "label": "zustand", + "file_type": "code", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_admin_panel_package_dependencies_zustand", + "community": 89, + "community_name": "dependencies", + "norm_label": "zustand" + }, + { + "label": "axios", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_axios", + "community": 89, + "community_name": "dependencies", + "norm_label": "axios" + }, + { + "label": "lucide-react", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_lucide_react", + "community": 89, + "community_name": "dependencies", + "norm_label": "lucide-react" + }, + { + "label": "react", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_react", + "community": 89, + "community_name": "dependencies", + "norm_label": "react" + }, + { + "label": "react-dom", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_react_dom", + "community": 89, + "community_name": "dependencies", + "norm_label": "react-dom" + }, + { + "label": "zustand", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22", + "_origin": "ast", + "id": "frontend_admin_panel_package_json_zustand", + "community": 89, + "community_name": "dependencies", + "norm_label": "zustand" + }, + { + "label": "react-hot-toast", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "react_hot_toast", + "community": 89, + "community_name": "dependencies", + "norm_label": "react-hot-toast" + }, + { + "label": "react-router-dom", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "react_router_dom", + "community": 89, + "community_name": "dependencies", + "norm_label": "react-router-dom" + }, + { + "label": "recharts", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20", + "_origin": "ast", + "id": "recharts", + "community": 89, + "community_name": "dependencies", + "norm_label": "recharts" + }, + { + "label": "@tanstack/react-query", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "tanstack_react_query", + "community": 89, + "community_name": "dependencies", + "norm_label": "@tanstack/react-query" + }, + { + "label": "vite", + "file_type": "concept", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21", + "_origin": "ast", + "id": "vite", + "community": 89, + "community_name": "dependencies", + "norm_label": "vite" + }, + { + "label": "loading.tsx", + "file_type": "code", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_loading", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "loading.tsx" + }, + { + "label": "profile/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_profile_page", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "profile/page.tsx" + }, + { + "label": "FeaturedProducts.tsx", + "file_type": "code", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_featuredproducts", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "featuredproducts.tsx" + }, + { + "label": "PetProfile.tsx", + "file_type": "code", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_petprofile", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "petprofile.tsx" + }, + { + "label": "components/Skeleton.tsx", + "file_type": "code", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_skeleton", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "components/skeleton.tsx" + }, + { + "label": "FeaturedProducts.test.tsx", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_tests_featuredproducts_test", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "featuredproducts.test.tsx" + }, + { + "label": "mockProducts", + "file_type": "code", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_components_tests_featuredproducts_test_mockproducts", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "mockproducts" + }, + { + "label": "usePetStore.ts", + "file_type": "code", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_store_usepetstore", + "community": 9, + "community_name": "PetProfile.tsx", + "norm_label": "usepetstore.ts" + }, + { + "label": "shop/[slug]/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_shop_slug_page", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "shop/[slug]/page.tsx" + }, + { + "label": "videos/page.tsx", + "file_type": "code", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_app_videos_page", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "videos/page.tsx" + }, + { + "label": "ProductDetailModal.tsx", + "file_type": "code", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_catalog_productdetailmodal", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "productdetailmodal.tsx" + }, + { + "label": "PodcastInlinePlayer.tsx", + "file_type": "code", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_podcastinlineplayer", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "podcastinlineplayer.tsx" + }, + { + "label": "PLAYBACK_RATES", + "file_type": "code", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L29", + "_origin": "ast", + "id": "frontend_application_components_podcastinlineplayer_playback_rates", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "playback_rates" + }, + { + "label": "ProductPage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_productpage", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "productpage.tsx" + }, + { + "label": "ICON_MAP", + "file_type": "code", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L34", + "_origin": "ast", + "id": "frontend_application_components_productpage_icon_map", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "icon_map" + }, + { + "label": "useCalculatorStore", + "file_type": "code", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L61", + "_origin": "ast", + "id": "frontend_application_components_productpage_usecalculatorstore", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "usecalculatorstore" + }, + { + "label": "ProductReviews.tsx", + "file_type": "code", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_productreviews", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "productreviews.tsx" + }, + { + "label": "SafeImage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_safeimage", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "safeimage.tsx" + }, + { + "label": "VetGallery.tsx", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_vetgallery", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "vetgallery.tsx" + }, + { + "label": "FALLBACK_VIDEOS", + "file_type": "code", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L28", + "_origin": "ast", + "id": "frontend_application_components_vetgallery_fallback_videos", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "fallback_videos" + }, + { + "label": "VideoModalPlayer.tsx", + "file_type": "code", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_videomodalplayer", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "videomodalplayer.tsx" + }, + { + "label": "PLAYBACK_RATES", + "file_type": "code", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L37", + "_origin": "ast", + "id": "frontend_application_components_videomodalplayer_playback_rates", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "playback_rates" + }, + { + "label": "VideosPage.tsx", + "file_type": "code", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_components_videospage", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "videospage.tsx" + }, + { + "label": "data/scientificTerms.ts", + "file_type": "code", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_data_scientificterms", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "data/scientificterms.ts" + }, + { + "label": "SCIENTIFIC_TERMS", + "file_type": "code", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_application_lib_data_scientificterms_scientific_terms", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "scientific_terms" + }, + { + "label": "videoService.ts", + "file_type": "code", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_lib_services_videoservice", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "videoservice.ts" + }, + { + "label": "videoService", + "file_type": "code", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_application_lib_services_videoservice_videoservice", + "community": 90, + "community_name": "ProductPage.tsx", + "norm_label": "videoservice" + }, + { + "label": "application/tsconfig.json", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L1", + "_origin": "ast", + "id": "frontend_application_tsconfig", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "application/tsconfig.json" + }, + { + "label": "compilerOptions", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L2", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "compileroptions" + }, + { + "label": "allowJs", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L5", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_allowjs", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "allowjs" + }, + { + "label": "esModuleInterop", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L9", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_esmoduleinterop", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "esmoduleinterop" + }, + { + "label": "incremental", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_incremental", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "incremental" + }, + { + "label": "isolatedModules", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_isolatedmodules", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "isolatedmodules" + }, + { + "label": "jsx", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_jsx", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "jsx" + }, + { + "label": "lib", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_lib", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "lib" + }, + { + "label": "module", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L10", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_module", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "module" + }, + { + "label": "moduleResolution", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_moduleresolution", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "moduleresolution" + }, + { + "label": "noEmit", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L8", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_noemit", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "noemit" + }, + { + "label": "paths", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L21", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_paths", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "paths" + }, + { + "label": "plugins", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_plugins", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "plugins" + }, + { + "label": "resolveJsonModule", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_resolvejsonmodule", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "resolvejsonmodule" + }, + { + "label": "skipLibCheck", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L6", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_skiplibcheck", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "skiplibcheck" + }, + { + "label": "strict", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L7", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_strict", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "strict" + }, + { + "label": "target", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L3", + "_origin": "ast", + "id": "frontend_application_tsconfig_compileroptions_target", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "target" + }, + { + "label": "exclude", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_tsconfig_exclude", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "exclude" + }, + { + "label": "include", + "file_type": "code", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_application_tsconfig_include", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "include" + }, + { + "label": "dom", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_tsconfig_json_ref_dom", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "dom" + }, + { + "label": "dom.iterable", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "frontend_application_tsconfig_json_ref_dom_iterable", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "dom.iterable" + }, + { + "label": "node_modules", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_tsconfig_json_ref_node_modules", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "node_modules" + }, + { + "label": "prisma", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "frontend_application_tsconfig_json_ref_prisma", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "prisma" + }, + { + "label": "**/*.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "frontend_application_tsconfig_json_ref_ts", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "**/*.ts" + }, + { + "label": "esnext", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "_origin": "ast", + "id": "ref_esnext", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "esnext" + }, + { + "label": "**/*.mts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_mts", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "**/*.mts" + }, + { + "label": ".next/dev/types/**/*.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_next_dev_types_ts", + "community": 91, + "community_name": "compilerOptions", + "norm_label": ".next/dev/types/**/*.ts" + }, + { + "label": "next-env.d.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_next_env_d_ts", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "next-env.d.ts" + }, + { + "label": ".next/types/**/*.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_next_types_ts", + "community": 91, + "community_name": "compilerOptions", + "norm_label": ".next/types/**/*.ts" + }, + { + "label": "**/__tests__/**", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "ref_tests", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "**/__tests__/**" + }, + { + "label": "**/*.tsx", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "_origin": "ast", + "id": "ref_tsx", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "**/*.tsx" + }, + { + "label": "vitest.config.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "ref_vitest_config_ts", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "vitest.config.ts" + }, + { + "label": "vitest.setup.ts", + "file_type": "concept", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "_origin": "ast", + "id": "ref_vitest_setup_ts", + "community": 91, + "community_name": "compilerOptions", + "norm_label": "vitest.setup.ts" + }, + { + "label": "scripts", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L8", + "_origin": "ast", + "id": "backend_package_scripts", + "community": 92, + "community_name": "scripts", + "norm_label": "scripts" + }, + { + "label": "build", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L9", + "_origin": "ast", + "id": "backend_package_scripts_build", + "community": 92, + "community_name": "scripts", + "norm_label": "build" + }, + { + "label": "build:nest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L10", + "_origin": "ast", + "id": "backend_package_scripts_build_nest", + "community": 92, + "community_name": "scripts", + "norm_label": "build:nest" + }, + { + "label": "docs:generate", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L21", + "_origin": "ast", + "id": "backend_package_scripts_docs_generate", + "community": 92, + "community_name": "scripts", + "norm_label": "docs:generate" + }, + { + "label": "lint", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "backend_package_scripts_lint", + "community": 92, + "community_name": "scripts", + "norm_label": "lint" + }, + { + "label": "start", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L11", + "_origin": "ast", + "id": "backend_package_scripts_start", + "community": 92, + "community_name": "scripts", + "norm_label": "start" + }, + { + "label": "start:debug", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "backend_package_scripts_start_debug", + "community": 92, + "community_name": "scripts", + "norm_label": "start:debug" + }, + { + "label": "start:dev", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L12", + "_origin": "ast", + "id": "backend_package_scripts_start_dev", + "community": 92, + "community_name": "scripts", + "norm_label": "start:dev" + }, + { + "label": "start:prod", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "backend_package_scripts_start_prod", + "community": 92, + "community_name": "scripts", + "norm_label": "start:prod" + }, + { + "label": "test", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "backend_package_scripts_test", + "community": 92, + "community_name": "scripts", + "norm_label": "test" + }, + { + "label": "test:cov", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "backend_package_scripts_test_cov", + "community": 92, + "community_name": "scripts", + "norm_label": "test:cov" + }, + { + "label": "test:debug", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "backend_package_scripts_test_debug", + "community": 92, + "community_name": "scripts", + "norm_label": "test:debug" + }, + { + "label": "test:e2e", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L20", + "_origin": "ast", + "id": "backend_package_scripts_test_e2e", + "community": 92, + "community_name": "scripts", + "norm_label": "test:e2e" + }, + { + "label": "test:watch", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "backend_package_scripts_test_watch", + "community": 92, + "community_name": "scripts", + "norm_label": "test:watch" + }, + { + "label": "16-deep-audit-summary.md", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "16-deep-audit-summary.md" + }, + { + "label": "1. Audit Overview", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L3", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_1_audit_overview", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "1. audit overview" + }, + { + "label": "2. Findings Metrics", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L12", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "2. findings metrics" + }, + { + "label": "3. Inspected Scope & Command Log", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L41", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "3. inspected scope & command log" + }, + { + "label": "4. Key Business & Integration Questions", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L62", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_4_key_business_integration_questions", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "4. key business & integration questions" + }, + { + "label": "5. Audit Limitations & Integrity Confirmation", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L69", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "5. audit limitations & integrity confirmation" + }, + { + "label": "6. Exact Next Recommended Phase", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L75", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "6. exact next recommended phase" + }, + { + "label": "Blocked Commands & Reasons", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L55", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_blocked_commands_reasons", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "blocked commands & reasons" + }, + { + "label": "By Confidence", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_by_confidence", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "by confidence" + }, + { + "label": "By Domain", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L27", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_by_domain", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "by domain" + }, + { + "label": "By Severity", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L14", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_by_severity", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "by severity" + }, + { + "label": "Deep Audit Summary Report", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "deep audit summary report" + }, + { + "label": "Executed Commands & Results", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L49", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_executed_commands_results", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "executed commands & results" + }, + { + "label": "Inspected Scopes", + "file_type": "document", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_16_deep_audit_summary_inspected_scopes", + "community": 93, + "community_name": "Deep Audit Summary Report", + "norm_label": "inspected scopes" + }, + { + "label": "dependencies", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L11", + "_origin": "ast", + "id": "frontend_application_package_dependencies", + "community": 94, + "community_name": "dependencies", + "norm_label": "dependencies" + }, + { + "label": "axios", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_application_package_dependencies_axios", + "community": 94, + "community_name": "dependencies", + "norm_label": "axios" + }, + { + "label": "lucide-react", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_application_package_dependencies_lucide_react", + "community": 94, + "community_name": "dependencies", + "norm_label": "lucide-react" + }, + { + "label": "motion", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "frontend_application_package_dependencies_motion", + "community": 94, + "community_name": "dependencies", + "norm_label": "motion" + }, + { + "label": "next", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "frontend_application_package_dependencies_next", + "community": 94, + "community_name": "dependencies", + "norm_label": "next" + }, + { + "label": "react", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_application_package_dependencies_react", + "community": 94, + "community_name": "dependencies", + "norm_label": "react" + }, + { + "label": "react-dom", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_application_package_dependencies_react_dom", + "community": 94, + "community_name": "dependencies", + "norm_label": "react-dom" + }, + { + "label": "sonner", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "frontend_application_package_dependencies_sonner", + "community": 94, + "community_name": "dependencies", + "norm_label": "sonner" + }, + { + "label": "zustand", + "file_type": "code", + "source_file": "frontend/application/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_package_dependencies_zustand", + "community": 94, + "community_name": "dependencies", + "norm_label": "zustand" + }, + { + "label": "axios", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L12", + "_origin": "ast", + "id": "frontend_application_package_json_axios", + "community": 94, + "community_name": "dependencies", + "norm_label": "axios" + }, + { + "label": "lucide-react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L13", + "_origin": "ast", + "id": "frontend_application_package_json_lucide_react", + "community": 94, + "community_name": "dependencies", + "norm_label": "lucide-react" + }, + { + "label": "react", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L16", + "_origin": "ast", + "id": "frontend_application_package_json_react", + "community": 94, + "community_name": "dependencies", + "norm_label": "react" + }, + { + "label": "react-dom", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L17", + "_origin": "ast", + "id": "frontend_application_package_json_react_dom", + "community": 94, + "community_name": "dependencies", + "norm_label": "react-dom" + }, + { + "label": "zustand", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L19", + "_origin": "ast", + "id": "frontend_application_package_json_zustand", + "community": 94, + "community_name": "dependencies", + "norm_label": "zustand" + }, + { + "label": "motion", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L14", + "_origin": "ast", + "id": "motion", + "community": 94, + "community_name": "dependencies", + "norm_label": "motion" + }, + { + "label": "next", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L15", + "_origin": "ast", + "id": "next", + "community": 94, + "community_name": "dependencies", + "norm_label": "next" + }, + { + "label": "sonner", + "file_type": "concept", + "source_file": "frontend/application/package.json", + "source_location": "L18", + "_origin": "ast", + "id": "sonner", + "community": 94, + "community_name": "dependencies", + "norm_label": "sonner" + }, + { + "label": "04_architect.md", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_04_architect", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "04_architect.md" + }, + { + "label": "1. Stack Detection (Brownfield)", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L20", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_1_stack_detection_brownfield", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "1. stack detection (brownfield)" + }, + { + "label": "2. Stack Selection (Greenfield)", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L27", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_2_stack_selection_greenfield", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "2. stack selection (greenfield)" + }, + { + "label": "3. Single Non-Negotiable Stack Choice", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L40", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "3. single non-negotiable stack choice" + }, + { + "label": "4. Tech Stack Must Be Written to state.json", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L45", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "4. tech stack must be written to state.json" + }, + { + "label": "5. Directory Layout", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L61", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_5_directory_layout", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "5. directory layout" + }, + { + "label": "6. OpenAPI / API Contract", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L65", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_6_openapi_api_contract", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "6. openapi / api contract" + }, + { + "label": "7. Forbidden Actions", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L71", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_7_forbidden_actions", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "7. forbidden actions" + }, + { + "label": "Expected JSON Output Schema", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L88", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_expected_json_output_schema", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "expected json output schema" + }, + { + "label": "Operational Rules & Boundaries", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L18", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_operational_rules_boundaries", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "operational rules & boundaries" + }, + { + "label": "Required Output Artifacts (What files to write/update)", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L79", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "required output artifacts (what files to write/update)" + }, + { + "label": "Role & Core Objective", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L1", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_role_core_objective", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "role & core objective" + }, + { + "label": "Strict Input Specifications (What files to read)", + "file_type": "document", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L9", + "_origin": "ast", + "id": "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read", + "community": 95, + "community_name": "Operational Rules & Boundaries", + "norm_label": "strict input specifications (what files to read)" + }, + { + "label": "tsconfig.build.json", + "file_type": "code", + "source_file": "backend/tsconfig.build.json", + "source_location": "L1", + "_origin": "ast", + "id": "backend_tsconfig_build", + "community": 96, + "community_name": "exclude", + "norm_label": "tsconfig.build.json" + }, + { + "label": "exclude", + "file_type": "code", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_build_exclude", + "community": 96, + "community_name": "exclude", + "norm_label": "exclude" + }, + { + "label": "extends", + "file_type": "code", + "source_file": "backend/tsconfig.build.json", + "source_location": "L2", + "_origin": "ast", + "id": "backend_tsconfig_build_extends", + "community": 96, + "community_name": "exclude", + "norm_label": "extends" + }, + { + "label": "dist", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_build_json_ref_dist", + "community": 96, + "community_name": "exclude", + "norm_label": "dist" + }, + { + "label": "node_modules", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_build_json_ref_node_modules", + "community": 96, + "community_name": "exclude", + "norm_label": "node_modules" + }, + { + "label": "prisma", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "backend_tsconfig_build_json_ref_prisma", + "community": 96, + "community_name": "exclude", + "norm_label": "prisma" + }, + { + "label": "**/*spec.ts", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "ref_spec_ts", + "community": 96, + "community_name": "exclude", + "norm_label": "**/*spec.ts" + }, + { + "label": "test", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "_origin": "ast", + "id": "ref_test", + "community": 96, + "community_name": "exclude", + "norm_label": "test" + }, + { + "label": "./tsconfig.json", + "file_type": "concept", + "source_file": "backend/tsconfig.build.json", + "source_location": "L2", + "_origin": "ast", + "id": "ref_tsconfig_json", + "community": 96, + "community_name": "exclude", + "norm_label": "./tsconfig.json" + }, + { + "label": "jest", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L76", + "_origin": "ast", + "id": "backend_package_jest", + "community": 97, + "community_name": "jest", + "norm_label": "jest" + }, + { + "label": "collectCoverageFrom", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L87", + "_origin": "ast", + "id": "backend_package_jest_collectcoveragefrom", + "community": 97, + "community_name": "jest", + "norm_label": "collectcoveragefrom" + }, + { + "label": "coverageDirectory", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L90", + "_origin": "ast", + "id": "backend_package_jest_coveragedirectory", + "community": 97, + "community_name": "jest", + "norm_label": "coveragedirectory" + }, + { + "label": "moduleFileExtensions", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L77", + "_origin": "ast", + "id": "backend_package_jest_modulefileextensions", + "community": 97, + "community_name": "jest", + "norm_label": "modulefileextensions" + }, + { + "label": "rootDir", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L82", + "_origin": "ast", + "id": "backend_package_jest_rootdir", + "community": 97, + "community_name": "jest", + "norm_label": "rootdir" + }, + { + "label": "testEnvironment", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L91", + "_origin": "ast", + "id": "backend_package_jest_testenvironment", + "community": 97, + "community_name": "jest", + "norm_label": "testenvironment" + }, + { + "label": "testRegex", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L83", + "_origin": "ast", + "id": "backend_package_jest_testregex", + "community": 97, + "community_name": "jest", + "norm_label": "testregex" + }, + { + "label": "transform", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L84", + "_origin": "ast", + "id": "backend_package_jest_transform", + "community": 97, + "community_name": "jest", + "norm_label": "transform" + }, + { + "label": "^.+\\\\.(t|j)s$", + "file_type": "code", + "source_file": "backend/package.json", + "source_location": "L85", + "_origin": "ast", + "id": "backend_package_transform_t_j_s", + "community": 97, + "community_name": "jest", + "norm_label": "^.+\\\\.(t|j)s$" + }, + { + "label": "ts", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L77", + "_origin": "ast", + "id": "backend_package_json_ref_ts", + "community": 97, + "community_name": "jest", + "norm_label": "ts" + }, + { + "label": "js", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L77", + "_origin": "ast", + "id": "ref_js", + "community": 97, + "community_name": "jest", + "norm_label": "js" + }, + { + "label": "json", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L77", + "_origin": "ast", + "id": "ref_json", + "community": 97, + "community_name": "jest", + "norm_label": "json" + }, + { + "label": "**/*.(t|j)s", + "file_type": "concept", + "source_file": "backend/package.json", + "source_location": "L87", + "_origin": "ast", + "id": "ref_t_j_s", + "community": 97, + "community_name": "jest", + "norm_label": "**/*.(t|j)s" + }, + { + "label": "ApiBearerAuth", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_apibearerauth", + "community": 98, + "community_name": "AdminController", + "norm_label": "apibearerauth" + }, + { + "label": "ApiTags", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_apitags", + "community": 98, + "community_name": "AdminController", + "norm_label": "apitags" + }, + { + "label": "Body", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_body", + "community": 98, + "community_name": "AdminController", + "norm_label": "body" + }, + { + "label": "Controller", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_controller", + "community": 98, + "community_name": "AdminController", + "norm_label": "controller" + }, + { + "label": "Delete", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_delete", + "community": 98, + "community_name": "AdminController", + "norm_label": "delete" + }, + { + "label": "Param", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_param", + "community": 98, + "community_name": "AdminController", + "norm_label": "param" + }, + { + "label": "Put", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_put", + "community": 98, + "community_name": "AdminController", + "norm_label": "put" + }, + { + "label": "UseGuards", + "file_type": "code", + "source_file": "", + "source_location": "", + "_origin": "ast", + "id": "backend_src_admin_admin_controller_ts_useguards", + "community": 98, + "community_name": "AdminController", + "norm_label": "useguards" + }, + { + "label": "phase3.2-change-log.md", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "phase3.2-change-log.md" + }, + { + "label": "10. `TASK-VERIFY-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L109", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_10_task_verify_001", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "10. `task-verify-001`" + }, + { + "label": "1. `TASK-SEC-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L10", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_1_task_sec_001", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "1. `task-sec-001`" + }, + { + "label": "2. `TASK-SEC-002`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L21", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_2_task_sec_002", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "2. `task-sec-002`" + }, + { + "label": "3. `TASK-SEC-003`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L32", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_3_task_sec_003", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "3. `task-sec-003`" + }, + { + "label": "4. `TASK-FIN-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L43", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_4_task_fin_001", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "4. `task-fin-001`" + }, + { + "label": "5. `TASK-BUILD-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L54", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_5_task_build_001", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "5. `task-build-001`" + }, + { + "label": "6. `TASK-AUTH-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L65", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_6_task_auth_001", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "6. `task-auth-001`" + }, + { + "label": "7. `TASK-FE-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L76", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_7_task_fe_001", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "7. `task-fe-001`" + }, + { + "label": "8. `TASK-DEVOPS-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L87", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_8_task_devops_001", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "8. `task-devops-001`" + }, + { + "label": "9. `TASK-DOC-001`", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L98", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_9_task_doc_001", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "9. `task-doc-001`" + }, + { + "label": "Comprehensive Change Log", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L8", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "comprehensive change log" + }, + { + "label": "Phase 3.2 \u2014 Implementation Readiness Change Log", + "file_type": "document", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L1", + "_origin": "ast", + "id": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log", + "community": 99, + "community_name": "Comprehensive Change Log", + "norm_label": "phase 3.2 \u2014 implementation readiness change log" + }, + { + "label": "Vazirmatn Authors", + "file_type": "document", + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt", + "author": "Saber Rastikerdar", + "community": 161, + "norm_label": "vazirmatn authors", + "community_name": "Vazirmatn Font README", + "_origin": "semantic", + "id": "frontend_application_public_fonts_vazirmatn_v33_003_authors" + }, + { + "label": "DejaVu Sans Font", + "file_type": "concept", + "rationale": "The original software base for the Vazir project.", + "community": 161, + "norm_label": "dejavu sans font", + "community_name": "Vazirmatn Font README", + "_origin": "semantic", + "id": "dejavu_sans" + }, + { + "label": "Roboto Font", + "file_type": "concept", + "rationale": "Used for Latin glyphs in Vazirmatn.", + "community": 161, + "norm_label": "roboto font", + "community_name": "Vazirmatn Font README", + "_origin": "semantic", + "id": "roboto_font" + }, + { + "label": "SIL Open Font License (OFL)", + "file_type": "document", + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt", + "community": 161, + "norm_label": "sil open font license (ofl)", + "community_name": "Vazirmatn Font README", + "_origin": "semantic", + "id": "frontend_application_public_fonts_vazirmatn_v33_003_ofl" + }, + { + "label": "Vazirmatn Font README", + "file_type": "document", + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", + "rationale": "Project overview for Vazirmatn, mentioning its base in DejaVu Sans and Roboto.", + "community": 161, + "norm_label": "vazirmatn font readme", + "community_name": "Vazirmatn Font README", + "_origin": "semantic", + "id": "frontend_application_public_fonts_vazirmatn_v33_003_readme" + }, + { + "label": "ADR-AUTH-001: Admin Panel Authentication Architecture & Token Management", + "file_type": "document", + "source_file": "docs/audit/ADR-AUTH-001.md", + "rationale": "Defines the finalized dual-token hybrid architecture for the Admin Panel to mitigate XSS and CSRF risks.", + "community": 203, + "norm_label": "adr-auth-001: admin panel authentication architecture & token management", + "community_name": "Master Task Backlog (Phase 3.3)", + "_origin": "semantic", + "id": "docs_audit_adr_auth_001" + }, + { + "label": "Master Task Backlog (Phase 3.3)", + "file_type": "document", + "source_file": "docs/audit/MASTER-TASK-BACKLOG.md", + "rationale": "Canonical list of implementation tasks (TASK-SEC-001 to TASK-VERIFY-001) mapped to audit findings.", + "community": 203, + "norm_label": "master task backlog (phase 3.3)", + "community_name": "Master Task Backlog (Phase 3.3)", + "_origin": "semantic", + "id": "docs_audit_master_task_backlog" + }, + { + "label": "Phase 3 Master Execution Plan", + "file_type": "document", + "source_file": "docs/audit/phase3-execution-plan.md", + "rationale": "Outlines the dependency graph and wave-based execution strategy for remediation tasks.", + "community": 203, + "norm_label": "phase 3 master execution plan", + "community_name": "Master Task Backlog (Phase 3.3)", + "_origin": "semantic", + "id": "docs_audit_phase3_execution_plan" + }, + { + "label": "Vazir Font", + "file_type": "concept", + "rationale": "The base font for Shabnam and the predecessor to Vazirmatn.", + "community": 223, + "norm_label": "vazir font", + "community_name": "Shabnam Font README", + "_origin": "semantic", + "id": "vazir_font" + }, + { + "label": "Shabnam Font README", + "file_type": "document", + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md", + "rationale": "Main documentation for Shabnam font, including usage instructions and project origins.", + "community": 223, + "norm_label": "shabnam font readme", + "community_name": "Shabnam Font README", + "_origin": "semantic", + "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme" + }, + { + "label": "Shabnam Font Sample", + "file_type": "image", + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png", + "community": 223, + "norm_label": "shabnam font sample", + "community_name": "Shabnam Font README", + "_origin": "semantic", + "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample" + }, + { + "label": "User Roles and Capabilities", + "file_type": "document", + "source_file": "docs/02-user-guide.md", + "rationale": "Defines B2C, B2B, and Admin roles and their respective functionalities within the system.", + "community": 247, + "norm_label": "user roles and capabilities", + "community_name": "User Profile Photo", + "_origin": "semantic", + "id": "docs_02_user_guide_roles" + }, + { + "label": "User Profile Photo", + "file_type": "image", + "source_file": "backend/uploads/1781288429353-508765350.jpg", + "rationale": "A portrait of a man with a beard wearing a Red Bull Batalla cap, likely a profile or contributor image.", + "community": 247, + "norm_label": "user profile photo", + "community_name": "User Profile Photo", + "_origin": "semantic", + "id": "backend_uploads_1781288429353_508765350" + }, + { + "label": "Products Table", + "file_type": "code", + "source_file": "DATABASE_SCHEMA.md", + "source_location": "2.4", + "community": 251, + "norm_label": "products table", + "community_name": "Products Table", + "_origin": "semantic", + "id": "database_schema_products" + }, + { + "label": "Smart Advisor Component", + "file_type": "concept", + "source_file": "README.md", + "rationale": "Clinical screening engine for pet breed and symptoms.", + "community": 251, + "norm_label": "smart advisor component", + "community_name": "Products Table", + "_origin": "semantic", + "id": "readme_smartadvisor" + }, + { + "label": "Users Table", + "file_type": "code", + "source_file": "DATABASE_SCHEMA.md", + "source_location": "2.1", + "community": 252, + "norm_label": "users table", + "community_name": "Users Table", + "_origin": "semantic", + "id": "database_schema_users" + }, + { + "label": "Backend Production Container", + "file_type": "code", + "source_file": "docker-compose.yml", + "community": 252, + "norm_label": "backend production container", + "community_name": "Users Table", + "_origin": "semantic", + "id": "docker_backend_prod" + }, + { + "label": "Architectural Audit Findings", + "file_type": "document", + "source_file": "docs/audit/05-architectural-audit.md", + "rationale": "Identifies a high-severity mismatch between frontend and backend authentication protocols (ARCH-001).", + "community": 253, + "norm_label": "architectural audit findings", + "community_name": "Architectural Audit Findings", + "_origin": "semantic", + "id": "docs_audit_05_architectural_audit_findings" + }, + { + "label": "Security Audit Findings", + "file_type": "document", + "source_file": "docs/audit/10-security-audit.md", + "rationale": "Highlights critical security vulnerabilities including hardcoded JWT secrets (SEC-001) and predictable OTP generation (SEC-002).", + "community": 253, + "norm_label": "security audit findings", + "community_name": "Architectural Audit Findings", + "_origin": "semantic", + "id": "docs_audit_10_security_audit_findings" + }, + { + "label": "Cross Boundary Dependencies & Backend Architecture Specification", + "file_type": "document", + "source_file": "docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md", + "rationale": "Details the 10 feature domains and schema additions required for cross-boundary functionality.", + "community": 254, + "norm_label": "cross boundary dependencies & backend architecture specification", + "community_name": "Cross Boundary Dependencies & Backend Architecture Specification", + "_origin": "semantic", + "id": "docs_audit_cross_boundary_dependencies" + }, + { + "label": "Comprehensive Frontend Integration Requirements & API Contract", + "file_type": "document", + "source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md", + "rationale": "Specifies the API contract, authentication headers, and action items for both Storefront and Admin Panel.", + "community": 254, + "norm_label": "comprehensive frontend integration requirements & api contract", + "community_name": "Cross Boundary Dependencies & Backend Architecture Specification", + "_origin": "semantic", + "id": "docs_audit_frontend_integration_requirements" + }, + { + "label": "Next.js Agent Rules & Brand Guidelines", + "file_type": "document", + "source_file": "frontend/application/AGENTS.md", + "rationale": "Enforces brand naming 'Canina' and specific CSS/cookie naming conventions.", + "community": 255, + "norm_label": "next.js agent rules & brand guidelines", + "community_name": "Next.js Agent Rules & Brand Guidelines", + "_origin": "semantic", + "id": "frontend_application_agents" + }, + { + "label": "Pharma Quality Lab Image", + "file_type": "image", + "source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png", + "community": 255, + "norm_label": "pharma quality lab image", + "community_name": "Next.js Agent Rules & Brand Guidelines", + "_origin": "semantic", + "id": "image_pharma_lab" + }, + { + "label": "User Login API", + "file_type": "code", + "source_file": "BACKEND_INTEGRATION.md", + "source_location": "2.1.1", + "rationale": "Endpoint for user authentication supporting multiple roles.", + "community": 264, + "norm_label": "user login api", + "community_name": "User Login API", + "_origin": "semantic", + "id": "backend_integration_login" + }, + { + "label": "User Logout API", + "file_type": "code", + "source_file": "BACKEND_INTEGRATION.md", + "source_location": "2.1.2", + "community": 265, + "norm_label": "user logout api", + "community_name": "User Logout API", + "_origin": "semantic", + "id": "backend_integration_logout" + }, + { + "label": "Canina Pharma GmbH", + "file_type": "concept", + "source_file": "canina.md", + "rationale": "German manufacturer of pharmaceutical-grade pet supplements.", + "community": 267, + "norm_label": "canina pharma gmbh", + "community_name": "Canina Pharma GmbH", + "_origin": "semantic", + "id": "canina_pharma_gmbh" + }, + { + "label": "Pets Table", + "file_type": "code", + "source_file": "DATABASE_SCHEMA.md", + "source_location": "2.6", + "community": 268, + "norm_label": "pets table", + "community_name": "Pets Table", + "_origin": "semantic", + "id": "database_schema_pets" + }, + { + "label": "Canina Iran Project Introduction", + "file_type": "document", + "source_file": "docs/01-introduction.md", + "rationale": "Overview of the Canina Iran platform, its goals, and the technology stack used (Next.js, NestJS, PostgreSQL, Prisma).", + "community": 269, + "norm_label": "canina iran project introduction", + "community_name": "Canina Iran Project Introduction", + "_origin": "semantic", + "id": "docs_01_introduction_canina_iran" + }, + { + "label": "Developer Standards and Architecture", + "file_type": "document", + "source_file": "docs/03-developer-guide.md", + "rationale": "Detailed folder structure, frontend/backend standards, and state management (Zustand) guidelines.", + "community": 270, + "norm_label": "developer standards and architecture", + "community_name": "Developer Standards and Architecture", + "_origin": "semantic", + "id": "docs_03_developer_guide_standards" + }, + { + "label": "Frontend & Admin Architecture Route Map Specification", + "file_type": "document", + "source_file": "docs/audit/frontend-route-map.md", + "rationale": "Defines the routing structure for the Admin Panel SPA using react-router-dom.", + "community": 271, + "norm_label": "frontend & admin architecture route map specification", + "community_name": "Frontend & Admin Architecture Route Map Specification", + "_origin": "semantic", + "id": "docs_audit_frontend_route_map" + }, + { + "label": "Project Backlog and Tasks", + "file_type": "document", + "source_file": "docs/backlog.md", + "rationale": "Comprehensive list of atomic tasks for frontend, backend, and database development.", + "community": 272, + "norm_label": "project backlog and tasks", + "community_name": "Project Backlog and Tasks", + "_origin": "semantic", + "id": "docs_backlog_tasks" + }, + { + "label": "Sahel Font Sample", + "file_type": "image", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif", + "community": 281, + "norm_label": "sahel font sample", + "community_name": "Sahel Font Sample", + "_origin": "semantic", + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable" + }, + { + "label": "Shabnam Font Changelog", + "file_type": "document", + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md", + "rationale": "Contains version history and specific glyph improvements for Shabnam font.", + "community": 282, + "norm_label": "shabnam font changelog", + "community_name": "Shabnam Font Changelog", + "_origin": "semantic", + "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_changelog" + }, + { + "label": "Vazirmatn Changelog", + "file_type": "document", + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "rationale": "Detailed history of Vazir/Vazirmatn font development.", + "community": 283, + "norm_label": "vazirmatn changelog", + "community_name": "Vazirmatn Changelog", + "_origin": "semantic", + "id": "frontend_application_public_fonts_vazirmatn_v33_003_changelog" + }, + { + "label": "Sahel Font Variable Sample", + "file_type": "image", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif", + "community": 285, + "norm_label": "sahel font variable sample", + "community_name": "Sahel Font Variable Sample", + "_origin": "semantic", + "id": "image_sahel_sample" + }, + { + "label": "Shabnam Font Sample", + "file_type": "image", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png", + "community": 286, + "norm_label": "shabnam font sample", + "community_name": "Shabnam Font Sample", + "_origin": "semantic", + "id": "image_shabnam_sample" + }, + { + "label": "Production Docker Compose", + "file_type": "code", + "source_file": "scripts/compose.prod.yml", + "rationale": "Defines production infrastructure for the Canina application.", + "community": 287, + "norm_label": "production docker compose", + "community_name": "Production Docker Compose", + "_origin": "semantic", + "id": "scripts_compose_prod" + }, + { + "label": "Staging Docker Compose", + "file_type": "code", + "source_file": "scripts/compose.stage.yml", + "rationale": "Defines staging infrastructure for the Canina application.", + "community": 288, + "norm_label": "staging docker compose", + "community_name": "Staging Docker Compose", + "_origin": "semantic", + "id": "scripts_compose_stage" + } + ], + "links": [ + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L106", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_cmd_next_task", + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_cmd_progress", + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L177", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_cmd_reset", + "target": "ai_agency_orchestrate_save_json", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_cmd_status", + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L129", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_cmd_unblock", + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L138", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_cmd_unblock", + "target": "ai_agency_orchestrate_save_json", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L292", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products_main", + "target": "backend_prisma_seed_products_determinesuitablefor", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L302", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products_main", + "target": "backend_prisma_seed_products_slugify", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L304", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products_main", + "target": "backend_prisma_seed_products_findorcreatecategory", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L312", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products_main", + "target": "backend_prisma_seed_products_parsesize", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L359", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products_main", + "target": "backend_prisma_seed_products_getproductimageurl", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L176", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_createuser", + "target": "backend_src_common_utils_phone_utils_normalizemobile" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L728", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_updatesettings", + "target": "backend_src_admin_admin_service_adminservice_getsettings", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L231", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_updateuser", + "target": "backend_src_common_utils_phone_utils_normalizemobile" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice_getstatus", + "target": "backend_src_admin_ssl_service_sslservice_getcertpath", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L99", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice_getstatus", + "target": "backend_src_admin_ssl_service_sslservice_toshamsi", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L208", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", + "target": "backend_src_admin_ssl_service_sslservice_toshamsi", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L150", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice_updatecertificates", + "target": "backend_src_admin_ssl_service_sslservice_getcertpath", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L151", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice_updatecertificates", + "target": "backend_src_admin_ssl_service_sslservice_getkeypath", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L173", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice_updatecertificates", + "target": "backend_src_admin_ssl_service_sslservice_getstatus", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/app.module.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module_appmodule_configure", + "target": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L223", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_login", + "target": "backend_src_common_utils_phone_utils_normalizemobile" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L170", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_register", + "target": "backend_src_common_utils_phone_utils_normalizemobile" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_common_utils_phone_utils_normalizemobile" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L127", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_verifyotp", + "target": "backend_src_common_utils_phone_utils_normalizemobile" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "target": "backend_src_auth_auth_constants_getjwtsecret" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service_bannersservice_reorder", + "target": "backend_src_banners_banners_service_bannersservice_update", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L482", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_addpattern", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L492", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_addpattern", + "target": "backend_src_common_services_sms_service_smsservice_postasmx", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L505", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_addpattern", + "target": "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L560", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_editpattern", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L570", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_editpattern", + "target": "backend_src_common_services_sms_service_smsservice_postasmx", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L582", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_editpattern", + "target": "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L305", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_getcredit", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L371", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_getpatterns", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L376", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_getpatterns", + "target": "backend_src_common_services_sms_service_smsservice_postasmx", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L380", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_getpatterns", + "target": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L985", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L986", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L951", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L953", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L933", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendotp", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L934", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendotp", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L680", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L685", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "target": "backend_src_common_services_sms_service_smsservice_recordlog", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1002", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1004", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L969", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L970", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1016", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendsms", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1018", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_sendsms", + "target": "backend_src_common_services_sms_service_smsservice_recordlog", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L816", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_testsms", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L820", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_testsms", + "target": "backend_src_common_services_sms_service_smsservice_recordlog", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L178", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems", + "target": "backend_src_contact_contact_service_contactservice_getcontactinfo", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L96", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice_remove", + "target": "backend_src_doctors_doctors_service_doctorsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L87", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice_update", + "target": "backend_src_doctors_doctors_service_doctorsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L172", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_create", + "target": "backend_src_orders_orders_service_ordersservice_validatecoupon", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L191", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_create", + "target": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L486", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_retrypayment", + "target": "backend_src_orders_orders_service_ordersservice_create", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L873", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L581", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L305", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_checkhealth", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L145", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_getbackendurl", + "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L263", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L270", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L162", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_requestpayment", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L175", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_requestpayment", + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L219", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_verifypayment", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L226", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_verifypayment", + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L261", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_addhealthlog", + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L262", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_addhealthlog", + "target": "backend_src_pets_pets_service_petsservice_create", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L199", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_addreminder", + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L200", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_addreminder", + "target": "backend_src_pets_pets_service_petsservice_create", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L192", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_remove", + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L217", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_togglereminder", + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L250", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_togglereminder", + "target": "backend_src_pets_pets_service_petsservice_create", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L162", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_update", + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", + "target": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L371", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_getcategorysetting", + "target": "backend_src_settings_settings_service_settingsservice_getuitexts", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L237", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "target": "backend_src_settings_settings_service_settingsservice_getuitexts", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L152", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_getuitexts", + "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L120", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_onmoduleinit", + "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L231", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "target": "backend_src_settings_settings_service_settingsservice_updateuitext", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L436", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", + "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L334", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L335", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice_createticket", + "target": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L269", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice_setdefaultaddress", + "target": "backend_src_users_users_service_usersservice_update", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L290", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice_topupwallet", + "target": "backend_src_users_users_service_usersservice_update", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L138", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice_update", + "target": "backend_src_common_utils_phone_utils_normalizemobile" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L243", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice_updateaddress", + "target": "backend_src_users_users_service_usersservice_update", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L106", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice_remove", + "target": "backend_src_videos_videos_service_videosservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L94", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice_update", + "target": "backend_src_videos_videos_service_videosservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_topbar_topbar", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L238", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "target": "frontend_admin_panel_src_components_ui_mediaselector_getfiletype", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", + "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_login_login", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L253", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media_mediamanager", + "target": "frontend_admin_panel_src_pages_media_getfiletype", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L288", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders_orders", + "target": "frontend_admin_panel_src_pages_orders_topersiandigits", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L588", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders_orders", + "target": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L288", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reviews_reviews", + "target": "frontend_admin_panel_src_pages_reviews_topersiandigits", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L813", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_topersiandigits", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_page_blog", + "target": "frontend_application_app_blog_page_getblogs", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_slug_page_blogpostpage", + "target": "frontend_application_app_blog_slug_page_getblog", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_slug_page_generatemetadata", + "target": "frontend_application_app_blog_slug_page_getblog", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout_clientlayout", + "target": "frontend_application_lib_store_uistore_useuistore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout_clientlayout", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout_clientlayout", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L142", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient_homeclient", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient_homeclient", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_page_home", + "target": "frontend_application_app_page_gethomedata", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L121", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page_verifycontent", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L189", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page_verifycontent", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page_verifycontent", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page_verifycontent", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_wiki_slug_page_generatemetadata", + "target": "frontend_application_app_wiki_slug_page_getwikiterm", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_wiki_slug_page_wikitermpage", + "target": "frontend_application_app_wiki_slug_page_getwikiterm", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L169", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal_addressmodal", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L192", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage_archiveproductcard", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage_archiveproductcard", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage_archiveproductcard", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L116", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal_authmodal", + "target": "frontend_application_components_authmodal_extractotpfromtext", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L117", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal_authmodal", + "target": "frontend_application_lib_utils_toenglishdigits" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal_authmodal", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L66", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal_authmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L837", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal_authmodal", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal_extractotpfromtext", + "target": "frontend_application_lib_utils_toenglishdigits", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L214", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal_b2bportal", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal_b2bportal", + "target": "frontend_application_lib_store_cartstore_usecartstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal_b2bportal", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_backbutton_backbutton", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_brandlogo_brandlogo", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L136", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer_cartdrawer", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer_cartdrawer", + "target": "frontend_application_lib_store_cartstore_usecartstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer_cartdrawer", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L325", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_getformbadge", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L326", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L206", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "target": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L108", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L314", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_store_cartstore_usecartstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_store_usepetstore_usepetstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_enamadbadge_enamadbadge", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L141", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts_featuredproducts", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts_productcard", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts_productcard", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts_productcard", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_footer_footer", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L192", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header_header", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header_header", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header_header", + "target": "frontend_application_lib_store_cartstore_usecartstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L87", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header_header", + "target": "frontend_application_lib_store_usepetstore_usepetstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L88", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header_header", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_headerbutton_headerbutton", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_headerbutton_headerbutton", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero_hero", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero_statcounter", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki_ingredientwiki", + "target": "frontend_application_components_ingredientwiki_formatingredientdisplayname", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal_loginmodal", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L297", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal_loginmodal", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_maintenancepage_maintenancepage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_networkbanner_networkbanner", + "target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L113", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordersuccess_ordersuccess", + "target": "frontend_application_lib_store_cartstore_usecartstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordersuccess_ordersuccess", + "target": "frontend_application_lib_store_usepetstore_usepetstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordertracking_ordertracking", + "target": "frontend_application_lib_store_cartstore_usecartstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L324", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile_petprofile", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L371", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile_petprofile", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile_petprofile", + "target": "frontend_application_lib_store_usepetstore_usepetstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile_petprofile", + "target": "frontend_application_lib_store_cartstore_usecartstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "target": "frontend_application_lib_store_usepetstore_usepetstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L120", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage_productpage", + "target": "frontend_application_lib_store_usepetstore_usepetstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L122", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage_productpage", + "target": "frontend_application_components_productpage_usecalculatorstore", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L123", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage_productpage", + "target": "frontend_application_lib_store_cartstore_usecartstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L125", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage_productpage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L479", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage_productpage", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L138", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productreviews_productreviews", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_safeimage_safeimage", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchableselect_searchableselect", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchresultspage_searchresultspage", + "target": "frontend_application_lib_store_usepetstore_usepetstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L321", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_store_uistore_useuistore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_store_usepetstore_usepetstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection_testimonialssection", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tickerbanner_tickerbanner", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tooltip_tooltip", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal_topupmodal", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal_topupmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L227", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_utils_toenglishdigits" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_store_userstore_useuserstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_store_usepetstore_usepetstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L348", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_utils_topersian" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_store_cartstore_usecartstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L447", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_utils_cn" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery_vetgallery", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L271", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L251", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L261", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L239", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getproducts", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L67", + "weight": 1.0, + "context": "call", + "_origin": "ast", + "source": "gitea_scripts_with_vpn_cleanup", + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L68", + "weight": 1.0, + "context": "call", + "_origin": "ast", + "source": "gitea_scripts_with_vpn_cleanup", + "target": "gitea_scripts_with_vpn_stop_vpn", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L74", + "weight": 1.0, + "context": "call", + "_origin": "ast", + "source": "gitea_scripts_with_vpn_sh__entry", + "target": "gitea_scripts_with_vpn_start_vpn", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L76", + "weight": 1.0, + "context": "call", + "_origin": "ast", + "source": "gitea_scripts_with_vpn_sh__entry", + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L21", + "weight": 1.0, + "context": "call", + "_origin": "ast", + "source": "gitea_scripts_with_vpn_start_vpn", + "target": "gitea_scripts_with_vpn_vpn_is_up", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L22", + "weight": 1.0, + "context": "call", + "_origin": "ast", + "source": "gitea_scripts_with_vpn_start_vpn", + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L52", + "weight": 1.0, + "context": "call", + "_origin": "ast", + "source": "gitea_scripts_with_vpn_stop_vpn", + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 + }, + { + "relation": "calls", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "scripts/open-browsers.js", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_open_browsers_checkandopen", + "target": "scripts_open_browsers_openurl", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_contactformclient_contactformclient", + "target": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L282", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L302", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "context": "call", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection_testimonialssection", + "target": "frontend_application_components_testimonialssection_testimonialssection_loadtestimonials", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L101", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L95", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L96", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L98", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L185", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L186", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L187", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L223", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L224", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L226", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L126", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L127", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L128", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_admin_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L209", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "target": "backend_src_admin_admin_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L210", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L211", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L256", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "target": "backend_src_admin_admin_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L257", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L258", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L143", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "target": "backend_src_admin_admin_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L144", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L145", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L78", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "target": "backend_src_admin_admin_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L79", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L80", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L175", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L176", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L179", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_controller_ts_apiquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L180", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L216", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L217", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L150", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L151", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L154", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_controller_ts_apiquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L155", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L116", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L117", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L120", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_controller_ts_apiquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L121", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L263", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getsettings", + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L264", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getsettings", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_controller_ts_apiquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L199", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L200", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L202", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L203", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L192", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L193", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L194", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L194", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L239", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L240", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L242", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L243", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L160", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L161", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L163", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L165", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L133", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L134", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L270", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L271", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L272", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L67", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L68", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L88", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L89", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L90", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L90", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_module_adminmodule", + "target": "backend_src_admin_admin_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "target": "backend_src_admin_blogs_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "target": "backend_src_admin_blogs_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "target": "backend_src_admin_blogs_controller_ts_request", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "target": "backend_src_admin_blogs_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "target": "backend_src_admin_blogs_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_admin_blogs_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_admin_blogs_controller_ts_apiquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_admin_blogs_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "target": "backend_src_admin_blogs_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "target": "backend_src_admin_blogs_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "target": "backend_src_admin_blogs_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "target": "backend_src_admin_categories_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "target": "backend_src_admin_categories_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L64", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "target": "backend_src_admin_categories_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L65", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L66", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "target": "backend_src_admin_categories_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "target": "backend_src_admin_categories_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_controller_ts_apiquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L16", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "target": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "target": "backend_src_admin_dto_admin_query_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "target": "backend_src_admin_dto_admin_query_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L198", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isarray", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L203", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isboolean", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L206", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L207", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L208", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L88", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isemail", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_minlength", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L73", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isemail", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L82", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_minlength", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L87", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L90", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L91", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L92", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L56", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "target": "backend_src_admin_media_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "target": "backend_src_admin_media_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L67", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L68", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_controller_ts_useinterceptors", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_controller_ts_uploadedfile", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller_deletepet", + "target": "backend_src_admin_pets_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller_deletepet", + "target": "backend_src_admin_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller_deletepet", + "target": "backend_src_admin_pets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_admin_pets_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_admin_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_admin_pets_controller_ts_apiquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_admin_pets_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_pets_service_petsservice", + "target": "backend_src_admin_pets_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L7", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L8", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller_getreports", + "target": "backend_src_admin_reports_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller_getreports", + "target": "backend_src_admin_reports_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L14", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller_getreports", + "target": "backend_src_admin_reports_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_reports_service_reportsservice", + "target": "backend_src_admin_reports_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "target": "backend_src_admin_ssl_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L94", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "target": "backend_src_admin_ssl_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L95", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L98", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "target": "backend_src_admin_ssl_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "target": "backend_src_admin_ssl_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "target": "backend_src_admin_ssl_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_controller_ts_useinterceptors", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "uploadedfiles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "target": "backend_src_admin_wiki_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "target": "backend_src_admin_wiki_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "target": "backend_src_admin_wiki_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "target": "backend_src_admin_wiki_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_admin_wiki_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_admin_wiki_controller_ts_apiquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_admin_wiki_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "target": "backend_src_admin_wiki_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "target": "backend_src_admin_wiki_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "target": "backend_src_admin_wiki_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_app_controller_appcontroller", + "target": "backend_src_app_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.ts", + "source_location": "L8", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_app_controller_appcontroller_gethello", + "target": "backend_src_app_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_app_module_appmodule", + "target": "backend_src_app_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.service.ts", + "source_location": "L3", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_app_service_appservice", + "target": "backend_src_app_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L92", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L93", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "httpcode", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L94", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L95", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L96", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L97", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L83", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L84", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "httpcode", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L85", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L86", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L87", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L88", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L116", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_logout", + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L117", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_logout", + "target": "httpcode", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L118", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_logout", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L119", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_logout", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L101", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L102", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L103", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L104", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "httpcode", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L105", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L106", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L108", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L72", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L73", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "httpcode", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L74", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L75", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L76", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L79", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "httpcode", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L56", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "httpcode", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L64", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L65", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L68", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L10", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_module_authmodule", + "target": "backend_src_auth_auth_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L10", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_minlength", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_isemail", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L10", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_login_dto_logindto", + "target": "backend_src_auth_dto_login_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_login_dto_logindto", + "target": "backend_src_auth_dto_login_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_login_dto_logindto", + "target": "backend_src_auth_dto_login_dto_ts_minlength", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L7", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_login_dto_logindto", + "target": "backend_src_auth_dto_login_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_isemail", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_minlength", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "target": "backend_src_auth_dto_send_otp_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "target": "backend_src_auth_dto_send_otp_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L7", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "target": "backend_src_auth_dto_send_otp_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L8", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "target": "backend_src_auth_dto_send_otp_dto_ts_matches", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "backend_src_auth_dto_verify_otp_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L14", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "length", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L8", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "backend_src_auth_dto_verify_otp_dto_ts_matches", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "target": "backend_src_auth_jwt_auth_guard_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L14", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy_jwtstrategy", + "target": "backend_src_auth_jwt_strategy_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "target": "backend_src_b2b_b2b_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "target": "backend_src_b2b_b2b_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L69", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L70", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L71", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L72", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L74", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L75", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L81", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L82", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L83", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L84", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L85", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L64", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_module_b2bmodule", + "target": "backend_src_b2b_b2b_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_findall", + "target": "backend_src_banners_banners_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_findall", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_module_bannersmodule", + "target": "backend_src_banners_banners_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L14", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_blogs_blogs_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_blogs_blogs_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_blogs_blogs_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_module_blogsmodule", + "target": "backend_src_blogs_blogs_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_cms_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L93", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L94", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L95", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L65", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_cms_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L66", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L67", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "target": "backend_src_cms_cms_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L108", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L109", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L110", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L80", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "target": "backend_src_cms_cms_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L81", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L82", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "target": "backend_src_cms_cms_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L87", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "target": "backend_src_cms_cms_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L88", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "target": "backend_src_cms_cms_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L100", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L102", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L103", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L99", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L71", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L72", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L74", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L75", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_module_cmsmodule", + "target": "backend_src_cms_cms_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L9", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_isboolean", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L85", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L86", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "backend_src_cms_dto_cms_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L91", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "isuuid", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L94", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L95", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "backend_src_cms_dto_cms_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L71", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L74", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L75", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L76", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_isboolean", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_type", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_isint", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_min", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_isenum", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "target": "backend_src_common_filters_http_exception_filter_ts_catch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "target": "backend_src_common_filters_prisma_exception_filter_ts_catch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L16", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard_rolesguard", + "target": "backend_src_common_guards_roles_guard_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "target": "backend_src_common_interceptors_decimal_interceptor_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "apiexcludecontroller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L7", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "backend_src_common_metrics_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "target": "backend_src_common_metrics_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "target": "backend_src_common_metrics_controller_ts_res", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_schemas_error_response_schema_apierrorresponse", + "target": "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L7", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_schemas_error_response_schema_errordetailfield", + "target": "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_schemas_paginated_response_schema_paginatedresponse", + "target": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_schemas_paginated_response_schema_paginationmeta", + "target": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_sms_module_smsmodule", + "target": "backend_src_common_sms_module_ts_global", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_common_sms_module_smsmodule", + "target": "backend_src_common_sms_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L16", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_contact_contact_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_contact_contact_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_contact_contact_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "target": "backend_src_contact_contact_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "target": "backend_src_contact_contact_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "target": "backend_src_contact_contact_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L68", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_contact_contact_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L69", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L70", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_contact_contact_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L72", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_contact_contact_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L56", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_module_contactmodule", + "target": "backend_src_contact_contact_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_doctors_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_doctors_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "target": "backend_src_doctors_doctors_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "target": "backend_src_doctors_doctors_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L56", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_module_doctorsmodule", + "target": "backend_src_doctors_doctors_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L10", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller", + "target": "backend_src_home_home_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller", + "target": "backend_src_home_home_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller_gethomedata", + "target": "backend_src_home_home_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller_gethomedata", + "target": "backend_src_home_home_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller_gethomedata", + "target": "backend_src_home_home_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_home_home_module_homemodule", + "target": "backend_src_home_home_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_home_home_service_homeservice", + "target": "backend_src_home_home_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "target": "backend_src_ingredients_ingredients_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "target": "backend_src_ingredients_ingredients_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "target": "backend_src_ingredients_ingredients_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L56", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "target": "backend_src_ingredients_ingredients_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L64", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L65", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L68", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L69", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isarray", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L70", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "validatenested", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L71", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_type", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L15", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_orderitemdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_orderitemdto", + "target": "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_orderitemdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto_orderitemdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_apicreatedresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L74", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L86", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L87", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L121", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L122", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L123", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L208", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findone", + "target": "backend_src_orders_orders_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L208", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findone", + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L150", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L178", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L189", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L190", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L193", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L197", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L198", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L199", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L107", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L111", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L112", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L92", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L93", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L94", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_validatecoupondto", + "target": "backend_src_orders_orders_controller_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_validatecoupondto", + "target": "backend_src_orders_orders_controller_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_controller_validatecoupondto", + "target": "backend_src_orders_orders_controller_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_module_ordersmodule", + "target": "backend_src_orders_orders_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L68", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L71", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L75", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L76", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L10", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "target": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "target": "backend_src_payment_dto_verify_payment_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "target": "backend_src_payment_dto_verify_payment_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L214", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L215", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L216", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L217", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L218", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L205", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L206", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L207", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L208", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L209", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L210", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L269", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L270", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L271", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L272", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L273", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L197", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L198", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L199", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "target": "backend_src_payment_payment_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L89", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L90", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L94", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L95", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_controller_ts_res", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L96", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "ip", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L97", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "headers", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L167", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L168", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L170", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L171", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_controller_ts_res", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L172", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "ip", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L173", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "headers", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L56", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "ip", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "headers", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L68", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L69", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L70", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L71", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L72", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L76", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L77", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L78", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "ip", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L79", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "headers", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L234", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L235", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L236", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L237", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L238", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L239", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L257", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L258", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L259", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L260", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L261", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L263", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L264", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L243", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L244", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L245", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L246", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L247", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L251", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L252", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L223", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L224", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L225", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L226", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L227", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L142", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "backend_src_payment_payment_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L143", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L148", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "backend_src_payment_payment_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L149", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "ip", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L150", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "headers", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L8", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_module_paymentmodule", + "target": "backend_src_payment_payment_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L15", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L16", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L16", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isarray", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L15", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L283", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L284", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L286", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L287", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L288", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L257", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L258", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L260", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L261", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L262", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L120", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L121", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L126", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L127", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L128", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L159", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L160", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L161", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L181", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L192", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L192", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L231", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L232", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L233", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L242", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L253", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L253", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L267", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L268", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L270", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L272", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L273", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L196", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L197", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L198", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L212", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L224", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L225", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L226", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L110", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L111", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_uploadedfile", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_apicreatedresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L77", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L88", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L89", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_useinterceptors", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_module_petsmodule", + "target": "backend_src_pets_pets_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L67", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L68", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L69", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L70", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L72", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L73", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L7", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "target": "backend_src_prescriptions_prescriptions_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L10", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prisma_prisma_module_prismamodule", + "target": "backend_src_prisma_prisma_module_ts_global", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prisma_prisma_module_prismamodule", + "target": "backend_src_prisma_prisma_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_prisma_prisma_service_prismaservice", + "target": "backend_src_prisma_prisma_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_products_dto_get_products_dto_ts_isenum", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_products_dto_get_products_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_products_dto_get_products_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_products_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L70", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_findone", + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L71", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_findone", + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L72", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_findone", + "target": "backend_src_products_products_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getactivefilters", + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getactivefilters", + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "target": "backend_src_products_products_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "target": "backend_src_products_products_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L64", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L65", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_module_productsmodule", + "target": "backend_src_products_products_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_redis_redis_module_redismodule", + "target": "backend_src_redis_redis_module_ts_global", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_redis_redis_module_redismodule", + "target": "backend_src_redis_redis_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_isint", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L14", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_min", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L15", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "max", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "target": "backend_src_reviews_dto_update_review_dto_ts_isin", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L15", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "target": "backend_src_reviews_dto_update_review_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L16", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "target": "backend_src_reviews_dto_update_review_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "target": "backend_src_reviews_dto_update_review_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L100", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L101", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L102", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L103", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L104", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L99", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L64", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L70", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L84", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L85", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L86", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L87", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L88", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L90", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L91", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_module_reviewsmodule", + "target": "backend_src_reviews_reviews_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L16", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "target": "backend_src_seo_seo_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "target": "backend_src_seo_seo_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "target": "backend_src_seo_seo_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L10", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "target": "backend_src_seo_seo_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "target": "backend_src_seo_seo_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_seo_seo_module_seomodule", + "target": "backend_src_seo_seo_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L4", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_seo_seo_service_seoservice", + "target": "backend_src_seo_seo_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L14", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_type", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L15", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isin", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L27", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L233", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L234", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L235", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L236", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L237", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L241", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L278", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L279", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L280", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L281", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L282", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L118", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L119", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L120", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L121", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L122", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L123", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L269", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L270", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L271", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L272", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L273", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L274", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L246", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L247", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L248", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L249", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L250", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L253", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L253", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L84", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L85", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L144", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L145", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L146", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L147", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L148", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L222", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L223", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L224", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L225", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L226", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L100", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L101", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L128", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L129", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L191", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L192", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L193", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L194", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L195", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L258", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L259", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L260", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L261", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L262", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L265", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L182", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L183", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L184", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L185", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L186", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L163", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L164", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L165", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L166", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L167", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "target": "backend_src_settings_settings_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "target": "backend_src_settings_settings_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L65", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L65", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L75", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L76", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L77", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L78", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L79", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L80", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L209", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L210", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L211", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L212", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L213", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L217", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L90", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L91", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L92", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L93", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L94", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L95", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L96", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L153", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L154", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L155", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L156", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L157", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L158", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L134", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L135", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L136", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L137", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L138", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L139", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L200", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L201", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L202", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L203", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L204", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L205", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L172", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L173", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L174", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L175", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L176", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L177", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L106", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L107", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L108", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L109", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L110", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L112", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L113", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_module_settingsmodule", + "target": "backend_src_settings_settings_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L110", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "target": "backend_src_smart_advisor_smart_advisor_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "target": "backend_src_testimonials_testimonials_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "target": "backend_src_testimonials_testimonials_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L91", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L95", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L96", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L65", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L73", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L77", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L78", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L14", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_type", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L15", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L43", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L84", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L85", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L86", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L87", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L88", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L89", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L69", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L70", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L71", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L72", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L74", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L75", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L76", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L100", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L93", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L94", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L95", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L96", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L97", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L99", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_module_ticketsmodule", + "target": "backend_src_tickets_tickets_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L35", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L42", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_isboolean", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L17", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_isemail", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_minlength", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L110", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L111", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L112", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L113", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_apicreatedresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L132", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L133", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L167", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L168", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L169", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L170", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L180", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L181", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L68", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L186", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L187", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L188", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L189", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L199", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L200", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L205", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L206", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L207", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L208", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_apicreatedresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L222", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L224", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L225", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L138", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L139", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L140", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L141", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L160", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L161", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L162", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L104", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_req", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L105", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L72", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L73", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_patch", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L74", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L75", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L90", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_apibadrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_module_usersmodule", + "target": "backend_src_users_users_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L41", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_isboolean", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L10", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L11", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "transform", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L16", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L7", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L44", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L45", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L46", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L33", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_controller_ts_apiquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L34", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findone", + "target": "backend_src_videos_videos_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findone", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findone", + "target": "backend_src_videos_videos_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_delete", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L64", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L65", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L66", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L67", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L52", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L53", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L55", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L57", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_module_videosmodule", + "target": "backend_src_videos_videos_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L10", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L20", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L18", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L19", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_post", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L25", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L26", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_request", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_body", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L47", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L48", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L49", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L50", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L51", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L54", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L36", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L37", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L38", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L39", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L40", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L58", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_put", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L59", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L60", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L61", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L62", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L63", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_module_wholesalemodule", + "target": "backend_src_wholesale_wholesale_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L7", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L12", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_ts_apitags", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L13", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_ts_controller", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L14", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L21", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_wiki_wiki_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L22", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_wiki_wiki_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L23", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_wiki_wiki_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L24", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_wiki_wiki_controller_ts_query", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L28", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_get", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L29", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_apioperation", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L30", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_apiokresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L31", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L32", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_param", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L5", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_module_wikimodule", + "target": "backend_src_wiki_wiki_module_ts_module", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L6", + "weight": 1.0, + "context": "decorator", + "_origin": "ast", + "source": "backend_src_wiki_wiki_service_wikiservice", + "target": "backend_src_wiki_wiki_service_ts_injectable", + "confidence_score": 1.0 + }, + { + "relation": "re_exports", + "context": "export", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/roles.decorator.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_roles_decorator", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "re_exports", + "context": "export", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/roles.guard.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_roles_guard", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users_userrecord", + "target": "frontend_admin_panel_src_types_admin_useraddress", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users_userrecord", + "target": "frontend_admin_panel_src_types_admin_petsummary", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient_homeclientprops", + "target": "frontend_application_lib_types_homeapiresponse", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal_addressmodalprops", + "target": "frontend_application_lib_store_userstore_address", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_bannerplacement_bannerplacementprops", + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore_cartitem", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "field", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore_cartstore", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice_updateherobanner", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice_updatevettestimonial", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L304", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_checkhealth", + "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice_update", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L327", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getbanners", + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L268", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L248", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L258", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "generic_arg", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L216", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getproducts", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "target": "frontend_admin_panel_src_pages_b2bmanager", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "target": "frontend_admin_panel_src_pages_bannersmanager", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_blogs", + "target": "frontend_admin_panel_src_pages_blogs", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_categories", + "target": "frontend_admin_panel_src_pages_categories", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_cms", + "target": "frontend_admin_panel_src_pages_cms", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "target": "frontend_admin_panel_src_pages_contactsubmissions", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_coupons", + "target": "frontend_admin_panel_src_pages_coupons", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_dashboard", + "target": "frontend_admin_panel_src_pages_dashboard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_doctorsmanager", + "target": "frontend_admin_panel_src_pages_doctorsmanager", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage", + "target": "frontend_admin_panel_src_pages_financialsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "target": "frontend_admin_panel_src_pages_ingredientsmanager", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_media", + "target": "frontend_admin_panel_src_pages_media", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_orders", + "target": "frontend_admin_panel_src_pages_orders", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_paymentgatewayspage", + "target": "frontend_admin_panel_src_pages_paymentgatewayspage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_pets", + "target": "frontend_admin_panel_src_pages_pets", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", + "target": "frontend_admin_panel_src_pages_prescriptionsmanager", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_products", + "target": "frontend_admin_panel_src_pages_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_reports", + "target": "frontend_admin_panel_src_pages_reports", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_reviews", + "target": "frontend_admin_panel_src_pages_reviews", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "target": "frontend_admin_panel_src_pages_seosettingspage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_settings", + "target": "frontend_admin_panel_src_pages_settings", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_shippingsettingspage", + "target": "frontend_admin_panel_src_pages_shippingsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "target": "frontend_admin_panel_src_pages_smartadvisormanager", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "target": "frontend_admin_panel_src_pages_sslsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "target": "frontend_admin_panel_src_pages_systemsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "target": "frontend_admin_panel_src_pages_testimonialsmanager", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_tickets", + "target": "frontend_admin_panel_src_pages_tickets", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_transactions", + "target": "frontend_admin_panel_src_pages_transactions", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_users", + "target": "frontend_admin_panel_src_pages_users", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_videos", + "target": "frontend_admin_panel_src_pages_videos", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", + "target": "frontend_admin_panel_src_pages_wholesaleapplications", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes_wiki", + "target": "frontend_admin_panel_src_pages_wiki", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L125", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal_b2bportal", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "deferred": true, + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L87", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_jest_collectcoveragefrom", + "target": "ref_t_j_s", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L77", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_jest_modulefileextensions", + "target": "backend_package_json_ref_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L77", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_jest_modulefileextensions", + "target": "ref_js", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L77", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_jest_modulefileextensions", + "target": "ref_json", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L7", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_prisma_tsconfig_compileroptions_types", + "target": "backend_prisma_tsconfig_json_ref_node", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L9", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_prisma_tsconfig_include", + "target": "backend_prisma_tsconfig_json_ref_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_prisma_tsconfig_seed_compileroptions_types", + "target": "backend_prisma_tsconfig_seed_json_ref_node", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_prisma_tsconfig_seed_include", + "target": "backend_prisma_tsconfig_seed_json_ref_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.build.json", + "source_location": "L2", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_build", + "target": "ref_tsconfig_json", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_build_exclude", + "target": "backend_tsconfig_build_json_ref_dist", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_build_exclude", + "target": "backend_tsconfig_build_json_ref_node_modules", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_build_exclude", + "target": "backend_tsconfig_build_json_ref_prisma", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_build_exclude", + "target": "ref_spec_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_build_exclude", + "target": "ref_test", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_exclude", + "target": "backend_tsconfig_json_ref_dist", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_exclude", + "target": "backend_tsconfig_json_ref_node_modules", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_exclude", + "target": "backend_tsconfig_json_ref_prisma", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_exclude", + "target": "ref_scripts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L26", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_tsconfig_include", + "target": "backend_tsconfig_json_ref_src", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "target": "frontend_admin_panel_tsconfig_app_json_ref_dom", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "target": "frontend_admin_panel_tsconfig_app_json_ref_dom_iterable", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "target": "frontend_admin_panel_tsconfig_app_json_ref_es2023", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions_types", + "target": "ref_vite_client", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_include", + "target": "frontend_admin_panel_tsconfig_app_json_ref_src", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L5", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions_lib", + "target": "frontend_admin_panel_tsconfig_node_json_ref_es2023", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L7", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions_types", + "target": "frontend_admin_panel_tsconfig_node_json_ref_node", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L23", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_include", + "target": "ref_vite_config_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions_lib", + "target": "frontend_application_tsconfig_json_ref_dom", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions_lib", + "target": "frontend_application_tsconfig_json_ref_dom_iterable", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions_lib", + "target": "ref_esnext", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_exclude", + "target": "frontend_application_tsconfig_json_ref_node_modules", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_exclude", + "target": "frontend_application_tsconfig_json_ref_prisma", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_exclude", + "target": "ref_tests", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_exclude", + "target": "ref_vitest_config_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_exclude", + "target": "ref_vitest_setup_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_include", + "target": "frontend_application_tsconfig_json_ref_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_include", + "target": "ref_mts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_include", + "target": "ref_next_dev_types_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_include", + "target": "ref_next_env_d_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_include", + "target": "ref_next_types_ts", + "confidence_score": 1.0 + }, + { + "relation": "extends", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_tsconfig_include", + "target": "ref_tsx", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L32", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_bcrypt", + "target": "bcrypt", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L33", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_bcryptjs", + "target": "bcryptjs", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L34", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_class_transformer", + "target": "class_transformer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L35", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_class_validator", + "target": "class_validator", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L36", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_helmet", + "target": "helmet", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L37", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_ioredis", + "target": "ioredis", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L38", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_js_yaml", + "target": "js_yaml", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L24", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_nestjs_common", + "target": "nestjs_common", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L25", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_nestjs_core", + "target": "nestjs_core", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L26", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_nestjs_jwt", + "target": "nestjs_jwt", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L27", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_nestjs_passport", + "target": "nestjs_passport", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L28", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_nestjs_platform_express", + "target": "nestjs_platform_express", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L29", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_nestjs_swagger", + "target": "nestjs_swagger", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L30", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_nestjs_throttler", + "target": "nestjs_throttler", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L39", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_passport", + "target": "passport", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L40", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_passport_jwt", + "target": "passport_jwt", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L31", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_prisma_client", + "target": "prisma_client", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L41", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_reflect_metadata", + "target": "reflect_metadata", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L42", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_rxjs", + "target": "rxjs", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L43", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_dependencies_swagger_ui_express", + "target": "swagger_ui_express", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L60", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_eslint", + "target": "backend_package_json_eslint", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L61", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_eslint_config_prettier", + "target": "eslint_config_prettier", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L46", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_eslint_eslintrc", + "target": "eslint_eslintrc", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L47", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_eslint_js", + "target": "backend_package_json_eslint_js", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L62", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_eslint_plugin_prettier", + "target": "eslint_plugin_prettier", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L63", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_globals", + "target": "backend_package_json_globals", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L64", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_jest", + "target": "jest", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L48", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_nestjs_cli", + "target": "nestjs_cli", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L49", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_nestjs_schematics", + "target": "nestjs_schematics", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L50", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_nestjs_testing", + "target": "nestjs_testing", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L65", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_prettier", + "target": "prettier", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L66", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_prisma", + "target": "prisma", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L67", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_source_map_support", + "target": "source_map_support", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L68", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_supertest", + "target": "supertest", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L69", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_ts_jest", + "target": "ts_jest", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L70", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_ts_loader", + "target": "ts_loader", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L71", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_ts_node", + "target": "ts_node", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L72", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_tsconfig_paths", + "target": "tsconfig_paths", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L51", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_types_bcrypt", + "target": "types_bcrypt", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L52", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_types_bcryptjs", + "target": "types_bcryptjs", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L53", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_types_express", + "target": "types_express", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L54", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_types_jest", + "target": "types_jest", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L55", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_types_js_yaml", + "target": "types_js_yaml", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L56", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_types_multer", + "target": "types_multer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L57", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_types_node", + "target": "backend_package_json_types_node", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L58", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_types_passport_jwt", + "target": "types_passport_jwt", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L59", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_types_supertest", + "target": "types_supertest", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L73", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_typescript", + "target": "backend_package_json_typescript", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L74", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "backend_package_devdependencies_typescript_eslint", + "target": "backend_package_json_typescript_eslint", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_admin_service_couponinput", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_product_dto_productdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_spec", + "target": "backend_src_admin_admin_controller_admincontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_spec", + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_blogs_controller_blogscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_blogs_service_blogsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_wiki_controller_wikicontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_wiki_service_wikiservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_pets_controller_petscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_ssl_controller_sslcontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_ssl_service_sslservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_redis_redis_module_redismodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_controller_admincontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_reports_controller_reportscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_reports_service_reportsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_media_controller_mediacontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_media_service_mediaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_categories_controller_categoriescontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_categories_service_categoriesservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_product_dto_productdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_settings_settings_service_canonical_aliases", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_admin_blogs_service_blogsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller", + "target": "backend_src_admin_categories_service_categoriesservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_dto_admin_query_dto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller", + "target": "backend_src_admin_media_service_mediaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller", + "target": "backend_src_admin_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_controller", + "target": "backend_src_admin_reports_service_reportsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_admin_ssl_service_sslservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_admin_wiki_service_wikiservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller", + "target": "backend_src_app_service_appservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller_spec", + "target": "backend_src_app_controller_appcontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller_spec", + "target": "backend_src_app_service_appservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_settings_settings_module_settingsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_common_metrics_controller_metricscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_admin_admin_module_adminmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_home_home_module_homemodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_blogs_blogs_module_blogsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_wiki_wiki_module_wikimodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_seo_seo_module_seomodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_cms_cms_module_cmsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_wholesale_wholesale_module_wholesalemodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_videos_videos_module_videosmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_common_sms_module_smsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_contact_contact_module_contactmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_banners_banners_module_bannersmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_b2b_b2b_module_b2bmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_products_products_module_productsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_payment_payment_module_paymentmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_tickets_tickets_module_ticketsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_reviews_reviews_module_reviewsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_doctors_doctors_module_doctorsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_users_users_module_usersmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_redis_redis_module_redismodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_auth_auth_module_authmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_pets_pets_module_petsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_orders_orders_module_ordersmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_register_dto_registerdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_login_dto_logindto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_spec", + "target": "backend_src_auth_auth_controller_authcontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_spec", + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_controller_authcontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_jwt_strategy_jwtstrategy", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_users_users_module_usersmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_constants_getjwtsecret", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_auth_auth_constants_getjwtsecret", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_b2b_b2b_service_b2bservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_controller_b2bcontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_service_b2bservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller", + "target": "backend_src_banners_banners_service_bannersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_controller_bannerscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_service_bannersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_blogs_blogs_service_blogsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_service_blogsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_controller_blogscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_dto_update_blog_dto", + "target": "backend_src_blogs_dto_create_blog_dto_createblogdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_cms_service_cmsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_controller_cmscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_service_cmsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_http_exception_filter", + "target": "backend_src_common_schemas_error_response_schema_errordetailfield", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard", + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard_spec", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard_spec", + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_interceptors_decimal_interceptor_spec", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_metrics_controller", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_sms_module", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller", + "target": "backend_src_contact_contact_service_contactservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_controller_contactcontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_service_contactservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_module", + "target": "backend_src_common_sms_module_smsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_doctors_doctors_service_doctorquery", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_doctors_doctors_service_doctorsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_service_doctorsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_controller_doctorscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_dto_update_home_dto", + "target": "backend_src_home_dto_create_home_dto_createhomedto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_controller", + "target": "backend_src_home_home_service_homeservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_service_homeservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_controller_homecontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/main.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_main", + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/main.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_main", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/main.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_main", + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/main.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_main", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_spec", + "target": "backend_src_orders_orders_controller_orderscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_spec", + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_controller_orderscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_payment_service_paymentservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_controller_paymentcontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_service_paymentservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_common_sms_module_smsmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_dto_update_pet_dto", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_spec", + "target": "backend_src_pets_pets_controller_petscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_spec", + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_controller_petscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_spec", + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prisma_prisma_module", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_dto_get_products_dto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_spec", + "target": "backend_src_products_products_controller_productscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_spec", + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_controller_productscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_spec", + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_module", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service_spec", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_reviews_service_reviewsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_service_reviewsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_controller_reviewscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_controller", + "target": "backend_src_seo_seo_service_seoservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_controller_seocontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_service_seoservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_settings_service_scientifictermdata", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_settings_settings_controller_settingscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_controller_settingscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_common_services_sms_service_smslogquery", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_default_ui_texts_default_ui_texts", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_spec", + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_tickets_service_ticketsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_service_ticketsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_controller_ticketscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller", + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller", + "target": "backend_src_users_dto_address_dto_addressdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_spec", + "target": "backend_src_users_users_controller_userscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_spec", + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_controller_userscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service", + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_spec", + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_dto_get_videos_query_dto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_videos_service_videosservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_controller_videoscontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_service_videosservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_dto_update_wiki_dto", + "target": "backend_src_wiki_dto_create_wiki_dto_createwikidto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_wiki_wiki_service_wikiservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_service_wikiservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_controller_wikicontroller", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app.e2e-spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_e2e_spec_ts_backend_test_app_e2e_spec", + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_axios", + "target": "frontend_admin_panel_package_json_axios", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_lucide_react", + "target": "frontend_admin_panel_package_json_lucide_react", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_react", + "target": "frontend_admin_panel_package_json_react", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_react_dom", + "target": "frontend_admin_panel_package_json_react_dom", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_react_hot_toast", + "target": "react_hot_toast", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_react_router_dom", + "target": "react_router_dom", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_recharts", + "target": "recharts", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_tanstack_react_query", + "target": "tanstack_react_query", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_vite", + "target": "vite", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies_zustand", + "target": "frontend_admin_panel_package_json_zustand", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_autoprefixer", + "target": "autoprefixer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_eslint", + "target": "frontend_admin_panel_package_json_eslint", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_eslint_js", + "target": "frontend_admin_panel_package_json_eslint_js", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks", + "target": "eslint_plugin_react_hooks", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh", + "target": "eslint_plugin_react_refresh", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_globals", + "target": "frontend_admin_panel_package_json_globals", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_postcss", + "target": "postcss", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_tailwindcss", + "target": "frontend_admin_panel_package_json_tailwindcss", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", + "target": "frontend_admin_panel_package_json_tailwindcss_postcss", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_types_node", + "target": "frontend_admin_panel_package_json_types_node", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_types_react", + "target": "frontend_admin_panel_package_json_types_react", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_types_react_dom", + "target": "frontend_admin_panel_package_json_types_react_dom", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_typescript", + "target": "frontend_admin_panel_package_json_typescript", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L39", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_typescript_eslint", + "target": "frontend_admin_panel_package_json_typescript_eslint", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "target": "frontend_admin_panel_package_json_vitejs_plugin_react", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_app", + "target": "frontend_admin_panel_src_routes_adminroutes_router", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_sidebar_sidebar", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_topbar_topbar", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_types_admin_adminuser", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/main.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_main", + "target": "frontend_admin_panel_src_app_app", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_types_admin_b2binquiry", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_types_admin_partneraccount", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_types_admin_banner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_types_admin_financialsettings", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_types_admin_ingredient", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_badge_badge", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_types_admin_prescription", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_types_admin_seosettings", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_types_admin_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_types_admin_smartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_types_admin_systemsettings", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_types_admin_testimonial", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditor", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_icon_registry", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_iconpickermodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_types_admin_petsummary", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_types_admin_useraddress", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_layout_layout", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_login_login", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_utils_lazywithretry_lazywithretry", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_store_adminauthstore", + "target": "frontend_admin_panel_src_types_admin_adminuser", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_store_adminauthstore", + "target": "frontend_admin_panel_src_types_admin_authstate", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_page", + "target": "frontend_application_components_blogpage_blogpage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_app_catalog_catalogclient_catalogclient", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_checkout_page", + "target": "frontend_application_components_checkoutpage_checkoutpage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_checkout_success_id_page", + "target": "frontend_application_components_ordersuccess_ordersuccess", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_cartdrawer_cartdrawer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_loginmodal_loginmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_authmodal_authmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_b2bportal_b2bportal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_uistore_useuistore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_maintenancepage_maintenancepage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_types_navigationtarget", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_header_header", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_footer_footer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_networkbanner_networkbanner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_contact_page", + "target": "frontend_application_components_contactformclient_contactformclient", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_dashboard_page", + "target": "frontend_application_components_userdashboard_userdashboard", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_error", + "target": "frontend_application_components_errorpages_servererrorpage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types_homeapiresponse", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types_smartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types_testimonial", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_hero_hero", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_smartadvisor_smartadvisor", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_featuredproducts_featuredproducts", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_vetgallery_vetgallery", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_testimonialssection_testimonialssection", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_bannerplacement_bannerplacement", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_layout", + "target": "frontend_application_app_clientlayout_clientlayout", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_loading", + "target": "frontend_application_components_skeleton_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_not_found", + "target": "frontend_application_components_errorpages_notfoundpage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_page", + "target": "frontend_application_app_homeclient_homeclient", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_page", + "target": "frontend_application_lib_types_homeapiresponse", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_profile_page", + "target": "frontend_application_components_petprofile_petprofile", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_search_page", + "target": "frontend_application_components_searchresultspage_searchresultspage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_page", + "target": "frontend_application_components_archivepage_archivepage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_components_productpage_productpage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_sitemap", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_sitemap", + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_track_page", + "target": "frontend_application_components_ordertracking_ordertracking", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_components_enamadbadge_enamadbadge", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_videos_page", + "target": "frontend_application_components_videospage_videospage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_components_ingredientwiki_ingredientwiki", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_store_userstore_address", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_data_provinces_iran_provinces", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_data_provinces_province_cities", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_components_searchableselect_searchableselect", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_bannerplacement_bannerplacement", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_data_products_pettype", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_skeleton_productcardskeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_utils_toenglishdigits", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_backbutton", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_blogpage", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_blogpage", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_brandlogo", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_authmodal_authmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_catalogpagespread_categorymeta", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_topupmodal_topupmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_addressmodal_addressmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_searchableselect_searchableselect", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_provinces_iran_provinces", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_provinces_province_cities", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_contactformclient", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_enamadbadge", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_skeleton_productcardskeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_footer", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_footer", + "target": "frontend_application_components_brandlogo_brandlogo", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_footer", + "target": "frontend_application_lib_types_navigationtarget", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_authmodal_authmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_tickerbanner_tickerbanner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_brandlogo_brandlogo", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_types_navigationtarget", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_types_ingredient", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products_ingredientinfo", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products_ingredients_wiki", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_components_brandlogo_brandlogo", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_networkbanner", + "target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordertracking", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore_healthlog", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore_petprofile", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore_reminder", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_smartadvisor_smartadvisor", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_skeleton_petprofileskeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_data_scientificterms_scientific_terms", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_types_dosageconfig", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_tooltip_tooltip", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L70", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productreviews_productreviews", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_videomodalplayer_videomodalplayer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_podcastinlineplayer_podcastinlineplayer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productreviews", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productreviews", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_safeimage", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchableselect", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_uistore_useuistore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_components_cartdrawer_cartdrawer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_components_featuredproducts_featuredproducts", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Footer.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_footer_test", + "target": "frontend_application_components_footer_footer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_components_header_header", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_hero_test", + "target": "frontend_application_components_hero_hero", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_hero_test", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_tooltip_test", + "target": "frontend_application_components_tooltip_tooltip", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_tooltip_test", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tickerbanner", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tooltip", + "target": "frontend_application_lib_data_scientificterms_scientific_terms", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tooltip", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_addressmodal_addressmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_topupmodal_topupmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_ticketservice_ticket", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_ticketservice_ticketmessage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_ticketservice_ticketservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_petprofile_petprofile", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_skeleton_orderrowskeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_userstore_address", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_utils_toenglishdigits", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_services_videoservice_video", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_services_videoservice_videoservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_videomodalplayer_videomodalplayer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videospage", + "target": "frontend_application_components_videomodalplayer_videomodalplayer", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videospage", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videospage", + "target": "frontend_application_lib_services_videoservice_video", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videospage", + "target": "frontend_application_lib_services_videoservice_videoservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_api", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_data_products_pettype", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_ticketservice", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_videoservice", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_services_orderservice_orderservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_settingsstore", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_services_orderservice_orderservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_settingsstore_test", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_settingsstore_test", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_services_authservice_user", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L12", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_dependencies_axios", + "target": "frontend_application_package_json_axios", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L13", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_dependencies_lucide_react", + "target": "frontend_application_package_json_lucide_react", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L14", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_dependencies_motion", + "target": "motion", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L15", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_dependencies_next", + "target": "next", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L16", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_dependencies_react", + "target": "frontend_application_package_json_react", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L17", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_dependencies_react_dom", + "target": "frontend_application_package_json_react_dom", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L18", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_dependencies_sonner", + "target": "sonner", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L19", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_dependencies_zustand", + "target": "frontend_application_package_json_zustand", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L29", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_eslint", + "target": "frontend_application_package_json_eslint", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L30", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_eslint_config_next", + "target": "eslint_config_next", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L31", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_jsdom", + "target": "jsdom", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L32", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_tailwindcss", + "target": "frontend_application_package_json_tailwindcss", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L22", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_tailwindcss_postcss", + "target": "frontend_application_package_json_tailwindcss_postcss", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L23", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_testing_library_jest_dom", + "target": "testing_library_jest_dom", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L24", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_testing_library_react", + "target": "testing_library_react", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L25", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_types_node", + "target": "frontend_application_package_json_types_node", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L26", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_types_react", + "target": "frontend_application_package_json_types_react", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L27", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_types_react_dom", + "target": "frontend_application_package_json_types_react_dom", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L33", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_typescript", + "target": "frontend_application_package_json_typescript", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L28", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_vitejs_plugin_react", + "target": "frontend_application_package_json_vitejs_plugin_react", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L34", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "frontend_application_package_devdependencies_vitest", + "target": "vitest", + "confidence_score": 1.0 + }, + { + "relation": "imports", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L18", + "weight": 1.0, + "context": "import", + "_origin": "ast", + "source": "package_devdependencies_concurrently", + "target": "concurrently", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed.ts", + "source_location": "L471", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_main", + "target": "backend_prisma_seed_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed.ts", + "source_location": "L482", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_main", + "target": "backend_prisma_seed_home", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_src_app_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "target": "backend_src_app_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_admin_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_product_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_admin_query_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_user_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_spec", + "target": "backend_src_admin_admin_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_spec", + "target": "backend_src_admin_admin_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_blogs_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_blogs_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_wiki_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_wiki_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_pets_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_pets_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_ssl_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_ssl_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_redis_redis_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_reports_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_reports_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_media_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_media_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_categories_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_categories_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_user_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_product_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_common_utils_phone_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_admin_admin_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_admin_blogs_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller", + "target": "backend_src_admin_categories_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_dto_admin_query_dto", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller", + "target": "backend_src_admin_media_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller", + "target": "backend_src_admin_pets_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_controller", + "target": "backend_src_admin_reports_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_admin_ssl_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_admin_wiki_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller", + "target": "backend_src_app_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller_spec", + "target": "backend_src_app_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller_spec", + "target": "backend_src_app_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_settings_settings_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_common_metrics_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_admin_admin_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_home_home_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_blogs_blogs_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_wiki_wiki_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_seo_seo_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_cms_cms_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_wholesale_wholesale_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_videos_videos_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_common_sms_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_contact_contact_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_banners_banners_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_smart_advisor_smart_advisor_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_testimonials_testimonials_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_ingredients_ingredients_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_prescriptions_prescriptions_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_b2b_b2b_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_products_products_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_payment_payment_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_tickets_tickets_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_reviews_reviews_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_doctors_doctors_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_users_users_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_redis_redis_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_auth_auth_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_pets_pets_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_orders_orders_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_auth_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_send_otp_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_verify_otp_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_register_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_login_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_admin_login_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_spec", + "target": "backend_src_auth_auth_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_spec", + "target": "backend_src_auth_auth_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_jwt_strategy", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_users_users_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_constants", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_dto_send_otp_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_dto_verify_otp_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_common_utils_phone_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_auth_auth_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_users_users_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_auth_auth_constants", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_b2b_b2b_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_auth_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_auth_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller", + "target": "backend_src_banners_banners_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_blogs_blogs_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_dto_update_blog_dto", + "target": "backend_src_blogs_dto_create_blog_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_cms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_dto_cms_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_auth_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_auth_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_dto_cms_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_http_exception_filter", + "target": "backend_src_common_schemas_error_response_schema", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard_spec", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard_spec", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_interceptors_decimal_interceptor_spec", + "target": "backend_src_common_interceptors_decimal_interceptor", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_metrics_controller", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_sms_module", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller", + "target": "backend_src_contact_contact_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller", + "target": "backend_src_auth_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller", + "target": "backend_src_auth_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_module", + "target": "backend_src_common_sms_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_doctors_doctors_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_dto_update_home_dto", + "target": "backend_src_home_dto_create_home_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_controller", + "target": "backend_src_home_home_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_ingredients_ingredients_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/main.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_main", + "target": "backend_src_app_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/main.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_main", + "target": "backend_src_common_filters_http_exception_filter", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/main.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_main", + "target": "backend_src_common_filters_prisma_exception_filter", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/main.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_main", + "target": "backend_src_common_interceptors_decimal_interceptor", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_orders_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_dto_create_order_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_spec", + "target": "backend_src_orders_orders_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_spec", + "target": "backend_src_orders_orders_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service", + "target": "backend_src_orders_dto_create_order_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_orders_orders_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_payment_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_zibal_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_initiate_payment_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_verify_payment_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_admin_transaction_filter_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_zibal_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_common_sms_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_dto_admin_transaction_filter_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_zibal_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_dto_update_pet_dto", + "target": "backend_src_pets_dto_create_pet_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_pets_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_pet_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_update_pet_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_reminder_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_health_log_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_spec", + "target": "backend_src_pets_pets_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_spec", + "target": "backend_src_pets_pets_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_dto_create_pet_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_dto_update_pet_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_spec", + "target": "backend_src_pets_pets_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_spec", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_prescriptions_prescriptions_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prisma_prisma_module", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_dto_get_products_dto", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_products_products_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_products_dto_get_products_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_spec", + "target": "backend_src_products_products_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_spec", + "target": "backend_src_products_products_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service", + "target": "backend_src_products_dto_get_products_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_spec", + "target": "backend_src_products_products_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_spec", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_module", + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service_spec", + "target": "backend_src_redis_redis_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_reviews_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_dto_create_review_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_dto_update_review_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_dto_create_review_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_dto_update_review_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_controller", + "target": "backend_src_seo_seo_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_dto_sms_log_query_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_settings_settings_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_default_ui_texts", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_spec", + "target": "backend_src_settings_settings_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_spec", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_smart_advisor_smart_advisor_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_testimonials_testimonials_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_tickets_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_create_ticket_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_ticket_query_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_common_guards_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_common_decorators_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_ticket_query_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_create_ticket_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller", + "target": "backend_src_users_users_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller", + "target": "backend_src_users_dto_update_profile_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller", + "target": "backend_src_users_dto_address_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_spec", + "target": "backend_src_users_users_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_spec", + "target": "backend_src_users_users_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service", + "target": "backend_src_users_dto_update_profile_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service", + "target": "backend_src_common_utils_phone_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_spec", + "target": "backend_src_users_users_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_spec", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_dto_get_videos_query_dto", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_videos_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_dto_create_video_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_dto_get_videos_query_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service", + "target": "backend_src_videos_dto_create_video_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_wholesale_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_dto_wholesale_apply_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_auth_jwt_auth_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_auth_roles_guard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_auth_roles_decorator", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_prisma_prisma_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_wholesale_dto_wholesale_apply_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_common_services_sms_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_dto_update_wiki_dto", + "target": "backend_src_wiki_dto_create_wiki_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_wiki_wiki_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_controller", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_prisma_prisma_service", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_common_dto_pagination_dto", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_app_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_http_exception_filter", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_prisma_exception_filter", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_interceptors_decimal_interceptor", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_interceptors_decimal_interceptor", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_app_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_http_exception_filter", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_prisma_exception_filter", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_e2e_spec_js_backend_test_app_e2e_spec", + "target": "backend_src_app_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "backend/test/app.e2e-spec.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_e2e_spec_ts_backend_test_app_e2e_spec", + "target": "backend_src_app_module", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_app", + "target": "frontend_admin_panel_src_routes_adminroutes", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_sidebar", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_topbar", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_store_adminauthstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_store_adminauthstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/main.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_main", + "target": "frontend_admin_panel_src_app", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_priceinput", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_priceinput", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_store_adminauthstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_badge", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_priceinput", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_priceinput", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_toggleswitch", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_richtexteditor", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_spinner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_pagination", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_layout", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_protectedroute", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_login", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_routeerrorboundary", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_utils_lazywithretry", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_store_adminauthstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_store_adminauthstore", + "target": "frontend_admin_panel_src_types_admin", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_page", + "target": "frontend_application_components_blogpage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_components_catalog_flipbookcatalog", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_app_catalog_catalogclient", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_checkout_page", + "target": "frontend_application_components_checkoutpage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_checkout_success_id_page", + "target": "frontend_application_components_ordersuccess", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_cartdrawer", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_loginmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_authmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_b2bportal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_uistore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_maintenancepage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_header", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_footer", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_networkbanner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_contact_page", + "target": "frontend_application_components_contactformclient", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_dashboard_page", + "target": "frontend_application_components_userdashboard", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_error", + "target": "frontend_application_components_errorpages", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_hero", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_smartadvisor", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_featuredproducts", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_vetgallery", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_testimonialssection", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_bannerplacement", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_layout", + "target": "frontend_application_app_clientlayout", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_loading", + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_not_found", + "target": "frontend_application_components_errorpages", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_page", + "target": "frontend_application_app_homeclient", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_page", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_profile_page", + "target": "frontend_application_components_petprofile", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_search_page", + "target": "frontend_application_components_searchresultspage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_page", + "target": "frontend_application_components_archivepage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_components_productpage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_sitemap", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_sitemap", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_track_page", + "target": "frontend_application_components_ordertracking", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_components_enamadbadge", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_videos_page", + "target": "frontend_application_components_videospage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_components_ingredientwiki", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_data_provinces", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_components_searchableselect", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_bannerplacement", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_services_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_backbutton", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_blogpage", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_blogpage", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_brandlogo", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_authmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_catalogpagespread", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_topupmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_addressmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_searchableselect", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_provinces", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_contactformclient", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_enamadbadge", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_footer", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_footer", + "target": "frontend_application_components_brandlogo", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_footer", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_authmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_prescriptionuploadmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_tickerbanner", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_brandlogo", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_services_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_components_brandlogo", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_networkbanner", + "target": "frontend_application_lib_hooks_usenetworkstatus", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordertracking", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_smartadvisor", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_orderdetailsmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_data_scientificterms", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_tooltip", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L70", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productreviews", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_videomodalplayer", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_podcastinlineplayer", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productreviews", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productreviews", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_safeimage", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchableselect", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_uistore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_components_cartdrawer", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_components_featuredproducts", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_lib_services_productservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Footer.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_footer_test", + "target": "frontend_application_components_footer", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_components_header", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_hero_test", + "target": "frontend_application_components_hero", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_hero_test", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_tooltip_test", + "target": "frontend_application_components_tooltip", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_tooltip_test", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tickerbanner", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tooltip", + "target": "frontend_application_lib_data_scientificterms", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tooltip", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_orderdetailsmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_addressmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_deleteconfirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_topupmodal", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_ticketservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_petprofile", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_utils", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_services_videoservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_videomodalplayer", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videospage", + "target": "frontend_application_components_videomodalplayer", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videospage", + "target": "frontend_application_components_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videospage", + "target": "frontend_application_lib_services_videoservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_api", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_types", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_ticketservice", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_videoservice", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_data_products", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_services_orderservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_settingsstore", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_services_orderservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_settingsstore_test", + "target": "frontend_application_lib_store_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_settingsstore_test", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_services_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "_origin": "ast", + "context": "import", + "source_location": "L6", + "weight": 1.0, + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_userstore", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_services_authservice", + "confidence_score": 1.0 + }, + { + "relation": "imports_from", + "context": "import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_constructor", + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L187", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_service_couponinput", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L128", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_dto_product_dto_productdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L180", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L155", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L121", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L194", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_service_couponinput", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_dto_product_dto_productdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_constructor", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L397", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_createproduct", + "target": "backend_src_admin_dto_product_dto_productdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L175", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_createuser", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L457", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_updateproduct", + "target": "backend_src_admin_dto_product_dto_productdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L218", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_updateuser", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_constructor", + "target": "backend_src_admin_blogs_service_blogsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service_blogsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_constructor", + "target": "backend_src_admin_categories_service_categoriesservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service_categoriesservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_constructor", + "target": "backend_src_admin_media_service_mediaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service_mediaservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller_constructor", + "target": "backend_src_admin_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_service_petsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller_constructor", + "target": "backend_src_admin_reports_service_reportsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_service_reportsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_constructor", + "target": "backend_src_admin_ssl_service_sslservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_constructor", + "target": "backend_src_admin_wiki_service_wikiservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service_wikiservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller_appcontroller_constructor", + "target": "backend_src_app_service_appservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L84", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module_appmodule_constructor", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L97", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_constructor", + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L88", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_dto_login_dto_logindto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_dto_register_dto_registerdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_constructor", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L126", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_verifyotp", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "target": "backend_src_b2b_b2b_service_b2bservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service_b2bservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_constructor", + "target": "backend_src_banners_banners_service_bannersservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service_bannersservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_constructor", + "target": "backend_src_blogs_blogs_service_blogsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service_blogsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service_blogsservice_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_constructor", + "target": "backend_src_cms_cms_service_cmsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L95", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice_createherobanner", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice_createvettestimonial", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_metrics_controller_metricscontroller_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_constructor", + "target": "backend_src_contact_contact_service_contactservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_constructor", + "target": "backend_src_doctors_doctors_service_doctorsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_doctors_service_doctorquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller_constructor", + "target": "backend_src_home_home_service_homeservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_service_homeservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_constructor", + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L85", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_create", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L353", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_findallbyuser", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "target": "backend_src_payment_payment_service_paymentservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L210", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L169", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_constructor", + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L685", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_getadmintransactions", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L156", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice_requestpayment", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L285", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L259", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_constructor", + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L223", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_create", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_findalladmin", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L109", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_findallbyuser", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L161", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice_update", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_constructor", + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice_findall", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_constructor", + "target": "backend_src_reviews_reviews_service_reviewsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice_createreview", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L203", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller_constructor", + "target": "backend_src_seo_seo_service_seoservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_service_seoservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_constructor", + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L265", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_service_scientifictermdata", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L114", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L114", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L475", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "target": "backend_src_common_services_sms_service_smslogquery", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_constructor", + "target": "backend_src_tickets_tickets_service_ticketsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice_createticket", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L207", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L142", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L279", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L131", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_dto_address_dto_addressdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_constructor", + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L159", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_dto_address_dto_addressdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L125", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice_update", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_constructor", + "target": "backend_src_videos_videos_service_videosservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice_create", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "target": "backend_src_wiki_wiki_service_wikiservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service_wikiservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service_wikiservice_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "parameter_type", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L216", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_getproducts", + "target": "frontend_application_lib_data_products_pettype", + "confidence_score": 1.0 + }, + { + "relation": "references", + "context": "return_type", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "implements", + "context": "type", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "context": "type", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "context": "type", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "context": "type", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_dto_create_video_dto_updatevideodto", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 + }, + { + "relation": "inherits", + "context": "type", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "AGENTS.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "agents", + "target": "agents_graphify", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".agents/rules/graphify.md", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "agents_rules_graphify", + "target": "agents_rules_graphify_graphify", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".agents/workflows/graphify.md", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "agents_workflows_graphify", + "target": "agents_workflows_graphify_workflow_graphify", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency", + "target": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_activation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L121", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_pipeline_c_add_specific_feature_add_feature", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L133", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_pipeline_d_content_seo_only_content_creation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L144", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_task_execution_loop_all_pipelines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L182", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_state_machine_active_agent_tracking", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L192", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_state_json_template_full_schema_v3", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L239", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_agent_directory_reference", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_step_1_detect_project_intent", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L259", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_real_data_policy", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_your_identity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_pipeline_a_new_project_greenfield", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L104", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "target": "ai_agency_agency_phase_2_master_synthesis_02_product_manager_in_synthesis_mode", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L114", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "target": "ai_agency_agency_phase_3_execution_same_as_always", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "target": "ai_agency_agency_phase_1_specialist_review_all_agents_read_none_write_code_yet", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_00_intake", + "target": "ai_agency_agents_00_intake_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_00_intake_operational_rules_boundaries", + "target": "ai_agency_agents_00_intake_1_ask_don_t_assume", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_00_intake_operational_rules_boundaries", + "target": "ai_agency_agents_00_intake_2_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L105", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_brownfield_detection", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor", + "target": "ai_agency_agents_01_auditor_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_4_deep_directory_scanning", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_5_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor_role_core_objective", + "target": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L66", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor_role_core_objective", + "target": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor_role_core_objective", + "target": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_01_auditor_role_core_objective", + "target": "ai_agency_agents_01_auditor_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_02_ceo", + "target": "ai_agency_agents_02_ceo_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "target": "ai_agency_agents_02_ceo_1_mode_direction_decision", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "target": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "target": "ai_agency_agents_02_ceo_3_risk_assessment", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "target": "ai_agency_agents_02_ceo_4_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_02_ceo_role_core_objective", + "target": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_02_ceo_role_core_objective", + "target": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_02_ceo_role_core_objective", + "target": "ai_agency_agents_02_ceo_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_02_ceo_role_core_objective", + "target": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager", + "target": "ai_agency_agents_03_product_manager_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects", + "target": "ai_agency_agents_03_product_manager_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L110", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L116", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_4_role_assignment_rules", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L126", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_5_dependency_tracking_strict", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L132", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_6_priority_assignment", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L140", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_7_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L149", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_role_core_objective", + "target": "ai_agency_agents_03_product_manager_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L194", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_role_core_objective", + "target": "ai_agency_agents_03_product_manager_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_role_core_objective", + "target": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_role_core_objective", + "target": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L84", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_role_core_objective", + "target": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "target": "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "target": "ai_agency_agents_03_product_manager_synthesis_rules", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "target": "ai_agency_agents_03_product_manager_output_of_synthesis_mode", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect", + "target": "ai_agency_agents_04_architect_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_1_stack_detection_brownfield", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_2_stack_selection_greenfield", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_5_directory_layout", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_6_openapi_api_contract", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_7_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_role_core_objective", + "target": "ai_agency_agents_04_architect_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_role_core_objective", + "target": "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L88", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_role_core_objective", + "target": "ai_agency_agents_04_architect_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_04_architect_role_core_objective", + "target": "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend", + "target": "ai_agency_agents_05_dev_backend_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L110", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L121", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L131", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L138", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_4_code_quality_standards", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L146", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_5_file_scope_boundary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L151", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_6_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_05_dev_backend_what_you_do_not_review", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_05_dev_backend_output", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L108", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L160", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L172", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L94", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_implement_mode_normal_operation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend", + "target": "ai_agency_agents_06_dev_frontend_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L131", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L141", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L148", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L157", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L163", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L167", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_7_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_06_dev_frontend_what_you_do_not_review", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_06_dev_frontend_output", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L107", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L117", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L175", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L187", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer", + "target": "ai_agency_agents_07_qa_engineer_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_6_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_role_core_objective", + "target": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_role_core_objective", + "target": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L82", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_role_core_objective", + "target": "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L91", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_07_qa_engineer_role_core_objective", + "target": "ai_agency_agents_07_qa_engineer_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa", + "target": "ai_agency_agents_08_visual_qa_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L115", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L126", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L134", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_3_accessibility_compliance", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L143", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L155", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L162", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L174", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_7_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "target": "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "target": "ai_agency_agents_08_visual_qa_what_you_do_not_review", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "target": "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "target": "ai_agency_agents_08_visual_qa_output", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L113", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L182", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L190", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L99", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security", + "target": "ai_agency_agents_09_devops_security_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L108", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "target": "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L120", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "target": "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L133", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "target": "ai_agency_agents_09_devops_security_3_ci_cd_basic_check_if_github_workflows_exists", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L138", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "target": "ai_agency_agents_09_devops_security_4_failure_routing_protocol", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L150", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "target": "ai_agency_agents_09_devops_security_5_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "target": "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "target": "ai_agency_agents_09_devops_security_what_you_do_not_review", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "target": "ai_agency_agents_09_devops_security_what_you_look_for_security_expert_eyes_only", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "target": "ai_agency_agents_09_devops_security_output", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L106", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L158", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L168", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_enforce_mode_normal_operation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L97", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer", + "target": "ai_agency_agents_10_tech_writer_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_2_documentation_updates", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_5_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer_role_core_objective", + "target": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer_role_core_objective", + "target": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L84", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer_role_core_objective", + "target": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L96", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_10_tech_writer_role_core_objective", + "target": "ai_agency_agents_10_tech_writer_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy", + "target": "ai_agency_agents_11_deploy_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_1_pre_deployment_checklist", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_2_build_verification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_4_post_deployment_health_check", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L82", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_5_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L102", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy_role_core_objective", + "target": "ai_agency_agents_11_deploy_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy_role_core_objective", + "target": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy_role_core_objective", + "target": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_11_deploy_role_core_objective", + "target": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content", + "target": "ai_agency_agents_12_seo_content_role_core_objective", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L166", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "target": "ai_agency_agents_12_seo_content_step_1_gather_resources", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L179", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "target": "ai_agency_agents_12_seo_content_step_2_seo_strategy", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L188", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "target": "ai_agency_agents_12_seo_content_step_3_content_hierarchy", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L199", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "target": "ai_agency_agents_12_seo_content_step_4_structured_data_json_ld", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L211", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "target": "ai_agency_agents_12_seo_content_step_5_real_content_writing_standards", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L221", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "target": "ai_agency_agents_12_seo_content_step_6_image_alt_text", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L116", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_operating_modes", + "target": "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L160", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_operating_modes", + "target": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L231", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "target": "ai_agency_agents_12_seo_content_forbidden_actions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L238", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "target": "ai_agency_agents_12_seo_content_file_scope_boundary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "target": "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "target": "ai_agency_agents_12_seo_content_what_you_do_not_review", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "target": "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "target": "ai_agency_agents_12_seo_content_output", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_create_mode_normal_operation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L114", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_operating_modes", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L229", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L244", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_required_output_artifacts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L259", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_expected_json_output_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_memory_scratchpad", + "target": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "target": "ai_agency_memory_scratchpad_execution_target", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "target": "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "target": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L105", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_next_task", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L128", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_unblock", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L143", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_reset", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L180", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_main", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_load_json", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_save_json", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_progress", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_api_contract", + "target": "ai_agency_specs_api_contract_api_contract_specification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_api_contract_api_contract_specification", + "target": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_api_contract_api_contract_specification", + "target": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_architecture_spec", + "target": "ai_agency_specs_architecture_spec_architecture_specification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_architecture_spec_architecture_specification", + "target": "ai_agency_specs_architecture_spec_2_directory_structure_tree", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_architecture_spec_architecture_specification", + "target": "ai_agency_specs_architecture_spec_3_state_management_strategy", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_architecture_spec_architecture_specification", + "target": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_architecture_spec_architecture_specification", + "target": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_prd", + "target": "ai_agency_specs_prd_product_requirement_document_prd", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_4_non_functional_requirements_performance_security", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_5_epic_feature_breakdown", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_1_executive_vision", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_2_target_audience", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_3_functional_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_project_health", + "target": "ai_agency_specs_project_health_project_health_audit_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_project_health_project_health_audit_report", + "target": "ai_agency_specs_project_health_3_outdated_dependencies_list", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_project_health_project_health_audit_report", + "target": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_project_health_project_health_audit_report", + "target": "ai_agency_specs_project_health_1_audit_score_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_project_health_project_health_audit_report", + "target": "ai_agency_specs_project_health_2_technical_debt_inventory", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_backend_review", + "target": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "target": "ai_agency_specs_reviews_backend_review_architectural_overview", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "target": "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_code_health_review", + "target": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "target": "ai_agency_specs_reviews_code_health_review_recommendations", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "target": "ai_agency_specs_reviews_code_health_review_executive_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "target": "ai_agency_specs_reviews_code_health_review_key_findings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_frontend_review", + "target": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", + "target": "ai_agency_specs_reviews_frontend_review_architectural_overview", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", + "target": "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/security_review.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_security_review", + "target": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/security_review.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security", + "target": "ai_agency_specs_reviews_security_review_security_architecture_best_practices", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_seo_content_review", + "target": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", + "target": "ai_agency_specs_reviews_seo_content_review_overview_content_foundation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", + "target": "ai_agency_specs_reviews_seo_content_review_seo_content_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/ux_review.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_ux_review", + "target": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".ai_agency/specs/reviews/ux_review.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa", + "target": "ai_agency_specs_reviews_ux_review_persona_experience_alignment", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/instructions.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_instructions", + "target": "antigravity_instructions_graphify", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify", + "target": "antigravity_workflows_graphify_graphify", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_usage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_what_graphify_is_for", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L681", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_interpreter_guard_for_subcommands", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L701", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_for_update_and_cluster_only", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L707", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_for_graphify_query", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L719", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_for_graphify_add_and_watch", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L725", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L731", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_troubleshooting", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L744", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_honesty_rules", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L192", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "target": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L218", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "target": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L381", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "target": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L733", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_troubleshooting", + "target": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L129", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_2_detect_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L169", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L173", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L415", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L478", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L504", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_5_label_communities", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L553", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L573", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L579", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/nest-cli.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_nest_cli", + "target": "backend_nest_cli_schema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/nest-cli.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_nest_cli", + "target": "backend_nest_cli_collection", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/nest-cli.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_nest_cli", + "target": "backend_nest_cli_sourceroot", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/nest-cli.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_nest_cli", + "target": "backend_nest_cli_compileroptions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/nest-cli.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_nest_cli_compileroptions", + "target": "backend_nest_cli_compileroptions_deleteoutdir", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_name", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_version", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_description", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_devdependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_author", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_private", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_license", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_jest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_scripts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package", + "target": "backend_package_prisma", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_common", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_core", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_jwt", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_passport", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_platform_express", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_swagger", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_throttler", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_prisma_client", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_bcrypt", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_bcryptjs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_class_transformer", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_class_validator", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_helmet", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_ioredis", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_js_yaml", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_passport", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_passport_jwt", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_reflect_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_rxjs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_swagger_ui_express", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint_eslintrc", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint_js", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_nestjs_cli", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_nestjs_schematics", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_nestjs_testing", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_bcrypt", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_bcryptjs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_express", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_jest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_js_yaml", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_multer", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_node", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_passport_jwt", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_supertest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint_config_prettier", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint_plugin_prettier", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_globals", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_jest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_prettier", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L66", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_prisma", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_source_map_support", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_supertest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_ts_jest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L70", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_ts_loader", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_ts_node", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_tsconfig_paths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_typescript", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_typescript_eslint", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_jest", + "target": "backend_package_jest_modulefileextensions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L82", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_jest", + "target": "backend_package_jest_rootdir", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_jest", + "target": "backend_package_jest_testregex", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L84", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_jest", + "target": "backend_package_jest_transform", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L87", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_jest", + "target": "backend_package_jest_collectcoveragefrom", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_jest", + "target": "backend_package_jest_coveragedirectory", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L91", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_jest", + "target": "backend_package_jest_testenvironment", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L85", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_jest_transform", + "target": "backend_package_transform_t_j_s", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L94", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_prisma", + "target": "backend_package_prisma_seed", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_build_nest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_start", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_start_dev", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_start_debug", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_start_prod", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_lint", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_test", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_test_watch", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_test_cov", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_test_debug", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_test_e2e", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_docs_generate", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/package.json", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_package_scripts", + "target": "backend_package_scripts_build", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_reminders", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L124", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L134", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_health_logs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L148", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_coupons", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L159", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_orders", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L173", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_order_items", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_user_addresses", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L87", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration", + "target": "backend_prisma_migrations_20260526145407_init_migration_pets", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration", + "target": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_scientific_terms", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration", + "target": "backend_prisma_migrations_20260526160916_add_ui_texts_and_scientific_terms_migration_ui_texts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_scientificterms", + "target": "backend_prisma_scientificterms_scientificterm", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_scientificterms", + "target": "backend_prisma_scientificterms_scientific_terms", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed", + "target": "backend_prisma_seed_main", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed", + "target": "backend_prisma_seed_prisma", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_blogs", + "target": "backend_prisma_seed_blogs_prisma", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_blogs", + "target": "backend_prisma_seed_blogs_main", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_custom", + "target": "backend_prisma_seed_custom_prisma", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_custom", + "target": "backend_prisma_seed_custom_main", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_home", + "target": "backend_prisma_seed_home_prisma", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_home", + "target": "backend_prisma_seed_home_main", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L128", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_findorcreatecategory", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L148", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_product_symptoms_map", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_determinesuitablefor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L208", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_product_taglines_map", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L268", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_main", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_parsesize", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_getproductimageurl", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_prisma", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_slugify", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L135", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_ui_texts", + "target": "backend_prisma_seed_ui_texts_main", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_ui_texts", + "target": "backend_prisma_seed_ui_texts_prisma", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_ui_texts", + "target": "backend_prisma_seed_ui_texts_ui_texts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L370", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_wiki", + "target": "backend_prisma_seed_wiki_main", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_wiki", + "target": "backend_prisma_seed_wiki_prisma", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_seed_wiki", + "target": "backend_prisma_seed_wiki_canonical_wiki_terms", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig", + "target": "backend_prisma_tsconfig_compileroptions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig", + "target": "backend_prisma_tsconfig_include", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_module", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_moduleresolution", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_esmoduleinterop", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_skiplibcheck", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_types", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_seed", + "target": "backend_prisma_tsconfig_seed_compileroptions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_seed", + "target": "backend_prisma_tsconfig_seed_include", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_module", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_types", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/README.md", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_readme", + "target": "backend_readme_description", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/README.md", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_readme", + "target": "backend_readme_project_setup", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/README.md", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_readme", + "target": "backend_readme_compile_and_run_the_project", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/README.md", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_readme", + "target": "backend_readme_run_tests", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/README.md", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "backend_readme", + "target": "backend_readme_deployment", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/README.md", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_readme", + "target": "backend_readme_resources", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/README.md", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "backend_readme", + "target": "backend_readme_support", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/README.md", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "backend_readme", + "target": "backend_readme_stay_in_touch", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/README.md", + "source_location": "L96", + "weight": 1.0, + "_origin": "ast", + "source": "backend_readme", + "target": "backend_readme_license", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_core_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_app_module_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_swagger_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_fs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_path", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_yaml", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi_generateopenapi", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_admin_controller_admincontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_module_adminmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_admin_service_paginationquery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_admin_service_coupontargetinput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_admin_service_couponinput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_admin_service_adminservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_admin_blogs_controller_blogscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service", + "target": "backend_src_admin_blogs_service_blogsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service", + "target": "backend_src_admin_blogs_service_blogquery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller", + "target": "backend_src_admin_categories_controller_categoriescontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service", + "target": "backend_src_admin_categories_service_categoriesservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service", + "target": "backend_src_admin_categories_service_categoryquery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_dto_admin_query_dto", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_dto_product_dto", + "target": "backend_src_admin_dto_product_dto_productdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_dto_user_dto", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller", + "target": "backend_src_admin_media_controller_mediacontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service", + "target": "backend_src_admin_media_service_mediaservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller", + "target": "backend_src_admin_pets_controller_petscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_service", + "target": "backend_src_admin_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_service", + "target": "backend_src_admin_pets_service_petquery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_controller", + "target": "backend_src_admin_reports_controller_reportscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_service", + "target": "backend_src_admin_reports_service_reportsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_admin_ssl_controller_sslcontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service", + "target": "backend_src_admin_ssl_service_sslservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service", + "target": "backend_src_admin_ssl_service_sslcertinfo", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_admin_wiki_controller_wikicontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service", + "target": "backend_src_admin_wiki_service_wikiservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service", + "target": "backend_src_admin_wiki_service_wikiquery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller", + "target": "backend_src_app_controller_appcontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module", + "target": "backend_src_app_module_appmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.service.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_service", + "target": "backend_src_app_service_appservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_constants", + "target": "backend_src_auth_auth_constants_default_jwt_secret", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_constants", + "target": "backend_src_auth_auth_constants_getjwtrefreshsecret", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_constants", + "target": "backend_src_auth_auth_constants_default_jwt_refresh_secret", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_constants", + "target": "backend_src_auth_auth_constants_getjwtsecret", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_auth_controller_authcontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_module_authmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_auth_service_registerinput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_auth_service_logininput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_auth_service_adminlogininput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_auth_service_authservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_dto_admin_login_dto", + "target": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_dto_login_dto", + "target": "backend_src_auth_dto_login_dto_logindto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_dto_register_dto", + "target": "backend_src_auth_dto_register_dto_registerdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_dto_send_otp_dto", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_dto_verify_otp_dto", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_auth_guard", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_auth_jwt_strategy_jwtstrategy", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_auth_jwt_strategy_jwtpayload", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_module_b2bmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service", + "target": "backend_src_b2b_b2b_service_b2bservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service", + "target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller", + "target": "backend_src_banners_banners_controller_bannerscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_module_bannersmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service", + "target": "backend_src_banners_banners_service_bannersservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_blogs_blogs_controller_blogscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_module_blogsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_blogs_blogs_service_blogsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/dto/create-blog.dto.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_dto_create_blog_dto", + "target": "backend_src_blogs_dto_create_blog_dto_createblogdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_dto_update_blog_dto", + "target": "backend_src_blogs_dto_update_blog_dto_updateblogdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/entities/blog.entity.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_entities_blog_entity", + "target": "backend_src_blogs_entities_blog_entity_blog", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_cms_controller_cmscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_module_cmsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_cms_service_cmsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_dto_cms_dto", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_decorators_roles_decorator", + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_decorators_roles_decorator", + "target": "backend_src_common_decorators_roles_decorator_roles", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_dto_pagination_dto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_dto_pagination_dto", + "target": "backend_src_common_dto_pagination_dto_sortorder", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_http_exception_filter", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_prisma_exception_filter", + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard", + "target": "backend_src_common_guards_roles_guard_requestwithuser", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_interceptors_decimal_interceptor", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_metrics_controller", + "target": "backend_src_common_metrics_controller_metricscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_schemas_error_response_schema", + "target": "backend_src_common_schemas_error_response_schema_apierrorresponse", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_schemas_error_response_schema", + "target": "backend_src_common_schemas_error_response_schema_errordetailfield", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_schemas_paginated_response_schema", + "target": "backend_src_common_schemas_paginated_response_schema_paginatedresponse", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_schemas_paginated_response_schema", + "target": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_schemas_paginated_response_schema", + "target": "backend_src_common_schemas_paginated_response_schema_paginationmeta", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_smsconfig", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_melipayamakpattern", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_smslogquery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_melipayamakresponse", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_smsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_sendpatternsmsoptions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_sms_module", + "target": "backend_src_common_sms_module_smsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/utils/phone.utils.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_utils_phone_utils", + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller", + "target": "backend_src_contact_contact_controller_contactcontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_module_contactmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service", + "target": "backend_src_contact_contact_service_updatecontactinfoitemdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service", + "target": "backend_src_contact_contact_service_contactservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service", + "target": "backend_src_contact_contact_service_createcontactsubmissiondto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_module_doctorsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service", + "target": "backend_src_doctors_doctors_service_doctorsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service", + "target": "backend_src_doctors_doctors_service_doctorquery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/dto/create-home.dto.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_dto_create_home_dto", + "target": "backend_src_home_dto_create_home_dto_createhomedto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_dto_update_home_dto", + "target": "backend_src_home_dto_update_home_dto_updatehomedto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/entities/home.entity.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_entities_home_entity", + "target": "backend_src_home_entities_home_entity_home", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_controller", + "target": "backend_src_home_home_controller_homecontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_module_homemodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_service", + "target": "backend_src_home_home_service_homeservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/main.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_main", + "target": "backend_src_main_bootstrap", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto", + "target": "backend_src_orders_dto_create_order_dto_orderitemdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_dto_create_order_dto", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_orders_controller_validatecoupondto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_orders_controller_orderscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_module_ordersmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service", + "target": "backend_src_orders_orders_service_ordersservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_dto_admin_transaction_filter_dto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_dto_initiate_payment_dto", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_dto_verify_payment_dto", + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_payment_controller_paymentcontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_module_paymentmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_payment_service_clientmetadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_payment_service_paymentservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_zibal_service_zibalrequestresponse", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_zibal_service_zibalverifyresponse", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_zibal_service_zibalinquiryresponse", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_zibal_service_zibalservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_dto_create_health_log_dto", + "target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_dto_create_pet_dto", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_dto_create_reminder_dto", + "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_dto_update_pet_dto", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_pets_controller_petscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_module_petsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_pets_service_healthloginput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_pets_service_petsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_pets_service_reminderinput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_prescriptions_prescriptions_controller_userreqpayload", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prisma_prisma_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prisma_prisma_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_dto_get_products_dto", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller", + "target": "backend_src_products_products_controller_productscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_module_productsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service", + "target": "backend_src_products_products_service_productsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_module", + "target": "backend_src_redis_redis_module_redismodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service", + "target": "backend_src_redis_redis_service_redisservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_dto_create_review_dto", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_dto_update_review_dto", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_module_reviewsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_reviews_service_reviewsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_controller", + "target": "backend_src_seo_seo_controller_seocontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_module_seomodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_service", + "target": "backend_src_seo_seo_service_seoservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/default-ui-texts.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_default_ui_texts", + "target": "backend_src_settings_default_ui_texts_default_ui_texts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_dto_sms_log_query_dto", + "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_settings_controller_settingscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_module_settingsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_settings_service_settingsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_settings_service_canonical_aliases", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_settings_service_scientifictermdata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L82", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_dto_create_ticket_dto", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_dto_ticket_query_dto", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_module_ticketsmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_tickets_service_ticketsservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_dto_address_dto", + "target": "backend_src_users_dto_address_dto_addressdto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_dto_update_profile_dto", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller", + "target": "backend_src_users_users_controller_userscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_module_usersmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service", + "target": "backend_src_users_users_service_useraddressinput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service", + "target": "backend_src_users_users_service_usersservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_dto_create_video_dto", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_dto_create_video_dto", + "target": "backend_src_videos_dto_create_video_dto_updatevideodto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_dto_get_videos_query_dto", + "target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_videos_controller_videoscontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_module_videosmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service", + "target": "backend_src_videos_videos_service_videosservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service", + "target": "backend_src_videos_videos_service_videoquery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_dto_wholesale_apply_dto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_module_wholesalemodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_dto_create_wiki_dto", + "target": "backend_src_wiki_dto_create_wiki_dto_createwikidto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_dto_update_wiki_dto", + "target": "backend_src_wiki_dto_update_wiki_dto_updatewikidto", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/entities/wiki.entity.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_entities_wiki_entity", + "target": "backend_src_wiki_entities_wiki_entity_wiki", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_wiki_wiki_controller_wikicontroller", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_module_wikimodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_wiki_wiki_service_wikiservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_testing_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_common_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_supertest_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_app_module_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_jwt_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_client_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_http_exception_filter_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_prisma_exception_filter_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_decimal_interceptor_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_fs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_test_app_audit_verification_e2e_spec_path", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_e2e_spec_js_backend_test_app_e2e_spec", + "target": "backend_test_app_e2e_spec_testing_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_e2e_spec_js_backend_test_app_e2e_spec", + "target": "backend_test_app_e2e_spec_supertest_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_test_app_e2e_spec_js_backend_test_app_e2e_spec", + "target": "backend_test_app_e2e_spec_app_module_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig", + "target": "backend_tsconfig_compileroptions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig", + "target": "backend_tsconfig_include", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig", + "target": "backend_tsconfig_exclude", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.build.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_build", + "target": "backend_tsconfig_build_extends", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_build", + "target": "backend_tsconfig_build_exclude", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_emitdecoratormetadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_experimentaldecorators", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_target", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_sourcemap", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_outdir", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_rootdir", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_baseurl", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_incremental", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_skiplibcheck", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_strictnullchecks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_noimplicitany", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_strictbindcallapply", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_module", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_moduleresolution", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_resolvepackagejsonexports", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_esmoduleinterop", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_isolatedmodules", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_declaration", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "backend/tsconfig.json", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_removecomments", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "CLAUDE.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude", + "target": "claude_graphify", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/CLAUDE.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude_claude", + "target": "claude_claude_graphify", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_add_watch", + "target": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", + "target": "claude_skills_graphify_references_add_watch_for_watch", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", + "target": "claude_skills_graphify_references_add_watch_for_graphify_add", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_exports", + "target": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "target": "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "target": "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "target": "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "target": "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "target": "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "target": "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "target": "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/extraction-spec.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_extraction_spec", + "target": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_github_and_merge", + "target": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", + "target": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_hooks", + "target": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", + "target": "claude_skills_graphify_references_hooks_for_native_claude_md_integration", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", + "target": "claude_skills_graphify_references_hooks_for_git_commit_hook", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_query", + "target": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L186", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "target": "claude_skills_graphify_references_query_for_graphify_path", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "target": "claude_skills_graphify_references_query_step_0_constrained_query_expansion_required_before_traversal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L254", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "target": "claude_skills_graphify_references_query_for_graphify_explain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "target": "claude_skills_graphify_references_query_step_1_traversal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_transcribe", + "target": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", + "target": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_update", + "target": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L202", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "target": "claude_skills_graphify_references_update_for_cluster_only", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "target": "claude_skills_graphify_references_update_for_update_incremental_re_extraction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill", + "target": "claude_skills_graphify_skill_graphify", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_usage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_what_graphify_is_for", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L681", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_interpreter_guard_for_subcommands", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L701", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_for_update_and_cluster_only", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L707", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_for_graphify_query", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L719", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_for_graphify_add_and_watch", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L725", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L731", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_troubleshooting", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L744", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_honesty_rules", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L192", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "target": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L218", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "target": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L381", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "target": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L733", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_troubleshooting", + "target": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L129", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_2_detect_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L169", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L173", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L415", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L478", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L504", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_5_label_communities", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L553", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L573", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L579", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment", + "target": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2", + "target": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2", + "target": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f_next_js", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", + "target": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", + "target": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_\u0633\u06cc\u0633\u062a\u0645_setup_deployment", + "target": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", + "target": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", + "target": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", + "target": "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", + "target": "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", + "target": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u067e\u0631\u0648\u0698\u0647_\u062f\u0631_\u0633\u0631\u0648\u0631_\u0628\u0627_pm2", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u06f2_\u0645\u062d\u06cc\u0637_\u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646_\u0648_\u0627\u0646\u062a\u0634\u0627\u0631_production_deployment", + "target": "docs_04_setup_and_deployment_\u0630\u062e\u06cc\u0631\u0647_\u067e\u0631\u0648\u0633\u0647_\u0647\u0627_\u062a\u0627_\u067e\u0633_\u0627\u0632_\u0631\u06cc_\u0627\u0633\u062a\u0627\u0631\u062a_\u0633\u0631\u0648\u0631_\u0642\u0637\u0639_\u0646\u0634\u0648\u0646\u062f", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L78", + "weight": 1.0, + "_origin": "ast", + "source": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy", + "target": "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_05_devops_and_monitoring", + "target": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", + "target": "docs_05_devops_and_monitoring_\u06f2_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0639\u0645\u0644\u06a9\u0631\u062f_pm2_dashboard", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", + "target": "docs_05_devops_and_monitoring_\u06f3_\u0628\u0631\u0631\u0633\u06cc_\u0644\u0627\u06af_\u0647\u0627\u06cc_\u0633\u06cc\u0633\u062a\u0645_logs_management", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", + "target": "docs_05_devops_and_monitoring_\u06f4_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u062f\u06cc\u062a\u0627\u0628\u06cc\u0633_postgresql", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_05_devops_and_monitoring_\u062f\u0648\u0627\u067e\u0633_\u0648_\u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af_\u0633\u06cc\u0633\u062a\u0645_devops_monitoring", + "target": "docs_05_devops_and_monitoring_\u06f1_\u0641\u0631\u0622\u06cc\u0646\u062f_\u0627\u0633\u062a\u0642\u0631\u0627\u0631_\u062e\u0648\u062f\u06a9\u0627\u0631_ci_cd", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/06-testing.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_06_testing", + "target": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/06-testing.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "target": "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/06-testing.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "target": "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/06-testing.md", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "target": "docs_06_testing_\u06f4_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u06cc\u06a9\u067e\u0627\u0631\u0686\u06af\u06cc_\u0633\u06cc\u0633\u062a\u0645\u06cc_\u062f\u0631_frontend_e2e_frontend_playwright_cypress", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/06-testing.md", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "target": "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/06-testing.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "target": "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_00_repository_map", + "target": "docs_audit_00_repository_map_repository_map", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "target": "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "target": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "target": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_repository_structure_overview", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_mandatory_global_audit_exclusions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_important_configuration_infrastructure_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_documentation_governance", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_01_system_discovery", + "target": "docs_audit_01_system_discovery_system_discovery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_01_system_discovery_current_architecture", + "target": "docs_audit_01_system_discovery_excluded_non_auditable_artifacts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_01_system_discovery_current_architecture", + "target": "docs_audit_01_system_discovery_active_core_applications", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_01_system_discovery_system_discovery", + "target": "docs_audit_01_system_discovery_major_business_domains_discovered", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_01_system_discovery_system_discovery", + "target": "docs_audit_01_system_discovery_technical_architecture_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_01_system_discovery_system_discovery", + "target": "docs_audit_01_system_discovery_current_architecture", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_01_system_discovery_system_discovery", + "target": "docs_audit_01_system_discovery_evidence_based_status_matrix", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan", + "target": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "target": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "target": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "target": "docs_audit_02_audit_plan_subagent_execution_mode", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "target": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_1_lead_architect_orchestrator", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_3_nestjs_backend_auditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_4_admin_features_auditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_5_database_data_integrity_auditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_6_security_auditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_8_testing_reliability_auditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_10_documentation_engineer", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_03_baseline_command_plan", + "target": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "target": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "target": "docs_audit_03_baseline_command_plan_attempted_command_execution_log", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "target": "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "target": "docs_audit_03_baseline_command_plan_root_package_json_scripts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "target": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_04_open_questions", + "target": "docs_audit_04_open_questions_open_questions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_04_open_questions_open_questions", + "target": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_04_open_questions_open_questions", + "target": "docs_audit_04_open_questions_4_sms_otp_service_provider", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_04_open_questions_open_questions", + "target": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_04_open_questions_open_questions", + "target": "docs_audit_04_open_questions_2_payment_gateway_integration_provider", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit", + "target": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_title", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_affected_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_affected_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_problem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_root_cause", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_why_it_matters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L66", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_user_or_business_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_technical_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_recommended_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L78", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_alternative_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L81", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_implementation_complexity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L84", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L87", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_risks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_verification_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_testing_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L96", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_acceptance_criteria", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L99", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_notes_and_limitations", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L104", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_finding_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L116", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_completion_statement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_findings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_fe_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit", + "target": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L104", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_risks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L107", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_verification_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L110", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_testing_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L113", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_acceptance_criteria", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L116", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_notes_and_limitations", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_title", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_affected_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_affected_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_problem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_root_cause", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_why_it_matters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_user_or_business_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_technical_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L92", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_recommended_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L95", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_alternative_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_implementation_complexity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L121", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_finding_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L133", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_completion_statement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_findings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_be_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit", + "target": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_acceptance_criteria", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L104", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_notes_and_limitations", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_title", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_affected_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_affected_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_problem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_root_cause", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_why_it_matters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_user_or_business_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_technical_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_recommended_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_alternative_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_implementation_complexity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L92", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_risks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L95", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_verification_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_testing_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L109", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_finding_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L121", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_completion_statement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_findings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_adm_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit", + "target": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_finding_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L123", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_completion_statement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_findings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_db_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L100", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_testing_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_acceptance_criteria", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L106", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_notes_and_limitations", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_title", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_affected_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_affected_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_problem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_root_cause", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L70", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_why_it_matters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_user_or_business_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_technical_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L82", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_recommended_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L85", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_alternative_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L88", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_implementation_complexity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L91", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L94", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_risks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L97", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_verification_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit", + "target": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_notes_and_limitations", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_title", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_affected_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_affected_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_problem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_root_cause", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_why_it_matters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_user_or_business_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_technical_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_recommended_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_alternative_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_implementation_complexity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_risks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L92", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_verification_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L95", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_testing_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_acceptance_criteria", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L106", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_finding_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L118", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_completion_statement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_findings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_ts_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit", + "target": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L102", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_acceptance_criteria", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L105", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_notes_and_limitations", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_title", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_affected_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_affected_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_problem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L66", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_root_cause", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_why_it_matters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_user_or_business_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_technical_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L78", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L81", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_recommended_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L84", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_alternative_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L87", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_implementation_complexity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_risks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L96", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_verification_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L99", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_testing_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L110", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_finding_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L122", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_completion_statement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_findings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_test_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit", + "target": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_title", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_affected_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_affected_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_problem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_root_cause", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_why_it_matters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_user_or_business_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_technical_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L70", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_recommended_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_alternative_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_implementation_complexity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L82", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L85", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_risks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L88", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_verification_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L91", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_testing_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L94", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_acceptance_criteria", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L97", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_notes_and_limitations", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L102", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_finding_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L114", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_completion_statement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_findings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_devops_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit", + "target": "docs_audit_14_documentation_audit_documentation_audit_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_title", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_affected_application", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_affected_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_relevant_symbols_or_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_problem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_root_cause", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_why_it_matters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_user_or_business_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_technical_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_security_or_data_integrity_impact", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_recommended_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_alternative_direction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_implementation_complexity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_risks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_verification_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L92", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_testing_requirements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L95", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_acceptance_criteria", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_notes_and_limitations", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_finding_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L115", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_completion_statement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_findings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_doc_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary", + "target": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "target": "docs_audit_16_deep_audit_summary_by_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "target": "docs_audit_16_deep_audit_summary_by_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "target": "docs_audit_16_deep_audit_summary_by_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "target": "docs_audit_16_deep_audit_summary_inspected_scopes", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "target": "docs_audit_16_deep_audit_summary_executed_commands_results", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "target": "docs_audit_16_deep_audit_summary_blocked_commands_reasons", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_1_audit_overview", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_4_key_business_integration_questions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_18_compiler_diagnostic_dispositions", + "target": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", + "target": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_19_finding_verification_report", + "target": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", + "target": "docs_audit_19_finding_verification_report_2_newly_discovered_split_findings_canonical_ids", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", + "target": "docs_audit_19_finding_verification_report_1_executive_summary_verification_reconciliation_table", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_21_phase2_quality_gate_summary", + "target": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "target": "docs_audit_21_phase2_quality_gate_summary_by_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "target": "docs_audit_21_phase2_quality_gate_summary_by_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "target": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "target": "docs_audit_21_phase2_quality_gate_summary_1_executive_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "target": "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "target": "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "target": "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_24_omitted_file_inspection_report", + "target": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", + "target": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", + "target": "docs_audit_24_omitted_file_inspection_report_conclusion", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections", + "target": "docs_audit_24_omitted_file_inspection_report_key_domain_findings_from_omitted_file_audit", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report", + "target": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "target": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "target": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "target": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "target": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "target": "docs_audit_26_phase2_integrity_repair_report_by_severity", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "target": "docs_audit_26_phase2_integrity_repair_report_by_confidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", + "target": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", + "target": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", + "target": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", + "target": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure", + "target": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L149", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "target": "docs_audit_31_module_audit_closure_conclusion", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "target": "docs_audit_31_module_audit_closure_required_review_group_closures", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_1_storefront_shell_routing", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L104", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L114", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L122", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_14_unit_e2e_tests", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L131", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L139", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_7_users_addresses_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_8_pets_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_9_products_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L88", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_10_orders_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L96", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_11_settings_administrative_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_33_final_phase2_audit_closure", + "target": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "target": "docs_audit_33_final_phase2_audit_closure_2_reconciled_findings_canonical_identifier_normalization", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "target": "docs_audit_33_final_phase2_audit_closure_3_validation_integrity_verification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "target": "docs_audit_33_final_phase2_audit_closure_4_final_quality_gate_conclusion", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "target": "docs_audit_33_final_phase2_audit_closure_1_executive_summary_honest_review_tier_metrics", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_build_manifest", + "target": "docs_audit_build_manifest_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_build_manifest", + "target": "docs_audit_build_manifest_entries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_generate_classification", + "target": "docs_audit_generate_classification_lines", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_generate_classification", + "target": "docs_audit_generate_classification_classified", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_generate_evidence", + "target": "docs_audit_generate_evidence_classification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_generate_evidence", + "target": "docs_audit_generate_evidence_evidenceentries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_generate_ledger", + "target": "docs_audit_generate_ledger_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_generate_ledger", + "target": "docs_audit_generate_ledger_ledgerentries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_generate_manifest", + "target": "docs_audit_generate_manifest_evidence", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_generate_manifest", + "target": "docs_audit_generate_manifest_manifestentries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review", + "target": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L102", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L114", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L124", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L134", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_1_executive_assessment", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L78", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L92", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "target": "docs_audit_phase3_1_backlog_review_9_architecture_review", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_change_log", + "target": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", + "target": "docs_audit_phase3_1_change_log_task_modifications_log", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_1_task_auth_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_2_task_fin_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_3_decision_002", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_4_task_verify_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log", + "target": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_1_task_sec_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L109", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_10_task_verify_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_2_task_sec_002", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_3_task_sec_003", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_4_task_fin_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_5_task_build_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_6_task_auth_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_7_task_fe_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L87", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_8_task_devops_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_9_task_doc_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log", + "target": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_implementation_readiness", + "target": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", + "target": "docs_audit_phase3_2_implementation_readiness_1_executive_summary_architecture_decisions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", + "target": "docs_audit_phase3_2_implementation_readiness_2_updated_task_specifications_overview", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", + "target": "docs_audit_phase3_2_implementation_readiness_3_final_readiness_statement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_traceability_matrix", + "target": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "target": "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "target": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "target": "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_rebuild_honest_ledger", + "target": "docs_audit_rebuild_honest_ledger_mandatoryscope", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_rebuild_honest_ledger", + "target": "docs_audit_rebuild_honest_ledger_evidencelist", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_rebuild_honest_ledger", + "target": "docs_audit_rebuild_honest_ledger_mandatorymap", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_rebuild_honest_ledger", + "target": "docs_audit_rebuild_honest_ledger_ledger", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_sync_honest_manifest", + "target": "docs_audit_sync_honest_manifest_ledger", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_sync_honest_manifest", + "target": "docs_audit_sync_honest_manifest_manifest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_sync_manifest", + "target": "docs_audit_sync_manifest_ledger", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_sync_manifest", + "target": "docs_audit_sync_manifest_manifestentries", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_evidence_grade", + "target": "docs_audit_validate_evidence_grade_validationoutput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_evidence_grade", + "target": "docs_audit_validate_evidence_grade_errors", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_evidence_grade", + "target": "docs_audit_validate_evidence_grade_warnings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_evidence_grade", + "target": "docs_audit_validate_evidence_grade_activefiles", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_dispsum", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_invalidnewids", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_manifest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_uninspected", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_trackedfiles", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_report", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_verifiedindex", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_errors", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_warnings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "docs/README.md", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "docs_readme", + "target": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_name", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_devdependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_private", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_version", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_type", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_scripts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_tanstack_react_query", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_axios", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_lucide_react", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_react", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_react_dom", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_react_hot_toast", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_react_router_dom", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_recharts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_vite", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_zustand", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_eslint_js", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_types_node", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_types_react", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_types_react_dom", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_autoprefixer", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_eslint", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_globals", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_postcss", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_tailwindcss", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_typescript", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_typescript_eslint", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_scripts", + "target": "frontend_admin_panel_package_scripts_preview", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_scripts", + "target": "frontend_admin_panel_package_scripts_dev", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_scripts", + "target": "frontend_admin_panel_package_scripts_build", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_package_scripts", + "target": "frontend_admin_panel_package_scripts_lint", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme", + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install", + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L127", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L131", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme", + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L110", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L91", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", + "target": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L158", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L85", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_readme", + "target": "frontend_admin_panel_readme_react_typescript_vite", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_readme_react_typescript_vite", + "target": "frontend_admin_panel_readme_react_compiler", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_readme_react_typescript_vite", + "target": "frontend_admin_panel_readme_expanding_the_eslint_configuration", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_app", + "target": "frontend_admin_panel_src_app_app", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_app", + "target": "frontend_admin_panel_src_app_suspensefallback", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_layout_layout", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_props", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_state", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_components_sidebar_submenuitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_components_sidebar_menugroup", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_components_sidebar_sidebarprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_components_sidebar_sidebar", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_components_topbar_searchable_pages", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_components_topbar_topbar", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_components_topbar_topbarprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_badge", + "target": "frontend_admin_panel_src_components_ui_badge_variantstyles", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_badge", + "target": "frontend_admin_panel_src_components_ui_badge_badge", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_badge", + "target": "frontend_admin_panel_src_components_ui_badge_badgevariant", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_badge", + "target": "frontend_admin_panel_src_components_ui_badge_badgeprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_confirmmodal", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_confirmmodal", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_formfield", + "target": "frontend_admin_panel_src_components_ui_formfield_formfield", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_formfield", + "target": "frontend_admin_panel_src_components_ui_formfield_formfieldprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_iconpickermodal", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_iconpickermodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_iconpickermodal", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_icon_registry", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_iconpickermodal", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_iconpickermodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_input", + "target": "frontend_admin_panel_src_components_ui_input_inputprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_input", + "target": "frontend_admin_panel_src_components_ui_input_input", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_mediaselector_media", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_mediaselector_getfiletype", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_pagination", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_pagination", + "target": "frontend_admin_panel_src_components_ui_pagination_paginationprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinputprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_richtexteditor", + "target": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditorprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_richtexteditor", + "target": "frontend_admin_panel_src_components_ui_richtexteditor_colors", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_richtexteditor", + "target": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_select", + "target": "frontend_admin_panel_src_components_ui_select_selectprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_select", + "target": "frontend_admin_panel_src_components_ui_select_select", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_select", + "target": "frontend_admin_panel_src_components_ui_select_selectoption", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_skeleton", + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_spinner", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_textarea", + "target": "frontend_admin_panel_src_components_ui_textarea_textareaprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_textarea", + "target": "frontend_admin_panel_src_components_ui_textarea_textarea", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_toggleswitch", + "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_ui_toggleswitch", + "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_pages_blogs_blogpost", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_pages_blogs_blogs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_pages_categories_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_pages_categories_categories", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_pages_cms_vettestimonial", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_pages_cms_cms", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_pages_cms_herobanner", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_coupontarget", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_coupon", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L250", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_couponmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L259", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_couponmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_couponformdata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_coupons", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_pages_dashboard_dashboarddata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_pages_dashboard_dashboard", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_pages_dashboard_categorydist", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_pages_doctorsmanager_doctorsmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_pages_doctorsmanager_doctor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_pages_login_login", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_pages_media_media", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_pages_media_getfiletype", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_pages_media_mediamanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_order_status_map", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L112", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_getpaymentstatusbadge", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L129", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_getshippingmethodlabel", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L141", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L155", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_topersiandigits", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L161", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_orders", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_orderitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_paymenttx", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_order", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_pages_paymentgatewayspage_paymentgatewayspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_pages_pets_pets", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_pages_pets_pet", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_pages_products_category", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_pages_products_product", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_pages_products_products", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_colors", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_customtooltipprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_customtooltip", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_categorydistitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_bestselleritem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_topcouponitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_reportdata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_reports", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_pages_reviews_productreview", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_pages_reviews_topersiandigits", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_pages_reviews_reviews", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_pages_settings_settings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_pages_shippingsettingspage_shippingsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_patternitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_smslogitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_smslogstats", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L84", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_topersiandigits", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_pages_tickets_ticketmessage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_pages_tickets_ticket", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_pages_tickets_tickets", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_pages_transactions_transaction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_pages_transactions_stats", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_pages_transactions_gatewayhealth", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_pages_transactions_transactions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L197", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_v1_group_page_map", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L208", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_sectionfield", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L216", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_pagesection", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L224", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_appsitepage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L233", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_createseosection", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L270", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_site_pages", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_v1_page_tabs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_v1_groups", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L647", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_shared_header_fields", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L661", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_shared_footer_fields", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L674", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_uitexts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_pages_users_userrecord", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_pages_users_users", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_pages_videos_doctoroption", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_pages_videos_videos", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_pages_videos_video", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_pages_wiki_productitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_pages_wiki_wiki", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_pages_wiki_wikiterm", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_dashboard", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_users", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_products", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_orders", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_coupons", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_settings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_reports", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_categories", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_blogs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_wiki", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_pets", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_uitexts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_media", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_cms", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_videos", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_paymentgatewayspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_shippingsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_smssettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_transactions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_tickets", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_reviews", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_doctorsmanager", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_router", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_apierrorpayload", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_failedqueue", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_processqueue", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_store_adminauthstore", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_adminuser", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_ingredient", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L124", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_prescription", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_authstate", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L151", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_b2binquiry", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L166", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_partneraccount", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L178", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_seosettings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L186", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_financialsettings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L194", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_systemsettings", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L202", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_product", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_sendotppayload", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_verifyotppayload", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_adminloginpayload", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_useraddress", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_petsummary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L70", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_banner", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_smartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L97", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_testimonial", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/utils/lazyWithRetry.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_utils_lazywithretry", + "target": "frontend_admin_panel_src_utils_lazywithretry_lazywithretry", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig", + "target": "frontend_admin_panel_tsconfig_files", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig", + "target": "frontend_admin_panel_tsconfig_references", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app", + "target": "frontend_admin_panel_tsconfig_app_compileroptions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app", + "target": "frontend_admin_panel_tsconfig_app_include", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_noemit", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_jsx", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_target", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_module", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_types", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node", + "target": "frontend_admin_panel_tsconfig_node_compileroptions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node", + "target": "frontend_admin_panel_tsconfig_node_include", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_noemit", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_target", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_lib", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_module", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_types", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_about_page", + "target": "frontend_application_app_about_page_aboutpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_about_page", + "target": "frontend_application_app_about_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_page", + "target": "frontend_application_app_blog_page_getblogs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_page", + "target": "frontend_application_app_blog_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_page", + "target": "frontend_application_app_blog_page_blog", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_app_blog_slug_page_revalidate", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_app_blog_slug_page_generatemetadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_app_blog_slug_page_blogpostpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_app_blog_slug_page_getblog", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_app_catalog_catalogclient_catalogclient", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_app_catalog_page_catalogpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_app_catalog_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_checkout_page", + "target": "frontend_application_app_checkout_page_checkout", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_checkout_success_id_page", + "target": "frontend_application_app_checkout_success_id_page_successpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_app_clientlayout_clientlayout", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_contact_page", + "target": "frontend_application_app_contact_page_contactpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_contact_page", + "target": "frontend_application_app_contact_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_dashboard_page", + "target": "frontend_application_app_dashboard_page_dashboardpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_error", + "target": "frontend_application_app_error_errorboundary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_app_homeclient_homeclientprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_homeclient", + "target": "frontend_application_app_homeclient_homeclient", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L112", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_layout", + "target": "frontend_application_app_layout_rootlayout", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_layout", + "target": "frontend_application_app_layout_generatemetadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_loading", + "target": "frontend_application_app_loading_globalloading", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_not_found", + "target": "frontend_application_app_not_found_notfound", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_page", + "target": "frontend_application_app_page_gethomedata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_page", + "target": "frontend_application_app_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_page", + "target": "frontend_application_app_page_home", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_app_payment_verify_page_verifycontent", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L319", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_app_payment_verify_page_paymentverifypage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_privacy_page", + "target": "frontend_application_app_privacy_page_privacypage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_privacy_page", + "target": "frontend_application_app_privacy_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_profile_page", + "target": "frontend_application_app_profile_page_profilepage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/robots.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_robots", + "target": "frontend_application_app_robots_robots", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_search_page", + "target": "frontend_application_app_search_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_search_page", + "target": "frontend_application_app_search_page_searchpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_page", + "target": "frontend_application_app_shop_page_shop", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_page", + "target": "frontend_application_app_shop_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_app_shop_slug_page_shopproductpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_app_shop_slug_page_generatemetadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_sitemap", + "target": "frontend_application_app_sitemap_sitemap", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_track_page", + "target": "frontend_application_app_track_page_trackpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_app_trust_seals_page_trustsealspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_app_trust_seals_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_videos_page", + "target": "frontend_application_app_videos_page_videos", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_app_wiki_page_wikipage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_app_wiki_page_metadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_wiki_slug_page", + "target": "frontend_application_app_wiki_slug_page_generatemetadata", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_wiki_slug_page", + "target": "frontend_application_app_wiki_slug_page_wikitermpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_app_wiki_slug_page", + "target": "frontend_application_app_wiki_slug_page_getwikiterm", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_components_addressmodal_addressmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_components_addressmodal_addressmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L227", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_archivepage_archivepage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_archivepage_icon_map", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_archivepage_category_map", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_archivepage_archiveproductcard", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_components_authmodal_authmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_components_authmodal_extractotpfromtext", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_authmodal", + "target": "frontend_application_components_authmodal_authmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_components_b2bportal_b2bportal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_backbutton", + "target": "frontend_application_components_backbutton_backbutton", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_backbutton", + "target": "frontend_application_components_backbutton_backbuttonprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_components_bannerplacement_bannerplacement", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_components_bannerplacement_bannerplacementprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_blogpage", + "target": "frontend_application_components_blogpage_blogpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_blogpage", + "target": "frontend_application_components_blogpage_blogpost", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_brandlogo", + "target": "frontend_application_components_brandlogo_brandlogo", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_brandlogo", + "target": "frontend_application_components_brandlogo_brandlogoprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_cartdrawer_cartdrawer", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_categorymeta", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_getformbadge", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_components_catalog_productdetailmodal_productdetailmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_checkoutpage_checkoutpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_contactformclient", + "target": "frontend_application_components_contactformclient_contactformclient", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_contactformclient", + "target": "frontend_application_components_contactformclient_contactinfoitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_deleteconfirmmodal", + "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_deleteconfirmmodal", + "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_enamadbadge", + "target": "frontend_application_components_enamadbadge_enamadbadge", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorboundary", + "target": "frontend_application_components_errorboundary_state", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorboundary", + "target": "frontend_application_components_errorboundary_props", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorpages", + "target": "frontend_application_components_errorpages_servererrorpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorpages", + "target": "frontend_application_components_errorpages_notfoundpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L139", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_featuredproducts_featuredproducts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_featuredproducts_productcard", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_footer", + "target": "frontend_application_components_footer_footer", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_header_menu_icons", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_header", + "target": "frontend_application_components_header_header", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_components_headerbutton_headerbutton", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_components_headerbutton_headerbuttonprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero", + "target": "frontend_application_components_hero_statcounter", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_hero", + "target": "frontend_application_components_hero_hero", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_components_ingredientwiki_ingredient_match_keywords", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_components_ingredientwiki_formatingredientdisplayname", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_components_ingredientwiki_ingredientwiki", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_components_loginmodal_loginmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_components_loginmodal_loginmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_components_maintenancepage_maintenancepage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_networkbanner", + "target": "frontend_application_components_networkbanner_networkbanner", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_components_ordersuccess_ordersuccess", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_ordertracking", + "target": "frontend_application_components_ordertracking_ordertracking", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_petprofile_petprofile", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_podcastinlineplayer", + "target": "frontend_application_components_podcastinlineplayer_podcastinlineplayerprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_podcastinlineplayer", + "target": "frontend_application_components_podcastinlineplayer_playback_rates", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_podcastinlineplayer", + "target": "frontend_application_components_podcastinlineplayer_podcastinlineplayer", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_podcastplayermodal", + "target": "frontend_application_components_podcastplayermodal_podcastplayermodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_podcastplayermodal", + "target": "frontend_application_components_podcastplayermodal_playback_rates", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_podcastplayermodal", + "target": "frontend_application_components_podcastplayermodal_podcastplayermodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productpage_icon_map", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productpage_calculatorstate", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productpage_usecalculatorstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productpage_productpage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productreviews", + "target": "frontend_application_components_productreviews_reviewitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productreviews", + "target": "frontend_application_components_productreviews_productreviewsprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_productreviews", + "target": "frontend_application_components_productreviews_productreviews", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_safeimage", + "target": "frontend_application_components_safeimage_safeimage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_safeimage", + "target": "frontend_application_components_safeimage_safeimageprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchableselect", + "target": "frontend_application_components_searchableselect_searchableselect", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchableselect", + "target": "frontend_application_components_searchableselect_searchableselectprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_components_searchresultspage_searchresultspage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_productcardskeleton", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_skeletonprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_petprofileskeleton", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L70", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_orderrowskeleton", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_skeleton", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_components_smartadvisor_smartadvisorprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_components_smartadvisor_current_symptoms", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_components_smartadvisor_medical_histories", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_components_smartadvisor_smartadvisor", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_components_testimonialssection_testimonialssection", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_components_testimonialssection_testimonial", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_components_tests_cartdrawer_test_mockproduct", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_components_tests_featuredproducts_test_mockproducts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tickerbanner", + "target": "frontend_application_components_tickerbanner_tickerbanner", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tooltip", + "target": "frontend_application_components_tooltip_tooltip", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_tooltip", + "target": "frontend_application_components_tooltip_tooltipprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_components_topupmodal_topupmodalprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_components_topupmodal_preset_amounts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_components_topupmodal_topupmodal", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_userdashboard_userdashboard", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_vetgallery_testimonialitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_vetgallery_fallback_videos", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_vetgallery_displayvideoitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_vetgallery_vetgallery", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videomodalplayer", + "target": "frontend_application_components_videomodalplayer_videomodalplayerprops", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videomodalplayer", + "target": "frontend_application_components_videomodalplayer_playback_rates", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videomodalplayer", + "target": "frontend_application_components_videomodalplayer_videomodalplayer", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_videospage", + "target": "frontend_application_components_videospage_videospage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/eslint.config.mjs", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_eslint_config", + "target": "frontend_application_eslint_config_eslintconfig", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_products", + "target": "frontend_application_lib_data_products_specialist", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_products", + "target": "frontend_application_lib_data_products_ingredientinfo", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_products", + "target": "frontend_application_lib_data_products_dosageresult", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_products", + "target": "frontend_application_lib_data_products_faq", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_products", + "target": "frontend_application_lib_data_products_product", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L383", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_products", + "target": "frontend_application_lib_data_products_products", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_products", + "target": "frontend_application_lib_data_products_pettype", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_products", + "target": "frontend_application_lib_data_products_ingredients_wiki", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_provinces", + "target": "frontend_application_lib_data_provinces_iran_provinces", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_provinces", + "target": "frontend_application_lib_data_provinces_province_cities", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_scientificterms", + "target": "frontend_application_lib_data_scientificterms_scientificterm", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_data_scientificterms", + "target": "frontend_application_lib_data_scientificterms_scientific_terms", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_hooks_usenetworkstatus", + "target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_api", + "target": "frontend_application_lib_services_api_baseurl", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_api", + "target": "frontend_application_lib_services_api_base_domain", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_api", + "target": "frontend_application_lib_services_api_apierrorpayload", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_api", + "target": "frontend_application_lib_services_api_api", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_api", + "target": "frontend_application_lib_services_api_getbaseurl", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L157", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice", + "target": "frontend_application_lib_services_authservice_authservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice", + "target": "frontend_application_lib_services_authservice_authresponse", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice", + "target": "frontend_application_lib_services_authservice_apierr", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice", + "target": "frontend_application_lib_services_authservice_user", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice", + "target": "frontend_application_lib_services_orderservice_order", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice", + "target": "frontend_application_lib_services_orderservice_apierr", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice", + "target": "frontend_application_lib_services_orderservice_orderitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L96", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_services_productservice_backendproduct", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L338", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_services_productservice_productservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_services_productservice_category_slug_to_name", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_ticketservice", + "target": "frontend_application_lib_services_ticketservice_ticket", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_ticketservice", + "target": "frontend_application_lib_services_ticketservice_ticketmessage", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_ticketservice", + "target": "frontend_application_lib_services_ticketservice_createticketpayload", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_ticketservice", + "target": "frontend_application_lib_services_ticketservice_ticketservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_videoservice", + "target": "frontend_application_lib_services_videoservice_videoservice", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_videoservice", + "target": "frontend_application_lib_services_videoservice_video", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_store_cartstore_order", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_store_cartstore_cartstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_store_cartstore_cartitem", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_settingsstore", + "target": "frontend_application_lib_store_settingsstore_settingsstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_settingsstore", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_settingsstore", + "target": "frontend_application_lib_store_settingsstore_scientificterm", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_store_tests_cartstore_test_mockproduct", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_uistore", + "target": "frontend_application_lib_store_uistore_useuistore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_uistore", + "target": "frontend_application_lib_store_uistore_uistate", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_usepetstore_healthlog", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_usepetstore_petconsumption", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_usepetstore_petprofile", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_usepetstore_petstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_usepetstore_reminder", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_userstore_userrole", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_userstore_address", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_userstore_transaction", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_userstore_userprofile", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_userstore_userstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_userstore_useuserstore", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_banner", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L102", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_homeapiresponse", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L109", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_navigationtarget", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_navigationhandler", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_smartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_testimonial", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_ingredient", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_prescription", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_b2binquiry", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L82", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_partneraccount", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L94", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_types", + "target": "frontend_application_lib_types_dosageconfig", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_utils", + "target": "frontend_application_lib_utils_topersian", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_utils", + "target": "frontend_application_lib_utils_cn", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_utils", + "target": "frontend_application_lib_utils_toenglishdigits", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/next.config.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_next_config", + "target": "frontend_application_next_config_nextconfig", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/next.config.ts", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_next_config", + "target": "frontend_application_next_config_securityheaders", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package", + "target": "frontend_application_package_dependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package", + "target": "frontend_application_package_name", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package", + "target": "frontend_application_package_devdependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package", + "target": "frontend_application_package_version", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package", + "target": "frontend_application_package_private", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package", + "target": "frontend_application_package_scripts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_dependencies", + "target": "frontend_application_package_dependencies_axios", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_dependencies", + "target": "frontend_application_package_dependencies_lucide_react", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_dependencies", + "target": "frontend_application_package_dependencies_motion", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_dependencies", + "target": "frontend_application_package_dependencies_next", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_dependencies", + "target": "frontend_application_package_dependencies_react", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_dependencies", + "target": "frontend_application_package_dependencies_react_dom", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_dependencies", + "target": "frontend_application_package_dependencies_sonner", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_dependencies", + "target": "frontend_application_package_dependencies_zustand", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_tailwindcss_postcss", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_testing_library_jest_dom", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_testing_library_react", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_types_node", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_types_react", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_types_react_dom", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_vitejs_plugin_react", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_eslint", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_eslint_config_next", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_jsdom", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_tailwindcss", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_typescript", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_devdependencies", + "target": "frontend_application_package_devdependencies_vitest", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_scripts", + "target": "frontend_application_package_scripts_dev", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_scripts", + "target": "frontend_application_package_scripts_build", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_scripts", + "target": "frontend_application_package_scripts_start", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/package.json", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_package_scripts", + "target": "frontend_application_package_scripts_lint", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/postcss.config.mjs", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_postcss_config", + "target": "frontend_application_postcss_config_config", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme", + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install", + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L127", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L131", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u062f\u0631_\u0635\u0641\u062d\u0627\u062a_\u0648\u0628", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "target": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_\u0637\u0631\u06cc\u0642\u0647_\u0627\u0633\u062a\u0641\u0627\u062f\u0647_\u0627\u0632_\u0646\u0633\u062e\u0647_\u0645\u062a\u063a\u06cc\u0631_variable", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/README.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_readme", + "target": "frontend_application_readme_learn_more", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/README.md", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_readme", + "target": "frontend_application_readme_getting_started", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/README.md", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_readme", + "target": "frontend_application_readme_deploy_on_vercel", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig", + "target": "frontend_application_tsconfig_compileroptions", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig", + "target": "frontend_application_tsconfig_include", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig", + "target": "frontend_application_tsconfig_exclude", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_module", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_moduleresolution", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_resolvejsonmodule", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_isolatedmodules", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_jsx", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_incremental", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_plugins", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_paths", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_target", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_lib", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_allowjs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_skiplibcheck", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_strict", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_noemit", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_tsconfig_compileroptions", + "target": "frontend_application_tsconfig_compileroptions_esmoduleinterop", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "frontend/application/vitest.setup.ts", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_vitest_setup", + "target": "frontend_application_vitest_setup_mockintersectionobserver", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "gitea_scripts_with_vpn", + "target": "gitea_scripts_with_vpn_sh__entry", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "package", + "target": "package_devdependencies", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "package", + "target": "package_name", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "package", + "target": "package_version", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "package", + "target": "package_private", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "package", + "target": "package_scripts", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "package_devdependencies", + "target": "package_devdependencies_concurrently", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_dev", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_build_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_build_frontend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_build_admin", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_build", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_start", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_install_all", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_dev_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_dev_frontend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "package.json", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "package_scripts", + "target": "package_scripts_dev_admin", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/backup_db.sh", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_backup_db", + "target": "scripts_backup_db_sh__entry", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/deploy.sh", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_deploy", + "target": "scripts_deploy_sh__entry", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/open-browsers.js", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_open_browsers", + "target": "scripts_open_browsers_exec", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/open-browsers.js", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_open_browsers", + "target": "scripts_open_browsers_openurl", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/open-browsers.js", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_open_browsers", + "target": "scripts_open_browsers_http", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/open-browsers.js", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_open_browsers", + "target": "scripts_open_browsers_checkandopen", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/open-browsers.js", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_open_browsers", + "target": "scripts_open_browsers_urls", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/start-dev.js", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_start_dev", + "target": "scripts_start_dev_spawn_execsync", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/start-dev.js", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_start_dev", + "target": "scripts_start_dev_waitforbackend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/start-dev.js", + "source_location": "L2", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_start_dev", + "target": "scripts_start_dev_http", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/start-dev.js", + "source_location": "L3", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_start_dev", + "target": "scripts_start_dev_fs", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/start-dev.js", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_start_dev", + "target": "scripts_start_dev_backend", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/start-dev.js", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_start_dev", + "target": "scripts_start_dev_path", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "scripts/start-dev.js", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_start_dev", + "target": "scripts_start_dev_distmainpath", + "confidence_score": 1.0 + }, + { + "relation": "contains", + "confidence": "EXTRACTED", + "source_file": "start.sh", + "source_location": "L1", + "weight": 1.0, + "_origin": "ast", + "source": "start", + "target": "start_sh__entry", + "confidence_score": 1.0 + }, + { + "relation": "defines", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "gitea_scripts_with_vpn", + "target": "gitea_scripts_with_vpn_log", + "confidence_score": 1.0 + }, + { + "relation": "defines", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "gitea_scripts_with_vpn", + "target": "gitea_scripts_with_vpn_vpn_is_up", + "confidence_score": 1.0 + }, + { + "relation": "defines", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "gitea_scripts_with_vpn", + "target": "gitea_scripts_with_vpn_start_vpn", + "confidence_score": 1.0 + }, + { + "relation": "defines", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "gitea_scripts_with_vpn", + "target": "gitea_scripts_with_vpn_stop_vpn", + "confidence_score": 1.0 + }, + { + "relation": "defines", + "confidence": "EXTRACTED", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "gitea_scripts_with_vpn", + "target": "gitea_scripts_with_vpn_cleanup", + "confidence_score": 1.0 + }, + { + "relation": "defines", + "confidence": "EXTRACTED", + "source_file": "scripts/deploy.sh", + "source_location": "L4", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_deploy", + "target": "scripts_deploy_docker_buildkit", + "confidence_score": 1.0 + }, + { + "relation": "defines", + "confidence": "EXTRACTED", + "source_file": "scripts/deploy.sh", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "scripts_deploy", + "target": "scripts_deploy_compose_docker_cli_build", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_b2bmanager", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_bannersmanager", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_blogs", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_categories", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_cms", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_contactsubmissions", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_coupons", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_dashboard", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_doctorsmanager", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_financialsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_ingredientsmanager", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_media", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_orders", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_paymentgatewayspage", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_pets", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_prescriptionsmanager", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_products", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_reports", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_reviews", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_seosettingspage", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_settings", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_shippingsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_smartadvisormanager", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_smssettingspage", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_sslsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_systemsettingspage", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_testimonialsmanager", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_tickets", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_transactions", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_uitexts", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_users", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_videos", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_wholesaleapplications", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "_origin": "ast", + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_wiki", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/B2BPortal.tsx", + "_origin": "ast", + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "dynamic_import", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "_origin": "ast", + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_lib_services_api", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L121", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getproducts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L128", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_createproduct", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L145", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L155", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getorders", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L162", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L180", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L187", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L194", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L201", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L211", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L218", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L225", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L241", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L258", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L265", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getsettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L272", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getusers", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_createuser", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updateuser", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L97", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L100", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getusers", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L161", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getuserdetails", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L175", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_createuser", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L218", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updateuser", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L279", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updateuserrole", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L286", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_deleteuser", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L309", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getproducts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L397", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_createproduct", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L457", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updateproduct", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L535", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_deleteproduct", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L541", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getorders", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getdashboardstats", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L599", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updateorderstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L618", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getcoupons", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L649", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_createcoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L676", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updatecoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L706", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_togglecoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L713", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_deletecoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L719", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getsettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L727", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updatesettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L764", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getpets", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L814", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getdoctors", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L820", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_createdoctor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L830", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updatedoctor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L843", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_deletedoctor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L847", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_adjustuserwallet", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_getblogs", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_createblog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_updateblog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_deleteblog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L66", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_getcategories", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_createcategory", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_updatecategory", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_deletecategory", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L66", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_getallmedia", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_uploadfile", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_deletemedia", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_deletemanymedia", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L92", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_updatemedia", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_petscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_petscontroller_getpets", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_petscontroller_deletepet", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_service_petsservice", + "target": "backend_src_admin_pets_service_petsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_service_petsservice", + "target": "backend_src_admin_pets_service_petsservice_getpets", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_pets_service_petsservice", + "target": "backend_src_admin_pets_service_petsservice_deletepet", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_reportscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_reportscontroller_getreports", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_service_reportsservice", + "target": "backend_src_admin_reports_service_reportsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_service_reportsservice", + "target": "backend_src_admin_reports_service_reportsservice_getdashboardreports", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L113", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_updatecertificates", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L177", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_getcertpath", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_getkeypath", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_toshamsi", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_getstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_getterms", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_createterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_updateterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_deleteterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller_appcontroller", + "target": "backend_src_app_controller_appcontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.controller.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller_appcontroller", + "target": "backend_src_app_controller_appcontroller_gethello", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L84", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module_appmodule", + "target": "backend_src_app_module_appmodule_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.module.ts", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module_appmodule", + "target": "backend_src_app_module_appmodule_configure", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/app.service.ts", + "source_location": "L5", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_service_appservice", + "target": "backend_src_app_service_appservice_gethello", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L107", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_refresh", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L120", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_logout", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_sendotp", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_register", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L88", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_login", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L97", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L126", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_verifyotp", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L167", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_register", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L222", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_login", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L263", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_adminlogin", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L319", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_refresh", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_sendotp", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy_jwtstrategy", + "target": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy_jwtstrategy", + "target": "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_createinquiry", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_findallinquiries", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L95", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_reorder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_blogscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_blogsservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_blogsservice_findonebyslug", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_blogsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L110", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L82", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L95", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_getherobanners", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_createherobanner", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_updateherobanner", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_deleteherobanner", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_getvettestimonials", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_createvettestimonial", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_updatevettestimonial", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_deletevettestimonial", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L82", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L117", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L91", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard_rolesguard", + "target": "backend_src_common_guards_roles_guard_rolesguard_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_guards_roles_guard_rolesguard", + "target": "backend_src_common_guards_roles_guard_rolesguard_canactivate", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L11", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "backend_src_common_metrics_controller_metricscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1015", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendsms", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L123", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_postasmx", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L159", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_recordlog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L191", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_getsmslogs", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L248", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_deletesmslog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L255", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_clearallsmslogs", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L262", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L300", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_getcredit", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L370", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_getpatterns", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L477", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_addpattern", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L556", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_editpattern", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L611", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L639", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L679", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L807", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_testsms", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L932", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendotp", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L945", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L964", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L981", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L997", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L125", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_getallsubmissions", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L148", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L159", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_submitcontactform", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_getcontactinfo", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L95", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller", + "target": "backend_src_home_home_controller_homecontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller", + "target": "backend_src_home_home_controller_homecontroller_gethomedata", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_service_homeservice", + "target": "backend_src_home_home_service_homeservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_service_homeservice", + "target": "backend_src_home_home_service_homeservice_gethomedata", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L110", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L196", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L208", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L85", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L101", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_validatecoupon", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L322", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_updatestatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L353", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_findallbyuser", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L386", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L400", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L430", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L452", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_retrypayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L144", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L169", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L199", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L210", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L219", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L230", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L239", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L250", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L262", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L277", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L139", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L227", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L540", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L635", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_gettransaction", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L685", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactions", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L798", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L845", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L899", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_adminmanualverify", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L962", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_adminmanualreject", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L988", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L130", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getbackendurl", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L156", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_requestpayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L211", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getstarturl", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L218", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_verifypayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L260", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L304", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_checkhealth", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L364", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L387", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getgatewayname", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L192", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L223", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L253", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L259", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_addreminder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L269", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L285", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L109", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_findallbyuser", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L150", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L161", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L191", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L198", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_addreminder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L211", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_togglereminder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L260", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_addhealthlog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_findalladmin", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L28", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L51", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L71", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L108", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L125", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L94", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prisma_prisma_service_prismaservice", + "target": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prisma_prisma_service_prismaservice", + "target": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L94", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prisma_prisma_service_prismaservice", + "target": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_getactivefilters", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L128", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L177", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_getactivefilters", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L212", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_getnavigationfilters", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L247", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_getdosageconfig", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L258", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_updatedosageconfig", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_onmoduledestroy", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_set", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_get", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_del", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_incr", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_ttl", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_onmoduleinit", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L104", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L133", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_createreview", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L203", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L231", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_deletereview", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L12", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_seocontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_service_seoservice", + "target": "backend_src_seo_seo_service_seoservice_getproductschema", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L6", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_service_seoservice", + "target": "backend_src_seo_seo_service_seoservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_service_seoservice", + "target": "backend_src_seo_seo_service_seoservice_getsitemapurls", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L102", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L123", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L130", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L139", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L149", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L158", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L168", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L177", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L187", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L196", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L205", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L214", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_testsms", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L229", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L238", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L253", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L265", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L274", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L283", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L65", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L80", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L86", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L96", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L114", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_onmoduleinit", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L123", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L150", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getuitexts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L195", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updateuitext", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L227", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L236", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L292", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L338", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getscientificterms", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L342", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_upsertscientificterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L363", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_deletescientificterm", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L369", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L403", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L442", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getsmssettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L446", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getsmscredit", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L450", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updatesmssettings", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L459", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_testsms", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L463", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getpatterns", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L467", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_addpattern", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L471", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_editpattern", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L475", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L479", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_deletesmslog", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L483", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L7", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L42", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L98", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L100", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L142", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L207", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L279", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_createticket", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_getusertickets", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_updateprofile", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L131", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_addaddress", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L159", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_updateaddress", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L179", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_deleteaddress", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L198", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L223", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_topupwallet", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_getprofile", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L125", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L210", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_addaddress", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L232", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_updateaddress", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L258", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_deleteaddress", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L264", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_setdefaultaddress", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_findbyid", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L275", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_topupwallet", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L299", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_findbyphone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L105", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_remove", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L15", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L17", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L75", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_create", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_update", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L14", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L9", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L19", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L24", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service_wikiservice", + "target": "backend_src_wiki_wiki_service_wikiservice_findall", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service_wikiservice", + "target": "backend_src_wiki_wiki_service_wikiservice_findonebykey", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L8", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wiki_wiki_service_wikiservice", + "target": "backend_src_wiki_wiki_service_wikiservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L22", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_getderivedstatefromerror", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_componentdidcatch", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_handlereload", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_handlegohome", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_render", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L18", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_componentdidcatch", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_handleretry", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_render", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_login", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L121", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_getprofile", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L138", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_updateprofile", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L152", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_logout", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_getinstance", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_sendotp", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_verifyotp", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L85", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_register", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_getinstance", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_createorder", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L70", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_getuserorders", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L84", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_getorderbyid", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L216", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getproducts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L248", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L258", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L268", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L298", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getactivefilters", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L312", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getnavigationfilters", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L327", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getbanners", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L74", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_constructor", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getinstance", + "confidence_score": 1.0 + }, + { + "relation": "method", + "confidence": "EXTRACTED", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L248", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_health_logs", + "target": "backend_prisma_migrations_20260526145407_init_migration_pets", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L257", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_order_items", + "target": "backend_prisma_migrations_20260526145407_init_migration_orders", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L260", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_order_items", + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L251", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_orders", + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L254", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_orders", + "target": "backend_prisma_migrations_20260526145407_init_migration_coupons", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L236", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_pet_medical_conditions", + "target": "backend_prisma_migrations_20260526145407_init_migration_pets", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L233", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_pets", + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L227", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_product_ingredients", + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L230", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_product_symptoms", + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L245", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_reminder_completions", + "target": "backend_prisma_migrations_20260526145407_init_migration_reminders", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L239", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_reminders", + "target": "backend_prisma_migrations_20260526145407_init_migration_pets", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L242", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_reminders", + "target": "backend_prisma_migrations_20260526145407_init_migration_products", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L221", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_user_addresses", + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "backend/prisma/migrations/20260526145407_init/migration.sql", + "source_location": "L224", + "weight": 1.0, + "_origin": "ast", + "source": "backend_prisma_migrations_20260526145407_init_migration_wallet_transactions", + "target": "backend_prisma_migrations_20260526145407_init_migration_users", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "docs/README.md", + "source_location": "L20", + "weight": 1.0, + "_origin": "ast", + "source": "docs_readme", + "target": "docs_04_setup_and_deployment", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "docs/README.md", + "source_location": "L23", + "weight": 1.0, + "_origin": "ast", + "source": "docs_readme", + "target": "docs_05_devops_and_monitoring", + "confidence_score": 1.0 + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "source_file": "docs/README.md", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "docs_readme", + "target": "docs_06_testing", + "confidence_score": 1.0 + }, + { + "relation": "indirect_call", + "confidence": "INFERRED", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "context": "argument", + "source": "frontend_application_components_header_header", + "target": "frontend_application_components_header_header_handleclickoutside", + "confidence_score": 0.5 + }, + { + "relation": "indirect_call", + "confidence": "INFERRED", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "context": "argument", + "source": "frontend_application_components_podcastinlineplayer_podcastinlineplayer", + "target": "frontend_application_components_podcastinlineplayer_podcastinlineplayer_handleclickoutside", + "confidence_score": 0.5 + }, + { + "relation": "indirect_call", + "confidence": "INFERRED", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "context": "argument", + "source": "frontend_application_components_podcastplayermodal_podcastplayermodal", + "target": "frontend_application_components_podcastplayermodal_podcastplayermodal_handleclickoutside", + "confidence_score": 0.5 + }, + { + "relation": "indirect_call", + "confidence": "INFERRED", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "context": "argument", + "source": "frontend_application_components_videomodalplayer_videomodalplayer", + "target": "frontend_application_components_videomodalplayer_videomodalplayer_handleclickoutside", + "confidence_score": 0.5 + }, + { + "relation": "indirect_call", + "confidence": "INFERRED", + "source_file": "scripts/start-dev.js", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "context": "argument", + "source": "scripts_start_dev_waitforbackend", + "target": "scripts_start_dev_waitforbackend_check", + "confidence_score": 0.5 + }, + { + "relation": "indirect_call", + "context": "collection", + "confidence": "INFERRED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L182", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_status", + "confidence_score": 0.5 + }, + { + "relation": "indirect_call", + "context": "collection", + "confidence": "INFERRED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L183", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_progress", + "confidence_score": 0.5 + }, + { + "relation": "indirect_call", + "context": "collection", + "confidence": "INFERRED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L184", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_next_task", + "confidence_score": 0.5 + }, + { + "relation": "indirect_call", + "context": "collection", + "confidence": "INFERRED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L185", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_unblock", + "confidence_score": 0.5 + }, + { + "relation": "indirect_call", + "context": "collection", + "confidence": "INFERRED", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L186", + "weight": 1.0, + "_origin": "ast", + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_reset", + "confidence_score": 0.5 + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_service_adminservice_adjustuserwallet" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L188", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_service_adminservice_createcoupon" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L235", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "target": "backend_src_admin_admin_service_adminservice_createdoctor" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L129", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_admin_service_adminservice_createproduct" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_admin_service_adminservice_createuser" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L212", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "target": "backend_src_admin_admin_service_adminservice_deletecoupon" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L259", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "target": "backend_src_admin_admin_service_adminservice_deletedoctor" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L146", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "target": "backend_src_admin_admin_service_adminservice_deleteproduct" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L81", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "target": "backend_src_admin_admin_service_adminservice_deleteuser" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L181", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_service_adminservice_getcoupons" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "target": "backend_src_admin_admin_service_adminservice_getdashboardstats" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L219", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "target": "backend_src_admin_admin_service_adminservice_getdoctors" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L156", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_service_adminservice_getorders" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L122", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_service_adminservice_getproducts" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L266", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getsettings", + "target": "backend_src_admin_admin_service_adminservice_getsettings" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "target": "backend_src_admin_admin_service_adminservice_getuserdetails" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_service_adminservice_getusers" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L205", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_service_adminservice_togglecoupon" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L195", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_service_adminservice_updatecoupon" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L252", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_service_adminservice_updatedoctor" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L167", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_service_adminservice_updateorderstatus" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L136", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_service_adminservice_updateproduct" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L273", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "target": "backend_src_admin_admin_service_adminservice_updatesettings" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L70", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_service_adminservice_updateuser" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L91", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_service_adminservice_updateuserrole" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_admin_service_adminservice_getdashboardstats", + "target": "backend_src_redis_redis_service_redisservice_get" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "target": "backend_src_admin_categories_service_categoriesservice_createcategory" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "target": "backend_src_admin_categories_service_categoriesservice_deletecategory" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L43", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "target": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_service_categoriesservice_getcategories" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_service_categoriesservice_updatecategory" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_service_mediaservice_deletemanymedia" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_service_mediaservice_deletemedia" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "target": "backend_src_admin_media_service_mediaservice_getallmedia" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_service_mediaservice_updatemedia" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_service_mediaservice_uploadfile" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L16", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_reports_controller_reportscontroller_getreports", + "target": "backend_src_admin_reports_service_reportsservice_getdashboardreports" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "target": "backend_src_admin_ssl_service_sslservice_getstatus" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L102", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "target": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "target": "backend_src_admin_ssl_service_sslservice_updatecertificates" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L91", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_service_sslservice_updatecertificates" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/app.controller.ts", + "source_location": "L10", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_controller_appcontroller_gethello", + "target": "backend_src_app_service_appservice_gethello" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/app.module.ts", + "source_location": "L104", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_app_module_appmodule_configure", + "target": "backend_src_redis_redis_service_redisservice_incr" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_common_services_sms_service_smsservice_sendotp" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L107", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_redis_redis_service_redisservice_del" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_redis_redis_service_redisservice_get" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L52", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_redis_redis_service_redisservice_ttl" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_redis_redis_service_redisservice_incr" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L130", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_verifyotp", + "target": "backend_src_redis_redis_service_redisservice_get" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L139", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_auth_service_authservice_verifyotp", + "target": "backend_src_redis_redis_service_redisservice_del" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L30", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "target": "backend_src_users_users_service_usersservice_findbyid" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "target": "backend_src_b2b_b2b_service_b2bservice_createinquiry" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L78", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_service_b2bservice_findallinquiries" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L87", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L66", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L57", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_service_bannersservice_create" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L27", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_findall", + "target": "backend_src_banners_banners_service_bannersservice_findall" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L63", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_service_bannersservice_remove" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L45", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_service_bannersservice_reorder" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_service_bannersservice_update" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_cms_service_cmsservice_createherobanner" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L96", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_cms_service_cmsservice_createvettestimonial" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "target": "backend_src_cms_cms_service_cmsservice_deleteherobanner" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L111", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "target": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "target": "backend_src_cms_cms_service_cmsservice_deletevettestimonial" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L34", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "target": "backend_src_cms_cms_service_cmsservice_getherobanners" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "target": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L62", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "target": "backend_src_cms_cms_service_cmsservice_getvettestimonials" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_service_cmsservice_updateherobanner" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L105", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L77", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_service_cmsservice_updatevettestimonial" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_contact_contact_service_contactservice_getallsubmissions" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L36", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "target": "backend_src_contact_contact_service_contactservice_getcontactinfo" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "target": "backend_src_contact_contact_service_contactservice_submitcontactform" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L83", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L61", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_contact_contact_service_contactservice_submitcontactform", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L39", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_service_doctorsservice_create" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_doctors_service_doctorsservice_findall" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L31", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "target": "backend_src_doctors_doctors_service_doctorsservice_findone" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L58", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_service_doctorsservice_remove" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_service_doctorsservice_update" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L25", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_home_home_controller_homecontroller_gethomedata", + "target": "backend_src_home_home_service_homeservice_gethomedata" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_create" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findall" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findone" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_remove" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_update" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L89", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_service_ordersservice_create" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L147", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_service_ordersservice_findallbyuser" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L209", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_findone", + "target": "backend_src_orders_orders_service_ordersservice_findone" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L201", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_service_ordersservice_retrypayment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L114", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_service_ordersservice_validatecoupon" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L417", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "target": "backend_src_common_services_sms_service_smsservice_sendsms" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L260", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_create", + "target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L518", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_retrypayment", + "target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L345", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_orders_orders_service_ordersservice_updatestatus", + "target": "backend_src_common_services_sms_service_smsservice_sendshippingnotification" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L220", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L211", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactions" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L278", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L200", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "target": "backend_src_payment_payment_service_paymentservice_gettransaction" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L104", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L113", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L186", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_service_paymentservice_initiateorderpayment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L81", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_service_paymentservice_initiatewallettopup" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L240", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_service_paymentservice_adminliveinquiry" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L266", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_service_paymentservice_adminmanualreject" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L254", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_service_paymentservice_adminmanualverify" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L231", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L155", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L859", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "target": "backend_src_payment_zibal_service_zibalservice_inquirypayment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L862", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L865", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L989", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth", + "target": "backend_src_payment_zibal_service_zibalservice_checkhealth" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L119", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "target": "backend_src_payment_zibal_service_zibalservice_getstarturl" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L59", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "target": "backend_src_payment_zibal_service_zibalservice_getbackendurl" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "target": "backend_src_payment_zibal_service_zibalservice_requestpayment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L155", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "target": "backend_src_payment_zibal_service_zibalservice_getbackendurl" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L183", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "target": "backend_src_payment_zibal_service_zibalservice_requestpayment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L186", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L214", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "target": "backend_src_payment_zibal_service_zibalservice_getstarturl" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L571", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "target": "backend_src_payment_zibal_service_zibalservice_inquirypayment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L593", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L292", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L324", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "target": "backend_src_payment_zibal_service_zibalservice_verifypayment" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L328", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L500", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L76", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L154", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "target": "backend_src_common_services_sms_service_smsservice_sendsms" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L32", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_products_service_productsservice_findall" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L73", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_findone", + "target": "backend_src_products_products_service_productsservice_findone" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L40", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getactivefilters", + "target": "backend_src_products_products_service_productsservice_getactivefilters" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "target": "backend_src_products_products_service_productsservice_getdosageconfig" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L48", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "target": "backend_src_products_products_service_productsservice_getnavigationfilters" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L67", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_service_productsservice_updatedosageconfig" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L37", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_service_reviewsservice_createreview" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L105", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_service_reviewsservice_deletereview" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L50", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L93", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L21", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "target": "backend_src_seo_seo_service_seoservice_getproductschema" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L13", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "target": "backend_src_seo_seo_service_seoservice_getsitemapurls" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L243", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_service_settingsservice_addpattern" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L284", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_service_settingsservice_clearallsmslogs" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L124", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_service_settingsservice_deletescientificterm" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L275", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_service_settingsservice_deletesmslog" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L254", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_service_settingsservice_editpattern" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L87", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L150", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L230", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_service_settingsservice_getpatterns" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L103", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "target": "backend_src_settings_settings_service_settingsservice_getscientificterms" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L131", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L197", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_service_settingsservice_getsmscredit" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L266", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_service_settingsservice_getsmslogs" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L188", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_service_settingsservice_getsmssettings" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L169", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L38", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "target": "backend_src_settings_settings_service_settingsservice_getuitexts" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L72", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_service_settingsservice_updateuitext" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L81", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_service_settingsservice_updateuitext" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L219", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_service_settingsservice_testsms" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L97", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L159", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L140", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L206", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_service_settingsservice_updatesmssettings" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L178", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L115", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_service_settingsservice_upsertscientificterm" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L468", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_addpattern", + "target": "backend_src_common_services_sms_service_smsservice_addpattern" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L484", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", + "target": "backend_src_common_services_sms_service_smsservice_clearallsmslogs" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L480", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_deletesmslog", + "target": "backend_src_common_services_sms_service_smsservice_deletesmslog" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L472", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_editpattern", + "target": "backend_src_common_services_sms_service_smsservice_editpattern" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L464", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_getpatterns", + "target": "backend_src_common_services_sms_service_smsservice_getpatterns" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L447", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_getsmscredit", + "target": "backend_src_common_services_sms_service_smsservice_getcredit" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L476", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "target": "backend_src_common_services_sms_service_smsservice_getsmslogs" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L443", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_getsmssettings", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L460", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_settings_settings_service_settingsservice_testsms", + "target": "backend_src_common_services_sms_service_smsservice_testsms" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L56", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L47", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_create" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L26", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_findall" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L53", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_remove" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_update" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L46", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_service_ticketsservice_createticket" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L90", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L54", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_service_ticketsservice_getusertickets" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L66", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L79", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_service_ticketsservice_replytoticket" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L102", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L135", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_service_usersservice_addaddress" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L183", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_service_usersservice_deleteaddress" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L69", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_service_usersservice_findbyid" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L202", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_service_usersservice_setdefaultaddress" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L231", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_service_usersservice_topupwallet" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L164", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_service_usersservice_updateaddress" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L107", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_service_usersservice_update" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L49", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_service_videosservice_create" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L35", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_service_videosservice_findall" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L41", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_findone", + "target": "backend_src_videos_videos_service_videosservice_findone" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L68", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_service_videosservice_remove" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L60", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_service_videosservice_update" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L33", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L55", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L44", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L64", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest" + }, + { + "relation": "calls", + "context": "call", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L29", + "weight": 1.0, + "_origin": "ast", + "source": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms" + }, + { + "relation": "conceptually_related_to", + "confidence": "EXTRACTED", + "confidence_score": 0.95, + "source_file": "README.md", + "_origin": "semantic", + "source": "readme_smartadvisor", + "target": "database_schema_products" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/MASTER-TASK-BACKLOG.md", + "_origin": "semantic", + "source": "docs_audit_master_task_backlog", + "target": "docs_audit_adr_auth_001" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3-execution-plan.md", + "_origin": "semantic", + "source": "docs_audit_phase3_execution_plan", + "target": "docs_audit_master_task_backlog" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md", + "_origin": "semantic", + "source": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", + "target": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md", + "_origin": "semantic", + "source": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", + "target": "vazir_font" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", + "_origin": "semantic", + "source": "frontend_application_public_fonts_vazirmatn_v33_003_readme", + "target": "dejavu_sans" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", + "_origin": "semantic", + "source": "frontend_application_public_fonts_vazirmatn_v33_003_readme", + "target": "frontend_application_public_fonts_vazirmatn_v33_003_authors" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", + "_origin": "semantic", + "source": "frontend_application_public_fonts_vazirmatn_v33_003_readme", + "target": "frontend_application_public_fonts_vazirmatn_v33_003_ofl" + }, + { + "relation": "references", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", + "_origin": "semantic", + "source": "frontend_application_public_fonts_vazirmatn_v33_003_readme", + "target": "roboto_font" + }, + { + "relation": "conceptually_related_to", + "confidence": "INFERRED", + "confidence_score": 0.75, + "rationale": "Represents a user entity as defined in the user guide.", + "source_file": "backend/uploads/1781288429353-508765350.jpg", + "_origin": "semantic", + "source": "backend_uploads_1781288429353_508765350", + "target": "docs_02_user_guide_roles" + }, + { + "relation": "conceptually_related_to", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png", + "_origin": "semantic", + "source": "image_pharma_lab", + "target": "frontend_application_agents" + }, + { + "relation": "references", + "confidence": "INFERRED", + "confidence_score": 0.8, + "source_file": "docker-compose.yml", + "_origin": "semantic", + "source": "docker_backend_prod", + "target": "database_schema_users" + }, + { + "relation": "conceptually_related_to", + "confidence": "INFERRED", + "confidence_score": 0.9, + "source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md", + "_origin": "semantic", + "source": "docs_audit_frontend_integration_requirements", + "target": "docs_audit_cross_boundary_dependencies" + }, + { + "relation": "conceptually_related_to", + "confidence": "INFERRED", + "confidence_score": 0.95, + "rationale": "Both documents identify critical integration and security flaws in the authentication system.", + "source_file": "docs/audit/05-architectural-audit.md", + "_origin": "semantic", + "source": "docs_audit_05_architectural_audit_findings", + "target": "docs_audit_10_security_audit_findings" + } + ], + "hyperedges": [ + { + "id": "rastikerdar_font_ecosystem", + "label": "Rastikerdar Font Ecosystem", + "nodes": [ + "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", + "frontend_application_public_fonts_vazirmatn_v33_003_readme", + "vazir_font" + ], + "relation": "participate_in", + "confidence": "EXTRACTED", + "confidence_score": 0.95, + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md" + }, + { + "id": "canina_deployment_stack", + "label": "Canina Deployment Stack", + "nodes": [ + "scripts_compose_prod", + "scripts_compose_stage" + ], + "relation": "form", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/compose.prod.yml" + } + ], + "built_at_commit": "47437883dd3c1df54c0aec171b46b1146944e3da" +} \ No newline at end of file diff --git a/graphify-out/2026-08-19/manifest.json b/graphify-out/2026-08-19/manifest.json new file mode 100644 index 0000000..bdd0728 --- /dev/null +++ b/graphify-out/2026-08-19/manifest.json @@ -0,0 +1,3362 @@ +{ + ".ai_agency/orchestrate.py": { + "mtime": 1785148022.0726626, + "seen": 1787127730.3296363, + "ast_hash": "43b4b40901868f1bdfd470cf58f40760", + "semantic_hash": "43b4b40901868f1bdfd470cf58f40760" + }, + ".gitea/scripts/with-vpn.sh": { + "mtime": 1786799852.1263163, + "seen": 1787127730.3296363, + "ast_hash": "451f307a9e42d2240949e7bf39de6667", + "semantic_hash": "451f307a9e42d2240949e7bf39de6667" + }, + "backend/eslint.config.mjs": { + "mtime": 1787073059.1053617, + "seen": 1787127730.3296363, + "ast_hash": "54fb00fe78776d07db9dae804aced0d1", + "semantic_hash": "" + }, + "backend/nest-cli.json": { + "mtime": 1787072106.3705614, + "seen": 1787127730.3296363, + "ast_hash": "718a59f7d90dbf49fdda2843d72172c4", + "semantic_hash": "" + }, + "backend/package.json": { + "mtime": 1787073059.106942, + "seen": 1787127730.3296363, + "ast_hash": "18117f74ce9fe545a09c56d500d06dba", + "semantic_hash": "" + }, + "backend/prisma/migrations/20260526145407_init/migration.sql": { + "mtime": 1783764561.6120076, + "seen": 1787127730.3296363, + "ast_hash": "12a9a675c12bc5ff2d2c3164f803f0ad", + "semantic_hash": "12a9a675c12bc5ff2d2c3164f803f0ad" + }, + "backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql": { + "mtime": 1783764561.6134257, + "seen": 1787127730.3296363, + "ast_hash": "50977e705726df3fb0f30bd1d3af101b", + "semantic_hash": "50977e705726df3fb0f30bd1d3af101b" + }, + "backend/prisma/scientificTerms.ts": { + "mtime": 1785325924.6348126, + "seen": 1787127730.3296363, + "ast_hash": "4c449cfeea573afd27cdfd1cdc72d4f3", + "semantic_hash": "4c449cfeea573afd27cdfd1cdc72d4f3" + }, + "backend/prisma/seed-blogs.ts": { + "mtime": 1786885876.777374, + "seen": 1787127730.3296363, + "ast_hash": "be491715958e8f9473913bdfe9cf5638", + "semantic_hash": "be491715958e8f9473913bdfe9cf5638" + }, + "backend/prisma/seed-custom.ts": { + "mtime": 1786799852.144902, + "seen": 1787127730.3296363, + "ast_hash": "23cefb1ea3fc60be141520fd50e3f9f9", + "semantic_hash": "23cefb1ea3fc60be141520fd50e3f9f9" + }, + "backend/prisma/seed-home.ts": { + "mtime": 1786885876.779371, + "seen": 1787127730.3296363, + "ast_hash": "3fd438d66d0b1174b885a9065e43b569", + "semantic_hash": "3fd438d66d0b1174b885a9065e43b569" + }, + "backend/prisma/seed-products.ts": { + "mtime": 1787127616.6346579, + "seen": 1787127730.3296363, + "ast_hash": "62ab15adef06163ac0d7c93efa357e66", + "semantic_hash": "" + }, + "backend/prisma/seed-ui-texts.ts": { + "mtime": 1787127630.3165169, + "seen": 1787127730.3296363, + "ast_hash": "7ff151f7d60dd6cd3358909be5a2f90e", + "semantic_hash": "" + }, + "backend/prisma/seed-wiki.ts": { + "mtime": 1786961195.297596, + "seen": 1787127730.3296363, + "ast_hash": "4734726498e97501b3f8c6c8bc022bb8", + "semantic_hash": "4734726498e97501b3f8c6c8bc022bb8" + }, + "backend/prisma/seed.ts": { + "mtime": 1787127597.1158662, + "seen": 1787127730.3296363, + "ast_hash": "7e9527a378a7a25a0a673c80a420739f", + "semantic_hash": "" + }, + "backend/prisma/tsconfig.seed.json": { + "mtime": 1786955870.751259, + "seen": 1787127730.3296363, + "ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27", + "semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27" + }, + "backend/scripts/generate-openapi.ts": { + "mtime": 1786799852.1563904, + "seen": 1787127730.3296363, + "ast_hash": "d218cbaae6150ad3a35c162c1a3c02a3", + "semantic_hash": "d218cbaae6150ad3a35c162c1a3c02a3" + }, + "backend/src/admin/admin.controller.spec.ts": { + "mtime": 1786799852.1573997, + "seen": 1787127730.3296363, + "ast_hash": "05370741c60e581754191c00baf87596", + "semantic_hash": "05370741c60e581754191c00baf87596" + }, + "backend/src/admin/admin.controller.ts": { + "mtime": 1787072106.3750591, + "seen": 1787127730.3296363, + "ast_hash": "460af97f528c89c4064a9a5b9931e316", + "semantic_hash": "" + }, + "backend/src/admin/admin.module.ts": { + "mtime": 1786877667.0050085, + "seen": 1787127730.3296363, + "ast_hash": "2c08f0bdcbeb87979024730e39c7a6ce", + "semantic_hash": "2c08f0bdcbeb87979024730e39c7a6ce" + }, + "backend/src/admin/admin.service.spec.ts": { + "mtime": 1786799852.1629112, + "seen": 1787127730.3296363, + "ast_hash": "0c0360ca02380ad75b9e551cffe11a96", + "semantic_hash": "0c0360ca02380ad75b9e551cffe11a96" + }, + "backend/src/admin/admin.service.ts": { + "mtime": 1787072106.3788414, + "seen": 1787127730.3296363, + "ast_hash": "cb96c3df8ea572ceeb891b4a1de8787e", + "semantic_hash": "" + }, + "backend/src/admin/blogs.controller.ts": { + "mtime": 1786799852.1701918, + "seen": 1787127730.3296363, + "ast_hash": "27d72d1d471239afaba45fe45429b8ee", + "semantic_hash": "27d72d1d471239afaba45fe45429b8ee" + }, + "backend/src/admin/blogs.service.ts": { + "mtime": 1786799852.171191, + "seen": 1787127730.3296363, + "ast_hash": "1b9fa7006c8ebfa19f2f34f7790a235a", + "semantic_hash": "1b9fa7006c8ebfa19f2f34f7790a235a" + }, + "backend/src/admin/categories.controller.ts": { + "mtime": 1786799852.1741924, + "seen": 1787127730.3296363, + "ast_hash": "e6322c19042382028966e6eb8dce7c62", + "semantic_hash": "e6322c19042382028966e6eb8dce7c62" + }, + "backend/src/admin/categories.service.ts": { + "mtime": 1786799852.1751943, + "seen": 1787127730.3296363, + "ast_hash": "7c6b626454aa53d5a3458b5ca738a97c", + "semantic_hash": "7c6b626454aa53d5a3458b5ca738a97c" + }, + "backend/src/admin/dto/admin-query.dto.ts": { + "mtime": 1786799852.1787064, + "seen": 1787127730.3296363, + "ast_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9", + "semantic_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9" + }, + "backend/src/admin/media.controller.ts": { + "mtime": 1786876983.6488664, + "seen": 1787127730.3296363, + "ast_hash": "02fa16bdaf1363f117f7200f590b13c4", + "semantic_hash": "02fa16bdaf1363f117f7200f590b13c4" + }, + "backend/src/admin/media.service.ts": { + "mtime": 1786876983.6515346, + "seen": 1787127730.3296363, + "ast_hash": "96b4035f21c6c0a662585ed950cd6107", + "semantic_hash": "96b4035f21c6c0a662585ed950cd6107" + }, + "backend/src/admin/pets.controller.ts": { + "mtime": 1786799852.1862173, + "seen": 1787127730.3296363, + "ast_hash": "8734d47651b112f7f1682f629dc4c7b1", + "semantic_hash": "8734d47651b112f7f1682f629dc4c7b1" + }, + "backend/src/admin/pets.service.ts": { + "mtime": 1786954681.814243, + "seen": 1787127730.3296363, + "ast_hash": "67ef020c49eb8334a2bac643941678ac", + "semantic_hash": "67ef020c49eb8334a2bac643941678ac" + }, + "backend/src/admin/reports.controller.ts": { + "mtime": 1783764561.642147, + "seen": 1787127730.3296363, + "ast_hash": "bf74156968541f38f105fa01454b312a", + "semantic_hash": "bf74156968541f38f105fa01454b312a" + }, + "backend/src/admin/reports.service.ts": { + "mtime": 1786799852.189731, + "seen": 1787127730.3296363, + "ast_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4", + "semantic_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4" + }, + "backend/src/admin/wiki.controller.ts": { + "mtime": 1786799852.1917324, + "seen": 1787127730.3296363, + "ast_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1", + "semantic_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1" + }, + "backend/src/admin/wiki.service.ts": { + "mtime": 1786799852.193324, + "seen": 1787127730.3296363, + "ast_hash": "ed627a21f3b767e9855511afefa5273c", + "semantic_hash": "ed627a21f3b767e9855511afefa5273c" + }, + "backend/src/app.controller.spec.ts": { + "mtime": 1783764561.6448398, + "seen": 1787127730.3296363, + "ast_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf", + "semantic_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf" + }, + "backend/src/app.controller.ts": { + "mtime": 1783764561.645849, + "seen": 1787127730.3296363, + "ast_hash": "3ab0e83b7d93b85ea489ab994ec79ea1", + "semantic_hash": "3ab0e83b7d93b85ea489ab994ec79ea1" + }, + "backend/src/app.module.ts": { + "mtime": 1786971396.0243194, + "seen": 1787127730.3296363, + "ast_hash": "48539a9f88b9c31ab924a4e2a7e1c827", + "semantic_hash": "" + }, + "backend/src/app.service.ts": { + "mtime": 1783764561.6488404, + "seen": 1787127730.3296363, + "ast_hash": "cd3fb7836f10de08a725ee1fd4ab36fe", + "semantic_hash": "cd3fb7836f10de08a725ee1fd4ab36fe" + }, + "backend/src/auth/auth.controller.spec.ts": { + "mtime": 1785327951.179468, + "seen": 1787127730.3296363, + "ast_hash": "7531d00aaa85a80f27e175071ce21c89", + "semantic_hash": "7531d00aaa85a80f27e175071ce21c89" + }, + "backend/src/auth/auth.controller.ts": { + "mtime": 1787072106.3874893, + "seen": 1787127730.3296363, + "ast_hash": "2011eeea42d5b79ff317ff9b283bf00c", + "semantic_hash": "" + }, + "backend/src/auth/auth.module.ts": { + "mtime": 1787072106.3885016, + "seen": 1787127730.3296363, + "ast_hash": "3bd9f559e5d43ee9c8cae151954c8356", + "semantic_hash": "" + }, + "backend/src/auth/auth.service.spec.ts": { + "mtime": 1786799852.2018433, + "seen": 1787127730.3296363, + "ast_hash": "a67a2c622e438a8bbc4014657abc0558", + "semantic_hash": "a67a2c622e438a8bbc4014657abc0558" + }, + "backend/src/auth/auth.service.ts": { + "mtime": 1787127466.538783, + "seen": 1787127730.3296363, + "ast_hash": "b38c558251bdbadb7ab1b5f690c5c387", + "semantic_hash": "" + }, + "backend/src/auth/dto/admin-login.dto.ts": { + "mtime": 1787127488.734389, + "seen": 1787127730.3296363, + "ast_hash": "c1a7d3d5babba82ff11b04ae7dcaabca", + "semantic_hash": "" + }, + "backend/src/auth/dto/login.dto.ts": { + "mtime": 1783764561.659109, + "seen": 1787127730.3296363, + "ast_hash": "9941767ad430851531a9f049c2b65ed5", + "semantic_hash": "9941767ad430851531a9f049c2b65ed5" + }, + "backend/src/auth/dto/register.dto.ts": { + "mtime": 1785327951.186477, + "seen": 1787127730.3296363, + "ast_hash": "6165fdad9219dee4390732a7f6504e4a", + "semantic_hash": "6165fdad9219dee4390732a7f6504e4a" + }, + "backend/src/auth/dto/send-otp.dto.ts": { + "mtime": 1783764561.6611066, + "seen": 1787127730.3296363, + "ast_hash": "a99015984cd1320cbd36719809f69d3b", + "semantic_hash": "a99015984cd1320cbd36719809f69d3b" + }, + "backend/src/auth/dto/verify-otp.dto.ts": { + "mtime": 1783764561.662112, + "seen": 1787127730.3296363, + "ast_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032", + "semantic_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032" + }, + "backend/src/auth/jwt-auth.guard.ts": { + "mtime": 1786799852.2058628, + "seen": 1787127730.3296363, + "ast_hash": "f98f32eaf66499355a5e61632ac82aa5", + "semantic_hash": "f98f32eaf66499355a5e61632ac82aa5" + }, + "backend/src/auth/jwt.strategy.ts": { + "mtime": 1786883225.7943432, + "seen": 1787127730.3296363, + "ast_hash": "f815b9f719678a154ebf50090b801c62", + "semantic_hash": "f815b9f719678a154ebf50090b801c62" + }, + "backend/src/auth/roles.decorator.ts": { + "mtime": 1786799852.2083795, + "seen": 1787127730.3296363, + "ast_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541", + "semantic_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541" + }, + "backend/src/auth/roles.guard.ts": { + "mtime": 1786799852.2090034, + "seen": 1787127730.3296363, + "ast_hash": "10b31496903f54383d35b90a55c3e84a", + "semantic_hash": "10b31496903f54383d35b90a55c3e84a" + }, + "backend/src/b2b/b2b.controller.ts": { + "mtime": 1786799852.2120132, + "seen": 1787127730.3296363, + "ast_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823", + "semantic_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823" + }, + "backend/src/b2b/b2b.module.ts": { + "mtime": 1786799852.2120132, + "seen": 1787127730.3296363, + "ast_hash": "b1777d0004a54e8f89328879a20aa171", + "semantic_hash": "b1777d0004a54e8f89328879a20aa171" + }, + "backend/src/b2b/b2b.service.ts": { + "mtime": 1786799852.2140093, + "seen": 1787127730.3296363, + "ast_hash": "d025e172746789d44802755b8bb441bf", + "semantic_hash": "d025e172746789d44802755b8bb441bf" + }, + "backend/src/banners/banners.controller.ts": { + "mtime": 1786799852.2150102, + "seen": 1787127730.3296363, + "ast_hash": "30e1fba8ef3e98e127cf400aac0f71e8", + "semantic_hash": "30e1fba8ef3e98e127cf400aac0f71e8" + }, + "backend/src/banners/banners.module.ts": { + "mtime": 1786799852.2160103, + "seen": 1787127730.3296363, + "ast_hash": "3dca61f7cf64dfb5f827469c7f14c655", + "semantic_hash": "3dca61f7cf64dfb5f827469c7f14c655" + }, + "backend/src/banners/banners.service.ts": { + "mtime": 1786799852.2160103, + "seen": 1787127730.3296363, + "ast_hash": "777061ff84dc642fee69803ce9ac2de9", + "semantic_hash": "777061ff84dc642fee69803ce9ac2de9" + }, + "backend/src/blogs/blogs.controller.ts": { + "mtime": 1786799852.21801, + "seen": 1787127730.3296363, + "ast_hash": "bf17d5731c6a433e3f119a001462dca6", + "semantic_hash": "bf17d5731c6a433e3f119a001462dca6" + }, + "backend/src/blogs/blogs.module.ts": { + "mtime": 1783764561.665678, + "seen": 1787127730.3296363, + "ast_hash": "3fc38d55e03319844c6c8cbb3017364b", + "semantic_hash": "3fc38d55e03319844c6c8cbb3017364b" + }, + "backend/src/blogs/blogs.service.ts": { + "mtime": 1786799852.21901, + "seen": 1787127730.3296363, + "ast_hash": "f5b5232ac11a40796b37224fe7de8454", + "semantic_hash": "f5b5232ac11a40796b37224fe7de8454" + }, + "backend/src/blogs/dto/create-blog.dto.ts": { + "mtime": 1783764561.671557, + "seen": 1787127730.3296363, + "ast_hash": "a1938b347011dd71bfd99801b7453305", + "semantic_hash": "a1938b347011dd71bfd99801b7453305" + }, + "backend/src/blogs/dto/update-blog.dto.ts": { + "mtime": 1783764561.6737125, + "seen": 1787127730.3296363, + "ast_hash": "15612098d2a3cac84249518465104370", + "semantic_hash": "15612098d2a3cac84249518465104370" + }, + "backend/src/blogs/entities/blog.entity.ts": { + "mtime": 1783764561.675101, + "seen": 1787127730.3296363, + "ast_hash": "7fadae161e6d38110bdc8ce71f9f1bdd", + "semantic_hash": "7fadae161e6d38110bdc8ce71f9f1bdd" + }, + "backend/src/cms/cms.controller.ts": { + "mtime": 1785327951.196913, + "seen": 1787127730.3296363, + "ast_hash": "72482ba30a017f8ed1ef26b423eb83d1", + "semantic_hash": "72482ba30a017f8ed1ef26b423eb83d1" + }, + "backend/src/cms/cms.module.ts": { + "mtime": 1785148022.206298, + "seen": 1787127730.3296363, + "ast_hash": "831ca7e3ee288322e05ddeeb1b02229d", + "semantic_hash": "831ca7e3ee288322e05ddeeb1b02229d" + }, + "backend/src/cms/cms.service.ts": { + "mtime": 1785327951.1979403, + "seen": 1787127730.3296363, + "ast_hash": "f9da5085411e9fe60ab0c35fb852ef56", + "semantic_hash": "f9da5085411e9fe60ab0c35fb852ef56" + }, + "backend/src/cms/dto/cms.dto.ts": { + "mtime": 1785327951.1999955, + "seen": 1787127730.3296363, + "ast_hash": "b91b502820b503e4ca63dd36028608d5", + "semantic_hash": "b91b502820b503e4ca63dd36028608d5" + }, + "backend/src/common/decorators/roles.decorator.ts": { + "mtime": 1786799852.2205224, + "seen": 1787127730.3296363, + "ast_hash": "155f61ea03e3ef7d3d5e2fee554f8428", + "semantic_hash": "155f61ea03e3ef7d3d5e2fee554f8428" + }, + "backend/src/common/dto/pagination.dto.ts": { + "mtime": 1785327951.201989, + "seen": 1787127730.3296363, + "ast_hash": "6e66fdace411feba9d947fe0f678c900", + "semantic_hash": "6e66fdace411feba9d947fe0f678c900" + }, + "backend/src/common/filters/http-exception.filter.ts": { + "mtime": 1787072106.3930762, + "seen": 1787127730.3296363, + "ast_hash": "a52a58a4b2b8439d0de4e7714931a6fc", + "semantic_hash": "" + }, + "backend/src/common/filters/prisma-exception.filter.ts": { + "mtime": 1785330913.1437092, + "seen": 1787127730.3296363, + "ast_hash": "ab7ab9b4007e538b6451777dbca63d23", + "semantic_hash": "ab7ab9b4007e538b6451777dbca63d23" + }, + "backend/src/common/guards/roles.guard.spec.ts": { + "mtime": 1786799852.2255569, + "seen": 1787127730.3296363, + "ast_hash": "0ee2661808205a0bb03a45d4cbca4472", + "semantic_hash": "0ee2661808205a0bb03a45d4cbca4472" + }, + "backend/src/common/guards/roles.guard.ts": { + "mtime": 1786799852.2265651, + "seen": 1787127730.3296363, + "ast_hash": "72eadcd106153ccaad697234d8c0d281", + "semantic_hash": "72eadcd106153ccaad697234d8c0d281" + }, + "backend/src/common/interceptors/decimal.interceptor.spec.ts": { + "mtime": 1786799852.2275658, + "seen": 1787127730.3296363, + "ast_hash": "bbf53de234b9963923c3163a10cd8e17", + "semantic_hash": "bbf53de234b9963923c3163a10cd8e17" + }, + "backend/src/common/interceptors/decimal.interceptor.ts": { + "mtime": 1786799852.2275658, + "seen": 1787127730.3296363, + "ast_hash": "71f8f0bfa748a8cbeb5f4627f972261d", + "semantic_hash": "71f8f0bfa748a8cbeb5f4627f972261d" + }, + "backend/src/common/metrics.controller.ts": { + "mtime": 1786799852.229073, + "seen": 1787127730.3296363, + "ast_hash": "6380f2c18000ac46235e7adde60329dc", + "semantic_hash": "6380f2c18000ac46235e7adde60329dc" + }, + "backend/src/common/schemas/error-response.schema.ts": { + "mtime": 1785330913.1447015, + "seen": 1787127730.3296363, + "ast_hash": "e2d4a690aa006a63ad617d2c21c7d11d", + "semantic_hash": "e2d4a690aa006a63ad617d2c21c7d11d" + }, + "backend/src/common/schemas/paginated-response.schema.ts": { + "mtime": 1786799852.2300823, + "seen": 1787127730.3296363, + "ast_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19", + "semantic_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19" + }, + "backend/src/common/services/sms.service.ts": { + "mtime": 1787072106.3960736, + "seen": 1787127730.3296363, + "ast_hash": "354ecbb2d60de34e2176c1a8941edac0", + "semantic_hash": "" + }, + "backend/src/common/sms.module.ts": { + "mtime": 1785330750.996125, + "seen": 1787127730.3296363, + "ast_hash": "c2621fbe872597ca7fbc23fc7e261665", + "semantic_hash": "c2621fbe872597ca7fbc23fc7e261665" + }, + "backend/src/contact/contact.controller.ts": { + "mtime": 1786799852.2345963, + "seen": 1787127730.3296363, + "ast_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f", + "semantic_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f" + }, + "backend/src/contact/contact.module.ts": { + "mtime": 1786799852.236599, + "seen": 1787127730.3296363, + "ast_hash": "3522066b9bc0d12c79ee13138ec94a23", + "semantic_hash": "3522066b9bc0d12c79ee13138ec94a23" + }, + "backend/src/contact/contact.service.ts": { + "mtime": 1787127515.9599457, + "seen": 1787127730.3296363, + "ast_hash": "795ecd48e5786280804b554877f43907", + "semantic_hash": "" + }, + "backend/src/home/dto/create-home.dto.ts": { + "mtime": 1783764561.6823654, + "seen": 1787127730.3296363, + "ast_hash": "b20293c0606e764e43e19412e8b94e58", + "semantic_hash": "b20293c0606e764e43e19412e8b94e58" + }, + "backend/src/home/dto/update-home.dto.ts": { + "mtime": 1783764561.6823654, + "seen": 1787127730.3296363, + "ast_hash": "fdbec5105f68e9ef5edca26c91c2a01b", + "semantic_hash": "fdbec5105f68e9ef5edca26c91c2a01b" + }, + "backend/src/home/entities/home.entity.ts": { + "mtime": 1783764561.6848848, + "seen": 1787127730.3296363, + "ast_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c", + "semantic_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c" + }, + "backend/src/home/home.controller.ts": { + "mtime": 1785327951.2120874, + "seen": 1787127730.3296363, + "ast_hash": "3474997a729a3a47f1872f489c28e70e", + "semantic_hash": "3474997a729a3a47f1872f489c28e70e" + }, + "backend/src/home/home.module.ts": { + "mtime": 1783764561.687108, + "seen": 1787127730.3296363, + "ast_hash": "b8671f0d293617cf95cc2e9aef8ab11a", + "semantic_hash": "b8671f0d293617cf95cc2e9aef8ab11a" + }, + "backend/src/home/home.service.ts": { + "mtime": 1785327951.2140872, + "seen": 1787127730.3296363, + "ast_hash": "20073496a83b447238b4e8ab793573ec", + "semantic_hash": "20073496a83b447238b4e8ab793573ec" + }, + "backend/src/ingredients/ingredients.controller.ts": { + "mtime": 1786799852.2375965, + "seen": 1787127730.3296363, + "ast_hash": "b591e9eeddc544d5224bbf8dc747f71e", + "semantic_hash": "b591e9eeddc544d5224bbf8dc747f71e" + }, + "backend/src/ingredients/ingredients.module.ts": { + "mtime": 1786799852.2385964, + "seen": 1787127730.3296363, + "ast_hash": "928f762b562c624011ca6c7e72543d0d", + "semantic_hash": "928f762b562c624011ca6c7e72543d0d" + }, + "backend/src/ingredients/ingredients.service.ts": { + "mtime": 1786799852.2401083, + "seen": 1787127730.3296363, + "ast_hash": "7d07a0fb1cdebe81d9ecef7604701bed", + "semantic_hash": "7d07a0fb1cdebe81d9ecef7604701bed" + }, + "backend/src/main.ts": { + "mtime": 1786965281.3497548, + "seen": 1787127730.3296363, + "ast_hash": "d3626c5fbeda06046bf3a721db996208", + "semantic_hash": "" + }, + "backend/src/orders/dto/create-order.dto.ts": { + "mtime": 1785327951.218626, + "seen": 1787127730.3296363, + "ast_hash": "de9e39544ff4cfbbc8233318b2b71c67", + "semantic_hash": "de9e39544ff4cfbbc8233318b2b71c67" + }, + "backend/src/orders/orders.controller.spec.ts": { + "mtime": 1785327951.2196276, + "seen": 1787127730.3296363, + "ast_hash": "03aae30c09648646afbd6f8862d2d12b", + "semantic_hash": "03aae30c09648646afbd6f8862d2d12b" + }, + "backend/src/orders/orders.controller.ts": { + "mtime": 1787072106.3980772, + "seen": 1787127730.3296363, + "ast_hash": "58b8b3790952f51c625e31f5eed09d3b", + "semantic_hash": "" + }, + "backend/src/orders/orders.module.ts": { + "mtime": 1783764561.6975982, + "seen": 1787127730.3296363, + "ast_hash": "10e4c03ae468f0412d882306bdb20401", + "semantic_hash": "10e4c03ae468f0412d882306bdb20401" + }, + "backend/src/orders/orders.service.spec.ts": { + "mtime": 1786799852.2461178, + "seen": 1787127730.3296363, + "ast_hash": "977cf4033204a7b27252a939aa57664f", + "semantic_hash": "977cf4033204a7b27252a939aa57664f" + }, + "backend/src/orders/orders.service.ts": { + "mtime": 1787127542.9861348, + "seen": 1787127730.3296363, + "ast_hash": "36e0f20d4d60e0aa48540ffe11ca0d1c", + "semantic_hash": "" + }, + "backend/src/pets/dto/create-health-log.dto.ts": { + "mtime": 1785327951.2294433, + "seen": 1787127730.3296363, + "ast_hash": "da823d24eecce83c17760374fbc99131", + "semantic_hash": "da823d24eecce83c17760374fbc99131" + }, + "backend/src/pets/dto/create-pet.dto.ts": { + "mtime": 1785327951.2309487, + "seen": 1787127730.3296363, + "ast_hash": "22e442118c4b4c44d887a9e72bf416e2", + "semantic_hash": "22e442118c4b4c44d887a9e72bf416e2" + }, + "backend/src/pets/dto/create-reminder.dto.ts": { + "mtime": 1785327951.2319582, + "seen": 1787127730.3296363, + "ast_hash": "61e74b013460e406bd10197b3d3a95df", + "semantic_hash": "61e74b013460e406bd10197b3d3a95df" + }, + "backend/src/pets/dto/update-pet.dto.ts": { + "mtime": 1783764561.7095575, + "seen": 1787127730.3296363, + "ast_hash": "a2086bbebe7ca2718d4933b9828b456d", + "semantic_hash": "a2086bbebe7ca2718d4933b9828b456d" + }, + "backend/src/pets/pets.controller.spec.ts": { + "mtime": 1786799852.2481189, + "seen": 1787127730.3296363, + "ast_hash": "ea25cbbc55569e44ea0ceaf8c7af5111", + "semantic_hash": "ea25cbbc55569e44ea0ceaf8c7af5111" + }, + "backend/src/pets/pets.controller.ts": { + "mtime": 1786894580.128858, + "seen": 1787127730.3296363, + "ast_hash": "bc2a0ef119db7950b6d5738d550ddeb8", + "semantic_hash": "bc2a0ef119db7950b6d5738d550ddeb8" + }, + "backend/src/pets/pets.module.ts": { + "mtime": 1783764561.71447, + "seen": 1787127730.3296363, + "ast_hash": "1e30ca9c5823c33d4f3266d5b48fee01", + "semantic_hash": "1e30ca9c5823c33d4f3266d5b48fee01" + }, + "backend/src/pets/pets.service.spec.ts": { + "mtime": 1785327951.238208, + "seen": 1787127730.3296363, + "ast_hash": "49e5e2df9d623a5510db8d9c3eefdbd5", + "semantic_hash": "49e5e2df9d623a5510db8d9c3eefdbd5" + }, + "backend/src/pets/pets.service.ts": { + "mtime": 1786799852.2501173, + "seen": 1787127730.3296363, + "ast_hash": "f34775f4106e2ac19efff3a9b140db3f", + "semantic_hash": "f34775f4106e2ac19efff3a9b140db3f" + }, + "backend/src/prescriptions/prescriptions.controller.ts": { + "mtime": 1786799852.2537484, + "seen": 1787127730.3296363, + "ast_hash": "3b657f5cac989600c165b8eac3a6a2af", + "semantic_hash": "3b657f5cac989600c165b8eac3a6a2af" + }, + "backend/src/prescriptions/prescriptions.module.ts": { + "mtime": 1786954681.8158092, + "seen": 1787127730.3296363, + "ast_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f", + "semantic_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f" + }, + "backend/src/prescriptions/prescriptions.service.ts": { + "mtime": 1787072106.408779, + "seen": 1787127730.3296363, + "ast_hash": "6b018d33377fdfcba9e4512e50da48a0", + "semantic_hash": "" + }, + "backend/src/prisma/prisma.module.ts": { + "mtime": 1783764561.7181997, + "seen": 1787127730.3296363, + "ast_hash": "3505a1831c78f0a9475e4ce0f0092410", + "semantic_hash": "3505a1831c78f0a9475e4ce0f0092410" + }, + "backend/src/prisma/prisma.service.ts": { + "mtime": 1787072106.410779, + "seen": 1787127730.3296363, + "ast_hash": "ffdd19d7d1b39d4fee83105b65410a62", + "semantic_hash": "" + }, + "backend/src/products/dto/get-products.dto.ts": { + "mtime": 1786799852.2602715, + "seen": 1787127730.3296363, + "ast_hash": "bed3d5bd69f866349bfc408bfea60e78", + "semantic_hash": "bed3d5bd69f866349bfc408bfea60e78" + }, + "backend/src/products/products.controller.spec.ts": { + "mtime": 1785327951.243281, + "seen": 1787127730.3296363, + "ast_hash": "6fde28604e799d5c5c0d2c6c2fcb4372", + "semantic_hash": "6fde28604e799d5c5c0d2c6c2fcb4372" + }, + "backend/src/products/products.controller.ts": { + "mtime": 1786799852.2612817, + "seen": 1787127730.3296363, + "ast_hash": "db015311d34c7985c1c4ab818070b297", + "semantic_hash": "db015311d34c7985c1c4ab818070b297" + }, + "backend/src/products/products.module.ts": { + "mtime": 1783764561.7236724, + "seen": 1787127730.3296363, + "ast_hash": "a70b434bb1a044adf542a78cd9461264", + "semantic_hash": "a70b434bb1a044adf542a78cd9461264" + }, + "backend/src/products/products.service.spec.ts": { + "mtime": 1786799852.2632794, + "seen": 1787127730.3296363, + "ast_hash": "8a76d805cab28967eec85b1cd03d608c", + "semantic_hash": "8a76d805cab28967eec85b1cd03d608c" + }, + "backend/src/products/products.service.ts": { + "mtime": 1786954681.8188698, + "seen": 1787127730.3296363, + "ast_hash": "1650e465bede84a518882dc41e498110", + "semantic_hash": "1650e465bede84a518882dc41e498110" + }, + "backend/src/redis/redis.module.ts": { + "mtime": 1783764561.727662, + "seen": 1787127730.3296363, + "ast_hash": "0856864a521a862369a89de9b2d3c9f0", + "semantic_hash": "0856864a521a862369a89de9b2d3c9f0" + }, + "backend/src/redis/redis.service.spec.ts": { + "mtime": 1783764561.7286723, + "seen": 1787127730.3296363, + "ast_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c", + "semantic_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c" + }, + "backend/src/redis/redis.service.ts": { + "mtime": 1786895436.2118347, + "seen": 1787127730.3296363, + "ast_hash": "4f5e58ffc36bbaed17ee669e5a7394b7", + "semantic_hash": "4f5e58ffc36bbaed17ee669e5a7394b7" + }, + "backend/src/seo/seo.controller.ts": { + "mtime": 1785327951.2472832, + "seen": 1787127730.3296363, + "ast_hash": "4c11a3beaa94a769acf206bf9ff279b0", + "semantic_hash": "4c11a3beaa94a769acf206bf9ff279b0" + }, + "backend/src/seo/seo.module.ts": { + "mtime": 1785148022.268581, + "seen": 1787127730.3296363, + "ast_hash": "4160982445b855a6406e8713e95bf91b", + "semantic_hash": "4160982445b855a6406e8713e95bf91b" + }, + "backend/src/seo/seo.service.ts": { + "mtime": 1787127573.5663366, + "seen": 1787127730.3296363, + "ast_hash": "c104390de2fa710428b6d69c6201f4d8", + "semantic_hash": "" + }, + "backend/src/settings/settings.controller.spec.ts": { + "mtime": 1787073059.1090057, + "seen": 1787127730.3296363, + "ast_hash": "4c231fa106a8d505132abd86db2eb393", + "semantic_hash": "" + }, + "backend/src/settings/settings.controller.ts": { + "mtime": 1787072106.423348, + "seen": 1787127730.3296363, + "ast_hash": "d9785a80bc7e90198192a97d4f7cbb7b", + "semantic_hash": "" + }, + "backend/src/settings/settings.module.ts": { + "mtime": 1783764561.7355156, + "seen": 1787127730.3296363, + "ast_hash": "b84a45f92537de41c7c3821847271004", + "semantic_hash": "b84a45f92537de41c7c3821847271004" + }, + "backend/src/settings/settings.service.spec.ts": { + "mtime": 1783764561.7368565, + "seen": 1787127730.3296363, + "ast_hash": "06de60c1699a6f72858da21e9c6bf45a", + "semantic_hash": "06de60c1699a6f72858da21e9c6bf45a" + }, + "backend/src/settings/settings.service.ts": { + "mtime": 1787072106.426347, + "seen": 1787127730.3296363, + "ast_hash": "6b941795eca962f86f3e6728af619b03", + "semantic_hash": "" + }, + "backend/src/smart-advisor/smart-advisor.controller.ts": { + "mtime": 1786799852.2754414, + "seen": 1787127730.3296363, + "ast_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3", + "semantic_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3" + }, + "backend/src/smart-advisor/smart-advisor.module.ts": { + "mtime": 1786799852.2764418, + "seen": 1787127730.3296363, + "ast_hash": "40d2882f5f8a0733c940c754631be24b", + "semantic_hash": "40d2882f5f8a0733c940c754631be24b" + }, + "backend/src/smart-advisor/smart-advisor.service.ts": { + "mtime": 1786799852.2774403, + "seen": 1787127730.3296363, + "ast_hash": "1824f7151599e310cd2de7435e345afe", + "semantic_hash": "1824f7151599e310cd2de7435e345afe" + }, + "backend/src/testimonials/testimonials.controller.ts": { + "mtime": 1786799852.2794418, + "seen": 1787127730.3296363, + "ast_hash": "07d866d58d6cbba997122eaa38dcb36c", + "semantic_hash": "07d866d58d6cbba997122eaa38dcb36c" + }, + "backend/src/testimonials/testimonials.module.ts": { + "mtime": 1786799852.2794418, + "seen": 1787127730.3296363, + "ast_hash": "e2778d19b65d66f61d35f1a98333c873", + "semantic_hash": "e2778d19b65d66f61d35f1a98333c873" + }, + "backend/src/testimonials/testimonials.service.ts": { + "mtime": 1786799852.2814713, + "seen": 1787127730.3296363, + "ast_hash": "c22a3a4af898925abe30968a54a906c7", + "semantic_hash": "c22a3a4af898925abe30968a54a906c7" + }, + "backend/src/users/dto/address.dto.ts": { + "mtime": 1783764561.7398715, + "seen": 1787127730.3296363, + "ast_hash": "d42a8da106b862f8934b4268e5974025", + "semantic_hash": "d42a8da106b862f8934b4268e5974025" + }, + "backend/src/users/dto/update-profile.dto.ts": { + "mtime": 1786885876.8054721, + "seen": 1787127730.3296363, + "ast_hash": "7c5b2601ea43f7045a5691ed1fde7840", + "semantic_hash": "7c5b2601ea43f7045a5691ed1fde7840" + }, + "backend/src/users/users.controller.spec.ts": { + "mtime": 1785327951.2537966, + "seen": 1787127730.3296363, + "ast_hash": "8879233da361926bf496aa33fc24a0a4", + "semantic_hash": "8879233da361926bf496aa33fc24a0a4" + }, + "backend/src/users/users.controller.ts": { + "mtime": 1786799852.2824814, + "seen": 1787127730.3296363, + "ast_hash": "0c14b005ce0dddc5c6be9fb33672c659", + "semantic_hash": "0c14b005ce0dddc5c6be9fb33672c659" + }, + "backend/src/users/users.module.ts": { + "mtime": 1783764561.7481544, + "seen": 1787127730.3296363, + "ast_hash": "6a22d47a72af32e6726ff5025c1d6f0b", + "semantic_hash": "6a22d47a72af32e6726ff5025c1d6f0b" + }, + "backend/src/users/users.service.spec.ts": { + "mtime": 1786799852.2834806, + "seen": 1787127730.3296363, + "ast_hash": "f94ef87eb1f8de11ecd622f47181dbb7", + "semantic_hash": "f94ef87eb1f8de11ecd622f47181dbb7" + }, + "backend/src/users/users.service.ts": { + "mtime": 1787127447.8888383, + "seen": 1787127730.3296363, + "ast_hash": "30b5b653694deebda2e072a57145b3d6", + "semantic_hash": "" + }, + "backend/src/videos/dto/create-video.dto.ts": { + "mtime": 1786971396.042094, + "seen": 1787127730.3296363, + "ast_hash": "292c465ed02d974fc16c674ca6f7caf5", + "semantic_hash": "" + }, + "backend/src/videos/dto/get-videos-query.dto.ts": { + "mtime": 1786799852.2876434, + "seen": 1787127730.3296363, + "ast_hash": "22029a395d4906dec82a0472af9827a2", + "semantic_hash": "22029a395d4906dec82a0472af9827a2" + }, + "backend/src/videos/videos.controller.ts": { + "mtime": 1786799852.2911532, + "seen": 1787127730.3296363, + "ast_hash": "64de50207aa54dc4d9866fb41a3cf11e", + "semantic_hash": "64de50207aa54dc4d9866fb41a3cf11e" + }, + "backend/src/videos/videos.module.ts": { + "mtime": 1785148022.3065836, + "seen": 1787127730.3296363, + "ast_hash": "79c989585f2c5da29199d914ca54abdf", + "semantic_hash": "79c989585f2c5da29199d914ca54abdf" + }, + "backend/src/videos/videos.service.ts": { + "mtime": 1786971396.0478723, + "seen": 1787127730.3296363, + "ast_hash": "dbbcb0abb72bb6eee16d6ca2c7927f9e", + "semantic_hash": "" + }, + "backend/src/wholesale/dto/wholesale-apply.dto.ts": { + "mtime": 1785148022.3176222, + "seen": 1787127730.3296363, + "ast_hash": "dda43ea50daed66d9ddf56ff14c2ac31", + "semantic_hash": "dda43ea50daed66d9ddf56ff14c2ac31" + }, + "backend/src/wholesale/wholesale.controller.ts": { + "mtime": 1786799852.294177, + "seen": 1787127730.3296363, + "ast_hash": "85347767e9b0508aa27c8fc2ada57403", + "semantic_hash": "85347767e9b0508aa27c8fc2ada57403" + }, + "backend/src/wholesale/wholesale.module.ts": { + "mtime": 1785148022.3287463, + "seen": 1787127730.3296363, + "ast_hash": "431fcacfcaaf5ee3872869c796581db3", + "semantic_hash": "431fcacfcaaf5ee3872869c796581db3" + }, + "backend/src/wholesale/wholesale.service.ts": { + "mtime": 1785330913.1492333, + "seen": 1787127730.3296363, + "ast_hash": "f17e69107c7ddb8baedfb9fa1177c8a0", + "semantic_hash": "f17e69107c7ddb8baedfb9fa1177c8a0" + }, + "backend/src/wiki/dto/create-wiki.dto.ts": { + "mtime": 1783764561.7529333, + "seen": 1787127730.3296363, + "ast_hash": "bff0bff5978c808b3f6c7c0471ecc09f", + "semantic_hash": "bff0bff5978c808b3f6c7c0471ecc09f" + }, + "backend/src/wiki/dto/update-wiki.dto.ts": { + "mtime": 1783764561.753945, + "seen": 1787127730.3296363, + "ast_hash": "aafeafc832089a9d47f2b09c15f5166c", + "semantic_hash": "aafeafc832089a9d47f2b09c15f5166c" + }, + "backend/src/wiki/entities/wiki.entity.ts": { + "mtime": 1783764561.7550395, + "seen": 1787127730.3296363, + "ast_hash": "0babba8c13baba4a2ad2fd70395060f2", + "semantic_hash": "0babba8c13baba4a2ad2fd70395060f2" + }, + "backend/src/wiki/wiki.controller.ts": { + "mtime": 1785327951.2728505, + "seen": 1787127730.3296363, + "ast_hash": "ca3a7279ecce06e6747e4b5d1b83f042", + "semantic_hash": "ca3a7279ecce06e6747e4b5d1b83f042" + }, + "backend/src/wiki/wiki.module.ts": { + "mtime": 1783764561.756925, + "seen": 1787127730.3296363, + "ast_hash": "22c999c57982f13d0526d25d7990b745", + "semantic_hash": "22c999c57982f13d0526d25d7990b745" + }, + "backend/src/wiki/wiki.service.ts": { + "mtime": 1786799852.295173, + "seen": 1787127730.3296363, + "ast_hash": "4f9a02a302512579c6eaed6e06da679e", + "semantic_hash": "4f9a02a302512579c6eaed6e06da679e" + }, + "backend/test/app-audit-verification.e2e-spec.ts": { + "mtime": 1786799852.2961748, + "seen": 1787127730.3296363, + "ast_hash": "5df6593dd9fd1f88f2b1e13f44b7b350", + "semantic_hash": "5df6593dd9fd1f88f2b1e13f44b7b350" + }, + "backend/test/app.e2e-spec.ts": { + "mtime": 1786799852.297175, + "seen": 1787127730.3296363, + "ast_hash": "8373bf2ee758abe47f5681e898cde506", + "semantic_hash": "8373bf2ee758abe47f5681e898cde506" + }, + "backend/tsconfig.build.json": { + "mtime": 1783764561.763447, + "seen": 1787127730.3296363, + "ast_hash": "d3d6c627ed113034e4138ae830ca9221", + "semantic_hash": "d3d6c627ed113034e4138ae830ca9221" + }, + "backend/tsconfig.json": { + "mtime": 1787073059.1161675, + "seen": 1787127730.3296363, + "ast_hash": "bc2ddace3dc933b714ebc21504c43b62", + "semantic_hash": "" + }, + "docs/audit/build_manifest.js": { + "mtime": 1786799852.3383932, + "seen": 1787127730.3296363, + "ast_hash": "5865147d3b17e6ddad0be4f4b9dc00d0", + "semantic_hash": "5865147d3b17e6ddad0be4f4b9dc00d0" + }, + "docs/audit/generate_classification.js": { + "mtime": 1786799852.3393898, + "seen": 1787127730.3296363, + "ast_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9", + "semantic_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9" + }, + "docs/audit/generate_evidence.js": { + "mtime": 1786799852.3403902, + "seen": 1787127730.3296363, + "ast_hash": "f31d1dafad3e771e9602776460c04761", + "semantic_hash": "f31d1dafad3e771e9602776460c04761" + }, + "docs/audit/generate_ledger.js": { + "mtime": 1786799852.3418972, + "seen": 1787127730.3296363, + "ast_hash": "c502805af184c8efe08a66030ff0203b", + "semantic_hash": "c502805af184c8efe08a66030ff0203b" + }, + "docs/audit/generate_manifest.js": { + "mtime": 1786799852.3418972, + "seen": 1787127730.3296363, + "ast_hash": "d9ead302d1023a72718e60261725e429", + "semantic_hash": "d9ead302d1023a72718e60261725e429" + }, + "docs/audit/rebuild_honest_ledger.js": { + "mtime": 1786799852.348953, + "seen": 1787127730.3296363, + "ast_hash": "5a505fbc55dbabd0557377ce8de0643a", + "semantic_hash": "5a505fbc55dbabd0557377ce8de0643a" + }, + "docs/audit/sync_honest_manifest.js": { + "mtime": 1786799852.3499532, + "seen": 1787127730.3296363, + "ast_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0", + "semantic_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0" + }, + "docs/audit/sync_manifest.js": { + "mtime": 1786799852.3509533, + "seen": 1787127730.3296363, + "ast_hash": "7315ba82c162ad4c2a0cec307966c580", + "semantic_hash": "7315ba82c162ad4c2a0cec307966c580" + }, + "docs/audit/validate_evidence_grade.js": { + "mtime": 1786799852.351954, + "seen": 1787127730.3296363, + "ast_hash": "5f68ed3e8236ececf82e5da4ac47d93b", + "semantic_hash": "5f68ed3e8236ececf82e5da4ac47d93b" + }, + "docs/audit/validate_integrity.js": { + "mtime": 1786799852.3529525, + "seen": 1787127730.3296363, + "ast_hash": "7bd05a71bd8c0c23db65db5201d3c030", + "semantic_hash": "7bd05a71bd8c0c23db65db5201d3c030" + }, + "frontend/admin-panel/eslint.config.js": { + "mtime": 1785651092.991237, + "seen": 1787127730.3296363, + "ast_hash": "0355276bc79439afe3c53e3a2470ca1e", + "semantic_hash": "0355276bc79439afe3c53e3a2470ca1e" + }, + "frontend/admin-panel/package.json": { + "mtime": 1785570791.953119, + "seen": 1787127730.3296363, + "ast_hash": "f9e35fdccbe93fd60b511f72bf414766", + "semantic_hash": "f9e35fdccbe93fd60b511f72bf414766" + }, + "frontend/admin-panel/postcss.config.js": { + "mtime": 1783764561.7962818, + "seen": 1787127730.3296363, + "ast_hash": "c1ee9ce6a4fe04105dbf8e619390df5e", + "semantic_hash": "c1ee9ce6a4fe04105dbf8e619390df5e" + }, + "frontend/admin-panel/src/App.tsx": { + "mtime": 1786799852.3654811, + "seen": 1787127730.3296363, + "ast_hash": "140226fcd94080d00f56e2f8b65f95e5", + "semantic_hash": "140226fcd94080d00f56e2f8b65f95e5" + }, + "frontend/admin-panel/src/components/Layout.tsx": { + "mtime": 1784621786.9585948, + "seen": 1787127730.3296363, + "ast_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71", + "semantic_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71" + }, + "frontend/admin-panel/src/components/ProtectedRoute.tsx": { + "mtime": 1786799852.369164, + "seen": 1787127730.3296363, + "ast_hash": "bcb0329847fb25e9fe1e990a30609210", + "semantic_hash": "bcb0329847fb25e9fe1e990a30609210" + }, + "frontend/admin-panel/src/components/Sidebar.tsx": { + "mtime": 1787071159.9589257, + "seen": 1787127730.3296363, + "ast_hash": "e0f1544461f592a28a5d0b154aeddb07", + "semantic_hash": "" + }, + "frontend/admin-panel/src/components/Topbar.tsx": { + "mtime": 1786954681.821386, + "seen": 1787127730.3296363, + "ast_hash": "27574509b4c280e0d24f9987f57a7a95", + "semantic_hash": "27574509b4c280e0d24f9987f57a7a95" + }, + "frontend/admin-panel/src/components/ui/ConfirmModal.tsx": { + "mtime": 1786972191.3590996, + "seen": 1787127730.3296363, + "ast_hash": "982712b3d0130cbc66035a9caa4dc173", + "semantic_hash": "" + }, + "frontend/admin-panel/src/components/ui/MediaSelector.tsx": { + "mtime": 1787038450.536697, + "seen": 1787127730.3296363, + "ast_hash": "ed6a6da6e5929bf77a82b5cda0fb3eeb", + "semantic_hash": "" + }, + "frontend/admin-panel/src/components/ui/Pagination.tsx": { + "mtime": 1786799852.387442, + "seen": 1787127730.3296363, + "ast_hash": "8ab314264c858bcd6cb53fc4c9985cf0", + "semantic_hash": "8ab314264c858bcd6cb53fc4c9985cf0" + }, + "frontend/admin-panel/src/components/ui/Skeleton.tsx": { + "mtime": 1783856792.9775357, + "seen": 1787127730.3296363, + "ast_hash": "dd6a1fca8a8db341521aa315829143e0", + "semantic_hash": "dd6a1fca8a8db341521aa315829143e0" + }, + "frontend/admin-panel/src/components/ui/Spinner.tsx": { + "mtime": 1783856792.9790492, + "seen": 1787127730.3296363, + "ast_hash": "32a95c9dc25ac088596fdccd17d7284a", + "semantic_hash": "32a95c9dc25ac088596fdccd17d7284a" + }, + "frontend/admin-panel/src/main.tsx": { + "mtime": 1787062325.3950386, + "seen": 1787127730.3296363, + "ast_hash": "e9195a72ddf4287e9eac6200a579623c", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/B2BManager.tsx": { + "mtime": 1786799852.3914404, + "seen": 1787127730.3296363, + "ast_hash": "6cbd7610d61fa9fc98b797fe2962d3ee", + "semantic_hash": "6cbd7610d61fa9fc98b797fe2962d3ee" + }, + "frontend/admin-panel/src/pages/BannersManager.tsx": { + "mtime": 1786946249.9659286, + "seen": 1787127730.3296363, + "ast_hash": "7db510633d62b7278bc32e6ba83060b2", + "semantic_hash": "7db510633d62b7278bc32e6ba83060b2" + }, + "frontend/admin-panel/src/pages/Blogs.tsx": { + "mtime": 1786799852.3959572, + "seen": 1787127730.3296363, + "ast_hash": "7e351212d40fc0308c460d6b1bc2a87c", + "semantic_hash": "7e351212d40fc0308c460d6b1bc2a87c" + }, + "frontend/admin-panel/src/pages/CMS.tsx": { + "mtime": 1786799852.4009578, + "seen": 1787127730.3296363, + "ast_hash": "85f86915c2f77799a2e628c3a5119b3d", + "semantic_hash": "85f86915c2f77799a2e628c3a5119b3d" + }, + "frontend/admin-panel/src/pages/Categories.tsx": { + "mtime": 1786799852.4049785, + "seen": 1787127730.3296363, + "ast_hash": "6da24d6cce9446f65eca3c8111314b38", + "semantic_hash": "6da24d6cce9446f65eca3c8111314b38" + }, + "frontend/admin-panel/src/pages/ContactSubmissions.tsx": { + "mtime": 1786799852.405538, + "seen": 1787127730.3296363, + "ast_hash": "203da6d16abc779117c2f0492f7c0922", + "semantic_hash": "203da6d16abc779117c2f0492f7c0922" + }, + "frontend/admin-panel/src/pages/Coupons.tsx": { + "mtime": 1786948119.7731652, + "seen": 1787127730.3296363, + "ast_hash": "1dc81681690acb8fcd96799b6645c872", + "semantic_hash": "1dc81681690acb8fcd96799b6645c872" + }, + "frontend/admin-panel/src/pages/Dashboard.tsx": { + "mtime": 1786885876.82951, + "seen": 1787127730.3296363, + "ast_hash": "025cbf432db0594426593332e01d5924", + "semantic_hash": "025cbf432db0594426593332e01d5924" + }, + "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx": { + "mtime": 1787071159.962926, + "seen": 1787127730.3296363, + "ast_hash": "40540ade0aa5fcbbb91b9c4717cc47ec", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/IngredientsManager.tsx": { + "mtime": 1786885876.8335173, + "seen": 1787127730.3296363, + "ast_hash": "fb60a926230ea5605ad5620394cf0ab3", + "semantic_hash": "fb60a926230ea5605ad5620394cf0ab3" + }, + "frontend/admin-panel/src/pages/Login.tsx": { + "mtime": 1787127431.6738138, + "seen": 1787127730.3296363, + "ast_hash": "49f753cc3593cff1360ca981e8f7682e", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/Media.tsx": { + "mtime": 1787056319.6792488, + "seen": 1787127730.3296363, + "ast_hash": "1c138cc233dba2b567a4f40dad612987", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/Orders.tsx": { + "mtime": 1787061673.9753704, + "seen": 1787127730.3296363, + "ast_hash": "239e9a19963440249a4b4b6a935aa2ac", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/Pets.tsx": { + "mtime": 1786954681.8330536, + "seen": 1787127730.3296363, + "ast_hash": "9cfc80ceaf68ca5e2d60bdd144342b63", + "semantic_hash": "9cfc80ceaf68ca5e2d60bdd144342b63" + }, + "frontend/admin-panel/src/pages/PrescriptionsManager.tsx": { + "mtime": 1787056319.685764, + "seen": 1787127730.3296363, + "ast_hash": "807e4dd2428f3d1e2fdc7807a7d40d44", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/Products.tsx": { + "mtime": 1787055476.777433, + "seen": 1787127730.3296363, + "ast_hash": "10e2b348f5016ffc6ccb3a9f61b24227", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/Reports.tsx": { + "mtime": 1786894580.141384, + "seen": 1787127730.3296363, + "ast_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8", + "semantic_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8" + }, + "frontend/admin-panel/src/pages/SeoSettingsPage.tsx": { + "mtime": 1787127417.1003547, + "seen": 1787127730.3296363, + "ast_hash": "17fb3c44c2f5ff2699913d24a424be4f", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/Settings.tsx": { + "mtime": 1787127405.3020554, + "seen": 1787127730.3296363, + "ast_hash": "2e8eee551465d12c64fa7a1f3d6c9f07", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx": { + "mtime": 1786799852.4430275, + "seen": 1787127730.3296363, + "ast_hash": "f83cad6af9f529abd276d6a2e9e0d83e", + "semantic_hash": "f83cad6af9f529abd276d6a2e9e0d83e" + }, + "frontend/admin-panel/src/pages/SystemSettingsPage.tsx": { + "mtime": 1787071159.970609, + "seen": 1787127730.3296363, + "ast_hash": "f445a14c1e86647336ece1c91e4f9886", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/TestimonialsManager.tsx": { + "mtime": 1786799852.445028, + "seen": 1787127730.3296363, + "ast_hash": "59b99aa7142d9bf249397834a7b5f5e6", + "semantic_hash": "59b99aa7142d9bf249397834a7b5f5e6" + }, + "frontend/admin-panel/src/pages/UITexts.tsx": { + "mtime": 1787073962.5776427, + "seen": 1787127730.3296363, + "ast_hash": "16c27b17eaaeee0be6e9f40f739ae096", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/Users.tsx": { + "mtime": 1786883225.8135712, + "seen": 1787127730.3296363, + "ast_hash": "93d3011585da89abe94e6fabc05f4c2c", + "semantic_hash": "93d3011585da89abe94e6fabc05f4c2c" + }, + "frontend/admin-panel/src/pages/Videos.tsx": { + "mtime": 1786971396.0664716, + "seen": 1787127730.3296363, + "ast_hash": "a2d8bf9e7cfd450fab6e202f0cea819f", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/WholesaleApplications.tsx": { + "mtime": 1786799852.4578054, + "seen": 1787127730.3296363, + "ast_hash": "45657e006d0c25fffc52b91d10f64271", + "semantic_hash": "45657e006d0c25fffc52b91d10f64271" + }, + "frontend/admin-panel/src/pages/Wiki.tsx": { + "mtime": 1786885876.8683088, + "seen": 1787127730.3296363, + "ast_hash": "2ac3805e4ff0e5399a52c663cf390dd3", + "semantic_hash": "2ac3805e4ff0e5399a52c663cf390dd3" + }, + "frontend/admin-panel/src/routes/adminRoutes.tsx": { + "mtime": 1787071159.9764116, + "seen": 1787127730.3296363, + "ast_hash": "3a473c1e8066e736dd5143545ead9c76", + "semantic_hash": "" + }, + "frontend/admin-panel/src/services/api.ts": { + "mtime": 1786896758.433963, + "seen": 1787127730.3296363, + "ast_hash": "2bec645a6dc0218587030146034dbea0", + "semantic_hash": "2bec645a6dc0218587030146034dbea0" + }, + "frontend/admin-panel/src/store/adminAuthStore.ts": { + "mtime": 1786799852.469037, + "seen": 1787127730.3296363, + "ast_hash": "a2ca7b287d2c7efe08802b6187d95d67", + "semantic_hash": "a2ca7b287d2c7efe08802b6187d95d67" + }, + "frontend/admin-panel/src/types/admin.ts": { + "mtime": 1787056319.688287, + "seen": 1787127730.3296363, + "ast_hash": "2aaac9c3c7348e18a5eb5f256ef537e2", + "semantic_hash": "" + }, + "frontend/admin-panel/tailwind.config.js": { + "mtime": 1783764561.8617213, + "seen": 1787127730.3296363, + "ast_hash": "3346df3fd0a1ea3f84440703bf8fd2cb", + "semantic_hash": "3346df3fd0a1ea3f84440703bf8fd2cb" + }, + "frontend/admin-panel/tsconfig.app.json": { + "mtime": 1787055476.7795663, + "seen": 1787127730.3296363, + "ast_hash": "b885d5f97cf6fc2c1e7997d4b8abfb88", + "semantic_hash": "" + }, + "frontend/admin-panel/tsconfig.json": { + "mtime": 1783764561.8633935, + "seen": 1787127730.3296363, + "ast_hash": "a3d39fa780ebff65444de257f291ce6c", + "semantic_hash": "a3d39fa780ebff65444de257f291ce6c" + }, + "frontend/admin-panel/tsconfig.node.json": { + "mtime": 1783764561.863923, + "seen": 1787127730.3296363, + "ast_hash": "70bdd0a673bcfc0e828080b306e7c680", + "semantic_hash": "70bdd0a673bcfc0e828080b306e7c680" + }, + "frontend/admin-panel/vite.config.ts": { + "mtime": 1783764561.864455, + "seen": 1787127730.3296363, + "ast_hash": "88439104b3c207f17d33ef3160e3b080", + "semantic_hash": "88439104b3c207f17d33ef3160e3b080" + }, + "frontend/application/app/ClientLayout.tsx": { + "mtime": 1786891855.3535714, + "seen": 1787127730.3296363, + "ast_hash": "e30fb0071790bf359f9134186a8dae9a", + "semantic_hash": "e30fb0071790bf359f9134186a8dae9a" + }, + "frontend/application/app/HomeClient.tsx": { + "mtime": 1786971396.0716305, + "seen": 1787127730.3296363, + "ast_hash": "9b0782ca9c85c4197e73fd056d8c2025", + "semantic_hash": "" + }, + "frontend/application/app/about/page.tsx": { + "mtime": 1787127261.208883, + "seen": 1787127730.3296363, + "ast_hash": "faa979bf441ba1c8fdec22359c507e5b", + "semantic_hash": "" + }, + "frontend/application/app/blog/[slug]/page.tsx": { + "mtime": 1786885876.8773174, + "seen": 1787127730.3296363, + "ast_hash": "a67f578515e0068f4da309c8dfa1588b", + "semantic_hash": "a67f578515e0068f4da309c8dfa1588b" + }, + "frontend/application/app/blog/page.tsx": { + "mtime": 1787127272.7025697, + "seen": 1787127730.3296363, + "ast_hash": "e060935928197a6d47a93d969799fe93", + "semantic_hash": "" + }, + "frontend/application/app/catalog/CatalogClient.tsx": { + "mtime": 1786872121.5664852, + "seen": 1787127730.3296363, + "ast_hash": "32fa6454837b8cc0eabeec1f43f7208e", + "semantic_hash": "32fa6454837b8cc0eabeec1f43f7208e" + }, + "frontend/application/app/catalog/page.tsx": { + "mtime": 1787127283.9024465, + "seen": 1787127730.3296363, + "ast_hash": "ab61fa3c14a2b426c611b45a4dcc68c8", + "semantic_hash": "" + }, + "frontend/application/app/checkout/page.tsx": { + "mtime": 1783764561.876443, + "seen": 1787127730.3296363, + "ast_hash": "eefc348443a33f175f7de3c1687a3fff", + "semantic_hash": "eefc348443a33f175f7de3c1687a3fff" + }, + "frontend/application/app/checkout/success/[id]/page.tsx": { + "mtime": 1783764561.8786683, + "seen": 1787127730.3296363, + "ast_hash": "0e0899f968c15078ee01116c3e34d4a4", + "semantic_hash": "0e0899f968c15078ee01116c3e34d4a4" + }, + "frontend/application/app/contact/page.tsx": { + "mtime": 1787127295.1047485, + "seen": 1787127730.3296363, + "ast_hash": "94ca68cd12a2a8bc619cfd0347677bd3", + "semantic_hash": "" + }, + "frontend/application/app/dashboard/page.tsx": { + "mtime": 1783764561.880281, + "seen": 1787127730.3296363, + "ast_hash": "79abe02613f5ab312577b53db38168eb", + "semantic_hash": "79abe02613f5ab312577b53db38168eb" + }, + "frontend/application/app/error.tsx": { + "mtime": 1785148022.478709, + "seen": 1787127730.3296363, + "ast_hash": "aea86a6d5b21cbff7bb38f382d1dd82d", + "semantic_hash": "aea86a6d5b21cbff7bb38f382d1dd82d" + }, + "frontend/application/app/layout.tsx": { + "mtime": 1787127191.786797, + "seen": 1787127730.3296363, + "ast_hash": "7ad5c9e3b7e897ad9db7f93f4aed564a", + "semantic_hash": "" + }, + "frontend/application/app/loading.tsx": { + "mtime": 1785148022.48765, + "seen": 1787127730.3296363, + "ast_hash": "daf62321fecabcbf8379d39f84a07c03", + "semantic_hash": "daf62321fecabcbf8379d39f84a07c03" + }, + "frontend/application/app/not-found.tsx": { + "mtime": 1783764561.8914113, + "seen": 1787127730.3296363, + "ast_hash": "6cada341f40f65b06a39f2a3020d7b96", + "semantic_hash": "6cada341f40f65b06a39f2a3020d7b96" + }, + "frontend/application/app/page.tsx": { + "mtime": 1787127207.5148094, + "seen": 1787127730.3296363, + "ast_hash": "51d1dc7c373d62e0733f20610a26517c", + "semantic_hash": "" + }, + "frontend/application/app/privacy/page.tsx": { + "mtime": 1787127303.8530436, + "seen": 1787127730.3296363, + "ast_hash": "0647b15f851e0936ec7818588cc95a91", + "semantic_hash": "" + }, + "frontend/application/app/profile/page.tsx": { + "mtime": 1783764561.8952584, + "seen": 1787127730.3296363, + "ast_hash": "69a0aa446fc6e33ede049be8315b7fa8", + "semantic_hash": "69a0aa446fc6e33ede049be8315b7fa8" + }, + "frontend/application/app/robots.ts": { + "mtime": 1787127238.1339998, + "seen": 1787127730.3296363, + "ast_hash": "81af2ea725c5f72b17188da399a2f9bb", + "semantic_hash": "" + }, + "frontend/application/app/search/page.tsx": { + "mtime": 1786885876.894884, + "seen": 1787127730.3296363, + "ast_hash": "aa23505558bafcaec8810783b8fdd175", + "semantic_hash": "aa23505558bafcaec8810783b8fdd175" + }, + "frontend/application/app/shop/[slug]/page.tsx": { + "mtime": 1787127327.698568, + "seen": 1787127730.3296363, + "ast_hash": "1a8219817c5764b1c2168c8e7d6672f5", + "semantic_hash": "" + }, + "frontend/application/app/shop/page.tsx": { + "mtime": 1787127312.7784202, + "seen": 1787127730.3296363, + "ast_hash": "9ced15a6d452c5f8d2ec48889c0a1447", + "semantic_hash": "" + }, + "frontend/application/app/sitemap.ts": { + "mtime": 1787127249.7666936, + "seen": 1787127730.3296363, + "ast_hash": "2526cac691de32fdbd41ab514d21c01e", + "semantic_hash": "" + }, + "frontend/application/app/track/page.tsx": { + "mtime": 1783764561.9019034, + "seen": 1787127730.3296363, + "ast_hash": "b2f026b1789c0220ad7ee1ed7f128a52", + "semantic_hash": "b2f026b1789c0220ad7ee1ed7f128a52" + }, + "frontend/application/app/trust-seals/page.tsx": { + "mtime": 1786885876.9034047, + "seen": 1787127730.3296363, + "ast_hash": "9a6eca4eaf2a94c9e737950a6981091a", + "semantic_hash": "9a6eca4eaf2a94c9e737950a6981091a" + }, + "frontend/application/app/videos/page.tsx": { + "mtime": 1783764561.9029868, + "seen": 1787127730.3296363, + "ast_hash": "cb64705fc742c38d569402b4612ae099", + "semantic_hash": "cb64705fc742c38d569402b4612ae099" + }, + "frontend/application/app/wiki/[slug]/page.tsx": { + "mtime": 1787127362.673335, + "seen": 1787127730.3296363, + "ast_hash": "87c47beff2e330cc3d2bc2a275cb4f05", + "semantic_hash": "" + }, + "frontend/application/app/wiki/page.tsx": { + "mtime": 1787127342.579434, + "seen": 1787127730.3296363, + "ast_hash": "b8b8bdb11b9ffbc0e0b4ff4bbf6df862", + "semantic_hash": "" + }, + "frontend/application/components/AddressModal.tsx": { + "mtime": 1786799852.5711784, + "seen": 1787127730.3296363, + "ast_hash": "34e9382058aac3b8ee1d4b3a4dea8be9", + "semantic_hash": "34e9382058aac3b8ee1d4b3a4dea8be9" + }, + "frontend/application/components/ArchivePage.tsx": { + "mtime": 1786965281.3542764, + "seen": 1787127730.3296363, + "ast_hash": "bb70a08026975e30f28fa784d4feb9c1", + "semantic_hash": "" + }, + "frontend/application/components/AuthModal.tsx": { + "mtime": 1786891855.357692, + "seen": 1787127730.3296363, + "ast_hash": "4eb81d742b697c063f6c82d4a3c20a76", + "semantic_hash": "4eb81d742b697c063f6c82d4a3c20a76" + }, + "frontend/application/components/B2BPortal.tsx": { + "mtime": 1786894580.1568575, + "seen": 1787127730.3296363, + "ast_hash": "cd073e8a2de7b93496df2310de77f41a", + "semantic_hash": "cd073e8a2de7b93496df2310de77f41a" + }, + "frontend/application/components/BackButton.tsx": { + "mtime": 1786965281.3572779, + "seen": 1787127730.3296363, + "ast_hash": "9537791a36d9fc0245ab1edd523bad9e", + "semantic_hash": "" + }, + "frontend/application/components/BlogPage.tsx": { + "mtime": 1786965281.3597915, + "seen": 1787127730.3296363, + "ast_hash": "0dab3c5c26bd6d7a65a38c8a5a356975", + "semantic_hash": "" + }, + "frontend/application/components/CartDrawer.tsx": { + "mtime": 1786799852.5993903, + "seen": 1787127730.3296363, + "ast_hash": "f9e7671394cf4888bd196a80ef08b3e4", + "semantic_hash": "f9e7671394cf4888bd196a80ef08b3e4" + }, + "frontend/application/components/CheckoutPage.tsx": { + "mtime": 1786965281.362524, + "seen": 1787127730.3296363, + "ast_hash": "f1b7e8f306f0339df29db4cfc36f912f", + "semantic_hash": "" + }, + "frontend/application/components/ContactFormClient.tsx": { + "mtime": 1787127377.850564, + "seen": 1787127730.3296363, + "ast_hash": "94d604513c647fd2999603b6af274cb7", + "semantic_hash": "" + }, + "frontend/application/components/DeleteConfirmModal.tsx": { + "mtime": 1786799852.6087523, + "seen": 1787127730.3296363, + "ast_hash": "831b2bddd3e6d156abdac216577e3c4c", + "semantic_hash": "831b2bddd3e6d156abdac216577e3c4c" + }, + "frontend/application/components/EnamadBadge.tsx": { + "mtime": 1786799852.612362, + "seen": 1787127730.3296363, + "ast_hash": "37c7d2eaa27905307e5b2b147849519c", + "semantic_hash": "37c7d2eaa27905307e5b2b147849519c" + }, + "frontend/application/components/ErrorBoundary.tsx": { + "mtime": 1786799852.6145496, + "seen": 1787127730.3296363, + "ast_hash": "21b1cf87a9176b9f7902e5fc4f8b6482", + "semantic_hash": "21b1cf87a9176b9f7902e5fc4f8b6482" + }, + "frontend/application/components/ErrorPages.tsx": { + "mtime": 1786885876.9207263, + "seen": 1787127730.3296363, + "ast_hash": "d367c117edee2e91bfaa263a9514b93c", + "semantic_hash": "d367c117edee2e91bfaa263a9514b93c" + }, + "frontend/application/components/FeaturedProducts.tsx": { + "mtime": 1786799852.624407, + "seen": 1787127730.3296363, + "ast_hash": "c292634313532d9ca35e6b5e56a95824", + "semantic_hash": "c292634313532d9ca35e6b5e56a95824" + }, + "frontend/application/components/Footer.tsx": { + "mtime": 1786974487.7256863, + "seen": 1787127730.3296363, + "ast_hash": "2ffdf566b7d8bcf26a5ff0b422f42ab7", + "semantic_hash": "" + }, + "frontend/application/components/Header.tsx": { + "mtime": 1787041925.9370356, + "seen": 1787127730.3296363, + "ast_hash": "114249f5488ab03a5eda0aa04db0a92e", + "semantic_hash": "" + }, + "frontend/application/components/HeaderButton.tsx": { + "mtime": 1786799852.637156, + "seen": 1787127730.3296363, + "ast_hash": "5e4679ee49ad04e753de83a405255e44", + "semantic_hash": "5e4679ee49ad04e753de83a405255e44" + }, + "frontend/application/components/Hero.tsx": { + "mtime": 1787068406.9432793, + "seen": 1787127730.3296363, + "ast_hash": "0ea5b8bb18527463b6cd6df378ee59ed", + "semantic_hash": "" + }, + "frontend/application/components/IngredientWiki.tsx": { + "mtime": 1786965281.3742068, + "seen": 1787127730.3296363, + "ast_hash": "5a656dd2b9fd9e8f8c83544b706da19a", + "semantic_hash": "" + }, + "frontend/application/components/LoginModal.tsx": { + "mtime": 1786885876.9322674, + "seen": 1787127730.3296363, + "ast_hash": "8e7bdd175df5e72f59814fac75ff6254", + "semantic_hash": "8e7bdd175df5e72f59814fac75ff6254" + }, + "frontend/application/components/MaintenancePage.tsx": { + "mtime": 1786946249.984693, + "seen": 1787127730.3296363, + "ast_hash": "ddff8dfe25db6a3b4667f52a92ffbd12", + "semantic_hash": "ddff8dfe25db6a3b4667f52a92ffbd12" + }, + "frontend/application/components/NetworkBanner.tsx": { + "mtime": 1786799852.662139, + "seen": 1787127730.3296363, + "ast_hash": "17a159f769af90f446309ca321c86805", + "semantic_hash": "17a159f769af90f446309ca321c86805" + }, + "frontend/application/components/OrderDetailsModal.tsx": { + "mtime": 1787056525.0310273, + "seen": 1787127730.3296363, + "ast_hash": "7427f905bfdc6b73f8f7d02ae3058b05", + "semantic_hash": "" + }, + "frontend/application/components/OrderSuccess.tsx": { + "mtime": 1786799852.6655424, + "seen": 1787127730.3296363, + "ast_hash": "1af189b677cfa054b76f3a1b518113f8", + "semantic_hash": "1af189b677cfa054b76f3a1b518113f8" + }, + "frontend/application/components/OrderTracking.tsx": { + "mtime": 1786965281.3801894, + "seen": 1787127730.3296363, + "ast_hash": "876caa8bc755d8087e403e043a1358a1", + "semantic_hash": "" + }, + "frontend/application/components/PetProfile.tsx": { + "mtime": 1786965281.3822017, + "seen": 1787127730.3296363, + "ast_hash": "d7d5643e88efbf276ac711b3c2812308", + "semantic_hash": "" + }, + "frontend/application/components/PrescriptionUploadModal.tsx": { + "mtime": 1786965281.3856564, + "seen": 1787127730.3296363, + "ast_hash": "f622bde4484b9f8728858fdc5330f8c2", + "semantic_hash": "" + }, + "frontend/application/components/ProductPage.tsx": { + "mtime": 1787055297.1950588, + "seen": 1787127730.3296363, + "ast_hash": "e95f3580446ad03126416ba5059f8b60", + "semantic_hash": "" + }, + "frontend/application/components/SafeImage.tsx": { + "mtime": 1787074301.6912196, + "seen": 1787127730.3296363, + "ast_hash": "fb6eeb5f9240ab5848e0fbcf7405a399", + "semantic_hash": "" + }, + "frontend/application/components/SearchResultsPage.tsx": { + "mtime": 1786799852.7015781, + "seen": 1787127730.3296363, + "ast_hash": "a5418e889a76fa054734277bd9a77a3d", + "semantic_hash": "a5418e889a76fa054734277bd9a77a3d" + }, + "frontend/application/components/SearchableSelect.tsx": { + "mtime": 1785575516.1555548, + "seen": 1787127730.3296363, + "ast_hash": "9a5010afe35da7c9584bf60e69e47002", + "semantic_hash": "9a5010afe35da7c9584bf60e69e47002" + }, + "frontend/application/components/Skeleton.tsx": { + "mtime": 1783764561.943997, + "seen": 1787127730.3296363, + "ast_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5", + "semantic_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5" + }, + "frontend/application/components/SmartAdvisor.tsx": { + "mtime": 1786894580.1679084, + "seen": 1787127730.3296363, + "ast_hash": "d4a1912ce8201584d13c24a75b12b688", + "semantic_hash": "d4a1912ce8201584d13c24a75b12b688" + }, + "frontend/application/components/TickerBanner.tsx": { + "mtime": 1786885876.9608357, + "seen": 1787127730.3296363, + "ast_hash": "e00022d0f2300ac98510a6f8c040598b", + "semantic_hash": "e00022d0f2300ac98510a6f8c040598b" + }, + "frontend/application/components/Tooltip.tsx": { + "mtime": 1786885876.9641032, + "seen": 1787127730.3296363, + "ast_hash": "cd556c004e25bf31fc7955015e1be6c2", + "semantic_hash": "cd556c004e25bf31fc7955015e1be6c2" + }, + "frontend/application/components/TopUpModal.tsx": { + "mtime": 1786890779.336881, + "seen": 1787127730.3296363, + "ast_hash": "17b848b63d7422d62703538a62996077", + "semantic_hash": "17b848b63d7422d62703538a62996077" + }, + "frontend/application/components/UserDashboard.tsx": { + "mtime": 1786965281.3951943, + "seen": 1787127730.3296363, + "ast_hash": "69edab05061104a2d9785afd2b45ff6b", + "semantic_hash": "" + }, + "frontend/application/components/VetGallery.tsx": { + "mtime": 1787074301.6929152, + "seen": 1787127730.3296363, + "ast_hash": "0e687985dddefab3b7fc4592a61cb85a", + "semantic_hash": "" + }, + "frontend/application/components/VideosPage.tsx": { + "mtime": 1787048863.6937873, + "seen": 1787127730.3296363, + "ast_hash": "00d2e61c0207e03b31a8303370cf4860", + "semantic_hash": "" + }, + "frontend/application/components/__tests__/CartDrawer.test.tsx": { + "mtime": 1786799852.7618258, + "seen": 1787127730.3296363, + "ast_hash": "6840b24eb0f28d8120a320f0fd466154", + "semantic_hash": "6840b24eb0f28d8120a320f0fd466154" + }, + "frontend/application/components/__tests__/FeaturedProducts.test.tsx": { + "mtime": 1786799852.7656322, + "seen": 1787127730.3296363, + "ast_hash": "4059af6498e993d64024592623b58a2b", + "semantic_hash": "4059af6498e993d64024592623b58a2b" + }, + "frontend/application/components/__tests__/Footer.test.tsx": { + "mtime": 1786885876.9765952, + "seen": 1787127730.3296363, + "ast_hash": "a258662661bb7865fe657b76abc97003", + "semantic_hash": "a258662661bb7865fe657b76abc97003" + }, + "frontend/application/components/__tests__/Header.test.tsx": { + "mtime": 1786799852.770019, + "seen": 1787127730.3296363, + "ast_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af", + "semantic_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af" + }, + "frontend/application/components/__tests__/Hero.test.tsx": { + "mtime": 1786799852.7760108, + "seen": 1787127730.3296363, + "ast_hash": "cba126955eaf2edc40fe24ce0c42d850", + "semantic_hash": "cba126955eaf2edc40fe24ce0c42d850" + }, + "frontend/application/components/__tests__/Tooltip.test.tsx": { + "mtime": 1786799852.784349, + "seen": 1787127730.3296363, + "ast_hash": "a43df52896070e694d06a2d1ae89a99a", + "semantic_hash": "a43df52896070e694d06a2d1ae89a99a" + }, + "frontend/application/eslint.config.mjs": { + "mtime": 1785651092.9934845, + "seen": 1787127730.3296363, + "ast_hash": "dfa1f5f6a7037bf39dc510f30b180002", + "semantic_hash": "dfa1f5f6a7037bf39dc510f30b180002" + }, + "frontend/application/lib/data/products.ts": { + "mtime": 1787040318.6812634, + "seen": 1787127730.3296363, + "ast_hash": "7d0cb02ac1d5f331a07ba1464dbc65ae", + "semantic_hash": "" + }, + "frontend/application/lib/data/provinces.ts": { + "mtime": 1785571725.610676, + "seen": 1787127730.3296363, + "ast_hash": "cd814c89c40909d1da24ac1e01fd99c0", + "semantic_hash": "cd814c89c40909d1da24ac1e01fd99c0" + }, + "frontend/application/lib/data/scientificTerms.ts": { + "mtime": 1786958978.7430973, + "seen": 1787127730.3296363, + "ast_hash": "b469da9f5c2d6e81279c853211bc197f", + "semantic_hash": "b469da9f5c2d6e81279c853211bc197f" + }, + "frontend/application/lib/hooks/useNetworkStatus.ts": { + "mtime": 1786799852.793488, + "seen": 1787127730.3296363, + "ast_hash": "d6ece33f5f0149a299c49366f0e314d0", + "semantic_hash": "d6ece33f5f0149a299c49366f0e314d0" + }, + "frontend/application/lib/services/api.ts": { + "mtime": 1786954681.8442974, + "seen": 1787127730.3296363, + "ast_hash": "ae46ef7c44f6cbfe689fb6807c23b26b", + "semantic_hash": "ae46ef7c44f6cbfe689fb6807c23b26b" + }, + "frontend/application/lib/services/authService.ts": { + "mtime": 1786885876.9861848, + "seen": 1787127730.3296363, + "ast_hash": "497045bd75576ee0cb6f37fc0ad831da", + "semantic_hash": "497045bd75576ee0cb6f37fc0ad831da" + }, + "frontend/application/lib/services/orderService.ts": { + "mtime": 1786799852.8107264, + "seen": 1787127730.3296363, + "ast_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5", + "semantic_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5" + }, + "frontend/application/lib/services/productService.ts": { + "mtime": 1787055297.2006445, + "seen": 1787127730.3296363, + "ast_hash": "6d7641737afa66f370c6e22f18649bc3", + "semantic_hash": "" + }, + "frontend/application/lib/services/videoService.ts": { + "mtime": 1786967385.8719704, + "seen": 1787127730.3296363, + "ast_hash": "2f5855cda678f065e6f3b44fcc97f7cf", + "semantic_hash": "" + }, + "frontend/application/lib/store/__tests__/cartStore.test.ts": { + "mtime": 1786799852.822037, + "seen": 1787127730.3296363, + "ast_hash": "741d154ab7044aa24c39b1694dbd9a32", + "semantic_hash": "741d154ab7044aa24c39b1694dbd9a32" + }, + "frontend/application/lib/store/__tests__/settingsStore.test.ts": { + "mtime": 1783856793.0438032, + "seen": 1787127730.3296363, + "ast_hash": "9ca2a69a162e64abce0658a348454d97", + "semantic_hash": "9ca2a69a162e64abce0658a348454d97" + }, + "frontend/application/lib/store/__tests__/userStore.test.ts": { + "mtime": 1786799852.8255477, + "seen": 1787127730.3296363, + "ast_hash": "9133574a4b0a49423dadbdc1d8d373b6", + "semantic_hash": "9133574a4b0a49423dadbdc1d8d373b6" + }, + "frontend/application/lib/store/cartStore.ts": { + "mtime": 1786895436.2356844, + "seen": 1787127730.3296363, + "ast_hash": "bca90351f647e0cbd364a37d7e193d8e", + "semantic_hash": "bca90351f647e0cbd364a37d7e193d8e" + }, + "frontend/application/lib/store/settingsStore.ts": { + "mtime": 1786948119.7870967, + "seen": 1787127730.3296363, + "ast_hash": "ad4252536324b30028b5e4844fbd959b", + "semantic_hash": "ad4252536324b30028b5e4844fbd959b" + }, + "frontend/application/lib/store/uiStore.ts": { + "mtime": 1786799852.833588, + "seen": 1787127730.3296363, + "ast_hash": "5b78ec13363f2456a9efa6189473f93b", + "semantic_hash": "5b78ec13363f2456a9efa6189473f93b" + }, + "frontend/application/lib/store/usePetStore.ts": { + "mtime": 1786954681.8453007, + "seen": 1787127730.3296363, + "ast_hash": "ad7e988e8e7561ed1c39db9964710806", + "semantic_hash": "ad7e988e8e7561ed1c39db9964710806" + }, + "frontend/application/lib/store/userStore.ts": { + "mtime": 1786885876.9946983, + "seen": 1787127730.3296363, + "ast_hash": "8b78aa320dffed6f73df4e7da060b79d", + "semantic_hash": "8b78aa320dffed6f73df4e7da060b79d" + }, + "frontend/application/lib/types.ts": { + "mtime": 1786799852.8401117, + "seen": 1787127730.3296363, + "ast_hash": "d4375ccb9e1067339601af5cb0f1ae07", + "semantic_hash": "d4375ccb9e1067339601af5cb0f1ae07" + }, + "frontend/application/lib/utils.ts": { + "mtime": 1786799852.847284, + "seen": 1787127730.3296363, + "ast_hash": "13d70256fc31437c6a1d3c3450c0d5c6", + "semantic_hash": "13d70256fc31437c6a1d3c3450c0d5c6" + }, + "frontend/application/next.config.ts": { + "mtime": 1787127390.0691984, + "seen": 1787127730.3296363, + "ast_hash": "d0175a482481687c405176dfa11baa6a", + "semantic_hash": "" + }, + "frontend/application/package.json": { + "mtime": 1786799852.8631322, + "seen": 1787127730.3296363, + "ast_hash": "6e05083120e9bf19ace443112d6b54ab", + "semantic_hash": "6e05083120e9bf19ace443112d6b54ab" + }, + "frontend/application/postcss.config.mjs": { + "mtime": 1783764561.9882522, + "seen": 1787127730.3296363, + "ast_hash": "239f3ebf717465dc636818a1a619398d", + "semantic_hash": "239f3ebf717465dc636818a1a619398d" + }, + "frontend/application/tsconfig.json": { + "mtime": 1786799852.86564, + "seen": 1787127730.3296363, + "ast_hash": "09df7544350f3ee3b4fe33841d294a86", + "semantic_hash": "09df7544350f3ee3b4fe33841d294a86" + }, + "frontend/application/vitest.config.ts": { + "mtime": 1786799852.8686528, + "seen": 1787127730.3296363, + "ast_hash": "ee482d93c3e5c516e021b7a68c5fb60b", + "semantic_hash": "ee482d93c3e5c516e021b7a68c5fb60b" + }, + "frontend/application/vitest.setup.ts": { + "mtime": 1786799852.8706508, + "seen": 1787127730.3296363, + "ast_hash": "4dcc5d7d1d80795a12623d48fc61e3e5", + "semantic_hash": "4dcc5d7d1d80795a12623d48fc61e3e5" + }, + "package.json": { + "mtime": 1783856793.674106, + "seen": 1787127730.3296363, + "ast_hash": "fcb100aa3caf90be6b494c35499e0049", + "semantic_hash": "fcb100aa3caf90be6b494c35499e0049" + }, + "scripts/backup_db.sh": { + "mtime": 1786799852.8767846, + "seen": 1787127730.3296363, + "ast_hash": "82cb31279bdfacde5efe978a55256436", + "semantic_hash": "82cb31279bdfacde5efe978a55256436" + }, + "scripts/deploy.sh": { + "mtime": 1787075931.1952882, + "seen": 1787127730.3296363, + "ast_hash": "b8ac4cf62d25795dc6b90698d6dd36fb", + "semantic_hash": "" + }, + "scripts/open-browsers.js": { + "mtime": 1783764562.0287807, + "seen": 1787127730.3296363, + "ast_hash": "efcd36af516d969f068285a5d0b81ae3", + "semantic_hash": "efcd36af516d969f068285a5d0b81ae3" + }, + "scripts/start-dev.js": { + "mtime": 1787072106.514647, + "seen": 1787127730.3296363, + "ast_hash": "4c029b34e1d38346196356018a747008", + "semantic_hash": "" + }, + "start.sh": { + "mtime": 1784033954.8130803, + "seen": 1787127730.3296363, + "ast_hash": "de3176806eab0abd69c6a8ea420b2095", + "semantic_hash": "de3176806eab0abd69c6a8ea420b2095" + }, + "BACKEND_INTEGRATION.md": { + "mtime": 1786885876.7688253, + "seen": 1787127730.3296363, + "ast_hash": "e1f23cc23d23159b32a35acc9fadc689", + "semantic_hash": "" + }, + "DATABASE_SCHEMA.md": { + "mtime": 1786885876.7713423, + "seen": 1787127730.3296363, + "ast_hash": "ca5ded565172da98231f6cf54af4843d", + "semantic_hash": "" + }, + "README.md": { + "mtime": 1786885876.7753718, + "seen": 1787127730.3296363, + "ast_hash": "830c27760b856f621e2498eb762743fa", + "semantic_hash": "" + }, + "canina.md": { + "mtime": 1786885876.8094723, + "seen": 1787127730.3296363, + "ast_hash": "9dd630592bc7905abc25f844ff134305", + "semantic_hash": "" + }, + "docker-compose.yml": { + "mtime": 1786883225.8115642, + "seen": 1787127730.3296363, + "ast_hash": "a78a74898646cdf374c4d83e43cfa854", + "semantic_hash": "" + }, + "docs/01-introduction.md": { + "mtime": 1786885876.812475, + "seen": 1787127730.3296363, + "ast_hash": "4089d3e4da9e473cd14c984e646abe93", + "semantic_hash": "" + }, + "docs/02-user-guide.md": { + "mtime": 1786885876.8139858, + "seen": 1787127730.3296363, + "ast_hash": "96bf8f4516994e99012a5b6c710835cd", + "semantic_hash": "" + }, + "docs/03-developer-guide.md": { + "mtime": 1783764561.7716606, + "seen": 1787127730.3296363, + "ast_hash": "14f25993a3a77357739f6cd082c1e566", + "semantic_hash": "14f25993a3a77357739f6cd082c1e566" + }, + "docs/audit/05-architectural-audit.md": { + "mtime": 1786799852.3026898, + "seen": 1787127730.3296363, + "ast_hash": "ab18a41271f0f845054f52f4dfa715eb", + "semantic_hash": "ab18a41271f0f845054f52f4dfa715eb" + }, + "docs/audit/10-security-audit.md": { + "mtime": 1786799852.3079526, + "seen": 1787127730.3296363, + "ast_hash": "125471bb12e468a0ddcd9a1dccca1001", + "semantic_hash": "125471bb12e468a0ddcd9a1dccca1001" + }, + "docs/audit/ADR-AUTH-001.md": { + "mtime": 1786799852.3326428, + "seen": 1787127730.3296363, + "ast_hash": "2616cbbcbbc3d461d3b6ca00195902a9", + "semantic_hash": "2616cbbcbbc3d461d3b6ca00195902a9" + }, + "docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md": { + "mtime": 1786799852.3326428, + "seen": 1787127730.3296363, + "ast_hash": "6d851d9e754115841a5accab7efcf0dc", + "semantic_hash": "6d851d9e754115841a5accab7efcf0dc" + }, + "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md": { + "mtime": 1787127677.6429987, + "seen": 1787127730.3296363, + "ast_hash": "8210201eae0692d1e76cad23d60c804b", + "semantic_hash": "" + }, + "docs/audit/MASTER-TASK-BACKLOG.md": { + "mtime": 1786799852.3354702, + "seen": 1787127730.3296363, + "ast_hash": "0efc4759c15a04ca934ec32bb6b6fa6b", + "semantic_hash": "0efc4759c15a04ca934ec32bb6b6fa6b" + }, + "docs/audit/frontend-route-map.md": { + "mtime": 1786799852.3393898, + "seen": 1787127730.3296363, + "ast_hash": "88fdef86c48b2164cdcced3e502c073f", + "semantic_hash": "88fdef86c48b2164cdcced3e502c073f" + }, + "docs/audit/phase3-execution-plan.md": { + "mtime": 1786799852.3439524, + "seen": 1787127730.3296363, + "ast_hash": "15babdd91198793f5b6b791d7a5edd22", + "semantic_hash": "15babdd91198793f5b6b791d7a5edd22" + }, + "docs/backlog.md": { + "mtime": 1786799852.3560216, + "seen": 1787127730.3296363, + "ast_hash": "cf6eb1a9c1daef121cfb40f1a7771808", + "semantic_hash": "cf6eb1a9c1daef121cfb40f1a7771808" + }, + "frontend/application/AGENTS.md": { + "mtime": 1787127643.0589774, + "seen": 1787127730.3296363, + "ast_hash": "657cc62d228d2fcf56f1c843aad131fd", + "semantic_hash": "" + }, + "frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md": { + "mtime": 1783856793.2301185, + "seen": 1787127730.3296363, + "ast_hash": "eeaf2bb0943a16d43493f706d0867d1f", + "semantic_hash": "eeaf2bb0943a16d43493f706d0867d1f" + }, + "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md": { + "mtime": 1783856793.2795427, + "seen": 1787127730.3296363, + "ast_hash": "5f851eefeeb4bffff8c5427a289f934d", + "semantic_hash": "5f851eefeeb4bffff8c5427a289f934d" + }, + "frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt": { + "mtime": 1783856793.3161557, + "seen": 1787127730.3296363, + "ast_hash": "a5c1ec085d5dae2319c659151ffce3f0", + "semantic_hash": "a5c1ec085d5dae2319c659151ffce3f0" + }, + "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md": { + "mtime": 1783856793.3176901, + "seen": 1787127730.3296363, + "ast_hash": "e7227ba84ca88111166000065d1bdacb", + "semantic_hash": "e7227ba84ca88111166000065d1bdacb" + }, + "frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt": { + "mtime": 1783856793.319422, + "seen": 1787127730.3296363, + "ast_hash": "88985b4355a8a44627dde041f10aba75", + "semantic_hash": "88985b4355a8a44627dde041f10aba75" + }, + "frontend/application/public/fonts/vazirmatn-v33.003/README.md": { + "mtime": 1783856793.320489, + "seen": 1787127730.3296363, + "ast_hash": "e9d11601fc4c77fe3d8d1961d9c5d420", + "semantic_hash": "e9d11601fc4c77fe3d8d1961d9c5d420" + }, + "scripts/compose.prod.yml": { + "mtime": 1787077093.9907773, + "seen": 1787127730.3296363, + "ast_hash": "dab885e300a9524d8b4ad4c2e2e2cd3e", + "semantic_hash": "" + }, + "scripts/compose.stage.yml": { + "mtime": 1787077093.9917798, + "seen": 1787127730.3296363, + "ast_hash": "6c2045ddae8c6cac20ab3a0b87c39388", + "semantic_hash": "" + }, + "backend/uploads/1781288429353-508765350.jpg": { + "mtime": 1783764561.766257, + "seen": 1787127730.3296363, + "ast_hash": "ebf86506731de8ec10f2c4ea0ba14609", + "semantic_hash": "ebf86506731de8ec10f2c4ea0ba14609" + }, + "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif": { + "mtime": 1783856792.5464964, + "seen": 1787127730.3296363, + "ast_hash": "9d0c1a4764b2b06807578b33c40838ca", + "semantic_hash": "9d0c1a4764b2b06807578b33c40838ca" + }, + "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png": { + "mtime": 1783856792.6456678, + "seen": 1787127730.3296363, + "ast_hash": "8bca253cfb55f954622145010756efa9", + "semantic_hash": "8bca253cfb55f954622145010756efa9" + }, + "frontend/application/public/assets/images/regenerated_image_1779109861747.png": { + "mtime": 1783764562.0141103, + "seen": 1787127730.3296363, + "ast_hash": "47111b66c208d1fa0c74877dfc0ee2a5", + "semantic_hash": "47111b66c208d1fa0c74877dfc0ee2a5" + }, + "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif": { + "mtime": 1783856793.2291198, + "seen": 1787127730.3296363, + "ast_hash": "9d0c1a4764b2b06807578b33c40838ca", + "semantic_hash": "9d0c1a4764b2b06807578b33c40838ca" + }, + "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png": { + "mtime": 1783856793.3151467, + "seen": 1787127730.3296363, + "ast_hash": "8bca253cfb55f954622145010756efa9", + "semantic_hash": "8bca253cfb55f954622145010756efa9" + }, + ".ai_agency/memory/backlog.json": { + "mtime": 1785330750.958891, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + ".ai_agency/memory/state.json": { + "mtime": 1785330750.963914, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "backend/prisma/seed-products-data.json": { + "mtime": 1786885876.7823713, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "backend/test/jest-e2e.json": { + "mtime": 1783764561.7629118, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/15-raw-findings-index.json": { + "mtime": 1786799852.313067, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/17-source-coverage-manifest.json": { + "mtime": 1786799852.315065, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/20-verified-findings-index.json": { + "mtime": 1786799852.3170714, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/25-reference-integrity-validation.json": { + "mtime": 1786799852.3215716, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/28-full-repository-classification.json": { + "mtime": 1786799852.3240995, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/29-file-content-evidence.json": { + "mtime": 1786799852.325608, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/30-compiler-diagnostics-index.json": { + "mtime": 1786799852.326617, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/32-evidence-grade-validation.json": { + "mtime": 1786799852.3286169, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/34-repository-observations.json": { + "mtime": 1786799852.3296187, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/35-semantic-review-ledger.json": { + "mtime": 1786799852.330616, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/36-mandatory-semantic-scope.json": { + "mtime": 1786799852.331617, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/audit-state.json": { + "mtime": 1786799852.3373823, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "docs/audit/master-task-backlog.json": { + "mtime": 1786799852.3429067, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + "metadata.json": { + "mtime": 1783856793.6721373, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + ".ai_agency/AGENCY.md": { + "mtime": 1785148021.9796073, + "seen": 1787127730.3296363, + "ast_hash": "9a615cfac3d434770f0fa036a32b71f9", + "semantic_hash": "" + }, + ".ai_agency/agents/00_intake.md": { + "mtime": 1785148021.984319, + "seen": 1787127730.3296363, + "ast_hash": "f1b0d3a7e74c834af83cd068a97bc240", + "semantic_hash": "" + }, + ".ai_agency/agents/01_auditor.md": { + "mtime": 1785148021.9877827, + "seen": 1787127730.3296363, + "ast_hash": "a41d382a1269c2d6432522485e1b3301", + "semantic_hash": "" + }, + ".ai_agency/agents/02_ceo.md": { + "mtime": 1785148021.9983747, + "seen": 1787127730.3296363, + "ast_hash": "caf2825294f63004fa58a8b3775f10dc", + "semantic_hash": "" + }, + ".ai_agency/agents/03_product_manager.md": { + "mtime": 1785148022.0019681, + "seen": 1787127730.3296363, + "ast_hash": "d5a7823925324506c4c0f91534c713cc", + "semantic_hash": "" + }, + ".ai_agency/agents/04_architect.md": { + "mtime": 1785148022.004966, + "seen": 1787127730.3296363, + "ast_hash": "fa9c501ee0e0f13da21dd138ed9116b3", + "semantic_hash": "" + }, + ".ai_agency/agents/05_dev_backend.md": { + "mtime": 1785148022.0124812, + "seen": 1787127730.3296363, + "ast_hash": "9753813406d32d60a4f82b62ffc3f00f", + "semantic_hash": "" + }, + ".ai_agency/agents/06_dev_frontend.md": { + "mtime": 1785148022.01702, + "seen": 1787127730.3296363, + "ast_hash": "061855c65baa90ab44d77285cf1475f2", + "semantic_hash": "" + }, + ".ai_agency/agents/07_qa_engineer.md": { + "mtime": 1785148022.0200446, + "seen": 1787127730.3296363, + "ast_hash": "fe33c91f65cbfa2a4e9e9e007cd03370", + "semantic_hash": "" + }, + ".ai_agency/agents/08_visual_qa.md": { + "mtime": 1785148022.0300832, + "seen": 1787127730.3296363, + "ast_hash": "7e8b5e90bb7c668ce961bb1c117d4291", + "semantic_hash": "" + }, + ".ai_agency/agents/09_devops_security.md": { + "mtime": 1785148022.0340874, + "seen": 1787127730.3296363, + "ast_hash": "f4ce074e72eade7153ee4785ae9a89c6", + "semantic_hash": "" + }, + ".ai_agency/agents/10_tech_writer.md": { + "mtime": 1785148022.0370827, + "seen": 1787127730.3296363, + "ast_hash": "9315ddc6c2960907d7dda7804c1debac", + "semantic_hash": "" + }, + ".ai_agency/agents/11_deploy.md": { + "mtime": 1785148022.0406027, + "seen": 1787127730.3296363, + "ast_hash": "0f644be55161acf799ccc0b89ebfaa03", + "semantic_hash": "" + }, + ".ai_agency/agents/12_seo_content.md": { + "mtime": 1785148022.048604, + "seen": 1787127730.3296363, + "ast_hash": "a053bac412fb66749c22ddfc58882766", + "semantic_hash": "" + }, + ".ai_agency/memory/agent_outputs/README.txt": { + "mtime": 1785148022.0521505, + "seen": 1787127730.3296363, + "ast_hash": "7b3064fbf48b53032a8d4bfb73ca9ca7", + "semantic_hash": "" + }, + ".ai_agency/memory/scratchpad.md": { + "mtime": 1785148022.0651145, + "seen": 1787127730.3296363, + "ast_hash": "04648e7db23c144f89cdf78d071a32a0", + "semantic_hash": "" + }, + ".ai_agency/specs/api_contract.md": { + "mtime": 1785148022.0776649, + "seen": 1787127730.3296363, + "ast_hash": "2641fc7a31d9fe4761dad3ae7c944cb0", + "semantic_hash": "" + }, + ".ai_agency/specs/architecture_spec.md": { + "mtime": 1785148022.0822608, + "seen": 1787127730.3296363, + "ast_hash": "8763e7670f9cd0281273e139b484e701", + "semantic_hash": "" + }, + ".ai_agency/specs/prd.md": { + "mtime": 1785148022.0872517, + "seen": 1787127730.3296363, + "ast_hash": "a030931c59700809b29fa5e2dcbaaf18", + "semantic_hash": "" + }, + ".ai_agency/specs/project_health.md": { + "mtime": 1785148022.0983145, + "seen": 1787127730.3296363, + "ast_hash": "063e14c4ad0f62b79e412580319d6e6a", + "semantic_hash": "" + }, + ".ai_agency/specs/reviews/README.md": { + "mtime": 1785148022.105835, + "seen": 1787127730.3296363, + "ast_hash": "e68ba8a85edcd2394cb46d8f03fa09b7", + "semantic_hash": "" + }, + ".ai_agency/specs/reviews/backend_review.md": { + "mtime": 1785148022.1103623, + "seen": 1787127730.3296363, + "ast_hash": "34de73a13f5917bee531b6c2036e6fd6", + "semantic_hash": "" + }, + ".ai_agency/specs/reviews/code_health_review.md": { + "mtime": 1785148022.1143596, + "seen": 1787127730.3296363, + "ast_hash": "6ac531c22e5d025f50e6375323a52ed7", + "semantic_hash": "" + }, + ".ai_agency/specs/reviews/frontend_review.md": { + "mtime": 1785148022.118487, + "seen": 1787127730.3296363, + "ast_hash": "0fd2a25383bafe358068544b4fd5e5f9", + "semantic_hash": "" + }, + ".ai_agency/specs/reviews/security_review.md": { + "mtime": 1785148022.1214871, + "seen": 1787127730.3296363, + "ast_hash": "ed5139209a62a8a4a461b8a0eff9ac02", + "semantic_hash": "" + }, + ".ai_agency/specs/reviews/seo_content_review.md": { + "mtime": 1785148022.1315339, + "seen": 1787127730.3296363, + "ast_hash": "4cd7283f78877c1a14ff5b682c762702", + "semantic_hash": "" + }, + ".ai_agency/specs/reviews/ux_review.md": { + "mtime": 1785148022.1365507, + "seen": 1787127730.3296363, + "ast_hash": "4edeb2b914b36277d8381de722df56ef", + "semantic_hash": "" + }, + ".antigravity/instructions.md": { + "mtime": 1786870552.8334057, + "seen": 1787127730.3296363, + "ast_hash": "9b31786b637be3c13978bec4c2330752", + "semantic_hash": "" + }, + ".antigravity/workflows/graphify.md": { + "mtime": 1786870552.8379214, + "seen": 1787127730.3296363, + "ast_hash": "3953c31b4ef6d89d3b1cb43f0110817d", + "semantic_hash": "" + }, + ".claude/CLAUDE.md": { + "mtime": 1786870552.83892, + "seen": 1787127730.3296363, + "ast_hash": "9b31786b637be3c13978bec4c2330752", + "semantic_hash": "" + }, + ".claude/skills/graphify/SKILL.md": { + "mtime": 1786870552.845041, + "seen": 1787127730.3296363, + "ast_hash": "3953c31b4ef6d89d3b1cb43f0110817d", + "semantic_hash": "" + }, + ".claude/skills/graphify/references/add-watch.md": { + "mtime": 1786870552.848102, + "seen": 1787127730.3296363, + "ast_hash": "d59d027fe449f06aa03905a01184e779", + "semantic_hash": "" + }, + ".claude/skills/graphify/references/exports.md": { + "mtime": 1786870552.849102, + "seen": 1787127730.3296363, + "ast_hash": "9da2a2152e60a22f07f05fed5158f287", + "semantic_hash": "" + }, + ".claude/skills/graphify/references/extraction-spec.md": { + "mtime": 1786870552.850102, + "seen": 1787127730.3296363, + "ast_hash": "42fef56a01698118f7fd722acdadea34", + "semantic_hash": "" + }, + ".claude/skills/graphify/references/github-and-merge.md": { + "mtime": 1786870552.853101, + "seen": 1787127730.3296363, + "ast_hash": "cde13df085e4c492aeb7ba298a996d0d", + "semantic_hash": "" + }, + ".claude/skills/graphify/references/hooks.md": { + "mtime": 1786870552.8550987, + "seen": 1787127730.3296363, + "ast_hash": "3f545db6ce646650bb9de588f5512a27", + "semantic_hash": "" + }, + ".claude/skills/graphify/references/query.md": { + "mtime": 1786870552.857703, + "seen": 1787127730.3296363, + "ast_hash": "3c46f8ad006874260614ed8657d02307", + "semantic_hash": "" + }, + ".claude/skills/graphify/references/transcribe.md": { + "mtime": 1786870552.8587108, + "seen": 1787127730.3296363, + "ast_hash": "67b6a5fa6c0974e18f60db9f8932fbd8", + "semantic_hash": "" + }, + ".claude/skills/graphify/references/update.md": { + "mtime": 1786870552.86071, + "seen": 1787127730.3296363, + "ast_hash": "9378bd03d56baaf78bd738ab3848f142", + "semantic_hash": "" + }, + ".gitea/workflows/deploy.yml": { + "mtime": 1787078454.7624714, + "seen": 1787127730.3296363, + "ast_hash": "8dba2b15f1a2baf9ad6fa20a0b3dc467", + "semantic_hash": "" + }, + "CLAUDE.md": { + "mtime": 1786870552.8637102, + "seen": 1787127730.3296363, + "ast_hash": "82efb97a359f5c7290bf2513d14686be", + "semantic_hash": "" + }, + "backend/README.md": { + "mtime": 1783764561.6013825, + "seen": 1787127730.3296363, + "ast_hash": "f9b30a57e215bc0b63868065fc71a1ac", + "semantic_hash": "" + }, + "docs/04-setup-and-deployment.md": { + "mtime": 1787127654.099607, + "seen": 1787127730.3296363, + "ast_hash": "7def44fff8cdd0d28b700f711e2443ed", + "semantic_hash": "" + }, + "docs/05-devops-and-monitoring.md": { + "mtime": 1783764561.774446, + "seen": 1787127730.3296363, + "ast_hash": "7dade1c1d477d70ced55a7580b812127", + "semantic_hash": "" + }, + "docs/06-testing.md": { + "mtime": 1783764561.7749674, + "seen": 1787127730.3296363, + "ast_hash": "2ed3cd7f39157774928e65d5cc0588d0", + "semantic_hash": "" + }, + "docs/README.md": { + "mtime": 1786885876.8169968, + "seen": 1787127730.3296363, + "ast_hash": "64dfe035bc8fdb4b42f7af8336bf4ab3", + "semantic_hash": "" + }, + "docs/audit/00-repository-map.md": { + "mtime": 1786799852.2981741, + "seen": 1787127730.3296363, + "ast_hash": "5343b55148ced4eed7f13aa32b689936", + "semantic_hash": "" + }, + "docs/audit/01-system-discovery.md": { + "mtime": 1786799852.2991743, + "seen": 1787127730.3296363, + "ast_hash": "5fcfb853f894f8697b6badb692dfe249", + "semantic_hash": "" + }, + "docs/audit/02-audit-plan.md": { + "mtime": 1786799852.3001754, + "seen": 1787127730.3296363, + "ast_hash": "d6a5dbf5ddc5fc174e8a041e835481db", + "semantic_hash": "" + }, + "docs/audit/03-baseline-command-plan.md": { + "mtime": 1786799852.3001754, + "seen": 1787127730.3296363, + "ast_hash": "7d40f368e9ed0f27fa2ef5ad01249ad2", + "semantic_hash": "" + }, + "docs/audit/04-open-questions.md": { + "mtime": 1786799852.301682, + "seen": 1787127730.3296363, + "ast_hash": "773b455bb84b5df87cfbaa76dfa951f0", + "semantic_hash": "" + }, + "docs/audit/06-storefront-audit.md": { + "mtime": 1786799852.3036914, + "seen": 1787127730.3296363, + "ast_hash": "7c3aff371cdb919bb885bf4a6f625780", + "semantic_hash": "" + }, + "docs/audit/07-backend-audit.md": { + "mtime": 1786799852.30469, + "seen": 1787127730.3296363, + "ast_hash": "53927123ba5acca71e57780ca9bd34f9", + "semantic_hash": "" + }, + "docs/audit/08-admin-features-audit.md": { + "mtime": 1786799852.3059514, + "seen": 1787127730.3296363, + "ast_hash": "d4da7eb2396ad939251ccc541f1fd165", + "semantic_hash": "" + }, + "docs/audit/09-database-audit.md": { + "mtime": 1786799852.3069694, + "seen": 1787127730.3296363, + "ast_hash": "bdd7e4c3b4723b2006053563ac345819", + "semantic_hash": "" + }, + "docs/audit/11-code-quality-audit.md": { + "mtime": 1786799852.308957, + "seen": 1787127730.3296363, + "ast_hash": "c48e39113f2334fae743488668ecf618", + "semantic_hash": "" + }, + "docs/audit/12-testing-audit.md": { + "mtime": 1786799852.3099525, + "seen": 1787127730.3296363, + "ast_hash": "0d1570f5138328d090a43edc1f7bc4f0", + "semantic_hash": "" + }, + "docs/audit/13-devops-audit.md": { + "mtime": 1786799852.3109539, + "seen": 1787127730.3296363, + "ast_hash": "986acddf4e09ccbe2b8b8f6806bc01d5", + "semantic_hash": "" + }, + "docs/audit/14-documentation-audit.md": { + "mtime": 1786799852.311952, + "seen": 1787127730.3296363, + "ast_hash": "d1f8496a0dae10993495691dc58098ef", + "semantic_hash": "" + }, + "docs/audit/16-deep-audit-summary.md": { + "mtime": 1786799852.313067, + "seen": 1787127730.3296363, + "ast_hash": "f17a01bf7b59276d28c6948fd14eafd2", + "semantic_hash": "" + }, + "docs/audit/18-compiler-diagnostic-dispositions.md": { + "mtime": 1786799852.315065, + "seen": 1787127730.3296363, + "ast_hash": "5b402b064300709c7723a63885894c29", + "semantic_hash": "" + }, + "docs/audit/19-finding-verification-report.md": { + "mtime": 1786799852.3160648, + "seen": 1787127730.3296363, + "ast_hash": "c3363af4c68792722ebadddc10319f14", + "semantic_hash": "" + }, + "docs/audit/21-phase2-quality-gate-summary.md": { + "mtime": 1786799852.318066, + "seen": 1787127730.3296363, + "ast_hash": "c336937acd576ee2efc36d67dbaf69e2", + "semantic_hash": "" + }, + "docs/audit/22-tracked-first-party-files.txt": { + "mtime": 1786799852.319066, + "seen": 1787127730.3296363, + "ast_hash": "3f66b26b7f4217a065ed3d3403fe40fd", + "semantic_hash": "" + }, + "docs/audit/23-untracked-first-party-files.txt": { + "mtime": 1786799852.319066, + "seen": 1787127730.3296363, + "ast_hash": "9fe0a15ea45d03f8e4ccd0ad786dd9fb", + "semantic_hash": "" + }, + "docs/audit/24-omitted-file-inspection-report.md": { + "mtime": 1786799852.3200657, + "seen": 1787127730.3296363, + "ast_hash": "6fb068c98fefc544e9ff687c1b3c0351", + "semantic_hash": "" + }, + "docs/audit/26-phase2-integrity-repair-report.md": { + "mtime": 1786799852.3220918, + "seen": 1787127730.3296363, + "ast_hash": "aecc17ca01002edfbdf472cf4f4aaa4c", + "semantic_hash": "" + }, + "docs/audit/27-all-tracked-repository-files.txt": { + "mtime": 1786799852.3230999, + "seen": 1787127730.3296363, + "ast_hash": "f35e68d28e4c31002698e68cc18242e3", + "semantic_hash": "" + }, + "docs/audit/31-module-audit-closure.md": { + "mtime": 1786799852.3276167, + "seen": 1787127730.3296363, + "ast_hash": "b66f589f8c3bd0b53b7d61626eec0985", + "semantic_hash": "" + }, + "docs/audit/33-final-phase2-audit-closure.md": { + "mtime": 1786799852.3286169, + "seen": 1787127730.3296363, + "ast_hash": "ca898e1caffc2764de11b6a10e84d1ea", + "semantic_hash": "" + }, + "docs/audit/phase3-traceability-matrix.md": { + "mtime": 1786799852.3449528, + "seen": 1787127730.3296363, + "ast_hash": "40cd32ed7fa433342aa547fa5aa21d86", + "semantic_hash": "" + }, + "docs/audit/phase3.1-backlog-review.md": { + "mtime": 1786799852.3459527, + "seen": 1787127730.3296363, + "ast_hash": "78810767668f7d90e980648ec8c17869", + "semantic_hash": "" + }, + "docs/audit/phase3.1-change-log.md": { + "mtime": 1786799852.3469548, + "seen": 1787127730.3296363, + "ast_hash": "eed1734c4a6d1d8464dd63f6cbc33e9f", + "semantic_hash": "" + }, + "docs/audit/phase3.2-change-log.md": { + "mtime": 1786799852.3479521, + "seen": 1787127730.3296363, + "ast_hash": "b13460f1fa8aaecd88bc007a2c5e2ecb", + "semantic_hash": "" + }, + "docs/audit/phase3.2-implementation-readiness.md": { + "mtime": 1786799852.3479521, + "seen": 1787127730.3296363, + "ast_hash": "ffe4bce7401d65f9d44e8740d3c2ccf6", + "semantic_hash": "" + }, + "frontend/admin-panel/README.md": { + "mtime": 1783764561.7789528, + "seen": 1787127730.3296363, + "ast_hash": "f6e3faf55d738cf2affe1b44195f27cf", + "semantic_hash": "" + }, + "frontend/admin-panel/index.html": { + "mtime": 1783764561.7805586, + "seen": 1787127730.3296363, + "ast_hash": "d836c7a6b7be6d5b04a925b7ad32e539", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt": { + "mtime": 1783856792.435855, + "seen": 1787127730.3296363, + "ast_hash": "607f9ca43b12868e8880a0d85831a878", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt": { + "mtime": 1783856792.445365, + "seen": 1787127730.3296363, + "ast_hash": "607f9ca43b12868e8880a0d85831a878", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md": { + "mtime": 1783856792.4546044, + "seen": 1787127730.3296363, + "ast_hash": "eaa55e166ec4a6b2ee875b746ef049a0", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md": { + "mtime": 1783856792.5025032, + "seen": 1787127730.3296363, + "ast_hash": "0e4c260ce354bad51a6a184b5e236424", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md": { + "mtime": 1783856792.5480056, + "seen": 1787127730.3296363, + "ast_hash": "eeaf2bb0943a16d43493f706d0867d1f", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md": { + "mtime": 1783856792.5951552, + "seen": 1787127730.3296363, + "ast_hash": "5f851eefeeb4bffff8c5427a289f934d", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt": { + "mtime": 1783856792.646666, + "seen": 1787127730.3296363, + "ast_hash": "a5c1ec085d5dae2319c659151ffce3f0", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md": { + "mtime": 1783856792.6476717, + "seen": 1787127730.3296363, + "ast_hash": "e7227ba84ca88111166000065d1bdacb", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt": { + "mtime": 1783856792.6486697, + "seen": 1787127730.3296363, + "ast_hash": "88985b4355a8a44627dde041f10aba75", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md": { + "mtime": 1783856792.6486697, + "seen": 1787127730.3296363, + "ast_hash": "e9d11601fc4c77fe3d8d1961d9c5d420", + "semantic_hash": "" + }, + "frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt": { + "mtime": 1783856792.971535, + "seen": 1787127730.3296363, + "ast_hash": "975634eaf84a797674b29e99c311f54a", + "semantic_hash": "" + }, + "frontend/application/CLAUDE.md": { + "mtime": 1783764561.8667445, + "seen": 1787127730.3296363, + "ast_hash": "5c27369b226fcf2be8a6cfe52224e767", + "semantic_hash": "" + }, + "frontend/application/README.md": { + "mtime": 1783764561.8673544, + "seen": 1787127730.3296363, + "ast_hash": "f15aaa42d5d299d091b1171097ea56ad", + "semantic_hash": "" + }, + "frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt": { + "mtime": 1783856793.098052, + "seen": 1787127730.3296363, + "ast_hash": "607f9ca43b12868e8880a0d85831a878", + "semantic_hash": "" + }, + "frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt": { + "mtime": 1783856793.1076603, + "seen": 1787127730.3296363, + "ast_hash": "607f9ca43b12868e8880a0d85831a878", + "semantic_hash": "" + }, + "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md": { + "mtime": 1783856793.1136606, + "seen": 1787127730.3296363, + "ast_hash": "eaa55e166ec4a6b2ee875b746ef049a0", + "semantic_hash": "" + }, + "frontend/application/public/fonts/sahel-font-v3.4.0/README.md": { + "mtime": 1783856793.1562517, + "seen": 1787127730.3296363, + "ast_hash": "0e4c260ce354bad51a6a184b5e236424", + "semantic_hash": "" + }, + "frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt": { + "mtime": 1783856793.6680968, + "seen": 1787127730.3296363, + "ast_hash": "975634eaf84a797674b29e99c311f54a", + "semantic_hash": "" + }, + "prometheus.yml": { + "mtime": 1783764562.0277793, + "seen": 1787127730.3296363, + "ast_hash": "45dc28cd8d9656e7141713ece5a7aa2c", + "semantic_hash": "" + }, + "swagger.yml": { + "mtime": 1786799852.8920915, + "seen": 1787127730.3296363, + "ast_hash": "34b5e7e5e1b19e6e3596ef669f8a0d0d", + "semantic_hash": "" + }, + "canina.pdf": { + "mtime": 1785148022.3708115, + "seen": 1787127730.3296363, + "ast_hash": "900fb024ec3b91912a512a96c2a0c0a0", + "semantic_hash": "" + }, + "frontend/admin-panel/public/favicon.svg": { + "mtime": 1783764561.7978015, + "seen": 1787127730.3296363, + "ast_hash": "7e840862161341271697daa99a40d76b", + "semantic_hash": "" + }, + "frontend/admin-panel/public/icons.svg": { + "mtime": 1783764561.7993202, + "seen": 1787127730.3296363, + "ast_hash": "3b4fcfcf393eca4d264dca4a4663bc37", + "semantic_hash": "" + }, + "frontend/admin-panel/src/assets/hero.png": { + "mtime": 1783764561.812863, + "seen": 1787127730.3296363, + "ast_hash": "aead493361b27e7510691c5d7072dfc1", + "semantic_hash": "" + }, + "frontend/admin-panel/src/assets/react.svg": { + "mtime": 1783764561.8139248, + "seen": 1787127730.3296363, + "ast_hash": "f0402b67b6ce880f65666bb49e841696", + "semantic_hash": "" + }, + "frontend/admin-panel/src/assets/vite.svg": { + "mtime": 1783764561.8149958, + "seen": 1787127730.3296363, + "ast_hash": "9960a24288958394ac50e57ff638b036", + "semantic_hash": "" + }, + "frontend/application/public/assets/images/hero-section-image.png": { + "mtime": 1783856793.0950441, + "seen": 1787127730.3296363, + "ast_hash": "a9f359cce82a5ab0a24830ed59a33047", + "semantic_hash": "" + }, + "frontend/application/public/file.svg": { + "mtime": 1783764562.0162137, + "seen": 1787127730.3296363, + "ast_hash": "d09f95206c3fa0bb9bd9fefabfd0ea71", + "semantic_hash": "" + }, + "frontend/application/public/globe.svg": { + "mtime": 1783764562.0167208, + "seen": 1787127730.3296363, + "ast_hash": "2aaafa6a49b6563925fe440891e32717", + "semantic_hash": "" + }, + "frontend/application/public/next.svg": { + "mtime": 1783764562.0182388, + "seen": 1787127730.3296363, + "ast_hash": "8e061864f388b47f33a1c3780831193e", + "semantic_hash": "" + }, + "frontend/application/public/vercel.svg": { + "mtime": 1783764562.019253, + "seen": 1787127730.3296363, + "ast_hash": "c0af2f507b369b085b35ef4bbe3bcf1e", + "semantic_hash": "" + }, + "frontend/application/public/window.svg": { + "mtime": 1783764562.019253, + "seen": 1787127730.3296363, + "ast_hash": "a2760511c65806022ad20adf74370ff3", + "semantic_hash": "" + }, + ".claude/settings.json": { + "mtime": 1786870552.8419228, + "seen": 1787067281.699665, + "ast_hash": "", + "semantic_hash": "" + }, + ".agents/rules/graphify.md": { + "mtime": 1786870552.830271, + "seen": 1787127730.3296363, + "ast_hash": "f1e53ecc9194573d3c28fc116c743a2e", + "semantic_hash": "" + }, + ".agents/workflows/graphify.md": { + "mtime": 1786870552.8323984, + "seen": 1787127730.3296363, + "ast_hash": "6d73634a678cf1e1c71930adf80bd1f0", + "semantic_hash": "" + }, + "backend/src/payment/dto/initiate-payment.dto.ts": { + "mtime": 1786870552.8742464, + "seen": 1787127730.3296363, + "ast_hash": "a097fcbb5846e7cd00e7cb2cefc060bb", + "semantic_hash": "a097fcbb5846e7cd00e7cb2cefc060bb" + }, + "backend/src/payment/dto/verify-payment.dto.ts": { + "mtime": 1786894580.126858, + "seen": 1787127730.3296363, + "ast_hash": "f6db4b79ca261e36334ef84f39b8e87c", + "semantic_hash": "f6db4b79ca261e36334ef84f39b8e87c" + }, + "backend/src/payment/payment.controller.ts": { + "mtime": 1787072106.4031012, + "seen": 1787127730.3296363, + "ast_hash": "e4241388f86feaf32dbc90784e214f49", + "semantic_hash": "" + }, + "backend/src/payment/payment.module.ts": { + "mtime": 1786870552.8777573, + "seen": 1787127730.3296363, + "ast_hash": "662492e920bf40b388a81951a720680f", + "semantic_hash": "662492e920bf40b388a81951a720680f" + }, + "backend/src/payment/payment.service.ts": { + "mtime": 1787072106.4057698, + "seen": 1787127730.3296363, + "ast_hash": "efd4e90fbddece68d33ce7d16389bb61", + "semantic_hash": "" + }, + "backend/src/payment/zibal.service.ts": { + "mtime": 1787072106.4077787, + "seen": 1787127730.3296363, + "ast_hash": "470c7141c9e99bd145fc3a3a93922f92", + "semantic_hash": "" + }, + "frontend/application/app/payment/verify/page.tsx": { + "mtime": 1786891855.3560786, + "seen": 1787127730.3296363, + "ast_hash": "68d1923f04a3300b7b6dca6023ab357e", + "semantic_hash": "68d1923f04a3300b7b6dca6023ab357e" + }, + "frontend/admin-panel/src/pages/SmsSettingsPage.tsx": { + "mtime": 1787064744.0714204, + "seen": 1787127730.3296363, + "ast_hash": "5f16fabc97e94ce0ee718c8ad30412d0", + "semantic_hash": "" + }, + "AGENTS.md": { + "mtime": 1786870552.8627086, + "seen": 1787127730.3296363, + "ast_hash": "9b31786b637be3c13978bec4c2330752", + "semantic_hash": "" + }, + "backend/src/payment/dto/admin-transaction-filter.dto.ts": { + "mtime": 1787072106.4015906, + "seen": 1787127730.3296363, + "ast_hash": "afa18a9b091f326229902f10477bb1c1", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/Transactions.tsx": { + "mtime": 1786894580.1501417, + "seen": 1787127730.3296363, + "ast_hash": "5dad685df48f819d8046ec8f03af2ad7", + "semantic_hash": "5dad685df48f819d8046ec8f03af2ad7" + }, + "backend/src/payment/interfaces/payment-gateway.interface.ts": { + "mtime": 1786870552.8767512, + "seen": 1787127730.3296363, + "ast_hash": "930a5f06cdec431d842bf9b12618eed5", + "semantic_hash": "930a5f06cdec431d842bf9b12618eed5" + }, + "frontend/application/components/catalog/CatalogPageSpread.tsx": { + "mtime": 1786885876.9791617, + "seen": 1787127730.3296363, + "ast_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2", + "semantic_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2" + }, + "frontend/application/components/catalog/FlipbookCatalog.tsx": { + "mtime": 1786885876.982162, + "seen": 1787127730.3296363, + "ast_hash": "eb46a7868a6b96139ca06b0ef4174dfb", + "semantic_hash": "eb46a7868a6b96139ca06b0ef4174dfb" + }, + "frontend/application/components/catalog/ProductDetailModal.tsx": { + "mtime": 1786872121.572482, + "seen": 1787127730.3296363, + "ast_hash": "c95d3b01c3b379a6b3fce75788e96e21", + "semantic_hash": "c95d3b01c3b379a6b3fce75788e96e21" + }, + "backend/scripts/generate-openapi.d.ts": { + "mtime": 1786883225.7774837, + "seen": 1787127730.3296363, + "ast_hash": "e2ebd7ddedcadeeadbf819c35985c768", + "semantic_hash": "e2ebd7ddedcadeeadbf819c35985c768" + }, + "backend/scripts/generate-openapi.js": { + "mtime": 1786883225.77912, + "seen": 1787127730.3296363, + "ast_hash": "f7c2607fc067b04e7cb7716490ea1169", + "semantic_hash": "f7c2607fc067b04e7cb7716490ea1169" + }, + "backend/src/admin/dto/user.dto.ts": { + "mtime": 1787072106.3819897, + "seen": 1787127730.3296363, + "ast_hash": "7f8b670a02bb9f6f52123a8e289f866a", + "semantic_hash": "" + }, + "backend/src/admin/ssl.controller.ts": { + "mtime": 1787072106.382979, + "seen": 1787127730.3296363, + "ast_hash": "460506a236a330ba614aae15a2659b2b", + "semantic_hash": "" + }, + "backend/src/admin/ssl.service.ts": { + "mtime": 1787072106.3839788, + "seen": 1787127730.3296363, + "ast_hash": "dc7ba9e922c1e3d80dae4f1593297fa7", + "semantic_hash": "" + }, + "backend/src/auth/auth.constants.ts": { + "mtime": 1787072106.3859801, + "seen": 1787127730.3296363, + "ast_hash": "382adefba83246badeae8701ef6335cd", + "semantic_hash": "" + }, + "backend/src/common/utils/phone.utils.ts": { + "mtime": 1786883225.801396, + "seen": 1787127730.3296363, + "ast_hash": "a4c682b767823a624163b9430f1db7d1", + "semantic_hash": "a4c682b767823a624163b9430f1db7d1" + }, + "backend/src/reviews/dto/create-review.dto.ts": { + "mtime": 1787072106.4143064, + "seen": 1787127730.3296363, + "ast_hash": "2ae6e4616eaeeafd56d4c74bbfe79f12", + "semantic_hash": "" + }, + "backend/src/reviews/dto/update-review.dto.ts": { + "mtime": 1787072106.4158058, + "seen": 1787127730.3296363, + "ast_hash": "1c989ea4d1dd9c3fcf8b442e61a2d2e3", + "semantic_hash": "" + }, + "backend/src/reviews/reviews.controller.ts": { + "mtime": 1786944769.516312, + "seen": 1787127730.3296363, + "ast_hash": "25538b0ceb81aa984f9da7ae7cc6d404", + "semantic_hash": "25538b0ceb81aa984f9da7ae7cc6d404" + }, + "backend/src/reviews/reviews.module.ts": { + "mtime": 1786944769.5173109, + "seen": 1787127730.3296363, + "ast_hash": "7f5cb88dda0a902c24c48edb34647428", + "semantic_hash": "7f5cb88dda0a902c24c48edb34647428" + }, + "backend/src/reviews/reviews.service.ts": { + "mtime": 1787072106.4168148, + "seen": 1787127730.3296363, + "ast_hash": "e44a2be2731c77e907aa904c1872faab", + "semantic_hash": "" + }, + "backend/src/settings/default-ui-texts.ts": { + "mtime": 1787072106.4193408, + "seen": 1787127730.3296363, + "ast_hash": "aa085c970e5f3975e3609a7eb6aa89ae", + "semantic_hash": "" + }, + "backend/src/settings/dto/sms-log-query.dto.ts": { + "mtime": 1787072106.4213393, + "seen": 1787127730.3296363, + "ast_hash": "d1b143222dc6ecfcff03180de1a23e9e", + "semantic_hash": "" + }, + "backend/src/tickets/dto/create-ticket.dto.ts": { + "mtime": 1787072106.4308748, + "seen": 1787127730.3296363, + "ast_hash": "cb6ad48fdfa6c9c24158b32c4882a38f", + "semantic_hash": "" + }, + "backend/src/tickets/dto/ticket-query.dto.ts": { + "mtime": 1787072106.4318714, + "seen": 1787127730.3296363, + "ast_hash": "f7c6a4165ac086ba6de6fb111c75c2e9", + "semantic_hash": "" + }, + "backend/src/tickets/tickets.controller.ts": { + "mtime": 1787072106.433878, + "seen": 1787127730.3296363, + "ast_hash": "6eb0b4d21421f9f5aa1831b0402257e8", + "semantic_hash": "" + }, + "backend/src/tickets/tickets.module.ts": { + "mtime": 1786890779.3222969, + "seen": 1787127730.3296363, + "ast_hash": "0b3e226a18679b4bf37016c27b874ae9", + "semantic_hash": "0b3e226a18679b4bf37016c27b874ae9" + }, + "backend/src/tickets/tickets.service.ts": { + "mtime": 1787072106.4348743, + "seen": 1787127730.3296363, + "ast_hash": "16b88701d7cc2a14f47e99f55882e67a", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/Reviews.tsx": { + "mtime": 1786944769.5238168, + "seen": 1787127730.3296363, + "ast_hash": "df5fdf55da3249b951ca10a8f39e5dd3", + "semantic_hash": "df5fdf55da3249b951ca10a8f39e5dd3" + }, + "frontend/admin-panel/src/pages/SslSettingsPage.tsx": { + "mtime": 1786877667.0190136, + "seen": 1787127730.3296363, + "ast_hash": "6e48e726f4b6d450e414c3a3b2e9319f", + "semantic_hash": "6e48e726f4b6d450e414c3a3b2e9319f" + }, + "frontend/admin-panel/src/pages/Tickets.tsx": { + "mtime": 1786890779.3272989, + "seen": 1787127730.3296363, + "ast_hash": "cb9fe819e626f65531d02e58fedeeb18", + "semantic_hash": "cb9fe819e626f65531d02e58fedeeb18" + }, + "frontend/application/components/BannerPlacement.tsx": { + "mtime": 1786946249.9719338, + "seen": 1787127730.3296363, + "ast_hash": "ee89459c3156c726321a7b1eeeb06ddb", + "semantic_hash": "ee89459c3156c726321a7b1eeeb06ddb" + }, + "frontend/application/components/BrandLogo.tsx": { + "mtime": 1786946249.972931, + "seen": 1787127730.3296363, + "ast_hash": "87a073812481acdc9c6f6eb771ec53c2", + "semantic_hash": "87a073812481acdc9c6f6eb771ec53c2" + }, + "frontend/application/components/ProductReviews.tsx": { + "mtime": 1787048863.6917748, + "seen": 1787127730.3296363, + "ast_hash": "814a762e9710ce872a7467ea0dd8e716", + "semantic_hash": "" + }, + "frontend/application/lib/services/ticketService.ts": { + "mtime": 1786890779.3409019, + "seen": 1787127730.3296363, + "ast_hash": "6fcf9ed78ca9194e01333602a1989947", + "semantic_hash": "6fcf9ed78ca9194e01333602a1989947" + }, + "frontend/admin-panel/src/components/ui/PriceInput.tsx": { + "mtime": 1786948119.7711625, + "seen": 1787127730.3296363, + "ast_hash": "09a84a9f29f735448d05e4327c0304b3", + "semantic_hash": "09a84a9f29f735448d05e4327c0304b3" + }, + "frontend/admin-panel/src/components/ui/Badge.tsx": { + "mtime": 1786954681.8228974, + "seen": 1787127730.3296363, + "ast_hash": "de496b3f7b795cbe4c782d8d1204f170", + "semantic_hash": "de496b3f7b795cbe4c782d8d1204f170" + }, + "frontend/admin-panel/src/components/ui/FormField.tsx": { + "mtime": 1786954681.823527, + "seen": 1787127730.3296363, + "ast_hash": "265c887af876e10153f2ac32844194c2", + "semantic_hash": "265c887af876e10153f2ac32844194c2" + }, + "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx": { + "mtime": 1786954681.824535, + "seen": 1787127730.3296363, + "ast_hash": "ada78d41f18a3dcce5e806a2ab252d30", + "semantic_hash": "ada78d41f18a3dcce5e806a2ab252d30" + }, + "frontend/admin-panel/src/components/ui/Input.tsx": { + "mtime": 1786954681.825536, + "seen": 1787127730.3296363, + "ast_hash": "b3c0b6ae3bec10c6ac070ae60e804e28", + "semantic_hash": "b3c0b6ae3bec10c6ac070ae60e804e28" + }, + "frontend/admin-panel/src/components/ui/Select.tsx": { + "mtime": 1786954681.8285375, + "seen": 1787127730.3296363, + "ast_hash": "a06e97672e210fdff460252966d2ab09", + "semantic_hash": "a06e97672e210fdff460252966d2ab09" + }, + "frontend/admin-panel/src/components/ui/Textarea.tsx": { + "mtime": 1786954681.8285375, + "seen": 1787127730.3296363, + "ast_hash": "bbbdbaa3a2aeb68e7e406d555129fb79", + "semantic_hash": "bbbdbaa3a2aeb68e7e406d555129fb79" + }, + "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx": { + "mtime": 1786954681.830045, + "seen": 1787127730.3296363, + "ast_hash": "f212eaa6017ac07b37356612883b2884", + "semantic_hash": "f212eaa6017ac07b37356612883b2884" + }, + "backend/prisma/tsconfig.json": { + "mtime": 1786961195.3002362, + "seen": 1787127730.3296363, + "ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27", + "semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27" + }, + "backend/src/admin/dto/product.dto.ts": { + "mtime": 1787040318.6712074, + "seen": 1787127730.3296363, + "ast_hash": "df8b0fbefcf3082ceee46389f4c60169", + "semantic_hash": "" + }, + "backend/src/doctors/doctors.controller.ts": { + "mtime": 1786971396.0315642, + "seen": 1787127730.3296363, + "ast_hash": "db4c90b7c4b73f6dfc584b6ff31e42ed", + "semantic_hash": "" + }, + "backend/src/doctors/doctors.module.ts": { + "mtime": 1786971396.0355752, + "seen": 1787127730.3296363, + "ast_hash": "6850f9203296ff749b5d7de975d3c6f7", + "semantic_hash": "" + }, + "backend/src/doctors/doctors.service.ts": { + "mtime": 1786971396.0385625, + "seen": 1787127730.3296363, + "ast_hash": "3b7c637abf68eeda699f02519d9ece13", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/DoctorsManager.tsx": { + "mtime": 1786971396.0633516, + "seen": 1787127730.3296363, + "ast_hash": "84aab57aa9e07ef36d99080abbded324", + "semantic_hash": "" + }, + "frontend/application/components/TestimonialsSection.tsx": { + "mtime": 1786972155.9794908, + "seen": 1787127730.3296363, + "ast_hash": "4bdc4d79735d27c26470fc59fc05253a", + "semantic_hash": "" + }, + "frontend/application/components/VideoModalPlayer.tsx": { + "mtime": 1787061337.6364226, + "seen": 1787127730.3296363, + "ast_hash": "dad37eb462b526cd5a70cdd07e3a55ac", + "semantic_hash": "" + }, + "frontend/application/components/PodcastPlayerModal.tsx": { + "mtime": 1787055297.1930568, + "seen": 1787127730.3296363, + "ast_hash": "987b080b76dba9fcdc3c4d4af6b3a859", + "semantic_hash": "" + }, + "frontend/application/components/PodcastInlinePlayer.tsx": { + "mtime": 1787055297.1900518, + "seen": 1787127730.3296363, + "ast_hash": "ad5eaef74fa077323eb74e31000ad7d8", + "semantic_hash": "" + }, + "frontend/admin-panel/src/components/RouteErrorBoundary.tsx": { + "mtime": 1787062174.623011, + "seen": 1787127730.3296363, + "ast_hash": "bede52b77e6efe56c4f710279fdbcfbd", + "semantic_hash": "" + }, + "frontend/admin-panel/src/utils/lazyWithRetry.ts": { + "mtime": 1787062174.6262279, + "seen": 1787127730.3296363, + "ast_hash": "8fd1116250eef64a64411d9dd8322c18", + "semantic_hash": "" + }, + "frontend/admin-panel/src/components/ui/IconPickerModal.tsx": { + "mtime": 1787071159.9599283, + "seen": 1787127730.3296363, + "ast_hash": "d4676fe2b24132bbfeb1b53f2b314ed7", + "semantic_hash": "" + }, + "frontend/admin-panel/src/components/ui/RichTextEditor.tsx": { + "mtime": 1787071159.9609263, + "seen": 1787127730.3296363, + "ast_hash": "383b81e9f33e0e286af2ee964e229097", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx": { + "mtime": 1787071159.9639263, + "seen": 1787127730.3296363, + "ast_hash": "1692f4c854856078d68698bc4dc1ca4a", + "semantic_hash": "" + }, + "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx": { + "mtime": 1787071159.9684865, + "seen": 1787127730.3296363, + "ast_hash": "75275e187d7a7d09e693506ec5874691", + "semantic_hash": "" + }, + "backend/test/app-audit-verification.e2e-spec.d.ts": { + "mtime": 1787073059.1090057, + "seen": 1787127730.3296363, + "ast_hash": "e2ebd7ddedcadeeadbf819c35985c768", + "semantic_hash": "" + }, + "backend/test/app-audit-verification.e2e-spec.js": { + "mtime": 1787073059.1105163, + "seen": 1787127730.3296363, + "ast_hash": "3906e1e6a6fe48f74cd15f9b81b8775a", + "semantic_hash": "" + }, + "backend/test/app.e2e-spec.d.ts": { + "mtime": 1787073059.1125634, + "seen": 1787127730.3296363, + "ast_hash": "e2ebd7ddedcadeeadbf819c35985c768", + "semantic_hash": "" + }, + "backend/test/app.e2e-spec.js": { + "mtime": 1787073059.1135726, + "seen": 1787127730.3296363, + "ast_hash": "4ff6e84fd1b500597f4cc40d5877ad1b", + "semantic_hash": "" + } +} \ No newline at end of file diff --git a/graphify-out/GRAPH_REPORT.md b/graphify-out/GRAPH_REPORT.md index d38a139..229f0d9 100644 --- a/graphify-out/GRAPH_REPORT.md +++ b/graphify-out/GRAPH_REPORT.md @@ -1,32 +1,32 @@ -# Graph Report - canina (2026-08-18) +# Graph Report - canina (2026-08-19) ## Corpus Check -- 521 files · ~742,721 words +- 522 files · ~745,025 words - Verdict: corpus is large enough that graph structure adds value. ## Summary -- 3690 nodes · 6249 edges · 294 communities (196 shown, 98 thin omitted) +- 3702 nodes · 6325 edges · 309 communities (206 shown, 103 thin omitted) - Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 230 edges (avg confidence: 0.79) - Token cost: 0 input · 0 output ## Graph Freshness -- Built from commit: `47437883` +- Built from commit: `df634fdb` - Run `git rev-parse HEAD` and compare to check if the graph is stale. - Run `graphify update .` after code changes (no API cost). ## Community Hubs (Navigation) -- OrdersService +- .retryPayment - productService.ts - CmsController - app.module.ts -- reviews.controller.ts +- ReviewsService - tickets.controller.ts -- UserDashboard.tsx +- userStore.ts - MediaSelector.tsx -- SettingsController - PetProfile.tsx +- components/Skeleton.tsx - DoctorsService -- useSettingsStore +- trust-seals/page.tsx - adminRoutes.tsx - PrismaService - pets/pets.controller.ts @@ -34,7 +34,7 @@ - lib/services/api.ts - CreateVideoDto - src/services/api.ts -- auth.service.ts +- auth.controller.ts - BE-001 - Roles - FE-001 @@ -44,31 +44,31 @@ - TEST-001 - DEVOPS-001 - DOC-001 -- WholesaleApplyDto -- app-audit-verification.e2e-spec.js +- WholesaleService +- main.ts - JwtAuthGuard - ZibalService - راهنمای تست سیستم (Software Testing) - CategoriesController - B2BService - What You Must Do When Invoked -- userStore.ts -- UsersService +- toPersian +- UsersController - What You Must Do When Invoked - SslController - PodcastPlayerModal.tsx - IngredientsService -- MetricsController -- MediaController +- UsersService +- admin.module.ts - Pagination.tsx - SmsService -- orders.service.ts +- OrdersService - PrescriptionsService - SmartAdvisorService - TestimonialsService - Role & Core Objective -- ContactService -- PaymentController +- AuthController +- auth.module.ts - compilerOptions - Media.tsx - compilerOptions @@ -76,9 +76,9 @@ - PaginationDto - dependencies - compilerOptions -- HomeClient.tsx +- useSettingsStore - BlogsController -- SettingsService +- reviews.controller.ts - BannersService - Required Review Group Closures - Coupons.tsx @@ -95,7 +95,7 @@ - scripts - Role & Core Objective - HomeController -- zibal.service.ts +- VetGallery.tsx - devDependencies - api - Orders.tsx @@ -127,6 +127,7 @@ - Operational Rules & Boundaries - AppService - SmsLogQueryDto +- app-audit-verification.e2e-spec.js - Vazirmatn Changelog - Vazirmatn Font فونت وزیرمتن - Operational Rules & Boundaries @@ -143,6 +144,7 @@ - Role & Core Objective - orchestrate.py - backend/package.json +- CreateOrderDto - graphify reference: extra exports and benchmark - Phase 2 Final Quality Gate Summary Report - Task Modifications Log @@ -150,12 +152,13 @@ - ErrorBoundary - application/package.json - generate-openapi.js -- AdminTransactionFilterDto -- InitiatePaymentDto +- PetsService +- payment.controller.ts - System Discovery - Product Requirement Document (PRD) - WikiController -- RedisService +- seo.ts +- auth.service.ts - Baseline Command Plan & Reconciled Command History - SmsSettingsPage.tsx - ErrorPages.tsx @@ -180,13 +183,13 @@ - rebuild_honest_ledger.js - validate_evidence_grade.js - supertest -- blog/[slug]/page.tsx +- getSeoConfig - API Contract Specification - ⚙️ Backend Technical Review (05_dev_backend) - 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) - 🚀 SEO & Content Strategy Review (12_seo_content) - @types/node -- .handleZibalCallback +- BlogsService - seed-ui-texts.ts - seed-wiki.ts - update-blog.dto.ts @@ -198,7 +201,7 @@ - Raw Finding Verification & Disposition Report - React + TypeScript + Vite - Select.tsx -- wiki/[slug]/page.tsx +- AdminService - ts-node - application/README.md - @types/express @@ -224,13 +227,16 @@ - sync_honest_manifest.js - sync_manifest.js - @types/multer +- WholesaleApplyDto - @testing-library/jest-dom +- PetsService +- VerifyOtpDto - FormField.tsx - Input.tsx - Textarea.tsx - admin-panel/tsconfig.json -- about/page.tsx -- privacy/page.tsx +- getPageMetadata +- CreateHealthLogDto - next.config.ts - Shabnam Font README - AGENTS.md @@ -241,12 +247,15 @@ - eslint-plugin-react-refresh - @tailwindcss/postcss - typescript -- AdminService +- Body - @testing-library/react - @types/react - typescript - vitest +- AddressDto +- blog/page.tsx - ts-loader +- contact/page.tsx - @types/bcrypt - app.e2e-spec.js - blog.entity.ts @@ -285,13 +294,19 @@ - NetworkBanner.tsx - @types/supertest - typescript -- @eslint/eslintrc +- track/page.tsx +- ValidateCouponDto - eslint-config-prettier +- catalog/page.tsx +- app/page.tsx +- videos/page.tsx +- RedisModule +- eslint-plugin-prettier +- eslint-config-next - RouteErrorBoundary - globals -- admin.module.ts +- ReportsController - tailwindcss -- @types/react-dom ## God Nodes (most connected - your core abstractions) 1. `PrismaService` - 81 edges @@ -302,8 +317,8 @@ 6. `PaginationDto` - 39 edges 7. `AdminService` - 34 edges 8. `AdminController` - 33 edges -9. `JwtAuthGuard` - 32 edges -10. `toPersian()` - 32 edges +9. `getPageMetadata()` - 33 edges +10. `JwtAuthGuard` - 32 edges ## Surprising Connections (you probably didn't know these) - `User Profile Photo` --conceptually_related_to--> `User Roles and Capabilities` [INFERRED] @@ -326,55 +341,51 @@ - **Rastikerdar Font Ecosystem** — frontend_application_public_fonts_shabnam_font_v5_0_1_readme, frontend_application_public_fonts_vazirmatn_v33_003_readme, vazir_font [EXTRACTED 0.95] - **Canina Deployment Stack** — scripts_compose_prod, scripts_compose_stage [EXTRACTED 1.00] -## Communities (294 total, 98 thin omitted) +## Communities (309 total, 103 thin omitted) -### Community 0 - "OrdersService" -Cohesion: 0.07 -Nodes (29): CreateOrderDto, OrderItemDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional (+21 more) +### Community 0 - ".retryPayment" +Cohesion: 0.15 +Nodes (11): ApiBadRequestResponse, ApiCreatedResponse, ApiNotFoundResponse, ApiOkResponse, ApiOperation, Body, Get, Param (+3 more) ### Community 1 - "productService.ts" -Cohesion: 0.06 -Nodes (36): Blog(), getBlogs(), metadata, CatalogClient(), metadata, metadata, metadata, BlogPage() (+28 more) +Cohesion: 0.08 +Nodes (28): BlogPost, CatalogPageSpread(), CatalogPageSpreadProps, CategoryMeta, getFormBadge(), getSpeciesBadge(), FlipbookCatalog(), FlipbookCatalogProps (+20 more) ### Community 2 - "CmsController" Cohesion: 0.09 Nodes (24): CmsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+16 more) ### Community 3 - "app.module.ts" -Cohesion: 0.07 -Nodes (34): B2BModule, Module, BannersModule, Module, CmsModule, Module, SmsModule, Global (+26 more) +Cohesion: 0.08 +Nodes (30): B2BModule, Module, BannersModule, Module, CmsModule, Module, SmsModule, Global (+22 more) -### Community 4 - "reviews.controller.ts" -Cohesion: 0.07 -Nodes (31): CreateReviewDto, ApiProperty, IsInt, IsNotEmpty, IsOptional, IsString, Min, ApiProperty (+23 more) +### Community 4 - "ReviewsService" +Cohesion: 0.12 +Nodes (16): ReviewsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+8 more) ### Community 5 - "tickets.controller.ts" Cohesion: 0.09 -Nodes (29): AdminUpdateTicketDto, CreateTicketDto, ReplyTicketDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString (+21 more) +Nodes (31): AdminUpdateTicketDto, CreateTicketDto, ReplyTicketDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString (+23 more) -### Community 6 - "UserDashboard.tsx" -Cohesion: 0.09 -Nodes (28): VerifyContent(), AddressModal(), AddressModalProps, BackButton(), BackButtonProps, DeleteConfirmModal(), DeleteConfirmModalProps, HeaderButton() (+20 more) +### Community 6 - "userStore.ts" +Cohesion: 0.10 +Nodes (15): AddressModal(), AddressModalProps, SearchableSelect(), SearchableSelectProps, IRAN_PROVINCES, PROVINCE_CITIES, ApiErr, AuthResponse (+7 more) ### Community 7 - "MediaSelector.tsx" Cohesion: 0.07 Nodes (27): ConfirmModal(), ConfirmModalProps, getFileType(), Media, MediaSelector(), MediaSelectorProps, BlogPost, Category (+19 more) -### Community 8 - "SettingsController" -Cohesion: 0.21 -Nodes (6): SettingsController, ApiOkResponse, ApiTags, Controller, Get, Query - -### Community 9 - "PetProfile.tsx" +### Community 8 - "PetProfile.tsx" Cohesion: 0.14 -Nodes (12): FeaturedProducts(), OrderRowSkeleton(), PetProfileSkeleton(), ProductCardSkeleton(), Skeleton(), SkeletonProps, mockProducts, HealthLog (+4 more) +Nodes (15): Header(), MENU_ICONS, OrderSuccess(), PrescriptionUploadModal(), PrescriptionUploadModalProps, CURRENT_SYMPTOMS, MEDICAL_HISTORIES, SmartAdvisorProps (+7 more) + +### Community 9 - "components/Skeleton.tsx" +Cohesion: 0.29 +Nodes (5): OrderRowSkeleton(), PetProfileSkeleton(), ProductCardSkeleton(), Skeleton(), SkeletonProps ### Community 10 - "DoctorsService" -Cohesion: 0.13 -Nodes (15): DoctorsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+7 more) - -### Community 11 - "useSettingsStore" -Cohesion: 0.14 -Nodes (14): metadata, BrandLogo(), BrandLogoProps, EnamadBadge(), Footer(), Hero(), StatCounter(), MaintenancePage() (+6 more) +Cohesion: 0.12 +Nodes (16): DoctorsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+8 more) ### Community 12 - "adminRoutes.tsx" Cohesion: 0.09 @@ -382,39 +393,39 @@ Nodes (16): App(), HeroBanner, VetTestimonial, ContactInfoItem, ContactSubmissio ### Community 13 - "PrismaService" Cohesion: 0.08 -Nodes (15): B2BWholesaleOrderItem, MeliPayamakPattern, MeliPayamakResponse, SendPatternSmsOptions, SmsConfig, SmsLogQuery, CreateContactSubmissionDto, UpdateContactInfoItemDto (+7 more) +Nodes (16): ApiExcludeController, MetricsController, Controller, Get, Res, MeliPayamakPattern, MeliPayamakResponse, SendPatternSmsOptions (+8 more) ### Community 14 - "pets/pets.controller.ts" -Cohesion: 0.13 -Nodes (15): CreatePetDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional, IsString (+7 more) +Cohesion: 0.11 +Nodes (19): CreatePetDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional, IsString (+11 more) ### Community 15 - "ProductsService" -Cohesion: 0.09 -Nodes (19): GetProductsDto, ApiPropertyOptional, IsEnum, IsOptional, IsString, ProductsController, ApiOperation, ApiTags (+11 more) +Cohesion: 0.10 +Nodes (17): GetProductsDto, ApiPropertyOptional, IsEnum, IsOptional, IsString, ProductsController, ApiOperation, ApiTags (+9 more) ### Community 16 - "lib/services/api.ts" -Cohesion: 0.06 -Nodes (18): metadata, ContactFormClient(), ContactInfoItem, Testimonial, TestimonialsSection(), api, ApiErrorPayload, BASE_DOMAIN (+10 more) +Cohesion: 0.07 +Nodes (26): ContactInfoItem, DeleteConfirmModal(), DeleteConfirmModalProps, OrderDetailsModal(), OrderDetailsModalProps, PRESET_AMOUNTS, TopUpModal(), TopUpModalProps (+18 more) ### Community 17 - "CreateVideoDto" -Cohesion: 0.09 -Nodes (24): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+16 more) +Cohesion: 0.07 +Nodes (32): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+24 more) ### Community 18 - "src/services/api.ts" Cohesion: 0.10 Nodes (23): ProtectedRoute(), SEARCHABLE_PAGES, Topbar(), TopbarProps, Login(), B2BManager, SmartAdvisorManager, SystemSettingsPage (+15 more) -### Community 19 - "auth.service.ts" -Cohesion: 0.06 -Nodes (45): AuthController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+37 more) +### Community 19 - "auth.controller.ts" +Cohesion: 0.08 +Nodes (24): AdminLoginDto, ApiProperty, IsEmail, IsNotEmpty, IsString, MinLength, LoginDto, ApiProperty (+16 more) ### Community 20 - "BE-001" Cohesion: 0.06 Nodes (32): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, BE-001, Category, Completion Statement, Confidence (+24 more) ### Community 21 - "Roles" -Cohesion: 0.25 -Nodes (10): Roles(), ApiBearerAuth, ApiOperation, Body, Delete, Param, Patch, Post (+2 more) +Cohesion: 0.07 +Nodes (29): Roles(), ContactController, Body, Controller, Get, Param, Post, Put (+21 more) ### Community 22 - "FE-001" Cohesion: 0.06 @@ -444,101 +455,101 @@ Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternati Cohesion: 0.06 Nodes (31): Acceptance Criteria, Affected Application, Affected Files, Alternative Direction, Category, Completion Statement, Confidence, Dependencies (+23 more) -### Community 29 - "WholesaleApplyDto" -Cohesion: 0.10 -Nodes (20): ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, WholesaleApplyDto, ApiBearerAuth, ApiOperation (+12 more) +### Community 29 - "WholesaleService" +Cohesion: 0.14 +Nodes (14): ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param, Post (+6 more) -### Community 30 - "app-audit-verification.e2e-spec.js" -Cohesion: 0.07 -Nodes (22): AppModule, Module, CustomHttpExceptionFilter, Catch, PrismaExceptionFilter, Catch, DecimalInterceptor, Injectable (+14 more) +### Community 30 - "main.ts" +Cohesion: 0.11 +Nodes (11): AppModule, Module, CustomHttpExceptionFilter, Catch, PrismaExceptionFilter, Catch, DecimalInterceptor, Injectable (+3 more) ### Community 31 - "JwtAuthGuard" -Cohesion: 0.21 +Cohesion: 0.19 Nodes (7): JwtAuthGuard, Injectable, ROLES_KEY, RequestWithUser, RolesGuard, Injectable, UserReqPayload ### Community 32 - "ZibalService" -Cohesion: 0.14 -Nodes (4): PaymentService, Injectable, Injectable, ZibalService +Cohesion: 0.05 +Nodes (42): AdminTransactionFilterDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type, ApiPropertyOptional (+34 more) ### Community 33 - "راهنمای تست سیستم (Software Testing)" Cohesion: 0.07 Nodes (25): اجرای بک‌اند, اجرای فرانت‌اند, اجرای پروژه در سرور با PM2, برای راه‌اندازی بک‌اند:, برای راه‌اندازی فرانت‌اند Next.js:, بیلد کردن پروژه (Building), ذخیره پروسه‌ها تا پس از ری‌استارت سرور قطع نشوند:, راه‌اندازی و انتشار سیستم (Setup & Deployment) (+17 more) ### Community 34 - "CategoriesController" -Cohesion: 0.10 -Nodes (14): CategoriesController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+6 more) +Cohesion: 0.09 +Nodes (17): CategoriesController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+9 more) ### Community 35 - "B2BService" -Cohesion: 0.14 -Nodes (14): B2BController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) +Cohesion: 0.13 +Nodes (15): B2BController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+7 more) ### Community 36 - "What You Must Do When Invoked" Cohesion: 0.07 Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) -### Community 37 - "userStore.ts" -Cohesion: 0.09 -Nodes (32): ClientLayout(), ArchiveProductCard(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), CartDrawer(), CheckoutPage() (+24 more) +### Community 37 - "toPersian" +Cohesion: 0.14 +Nodes (27): ClientLayout(), VerifyContent(), ArchiveProductCard(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), BackButton() (+19 more) -### Community 38 - "UsersService" -Cohesion: 0.06 -Nodes (41): DEFAULT_JWT_REFRESH_SECRET, DEFAULT_JWT_SECRET, getJwtSecret(), AuthModule, Module, JwtPayload, JwtStrategy, Injectable (+33 more) +### Community 38 - "UsersController" +Cohesion: 0.21 +Nodes (16): ApiBadRequestResponse, ApiBearerAuth, ApiCreatedResponse, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+8 more) ### Community 39 - "What You Must Do When Invoked" Cohesion: 0.07 Nodes (26): For /graphify add and --watch, For /graphify query, For the commit hook and native CLAUDE.md integration, For --update and --cluster-only, /graphify, Honesty Rules, Interpreter guard for subcommands, Part A - Structural extraction for code files (+18 more) ### Community 40 - "SslController" -Cohesion: 0.13 -Nodes (14): SslController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Post (+6 more) +Cohesion: 0.11 +Nodes (15): SslController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Post (+7 more) ### Community 41 - "PodcastPlayerModal.tsx" Cohesion: 0.40 Nodes (3): PLAYBACK_RATES, PodcastPlayerModal(), PodcastPlayerModalProps ### Community 42 - "IngredientsService" -Cohesion: 0.13 -Nodes (14): IngredientsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) - -### Community 43 - "MetricsController" -Cohesion: 0.29 -Nodes (5): ApiExcludeController, MetricsController, Controller, Get, Res - -### Community 44 - "MediaController" Cohesion: 0.11 -Nodes (14): MediaController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) +Nodes (16): IngredientsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+8 more) + +### Community 43 - "UsersService" +Cohesion: 0.12 +Nodes (9): ApiPropertyOptional, IsEmail, IsOptional, IsString, MinLength, UpdateProfileDto, Injectable, UserAddressInput (+1 more) + +### Community 44 - "admin.module.ts" +Cohesion: 0.10 +Nodes (18): AdminModule, Module, MediaController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller (+10 more) ### Community 45 - "Pagination.tsx" Cohesion: 0.13 Nodes (11): Pagination(), PaginationProps, Pet, GatewayHealth, Stats, Transaction, ProductItem, WikiTerm (+3 more) -### Community 47 - "orders.service.ts" -Cohesion: 0.24 -Nodes (6): IsNotEmpty, IsNumber, IsString, ValidateCouponDto, OrdersModule, Module +### Community 47 - "OrdersService" +Cohesion: 0.16 +Nodes (9): OrdersController, ApiBearerAuth, ApiTags, Controller, UseGuards, OrdersModule, Module, OrdersService (+1 more) ### Community 48 - "PrescriptionsService" -Cohesion: 0.14 +Cohesion: 0.13 Nodes (14): PrescriptionsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) ### Community 49 - "SmartAdvisorService" -Cohesion: 0.13 -Nodes (14): SmartAdvisorController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) +Cohesion: 0.11 +Nodes (16): SmartAdvisorController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+8 more) ### Community 50 - "TestimonialsService" -Cohesion: 0.13 +Cohesion: 0.12 Nodes (14): TestimonialsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) ### Community 51 - "Role & Core Objective" Cohesion: 0.09 Nodes (22): CREATE MODE — Normal Operation, Expected JSON Output Schema, File Scope Boundary, Forbidden Actions, MODE 1: REVIEW (called during Review Phase), MODE 2: CONTENT CREATION (standalone task from backlog), Operating Modes, Operational Rules & Boundaries (+14 more) -### Community 52 - "ContactService" -Cohesion: 0.13 -Nodes (11): ContactController, Body, Controller, Get, Param, Post, Put, Query (+3 more) - -### Community 53 - "PaymentController" +### Community 52 - "AuthController" Cohesion: 0.25 -Nodes (13): PaymentController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+5 more) +Nodes (12): AuthController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+4 more) + +### Community 53 - "auth.module.ts" +Cohesion: 0.15 +Nodes (10): DEFAULT_JWT_REFRESH_SECRET, DEFAULT_JWT_SECRET, getJwtSecret(), AuthModule, Module, JwtPayload, JwtStrategy, Injectable (+2 more) ### Community 54 - "compilerOptions" Cohesion: 0.06 @@ -557,8 +568,8 @@ Cohesion: 0.15 Nodes (11): PetsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Controller, Delete, Get (+3 more) ### Community 58 - "PaginationDto" -Cohesion: 0.07 -Nodes (22): BlogsModule, Module, BlogsService, Injectable, PaginationDto, SortOrder, ApiPropertyOptional, IsEnum (+14 more) +Cohesion: 0.12 +Nodes (13): PaginationDto, SortOrder, ApiPropertyOptional, IsEnum, IsInt, IsOptional, IsString, Min (+5 more) ### Community 59 - "dependencies" Cohesion: 0.05 @@ -568,16 +579,20 @@ Nodes (41): dependencies, bcrypt, bcryptjs, class-transformer, class-validator, Cohesion: 0.10 Nodes (20): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, lib, module, moduleDetection, moduleResolution, noEmit (+12 more) -### Community 61 - "HomeClient.tsx" -Cohesion: 0.12 -Nodes (20): HomeClient(), HomeClientProps, getHomeData(), Home(), metadata, metadata, ArchivePage(), CATEGORY_MAP (+12 more) +### Community 61 - "useSettingsStore" +Cohesion: 0.09 +Nodes (28): HomeClient(), HomeClientProps, CATEGORY_MAP, ICON_MAP, BannerPlacement(), BannerPlacementProps, BrandLogo(), BrandLogoProps (+20 more) ### Community 62 - "BlogsController" Cohesion: 0.13 Nodes (15): BlogsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+7 more) +### Community 63 - "reviews.controller.ts" +Cohesion: 0.16 +Nodes (13): CreateReviewDto, ApiProperty, IsInt, IsNotEmpty, IsOptional, IsString, Min, ApiProperty (+5 more) + ### Community 64 - "BannersService" -Cohesion: 0.13 +Cohesion: 0.12 Nodes (15): BannersController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+7 more) ### Community 65 - "Required Review Group Closures" @@ -601,19 +616,19 @@ Cohesion: 0.13 Nodes (14): ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete, Get (+6 more) ### Community 70 - "ApiOperation" -Cohesion: 0.26 +Cohesion: 0.13 Nodes (8): ApiOperation, ApiQuery, Get, Query, AdminQueryDto, ApiPropertyOptional, IsOptional, IsString ### Community 71 - "PetsController" -Cohesion: 0.08 -Nodes (32): CreateHealthLogDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, CreateReminderDto, ApiProperty (+24 more) +Cohesion: 0.14 +Nodes (20): PetsController, ApiBadRequestResponse, ApiBearerAuth, ApiCreatedResponse, ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags (+12 more) ### Community 72 - "seo.module.ts" Cohesion: 0.16 Nodes (10): SeoController, ApiOperation, ApiTags, Controller, Get, Param, SeoModule, Module (+2 more) ### Community 73 - "admin.service.ts" -Cohesion: 0.19 +Cohesion: 0.17 Nodes (14): CouponInput, CouponTargetInput, PaginationQuery, CreateUserDto, ApiProperty, ApiPropertyOptional, IsEmail, IsNotEmpty (+6 more) ### Community 74 - "🏢 AI Software Agency — Master Orchestration Protocol v3" @@ -640,13 +655,13 @@ Nodes (16): 1. Active Secret Scanning (All Modified Files), 2. Docker Container Cohesion: 0.16 Nodes (10): HomeController, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, HomeModule, Module (+2 more) -### Community 80 - "zibal.service.ts" -Cohesion: 0.16 -Nodes (9): GatewayHealthResult, IPaymentGateway, PaymentInquiryResult, PaymentRequestOptions, PaymentRequestResult, PaymentVerifyResult, ZibalInquiryResponse, ZibalRequestResponse (+1 more) +### Community 80 - "VetGallery.tsx" +Cohesion: 0.24 +Nodes (8): DisplayVideoItem, FALLBACK_VIDEOS, TestimonialItem, PLAYBACK_RATES, VideoModalPlayer(), VideoModalPlayerProps, Video, videoService ### Community 81 - "devDependencies" Cohesion: 0.13 -Nodes (15): eslint-config-next, devDependencies, eslint, eslint-config-next, jsdom, tailwindcss, @tailwindcss/postcss, @types/node (+7 more) +Nodes (15): devDependencies, eslint, jsdom, tailwindcss, @tailwindcss/postcss, @types/node, @types/react-dom, @vitejs/plugin-react (+7 more) ### Community 82 - "api" Cohesion: 0.29 @@ -681,8 +696,8 @@ Cohesion: 0.10 Nodes (21): dependencies, axios, lucide-react, react, react-dom, react-hot-toast, react-router-dom, recharts (+13 more) ### Community 90 - "ProductPage.tsx" -Cohesion: 0.07 -Nodes (25): ProductDetailModalProps, PLAYBACK_RATES, PodcastInlinePlayer(), PodcastInlinePlayerProps, CalculatorState, ICON_MAP, ProductPage(), useCalculatorStore (+17 more) +Cohesion: 0.12 +Nodes (14): PLAYBACK_RATES, PodcastInlinePlayer(), PodcastInlinePlayerProps, CalculatorState, ICON_MAP, ProductPage(), useCalculatorStore, ProductReviews() (+6 more) ### Community 91 - "compilerOptions" Cohesion: 0.06 @@ -713,8 +728,8 @@ Cohesion: 0.15 Nodes (13): jest, collectCoverageFrom, coverageDirectory, moduleFileExtensions, rootDir, testEnvironment, testRegex, transform (+5 more) ### Community 98 - "AdminController" -Cohesion: 0.11 -Nodes (9): AdminController, ApiBearerAuth, ApiTags, Body, Controller, Delete, Param, Put (+1 more) +Cohesion: 0.12 +Nodes (8): AdminController, ApiBearerAuth, ApiTags, Controller, Delete, Param, Put, UseGuards ### Community 99 - "Comprehensive Change Log" Cohesion: 0.15 @@ -729,8 +744,8 @@ Cohesion: 0.10 Nodes (18): ICON_REGISTRY, IconPickerModal(), IconPickerModalProps, COLORS, RichTextEditor(), RichTextEditorProps, ToggleSwitch(), ToggleSwitchProps (+10 more) ### Community 102 - "BlogsController" -Cohesion: 0.21 -Nodes (9): BlogsController, ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param (+1 more) +Cohesion: 0.13 +Nodes (13): BlogsController, ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param (+5 more) ### Community 103 - "ProductDto" Cohesion: 0.22 @@ -764,6 +779,10 @@ Nodes (5): AppController, Controller, Get, AppService, Injectable Cohesion: 0.25 Nodes (7): SmsLogQueryDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type +### Community 112 - "app-audit-verification.e2e-spec.js" +Cohesion: 0.17 +Nodes (11): app_module_1, client_1, common_1, decimal_interceptor_1, fs, http_exception_filter_1, jwt_1, path (+3 more) + ### Community 113 - "Vazirmatn Changelog" Cohesion: 0.18 Nodes (10): 32.0.0, 32.1, 32.101, 32.102, 33.000, 33.001, 33.002, 33.003 (+2 more) @@ -790,7 +809,7 @@ Nodes (9): Compile and run the project, Deployment, Description, License, Projec ### Community 119 - "devDependencies" Cohesion: 0.09 -Nodes (23): devDependencies, eslint, @eslint/js, eslint-plugin-prettier, jest, @nestjs/schematics, @nestjs/testing, source-map-support (+15 more) +Nodes (23): devDependencies, eslint, @eslint/eslintrc, @eslint/js, jest, @nestjs/schematics, @nestjs/testing, source-map-support (+15 more) ### Community 120 - "Repository Map" Cohesion: 0.20 @@ -828,6 +847,10 @@ Nodes (8): cmd_next_task(), cmd_progress(), cmd_reset(), cmd_status(), cmd_unblo Cohesion: 0.22 Nodes (8): author, description, license, name, prisma, seed, private, version +### Community 129 - "CreateOrderDto" +Cohesion: 0.22 +Nodes (11): CreateOrderDto, OrderItemDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional (+3 more) + ### Community 130 - "graphify reference: extra exports and benchmark" Cohesion: 0.22 Nodes (8): graphify reference: extra exports and benchmark, Step 6b - Wiki (only if --wiki flag), Step 7 - Neo4j export (only if --neo4j or --neo4j-push flag), Step 7a - FalkorDB export (only if --falkordb or --falkordb-push flag), Step 7b - SVG export (only if --svg flag), Step 7c - GraphML export (only if --graphml flag), Step 7d - MCP server (only if --mcp flag), Step 8 - Token reduction benchmark (only if total_words > 5000) @@ -856,12 +879,8 @@ Nodes (8): name, private, scripts, build, dev, lint, start, version Cohesion: 0.25 Nodes (6): app_module_1, core_1, fs, path, swagger_1, yaml -### Community 137 - "AdminTransactionFilterDto" -Cohesion: 0.25 -Nodes (7): AdminTransactionFilterDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type - -### Community 138 - "InitiatePaymentDto" -Cohesion: 0.43 +### Community 138 - "payment.controller.ts" +Cohesion: 0.42 Nodes (7): InitiatePaymentDto, InitiateWalletTopupDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString ### Community 139 - "System Discovery" @@ -876,9 +895,13 @@ Nodes (6): 1. Executive Vision, 2. Target Audience, 3. Functional Requirements, Cohesion: 0.21 Nodes (9): ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param, Query (+1 more) -### Community 143 - "RedisService" -Cohesion: 0.10 -Nodes (6): AuthService, Injectable, normalizeMobile(), RedisService, Injectable, UserAddressInput +### Community 142 - "seo.ts" +Cohesion: 0.20 +Nodes (5): generateMetadata(), generateMetadata(), DEFAULT_SEO_CONFIG, PageMetadataOptions, SeoConfig + +### Community 143 - "auth.service.ts" +Cohesion: 0.11 +Nodes (8): AdminLoginInput, AuthService, LoginInput, RegisterInput, Injectable, normalizeMobile(), RedisService, Injectable ### Community 144 - "Baseline Command Plan & Reconciled Command History" Cohesion: 0.29 @@ -960,9 +983,9 @@ Nodes (4): evidenceList, ledger, mandatoryMap, mandatoryScope Cohesion: 0.40 Nodes (4): activeFiles, errors, validationOutput, warnings -### Community 168 - "blog/[slug]/page.tsx" -Cohesion: 0.60 -Nodes (4): BlogPostPage(), generateMetadata(), getBlog(), revalidate +### Community 168 - "getSeoConfig" +Cohesion: 0.24 +Nodes (11): BlogPostPage(), generateMetadata(), getBlog(), revalidate, generateMetadata(), generateMetadata(), generateMetadata(), getWikiTerm() (+3 more) ### Community 169 - "API Contract Specification" Cohesion: 0.50 @@ -980,9 +1003,9 @@ Nodes (3): Architectural Overview, Critical Review Findings & Required Enhanceme Cohesion: 0.50 Nodes (3): Overview & Content Foundation, SEO & Content Requirements, 🚀 SEO & Content Strategy Review (12_seo_content) -### Community 174 - ".handleZibalCallback" -Cohesion: 0.24 -Nodes (8): ApiPropertyOptional, IsOptional, IsString, ZibalCallbackQueryDto, Query, Res, Headers, Ip +### Community 174 - "BlogsService" +Cohesion: 0.22 +Nodes (3): BlogQuery, BlogsService, Injectable ### Community 180 - "graphify reference: add a URL and watch a folder" Cohesion: 0.50 @@ -1008,10 +1031,6 @@ Nodes (3): Expanding the ESLint configuration, React Compiler, React + TypeScrip Cohesion: 0.50 Nodes (3): Select, SelectOption, SelectProps -### Community 186 - "wiki/[slug]/page.tsx" -Cohesion: 0.83 -Nodes (3): generateMetadata(), getWikiTerm(), WikiTermPage() - ### Community 188 - "application/README.md" Cohesion: 0.50 Nodes (3): Deploy on Vercel, Getting Started, Learn More @@ -1024,45 +1043,81 @@ Nodes (3): COMPOSE_DOCKER_CLI_BUILD, DOCKER_BUILDKIT, deploy.sh script Cohesion: 0.67 Nodes (3): ADR-AUTH-001: Admin Panel Authentication Architecture & Token Management, Master Task Backlog (Phase 3.3), Phase 3 Master Execution Plan +### Community 212 - "WholesaleApplyDto" +Cohesion: 0.29 +Nodes (6): ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, WholesaleApplyDto + +### Community 214 - "PetsService" +Cohesion: 0.29 +Nodes (3): PetQuery, PetsService, Injectable + +### Community 215 - "VerifyOtpDto" +Cohesion: 0.29 +Nodes (6): ApiProperty, IsNotEmpty, IsString, Matches, VerifyOtpDto, Length + +### Community 220 - "getPageMetadata" +Cohesion: 0.13 +Nodes (8): generateMetadata(), generateMetadata(), generateMetadata(), generateMetadata(), generateMetadata(), generateMetadata(), ArchivePage(), getPageMetadata() + +### Community 221 - "CreateHealthLogDto" +Cohesion: 0.29 +Nodes (6): CreateHealthLogDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString + ### Community 223 - "Shabnam Font README" Cohesion: 0.67 Nodes (3): Shabnam Font README, Shabnam Font Sample, Vazir Font -### Community 232 - "AdminService" -Cohesion: 0.13 -Nodes (3): Post, AdminService, Injectable +### Community 238 - "AddressDto" +Cohesion: 0.29 +Nodes (7): AddressDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString + +### Community 239 - "blog/page.tsx" +Cohesion: 0.50 +Nodes (4): Blog(), generateMetadata(), getBlogs(), BlogPage() ### Community 243 - "app.e2e-spec.js" Cohesion: 0.50 Nodes (3): app_module_1, supertest_1, testing_1 +### Community 297 - "ValidateCouponDto" +Cohesion: 0.50 +Nodes (4): IsNotEmpty, IsNumber, IsString, ValidateCouponDto + +### Community 300 - "app/page.tsx" +Cohesion: 0.67 +Nodes (3): generateMetadata(), getHomeData(), Home() + +### Community 302 - "RedisModule" +Cohesion: 0.67 +Nodes (3): RedisModule, Global, Module + ### Community 305 - "RouteErrorBoundary" Cohesion: 0.22 Nodes (3): Props, RouteErrorBoundary, State -### Community 310 - "admin.module.ts" -Cohesion: 0.05 -Nodes (26): AdminModule, Module, BlogQuery, BlogsService, Injectable, CategoriesService, CategoryQuery, Injectable (+18 more) +### Community 310 - "ReportsController" +Cohesion: 0.16 +Nodes (9): ReportsController, ApiBearerAuth, ApiOperation, ApiTags, Controller, Get, UseGuards, ReportsService (+1 more) ## Knowledge Gaps -- **1266 isolated node(s):** `$schema`, `collection`, `sourceRoot`, `deleteOutDir`, `name` (+1261 more) +- **1259 isolated node(s):** `$schema`, `collection`, `sourceRoot`, `deleteOutDir`, `name` (+1254 more) These have ≤1 connection - possible missing edges or undocumented components. -- **98 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. +- **103 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. ## Suggested Questions _Questions this graph is uniquely positioned to answer:_ -- **Why does `Roles()` connect `Roles` to `BannersService`, `CmsController`, `B2BService`, `reviews.controller.ts`, `tickets.controller.ts`, `SslController`, `SettingsController`, `IngredientsService`, `ProductsService`, `PrescriptionsService`, `SmartAdvisorService`, `TestimonialsService`, `ContactService`, `PaymentController`, `WholesaleApplyDto`, `JwtAuthGuard`?** +- **Why does `Roles()` connect `Roles` to `BannersService`, `ZibalService`, `CmsController`, `B2BService`, `ReviewsService`, `tickets.controller.ts`, `SslController`, `IngredientsService`, `payment.controller.ts`, `ProductsService`, `PrescriptionsService`, `SmartAdvisorService`, `TestimonialsService`, `WholesaleService`, `reviews.controller.ts`, `JwtAuthGuard`?** _High betweenness centrality (0.052) - this node is a cross-community bridge._ -- **Why does `ApiResponse` connect `src/services/api.ts` to `OrdersService`, `BlogsController`, `PetsController`, `UsersService`, `WikiController`, `HomeController`, `ProductsService`, `auth.service.ts`?** +- **Why does `ApiResponse` connect `src/services/api.ts` to `BlogsController`, `PetsController`, `UsersController`, `WikiController`, `OrdersService`, `HomeController`, `ProductsService`, `AuthController`?** _High betweenness centrality (0.046) - this node is a cross-community bridge._ -- **Why does `JwtAuthGuard` connect `JwtAuthGuard` to `CmsController`, `reviews.controller.ts`, `tickets.controller.ts`, `UsersService`, `WikiService`, `admin.service.ts`, `PrismaService`, `pets/pets.controller.ts`, `orders.service.ts`, `ProductsService`, `auth.service.ts`, `admin.module.ts`, `PaginationDto`?** +- **Why does `JwtAuthGuard` connect `JwtAuthGuard` to `CategoriesController`, `CmsController`, `tickets.controller.ts`, `admin.service.ts`, `DoctorsService`, `payment.controller.ts`, `admin.module.ts`, `UsersService`, `pets/pets.controller.ts`, `OrdersService`, `ProductsService`, `CreateVideoDto`, `auth.controller.ts`, `ReportsController`, `reviews.controller.ts`?** _High betweenness centrality (0.024) - this node is a cross-community bridge._ - **What connects `$schema`, `collection`, `sourceRoot` to the rest of the system?** - _1266 weakly-connected nodes found - possible documentation gaps or missing edges._ -- **Should `OrdersService` be split into smaller, more focused modules?** - _Cohesion score 0.07171717171717172 - nodes in this community are weakly interconnected._ + _1259 weakly-connected nodes found - possible documentation gaps or missing edges._ - **Should `productService.ts` be split into smaller, more focused modules?** - _Cohesion score 0.05888376856118792 - nodes in this community are weakly interconnected._ + _Cohesion score 0.08078431372549019 - nodes in this community are weakly interconnected._ - **Should `CmsController` be split into smaller, more focused modules?** - _Cohesion score 0.0899854862119013 - nodes in this community are weakly interconnected._ \ No newline at end of file + _Cohesion score 0.0899854862119013 - nodes in this community are weakly interconnected._ +- **Should `app.module.ts` be split into smaller, more focused modules?** + _Cohesion score 0.08456659619450317 - nodes in this community are weakly interconnected._ \ No newline at end of file diff --git a/graphify-out/cache/ast/v0.9.44/64d276bb6eb6cfb83690c529b9d1c0c71fa46aa912a458f684dfcf842fab2aea.json b/graphify-out/cache/ast/v0.9.44/64d276bb6eb6cfb83690c529b9d1c0c71fa46aa912a458f684dfcf842fab2aea.json new file mode 100644 index 0000000..35f7ecf --- /dev/null +++ b/graphify-out/cache/ast/v0.9.44/64d276bb6eb6cfb83690c529b9d1c0c71fa46aa912a458f684dfcf842fab2aea.json @@ -0,0 +1 @@ +{"nodes": [{"id": "$graphify-root$_scripts_deploy_sh", "label": "deploy.sh", "file_type": "code", "source_file": "scripts/deploy.sh", "source_location": "L1", "metadata": {"language": "bash", "kind": "file"}}, {"id": "$graphify-root$_scripts_deploy_sh__entry", "label": "deploy.sh script", "file_type": "code", "source_file": "scripts/deploy.sh", "source_location": "L1", "metadata": {"language": "bash", "kind": "bash_entrypoint"}}, {"id": "$graphify-root$_scripts_deploy_docker_buildkit", "label": "DOCKER_BUILDKIT", "file_type": "code", "source_file": "scripts/deploy.sh", "source_location": "L4", "metadata": {"language": "bash", "kind": "code"}}, {"id": "$graphify-root$_scripts_deploy_compose_docker_cli_build", "label": "COMPOSE_DOCKER_CLI_BUILD", "file_type": "code", "source_file": "scripts/deploy.sh", "source_location": "L5", "metadata": {"language": "bash", "kind": "code"}}], "edges": [{"source": "$graphify-root$_scripts_deploy_sh", "target": "$graphify-root$_scripts_deploy_sh__entry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "scripts/deploy.sh", "source_location": "L1", "weight": 1.0}, {"source": "$graphify-root$_scripts_deploy_sh", "target": "$graphify-root$_scripts_deploy_docker_buildkit", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/deploy.sh", "source_location": "L4", "weight": 1.0}, {"source": "$graphify-root$_scripts_deploy_sh", "target": "$graphify-root$_scripts_deploy_compose_docker_cli_build", "relation": "defines", "confidence": "EXTRACTED", "source_file": "scripts/deploy.sh", "source_location": "L5", "weight": 1.0}], "raw_calls": [{"language": "bash", "callee": "set", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L2"}, {"language": "bash", "callee": "docker", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L8"}, {"language": "bash", "callee": "true", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L8"}, {"language": "bash", "callee": "echo", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L18"}, {"language": "bash", "callee": "mkdir", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L38"}, {"language": "bash", "callee": "git", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L42"}, {"language": "bash", "callee": "cd", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L45"}, {"language": "bash", "callee": "cp", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L55"}, {"language": "bash", "callee": "sed", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L56"}, {"language": "bash", "callee": "sleep", "caller_nid": "$graphify-root$_scripts_deploy_sh__entry", "source_file": "scripts/deploy.sh", "source_location": "L76"}], "bash_sources": []} \ No newline at end of file diff --git a/graphify-out/cache/stat-index.json b/graphify-out/cache/stat-index.json index ce0f7cc..102d7ef 100644 --- a/graphify-out/cache/stat-index.json +++ b/graphify-out/cache/stat-index.json @@ -1 +1 @@ -{".ai_agency/AGENCY.md":{"size":8757,"mtime_ns":1785148021979607300,"indexed_at_ns":1786863693890454700,"word_count":1161,"hashes":{".ai_agency/agency.md":"88c7c13583a91fc7e41ce055fede9dce20f181e8d264557808989965e83a9030"}},".ai_agency/agents/00_intake.md":{"size":3819,"mtime_ns":1785148021984319000,"indexed_at_ns":1786863693892455200,"word_count":500,"hashes":{".ai_agency/agents/00_intake.md":"9dc8d7eeda0655717dc5b9d2f8572c47567b88ca88de7e4e5bf59869077ff407"}},".ai_agency/agents/01_auditor.md":{"size":3643,"mtime_ns":1785148021987782800,"indexed_at_ns":1786863693894964400,"word_count":467,"hashes":{".ai_agency/agents/01_auditor.md":"37ae09614034d9b5c855e0132b59a5e3cfd2fc38c54d1a5386fa43ba488c4d4d"}},".ai_agency/agents/02_ceo.md":{"size":2341,"mtime_ns":1785148021998374800,"indexed_at_ns":1786863693896964700,"word_count":294,"hashes":{".ai_agency/agents/02_ceo.md":"b4a76df6483fd52e1b9f1e70765b3f7b6d134dc003ef2ad0cb86b952c869c4a5"}},".ai_agency/agents/03_product_manager.md":{"size":8422,"mtime_ns":1785148022001968200,"indexed_at_ns":1786863693898470300,"word_count":1076,"hashes":{".ai_agency/agents/03_product_manager.md":"1927827474b1dd6fd4976af45b51f1ad3128fe3305c3af22639ab2584e8f0b55"}},".ai_agency/agents/04_architect.md":{"size":3603,"mtime_ns":1785148022004966000,"indexed_at_ns":1786863693899999300,"word_count":448,"hashes":{".ai_agency/agents/04_architect.md":"c96b04d5af093f455fa3c64ae177a69421e8150eb38c70bb8587b5a14e7d3ca8"}},".ai_agency/agents/05_dev_backend.md":{"size":7142,"mtime_ns":1785148022012481200,"indexed_at_ns":1786863693901997700,"word_count":953,"hashes":{".ai_agency/agents/05_dev_backend.md":"143a7c8a6fbedcd837d647efddb9f6b49074583502bd77f24c955bd86a6f3df8"}},".ai_agency/agents/06_dev_frontend.md":{"size":7518,"mtime_ns":1785148022017020100,"indexed_at_ns":1786863693902997800,"word_count":1011,"hashes":{".ai_agency/agents/06_dev_frontend.md":"e69679636d42dd626c7c76ddc96e1ddb656ab5b9ee912b89adcc7a9338f34a0b"}},".ai_agency/agents/07_qa_engineer.md":{"size":3764,"mtime_ns":1785148022020044600,"indexed_at_ns":1786863693905070800,"word_count":507,"hashes":{".ai_agency/agents/07_qa_engineer.md":"2616ef2b3ac39ded45fc669d5b5b140e72953fe61a819966fb040382e9b47d45"}},".ai_agency/agents/08_visual_qa.md":{"size":7910,"mtime_ns":1785148022030083200,"indexed_at_ns":1786863693907111900,"word_count":1121,"hashes":{".ai_agency/agents/08_visual_qa.md":"17a5a74039e8a9d7cb40c5bc3c616c7c92d53401efd92d0675d4bbe5e90572a8"}},".ai_agency/agents/09_devops_security.md":{"size":6825,"mtime_ns":1785148022034087400,"indexed_at_ns":1786863693908113400,"word_count":908,"hashes":{".ai_agency/agents/09_devops_security.md":"315bd3cee954ac3496da8db1b1718b75ab3822ec3a90f99bc77767ca99482edf"}},".ai_agency/agents/10_tech_writer.md":{"size":3119,"mtime_ns":1785148022037082600,"indexed_at_ns":1786863693910113400,"word_count":408,"hashes":{".ai_agency/agents/10_tech_writer.md":"3527b44265fec2472cc20ca4641667e1fa3d38cbc9b2fbf9a946ee1e531e9e37"}},".ai_agency/agents/11_deploy.md":{"size":3956,"mtime_ns":1785148022040602600,"indexed_at_ns":1786863693912113300,"word_count":537,"hashes":{".ai_agency/agents/11_deploy.md":"8169bc98b249cd83ba21551dea082f69dfa6deca5f5e4a7f2739a28746c143f9"}},".ai_agency/agents/12_seo_content.md":{"size":10963,"mtime_ns":1785148022048603900,"indexed_at_ns":1786863693913112900,"word_count":1539,"hashes":{".ai_agency/agents/12_seo_content.md":"2f50eb9db8bf1ad7bc23c7d8c3a4f167a2daafb73f095db9237c5bdb20e7a5f4"}},".ai_agency/memory/agent_outputs/README.txt":{"size":290,"mtime_ns":1785148022052150400,"indexed_at_ns":1786863693914617900,"word_count":34,"hashes":{".ai_agency/memory/agent_outputs/readme.txt":"49b19b781e865081a74a0a87282e6c266e373f443a79e0758ef60a6e644c6e04"}},".ai_agency/memory/backlog.json":{"size":10711,"mtime_ns":1785330750958890900,"indexed_at_ns":1786863680433252400,"word_count":981,"hashes":{".ai_agency/memory/backlog.json":"6bf3150a1877d03d03b368df21b84071381b1bb8cd03e3721fa9f8e6c38355be"}},".ai_agency/memory/scratchpad.md":{"size":1879,"mtime_ns":1785148022065114400,"indexed_at_ns":1786863693916623700,"word_count":249,"hashes":{".ai_agency/memory/scratchpad.md":"9d0f687cf8e95c6335f1efb070da8029878417c28117e3b89aa8536ad70a5b95"}},".ai_agency/memory/state.json":{"size":3654,"mtime_ns":1785330750963913800,"indexed_at_ns":1786863680437228800,"word_count":254,"hashes":{".ai_agency/memory/state.json":"1204676f8f295d89733888bb87936061b7a700df0cc936fbf08fd5269b534e8d"}},".ai_agency/orchestrate.py":{"size":6800,"mtime_ns":1785148022072662500,"indexed_at_ns":1786863680437736800,"word_count":644,"hashes":{".ai_agency/orchestrate.py":"90ec787fdd4c71f5203c56b6899aadcc26e6e0bad0cc576d2f982aa42eed42e1"}},".ai_agency/specs/api_contract.md":{"size":1515,"mtime_ns":1785148022077664900,"indexed_at_ns":1786863693918623100,"word_count":139,"hashes":{".ai_agency/specs/api_contract.md":"ea0911b6a5ad6a908ab707f7553f5f24712c1e198fd79255fa85e3249150e8b4"}},".ai_agency/specs/architecture_spec.md":{"size":790,"mtime_ns":1785148022082260900,"indexed_at_ns":1786863693919623000,"word_count":99,"hashes":{".ai_agency/specs/architecture_spec.md":"6269043f6a144e8ac86ff1db7e014075185e5675a4a0ee23e99e70d88253b8af"}},".ai_agency/specs/prd.md":{"size":724,"mtime_ns":1785148022087251600,"indexed_at_ns":1786863693921188600,"word_count":96,"hashes":{".ai_agency/specs/prd.md":"1c6d5a0ec8a709a2b3aed28225f5fe148ad2d75851d45699187678d055947b11"}},".ai_agency/specs/project_health.md":{"size":444,"mtime_ns":1785148022098314600,"indexed_at_ns":1786863693923194300,"word_count":65,"hashes":{".ai_agency/specs/project_health.md":"677c2f1d35c31d75d935766f154683e0483b08c696117ee612bee1528705c598"}},".ai_agency/specs/reviews/README.md":{"size":1029,"mtime_ns":1785148022105834900,"indexed_at_ns":1786863693924698200,"word_count":117,"hashes":{".ai_agency/specs/reviews/readme.md":"8ceb4cae1ad4c0f660557d827ced970cda8f7d020f8124b624b228174b1b65ab"}},".ai_agency/specs/reviews/backend_review.md":{"size":1430,"mtime_ns":1785148022110362400,"indexed_at_ns":1786863693926808400,"word_count":172,"hashes":{".ai_agency/specs/reviews/backend_review.md":"fca1f8d59c2eab255f7aba246b26731fe53f208e737ccf46035389591900a150"}},".ai_agency/specs/reviews/code_health_review.md":{"size":2193,"mtime_ns":1785148022114359700,"indexed_at_ns":1786863693927808600,"word_count":279,"hashes":{".ai_agency/specs/reviews/code_health_review.md":"532e04465e125183d6dd8f8af61bfc8735a514b3fbbc49069f5f0884155ed93f"}},".ai_agency/specs/reviews/frontend_review.md":{"size":1452,"mtime_ns":1785148022118486900,"indexed_at_ns":1786863693929808600,"word_count":183,"hashes":{".ai_agency/specs/reviews/frontend_review.md":"9f826c0267cad8bd5d342b1f908c927976d9be7da3f75b175331381ef8c8b680"}},".ai_agency/specs/reviews/security_review.md":{"size":874,"mtime_ns":1785148022121487200,"indexed_at_ns":1786863693931808300,"word_count":110,"hashes":{".ai_agency/specs/reviews/security_review.md":"51363e62e919d6772c2b3b9a1a3f3870a5892dae6d408217ed3fb475f72d3f0b"}},".ai_agency/specs/reviews/seo_content_review.md":{"size":1238,"mtime_ns":1785148022131533800,"indexed_at_ns":1786863693932808200,"word_count":156,"hashes":{".ai_agency/specs/reviews/seo_content_review.md":"bc8401649a86585b4061b3ec0f584910c54aad25bc9943392179bc070c07a434"}},".ai_agency/specs/reviews/ux_review.md":{"size":1131,"mtime_ns":1785148022136550700,"indexed_at_ns":1786863693934808700,"word_count":150,"hashes":{".ai_agency/specs/reviews/ux_review.md":"b8a52f324e36fcc2d046cc903a05903057098a67a397ae6442d6c825091f4513"}},".claude/CLAUDE.md":{"size":226,"mtime_ns":1786870552838920200,"indexed_at_ns":1786877281839080500,"word_count":29,"hashes":{".claude/claude.md":"c6f7fc2f062904d246b700d446ba3ad03e77f41809b12eccfb5e090a11f4fad2"}},".claude/settings.json":{"size":479,"mtime_ns":1786870552841922800,"indexed_at_ns":1786877281619276700,"word_count":38,"hashes":{".claude/settings.json":"0aaafba2cbd7dd67f7d69fa2f01b747c9a72f56ee421a40825521f937caec82b"}},".claude/skills/graphify/SKILL.md":{"size":43292,"mtime_ns":1786870552845041000,"indexed_at_ns":1786877281840080600,"word_count":5442,"hashes":{".claude/skills/graphify/skill.md":"5b24d39cbbb662ea1cd672839f64b50823e1b7de9b113f542248eac38c70cdf1"}},".claude/skills/graphify/references/add-watch.md":{"size":2486,"mtime_ns":1786870552848102000,"indexed_at_ns":1786877281845602600,"word_count":366,"hashes":{".claude/skills/graphify/references/add-watch.md":"cb5e2f3284265c08c88c08f445b96958b13a9115c0afc0a33206c293d1b1c187"}},".claude/skills/graphify/references/exports.md":{"size":3362,"mtime_ns":1786870552849102100,"indexed_at_ns":1786877281848603000,"word_count":470,"hashes":{".claude/skills/graphify/references/exports.md":"7aa8b606e5c19334b6c9fe62a12fc30eb46c0320d1dbb5726cfda0becdd04a5a"}},".claude/skills/graphify/references/extraction-spec.md":{"size":7960,"mtime_ns":1786870552850101900,"indexed_at_ns":1786877281853109000,"word_count":1038,"hashes":{".claude/skills/graphify/references/extraction-spec.md":"9cf5d515d0d8584aeef36708df34f560078772a568ed599cac5ba20b089e563d"}},".claude/skills/graphify/references/github-and-merge.md":{"size":2177,"mtime_ns":1786870552853101000,"indexed_at_ns":1786877281857115900,"word_count":271,"hashes":{".claude/skills/graphify/references/github-and-merge.md":"609de4b1331ddb2f8c80e97aac0a5de782a373d6f5af858e10a731c20b35c0e2"}},".claude/skills/graphify/references/hooks.md":{"size":1267,"mtime_ns":1786870552855098700,"indexed_at_ns":1786877281861116300,"word_count":193,"hashes":{".claude/skills/graphify/references/hooks.md":"7c7827f2f29d6e2cb6cc6902558dac08380f60c414b4968f83e1bc4e61b3e268"}},".claude/skills/graphify/references/query.md":{"size":13456,"mtime_ns":1786870552857702900,"indexed_at_ns":1786877281864628400,"word_count":1763,"hashes":{".claude/skills/graphify/references/query.md":"54526cc3e2392922d344f14767f09037ef85fb7ec5cc7911b749b35bcb004fbf"}},".claude/skills/graphify/references/transcribe.md":{"size":3173,"mtime_ns":1786870552858710700,"indexed_at_ns":1786877281868248500,"word_count":418,"hashes":{".claude/skills/graphify/references/transcribe.md":"1d5afbaccf36e952e71082591edfc9e4fbd9946eb85b01855a1d0bd810b7623d"}},".claude/skills/graphify/references/update.md":{"size":10425,"mtime_ns":1786870552860709800,"indexed_at_ns":1786877281872254900,"word_count":1196,"hashes":{".claude/skills/graphify/references/update.md":"0249cd6ceae6effdfc7371b51d00c462f51d95700101dcedd36255bab1b4ce7a"}},".gitea/scripts/with-vpn.sh":{"size":1794,"mtime_ns":1786799852126316200,"indexed_at_ns":1786863680441317700,"word_count":208,"hashes":{".gitea/scripts/with-vpn.sh":"9ec013d142e3cf5d7e5f09778fcb06b4b8ea7b394688f9f40b5e74298c76bcf0"}},".gitea/workflows/deploy.yml":{"size":993,"mtime_ns":1787078454762471500,"indexed_at_ns":1787127699091549300,"word_count":84},"BACKEND_INTEGRATION.md":{"size":15568,"mtime_ns":1786885876768825200,"indexed_at_ns":1786946194589947100,"word_count":1521,"hashes":{"backend_integration.md":"e2c5f48210f3f73ee2e2cbf9ac4bc2c487139573cbdc21a6c67cd13b2e8bd099"}},"CLAUDE.md":{"size":772,"mtime_ns":1786870552863710100,"indexed_at_ns":1786877281878765800,"word_count":106,"hashes":{"claude.md":"3612256e7473a2e5f67ef4778d4edeefb44794ef22bac5529bee9c87dc5d8f3d"}},"DATABASE_SCHEMA.md":{"size":15399,"mtime_ns":1786885876771342200,"indexed_at_ns":1786946194590946100,"word_count":1566,"hashes":{"database_schema.md":"60b4b0f4fd1468ab0eb26e4313c138c480f6f280b5c96ff4c0ee89f43ec531b8"}},"README.md":{"size":13117,"mtime_ns":1786885876775371800,"indexed_at_ns":1786946194591944700,"word_count":1310,"hashes":{"readme.md":"f6f40be609ed2adbc246437841b7b90d5506064a7f7a6babbf8195efdad3597d"}},"backend/README.md":{"size":5028,"mtime_ns":1783764561601382400,"indexed_at_ns":1786863693961627700,"word_count":472,"hashes":{"backend/readme.md":"c3edfd26252566ef2ddee12c91a874b59e03a1656894d3db25209a0e4031010a"}},"backend/eslint.config.mjs":{"size":1649,"mtime_ns":1787073059105361700,"indexed_at_ns":1787073210388706800,"word_count":104},"backend/nest-cli.json":{"size":172,"mtime_ns":1787072106370561300,"indexed_at_ns":1787072950154977200,"word_count":13,"hashes":{"backend/nest-cli.json":"64fe2904203985aa0acb9b67d7ade489f2362ac8730283fb11d6a764d1cb3878"}},"backend/package.json":{"size":2756,"mtime_ns":1787073059106941900,"indexed_at_ns":1787073221573520100,"word_count":205,"hashes":{"backend/package.json":"51b63ebe6d2e05aa33c128297029fa54aaad808dabcc93c2433d5856b0f73300"}},"backend/prisma/migrations/20260526145407_init/migration.sql":{"size":8963,"mtime_ns":1783764561612007600,"indexed_at_ns":1786863680445315600,"word_count":936,"hashes":{"backend/prisma/migrations/20260526145407_init/migration.sql":"d6cc5e861e43bf82dcffe1ad7121fcbe9f74db7901cf204b5058da3132d3c1d2"}},"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":{"size":404,"mtime_ns":1783764561613425800,"indexed_at_ns":1786863680446319100,"word_count":48,"hashes":{"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":"c564f4aba35d32a733a5837c33664c68c8912277ad9645310f7e8116fbcba741"}},"backend/prisma/scientificTerms.ts":{"size":24298,"mtime_ns":1785325924634812500,"indexed_at_ns":1786863534471369900,"word_count":2294},"backend/prisma/seed-blogs.ts":{"size":6950,"mtime_ns":1786885876777374000,"indexed_at_ns":1786946085670717300,"word_count":620},"backend/prisma/seed-custom.ts":{"size":3836,"mtime_ns":1786799852144902000,"indexed_at_ns":1786863534484541000,"word_count":371},"backend/prisma/seed-home.ts":{"size":3870,"mtime_ns":1786885876779371100,"indexed_at_ns":1786946085682250800,"word_count":374},"backend/prisma/seed-products-data.json":{"size":59220,"mtime_ns":1786885876782371300,"indexed_at_ns":1786946139466262600,"word_count":5730,"hashes":{"backend/prisma/seed-products-data.json":"9d1262f8264478eb43ec48f073f817d46fc193d666cd9364f3bb95c1629f25c7"}},"backend/prisma/seed-products.ts":{"size":28268,"mtime_ns":1787127616634657800,"indexed_at_ns":1787127699219238800,"word_count":2063},"backend/prisma/seed-ui-texts.ts":{"size":9191,"mtime_ns":1787127630316516800,"indexed_at_ns":1787127699225276000,"word_count":755},"backend/prisma/seed-wiki.ts":{"size":24019,"mtime_ns":1786961195297596000,"indexed_at_ns":1786961213057541000,"word_count":2292},"backend/prisma/seed.ts":{"size":30480,"mtime_ns":1787127597115866100,"indexed_at_ns":1787127699235378600,"word_count":2636},"backend/prisma/tsconfig.seed.json":{"size":194,"mtime_ns":1786955870751259200,"indexed_at_ns":1786961249766772200,"word_count":17,"hashes":{"backend/prisma/tsconfig.seed.json":"e178d23a09563a7a9b348d905bc70322115514c78a7afcc5a53db7d18e511583"}},"backend/scripts/generate-openapi.ts":{"size":1385,"mtime_ns":1786799852156390500,"indexed_at_ns":1786863534537298000,"word_count":128},"backend/src/admin/admin.controller.spec.ts":{"size":593,"mtime_ns":1786799852157399700,"indexed_at_ns":1786863534543362400,"word_count":59},"backend/src/admin/admin.controller.ts":{"size":8990,"mtime_ns":1787072106375059100,"indexed_at_ns":1787072940432890700,"word_count":896},"backend/src/admin/admin.module.ts":{"size":1420,"mtime_ns":1786877667005008400,"indexed_at_ns":1786946085768035200,"word_count":145},"backend/src/admin/admin.service.spec.ts":{"size":682,"mtime_ns":1786799852162911100,"indexed_at_ns":1786863534564065100,"word_count":72},"backend/src/admin/admin.service.ts":{"size":26710,"mtime_ns":1787072106378841300,"indexed_at_ns":1787072940449422700,"word_count":2711},"backend/src/admin/blogs.controller.ts":{"size":1840,"mtime_ns":1786799852170191700,"indexed_at_ns":1786863534578222000,"word_count":190},"backend/src/admin/blogs.service.ts":{"size":1810,"mtime_ns":1786799852171191000,"indexed_at_ns":1786863534584725500,"word_count":221},"backend/src/admin/categories.controller.ts":{"size":2187,"mtime_ns":1786799852174192500,"indexed_at_ns":1786863534590311100,"word_count":204},"backend/src/admin/categories.service.ts":{"size":2005,"mtime_ns":1786799852175194300,"indexed_at_ns":1786863534595817200,"word_count":223},"backend/src/admin/dto/admin-query.dto.ts":{"size":634,"mtime_ns":1786799852178706400,"indexed_at_ns":1786863534603325400,"word_count":60},"backend/src/admin/media.controller.ts":{"size":2339,"mtime_ns":1786876983648866300,"indexed_at_ns":1786877270905179000,"word_count":226},"backend/src/admin/media.service.ts":{"size":2713,"mtime_ns":1786876983651534500,"indexed_at_ns":1786877270914160400,"word_count":283},"backend/src/admin/pets.controller.ts":{"size":1195,"mtime_ns":1786799852186217200,"indexed_at_ns":1786863534621612800,"word_count":117},"backend/src/admin/pets.service.ts":{"size":1731,"mtime_ns":1786954681814243000,"indexed_at_ns":1786955470006205300,"word_count":193},"backend/src/admin/reports.controller.ts":{"size":664,"mtime_ns":1783764561642147000,"indexed_at_ns":1786863534634255100,"word_count":66},"backend/src/admin/reports.service.ts":{"size":3399,"mtime_ns":1786799852189730800,"indexed_at_ns":1786863534640768500,"word_count":388},"backend/src/admin/wiki.controller.ts":{"size":1814,"mtime_ns":1786799852191732300,"indexed_at_ns":1786863534647913700,"word_count":179},"backend/src/admin/wiki.service.ts":{"size":1767,"mtime_ns":1786799852193324200,"indexed_at_ns":1786863534654035100,"word_count":195},"backend/src/app.controller.spec.ts":{"size":617,"mtime_ns":1783764561644839700,"indexed_at_ns":1786863534660738600,"word_count":61},"backend/src/app.controller.ts":{"size":274,"mtime_ns":1783764561645849100,"indexed_at_ns":1786863534667244700,"word_count":31},"backend/src/app.module.ts":{"size":3822,"mtime_ns":1786971396024319300,"indexed_at_ns":1787036699843240900,"word_count":361},"backend/src/app.service.ts":{"size":142,"mtime_ns":1783764561648840500,"indexed_at_ns":1786863534680950600,"word_count":19},"backend/src/auth/auth.controller.spec.ts":{"size":1528,"mtime_ns":1785327951179468000,"indexed_at_ns":1786863534687029500,"word_count":149},"backend/src/auth/auth.controller.ts":{"size":4155,"mtime_ns":1787072106387489300,"indexed_at_ns":1787072940585245400,"word_count":386},"backend/src/auth/auth.module.ts":{"size":724,"mtime_ns":1787072106388501600,"indexed_at_ns":1787072940590262100,"word_count":80},"backend/src/auth/auth.service.spec.ts":{"size":4264,"mtime_ns":1786799852201843300,"indexed_at_ns":1786863534705627700,"word_count":379},"backend/src/auth/auth.service.ts":{"size":9713,"mtime_ns":1787127466538783000,"indexed_at_ns":1787127699428242800,"word_count":933},"backend/src/auth/dto/admin-login.dto.ts":{"size":766,"mtime_ns":1787127488734389000,"indexed_at_ns":1787127699434310600,"word_count":82},"backend/src/auth/dto/login.dto.ts":{"size":587,"mtime_ns":1783764561659109000,"indexed_at_ns":1786863534727735200,"word_count":63},"backend/src/auth/dto/register.dto.ts":{"size":1197,"mtime_ns":1785327951186476900,"indexed_at_ns":1786863534732751200,"word_count":115},"backend/src/auth/dto/send-otp.dto.ts":{"size":374,"mtime_ns":1783764561661106500,"indexed_at_ns":1786863534739271500,"word_count":39},"backend/src/auth/dto/verify-otp.dto.ts":{"size":594,"mtime_ns":1783764561662112100,"indexed_at_ns":1786863534745843500,"word_count":64},"backend/src/auth/jwt-auth.guard.ts":{"size":494,"mtime_ns":1786799852205862700,"indexed_at_ns":1786863534751350400,"word_count":58},"backend/src/auth/jwt.strategy.ts":{"size":1122,"mtime_ns":1786883225794343300,"indexed_at_ns":1786946086014858100,"word_count":116},"backend/src/auth/roles.decorator.ts":{"size":54,"mtime_ns":1786799852208379600,"indexed_at_ns":1786863534764578800,"word_count":4},"backend/src/auth/roles.guard.ts":{"size":46,"mtime_ns":1786799852209003400,"indexed_at_ns":1786863534770087500,"word_count":4},"backend/src/b2b/b2b.controller.ts":{"size":2684,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534777707900,"word_count":246},"backend/src/b2b/b2b.module.ts":{"size":342,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534783641300,"word_count":38},"backend/src/b2b/b2b.service.ts":{"size":2379,"mtime_ns":1786799852214009300,"indexed_at_ns":1786863534792157000,"word_count":243},"backend/src/banners/banners.controller.ts":{"size":1923,"mtime_ns":1786799852215010200,"indexed_at_ns":1786863534797707700,"word_count":169},"backend/src/banners/banners.module.ts":{"size":374,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534807022900,"word_count":38},"backend/src/banners/banners.service.ts":{"size":1394,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534813112700,"word_count":160},"backend/src/blogs/blogs.controller.ts":{"size":1197,"mtime_ns":1786799852218009900,"indexed_at_ns":1786863534819206600,"word_count":108},"backend/src/blogs/blogs.module.ts":{"size":248,"mtime_ns":1783764561665678100,"indexed_at_ns":1786863534825741600,"word_count":28},"backend/src/blogs/blogs.service.ts":{"size":1674,"mtime_ns":1786799852219010000,"indexed_at_ns":1786863534831743000,"word_count":191},"backend/src/blogs/dto/create-blog.dto.ts":{"size":30,"mtime_ns":1783764561671557000,"indexed_at_ns":1786863534838708700,"word_count":4},"backend/src/blogs/dto/update-blog.dto.ts":{"size":164,"mtime_ns":1783764561673712400,"indexed_at_ns":1786863534844735300,"word_count":18},"backend/src/blogs/entities/blog.entity.ts":{"size":21,"mtime_ns":1783764561675101100,"indexed_at_ns":1786863534850735400,"word_count":4},"backend/src/cms/cms.controller.ts":{"size":3521,"mtime_ns":1785327951196913100,"indexed_at_ns":1786863534858244500,"word_count":280},"backend/src/cms/cms.module.ts":{"size":342,"mtime_ns":1785148022206298000,"indexed_at_ns":1786863534864244300,"word_count":38},"backend/src/cms/cms.service.ts":{"size":2501,"mtime_ns":1785327951197940400,"indexed_at_ns":1786863534870502100,"word_count":256},"backend/src/cms/dto/cms.dto.ts":{"size":2357,"mtime_ns":1785327951199995500,"indexed_at_ns":1786863534877728700,"word_count":203},"backend/src/common/decorators/roles.decorator.ts":{"size":157,"mtime_ns":1786799852220522400,"indexed_at_ns":1786863534882729600,"word_count":20},"backend/src/common/dto/pagination.dto.ts":{"size":1188,"mtime_ns":1785327951201988900,"indexed_at_ns":1786863534889612500,"word_count":121},"backend/src/common/filters/http-exception.filter.ts":{"size":4942,"mtime_ns":1787072106393076100,"indexed_at_ns":1787072940765491800,"word_count":492},"backend/src/common/filters/prisma-exception.filter.ts":{"size":2412,"mtime_ns":1785330913143709100,"indexed_at_ns":1786863534903118900,"word_count":228},"backend/src/common/guards/roles.guard.spec.ts":{"size":2426,"mtime_ns":1786799852225556800,"indexed_at_ns":1786863534909695400,"word_count":223},"backend/src/common/guards/roles.guard.ts":{"size":1285,"mtime_ns":1786799852226565200,"indexed_at_ns":1786863534916198700,"word_count":120},"backend/src/common/interceptors/decimal.interceptor.spec.ts":{"size":1677,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534923711900,"word_count":164},"backend/src/common/interceptors/decimal.interceptor.ts":{"size":1094,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534929913300,"word_count":118},"backend/src/common/metrics.controller.ts":{"size":2093,"mtime_ns":1786799852229073100,"indexed_at_ns":1786863534936006600,"word_count":206},"backend/src/common/schemas/error-response.schema.ts":{"size":1680,"mtime_ns":1785330913144701500,"indexed_at_ns":1786863534942170300,"word_count":162},"backend/src/common/schemas/paginated-response.schema.ts":{"size":1108,"mtime_ns":1786799852230082200,"indexed_at_ns":1786863534949353300,"word_count":110},"backend/src/common/services/sms.service.ts":{"size":31964,"mtime_ns":1787072106396073600,"indexed_at_ns":1787072940817535900,"word_count":3028},"backend/src/common/sms.module.ts":{"size":204,"mtime_ns":1785330750996125100,"indexed_at_ns":1786863534962381000,"word_count":24},"backend/src/contact/contact.controller.ts":{"size":1990,"mtime_ns":1786799852234596200,"indexed_at_ns":1786863534967884500,"word_count":177},"backend/src/contact/contact.module.ts":{"size":365,"mtime_ns":1786799852236599000,"indexed_at_ns":1786863534974401800,"word_count":38},"backend/src/contact/contact.service.ts":{"size":4690,"mtime_ns":1787127515959945700,"indexed_at_ns":1787127699652635800,"word_count":451},"backend/src/home/dto/create-home.dto.ts":{"size":30,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534987087100,"word_count":4},"backend/src/home/dto/update-home.dto.ts":{"size":164,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534992600800,"word_count":18},"backend/src/home/entities/home.entity.ts":{"size":21,"mtime_ns":1783764561684884800,"indexed_at_ns":1786863534999171300,"word_count":4},"backend/src/home/home.controller.ts":{"size":757,"mtime_ns":1785327951212087300,"indexed_at_ns":1786863535004176100,"word_count":69},"backend/src/home/home.module.ts":{"size":241,"mtime_ns":1783764561687108000,"indexed_at_ns":1786863535011491500,"word_count":28},"backend/src/home/home.service.ts":{"size":1372,"mtime_ns":1785327951214087300,"indexed_at_ns":1786863535016491700,"word_count":144},"backend/src/ingredients/ingredients.controller.ts":{"size":1952,"mtime_ns":1786799852237596500,"indexed_at_ns":1786863535024117600,"word_count":165},"backend/src/ingredients/ingredients.module.ts":{"size":406,"mtime_ns":1786799852238596500,"indexed_at_ns":1786863535030195600,"word_count":38},"backend/src/ingredients/ingredients.service.ts":{"size":1526,"mtime_ns":1786799852240108300,"indexed_at_ns":1786863535035320500,"word_count":162},"backend/src/main.ts":{"size":3525,"mtime_ns":1786965281349754700,"indexed_at_ns":1787036700231456900,"word_count":305},"backend/src/orders/dto/create-order.dto.ts":{"size":1899,"mtime_ns":1785327951218626100,"indexed_at_ns":1786863535048494100,"word_count":162},"backend/src/orders/orders.controller.spec.ts":{"size":1910,"mtime_ns":1785327951219627700,"indexed_at_ns":1786863535055560000,"word_count":194},"backend/src/orders/orders.controller.ts":{"size":5930,"mtime_ns":1787072106398077200,"indexed_at_ns":1787072940934744100,"word_count":517},"backend/src/orders/orders.module.ts":{"size":255,"mtime_ns":1783764561697598200,"indexed_at_ns":1786863535066790700,"word_count":28},"backend/src/orders/orders.service.spec.ts":{"size":4974,"mtime_ns":1786799852246117900,"indexed_at_ns":1786863535074585400,"word_count":483},"backend/src/orders/orders.service.ts":{"size":17203,"mtime_ns":1787127542986134800,"indexed_at_ns":1787127699755111100,"word_count":1611},"backend/src/pets/dto/create-health-log.dto.ts":{"size":761,"mtime_ns":1785327951229443300,"indexed_at_ns":1786863535087660400,"word_count":69},"backend/src/pets/dto/create-pet.dto.ts":{"size":1143,"mtime_ns":1785327951230948800,"indexed_at_ns":1786863535094172300,"word_count":104},"backend/src/pets/dto/create-reminder.dto.ts":{"size":810,"mtime_ns":1785327951231958200,"indexed_at_ns":1786863535101315600,"word_count":71},"backend/src/pets/dto/update-pet.dto.ts":{"size":160,"mtime_ns":1783764561709557500,"indexed_at_ns":1786863535107396200,"word_count":18},"backend/src/pets/pets.controller.spec.ts":{"size":2544,"mtime_ns":1786799852248118800,"indexed_at_ns":1786863535113902500,"word_count":269},"backend/src/pets/pets.controller.ts":{"size":8427,"mtime_ns":1786894580128858000,"indexed_at_ns":1786946086395923600,"word_count":781},"backend/src/pets/pets.module.ts":{"size":241,"mtime_ns":1783764561714469800,"indexed_at_ns":1786863535125397200,"word_count":28},"backend/src/pets/pets.service.spec.ts":{"size":2961,"mtime_ns":1785327951238208000,"indexed_at_ns":1786863535132005000,"word_count":272},"backend/src/pets/pets.service.ts":{"size":6978,"mtime_ns":1786799852250117400,"indexed_at_ns":1786863535137713400,"word_count":710},"backend/src/prescriptions/prescriptions.controller.ts":{"size":2356,"mtime_ns":1786799852253748300,"indexed_at_ns":1786863535145222600,"word_count":232},"backend/src/prescriptions/prescriptions.module.ts":{"size":495,"mtime_ns":1786954681815809200,"indexed_at_ns":1786955470495218500,"word_count":45},"backend/src/prescriptions/prescriptions.service.ts":{"size":4666,"mtime_ns":1787072106408779000,"indexed_at_ns":1787072941056949800,"word_count":498},"backend/src/prisma/prisma.module.ts":{"size":210,"mtime_ns":1783764561718199800,"indexed_at_ns":1786863535164330600,"word_count":24},"backend/src/prisma/prisma.service.ts":{"size":4110,"mtime_ns":1787072106410778900,"indexed_at_ns":1787072941067083200,"word_count":413},"backend/src/products/dto/get-products.dto.ts":{"size":1320,"mtime_ns":1786799852260271600,"indexed_at_ns":1786863535176492100,"word_count":115},"backend/src/products/products.controller.spec.ts":{"size":1863,"mtime_ns":1785327951243280800,"indexed_at_ns":1786863535183613400,"word_count":166},"backend/src/products/products.controller.ts":{"size":2445,"mtime_ns":1786799852261281700,"indexed_at_ns":1786863535190428600,"word_count":209},"backend/src/products/products.module.ts":{"size":269,"mtime_ns":1783764561723672400,"indexed_at_ns":1786863535197280400,"word_count":28},"backend/src/products/products.service.spec.ts":{"size":1597,"mtime_ns":1786799852263279400,"indexed_at_ns":1786863535202917700,"word_count":154},"backend/src/products/products.service.ts":{"size":6906,"mtime_ns":1786954681818869900,"indexed_at_ns":1786955470543762900,"word_count":713},"backend/src/redis/redis.module.ts":{"size":205,"mtime_ns":1783764561727662100,"indexed_at_ns":1786863535217462500,"word_count":24},"backend/src/redis/redis.service.spec.ts":{"size":1525,"mtime_ns":1783764561728672300,"indexed_at_ns":1786863535222986600,"word_count":145},"backend/src/redis/redis.service.ts":{"size":1202,"mtime_ns":1786895436211834600,"indexed_at_ns":1786946086488155600,"word_count":132},"backend/src/seo/seo.controller.ts":{"size":904,"mtime_ns":1785327951247283200,"indexed_at_ns":1786863535236090400,"word_count":85},"backend/src/seo/seo.module.ts":{"size":342,"mtime_ns":1785148022268580900,"indexed_at_ns":1786863535243640100,"word_count":38},"backend/src/seo/seo.service.ts":{"size":2023,"mtime_ns":1787127573566336600,"indexed_at_ns":1787127699959820200,"word_count":182},"backend/src/settings/settings.controller.spec.ts":{"size":2973,"mtime_ns":1787073059109005600,"indexed_at_ns":1787073211296477500,"word_count":247},"backend/src/settings/settings.controller.ts":{"size":8977,"mtime_ns":1787072106423347900,"indexed_at_ns":1787072941180402600,"word_count":708},"backend/src/settings/settings.module.ts":{"size":382,"mtime_ns":1783764561735515700,"indexed_at_ns":1786863535272121400,"word_count":38},"backend/src/settings/settings.service.spec.ts":{"size":2728,"mtime_ns":1783764561736856500,"indexed_at_ns":1786863535278254000,"word_count":251},"backend/src/settings/settings.service.ts":{"size":15402,"mtime_ns":1787072106426347100,"indexed_at_ns":1787072941198678200,"word_count":1229},"backend/src/smart-advisor/smart-advisor.controller.ts":{"size":1821,"mtime_ns":1786799852275441500,"indexed_at_ns":1786863535292219400,"word_count":152},"backend/src/smart-advisor/smart-advisor.module.ts":{"size":416,"mtime_ns":1786799852276441700,"indexed_at_ns":1786863535298401600,"word_count":38},"backend/src/smart-advisor/smart-advisor.service.ts":{"size":1241,"mtime_ns":1786799852277440400,"indexed_at_ns":1786863535304944400,"word_count":131},"backend/src/testimonials/testimonials.controller.ts":{"size":1702,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535310995900,"word_count":143},"backend/src/testimonials/testimonials.module.ts":{"size":414,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535317805000,"word_count":38},"backend/src/testimonials/testimonials.service.ts":{"size":1100,"mtime_ns":1786799852281471300,"indexed_at_ns":1786863535324923000,"word_count":121},"backend/src/users/dto/address.dto.ts":{"size":1098,"mtime_ns":1783764561739871500,"indexed_at_ns":1786863535331380200,"word_count":99},"backend/src/users/dto/update-profile.dto.ts":{"size":1068,"mtime_ns":1786885876805472100,"indexed_at_ns":1786946086647803400,"word_count":98},"backend/src/users/users.controller.spec.ts":{"size":3333,"mtime_ns":1785327951253796500,"indexed_at_ns":1786863535346781600,"word_count":322},"backend/src/users/users.controller.ts":{"size":6854,"mtime_ns":1786799852282481500,"indexed_at_ns":1786863535353416500,"word_count":590},"backend/src/users/users.module.ts":{"size":275,"mtime_ns":1783764561748154400,"indexed_at_ns":1786863535360908700,"word_count":30},"backend/src/users/users.service.spec.ts":{"size":3817,"mtime_ns":1786799852283480600,"indexed_at_ns":1786863535367156600,"word_count":316},"backend/src/users/users.service.ts":{"size":8207,"mtime_ns":1787127447888838400,"indexed_at_ns":1787127700092199200,"word_count":782},"backend/src/videos/dto/create-video.dto.ts":{"size":1573,"mtime_ns":1786971396042093900,"indexed_at_ns":1787036700628093800,"word_count":127},"backend/src/videos/dto/get-videos-query.dto.ts":{"size":643,"mtime_ns":1786799852287643500,"indexed_at_ns":1786863535387813200,"word_count":77},"backend/src/videos/videos.controller.ts":{"size":1924,"mtime_ns":1786799852291153100,"indexed_at_ns":1786863535393635000,"word_count":173},"backend/src/videos/videos.module.ts":{"size":283,"mtime_ns":1785148022306583700,"indexed_at_ns":1786863535400714100,"word_count":30},"backend/src/videos/videos.service.ts":{"size":2732,"mtime_ns":1786971396047872400,"indexed_at_ns":1787036700649050000,"word_count":290},"backend/src/wholesale/dto/wholesale-apply.dto.ts":{"size":739,"mtime_ns":1785148022317622300,"indexed_at_ns":1786863535413220000,"word_count":66},"backend/src/wholesale/wholesale.controller.ts":{"size":2037,"mtime_ns":1786799852294177000,"indexed_at_ns":1786863535418912100,"word_count":160},"backend/src/wholesale/wholesale.module.ts":{"size":390,"mtime_ns":1785148022328746300,"indexed_at_ns":1786863535425686500,"word_count":38},"backend/src/wholesale/wholesale.service.ts":{"size":2627,"mtime_ns":1785330913149233300,"indexed_at_ns":1786863535431718700,"word_count":266},"backend/src/wiki/dto/create-wiki.dto.ts":{"size":30,"mtime_ns":1783764561752933200,"indexed_at_ns":1786863535439031200,"word_count":4},"backend/src/wiki/dto/update-wiki.dto.ts":{"size":164,"mtime_ns":1783764561753945200,"indexed_at_ns":1786863535446428400,"word_count":18},"backend/src/wiki/entities/wiki.entity.ts":{"size":21,"mtime_ns":1783764561755039400,"indexed_at_ns":1786863535452455400,"word_count":4},"backend/src/wiki/wiki.controller.ts":{"size":1219,"mtime_ns":1785327951272850400,"indexed_at_ns":1786863535458333000,"word_count":110},"backend/src/wiki/wiki.module.ts":{"size":241,"mtime_ns":1783764561756925000,"indexed_at_ns":1786863535464948400,"word_count":28},"backend/src/wiki/wiki.service.ts":{"size":1562,"mtime_ns":1786799852295173000,"indexed_at_ns":1786863535471010700,"word_count":174},"backend/test/app-audit-verification.e2e-spec.ts":{"size":6464,"mtime_ns":1786799852296174700,"indexed_at_ns":1786863535478067000,"word_count":569},"backend/test/app.e2e-spec.ts":{"size":981,"mtime_ns":1786799852297175000,"indexed_at_ns":1786863535484496000,"word_count":83},"backend/test/jest-e2e.json":{"size":183,"mtime_ns":1783764561762911800,"indexed_at_ns":1786863680450825300,"word_count":17,"hashes":{"backend/test/jest-e2e.json":"94091f560937212ad7027afcb77e62e6ac79e3e4cb401c3a16a56e7be4cac721"}},"backend/tsconfig.build.json":{"size":107,"mtime_ns":1783764561763447000,"indexed_at_ns":1786863680451826600,"word_count":10,"hashes":{"backend/tsconfig.build.json":"1f47c7dc3c8b5a15558654f45f21e0f553acc1680046f09dc24428e8538c4f9d"}},"backend/tsconfig.json":{"size":785,"mtime_ns":1787073059116167600,"indexed_at_ns":1787073221601771200,"word_count":56,"hashes":{"backend/tsconfig.json":"9b20fbca537d1e55f3a113fcee6683f0eb1f06752d3c8c52edf26eef8e2053f2"}},"backend/uploads/1781288429353-508765350.jpg":{"size":110246,"mtime_ns":1783764561766257000,"indexed_at_ns":1786863694120021300,"word_count":3882,"hashes":{"backend/uploads/1781288429353-508765350.jpg":"c9e532f0482584a2edf76404b86ef82679e5387079d73c59f10234de24ad5074"}},"canina.md":{"size":21919,"mtime_ns":1786885876809472400,"indexed_at_ns":1786946194592944400,"word_count":1983,"hashes":{"canina.md":"a8967d10e744c46846c8bfc6cc7f9a0aae8c2175dfbe49ff9de75bc5dce87850"}},"canina.pdf":{"size":2858373,"mtime_ns":1785148022370811500,"indexed_at_ns":1786863694095027500,"word_count":0,"hashes":{"canina.pdf":"a52d90e6dffb96dae468ba96f76239762b341751a6455734d75fadd22f30c87c"}},"docker-compose.yml":{"size":2193,"mtime_ns":1786883225811564200,"indexed_at_ns":1786946194593946400,"word_count":127,"hashes":{"docker-compose.yml":"6e0091c4f1b3868a5e2321678c549f6c95cbf5fd266da06a144976295d8a2c64"}},"docs/01-introduction.md":{"size":5537,"mtime_ns":1786885876812474900,"indexed_at_ns":1786946194594944700,"word_count":523,"hashes":{"docs/01-introduction.md":"18176d1abd1352f12e1ccfa2c2cc84d4673b22b682b2aeb91b1a6bf4a607ae05"}},"docs/02-user-guide.md":{"size":4303,"mtime_ns":1786885876813985900,"indexed_at_ns":1786946194595944800,"word_count":422,"hashes":{"docs/02-user-guide.md":"a7842a7ac89eb8872028f50e9c907a0f2e7968c419a5f157c10c62dad8e85b00"}},"docs/03-developer-guide.md":{"size":6717,"mtime_ns":1783764561771660500,"indexed_at_ns":1786863693969714100,"word_count":678,"hashes":{"docs/03-developer-guide.md":"84a16e17d0433edd8631789bdec3bbd7e6f716059cd064843ed8087eea9e2eeb"}},"docs/04-setup-and-deployment.md":{"size":4005,"mtime_ns":1787127654099607100,"indexed_at_ns":1787127709255090200,"word_count":425,"hashes":{"docs/04-setup-and-deployment.md":"aee712cb19a8475be75f8073f7e39870e704923a561ffb9f4ce4b31b1d4bd830"}},"docs/05-devops-and-monitoring.md":{"size":3590,"mtime_ns":1783764561774446100,"indexed_at_ns":1786863693972714000,"word_count":374,"hashes":{"docs/05-devops-and-monitoring.md":"53f1f45bbbdd3cf81cb4bc082ef4e49f506627f10f581d3c4b835028d02b5421"}},"docs/06-testing.md":{"size":4214,"mtime_ns":1783764561774967500,"indexed_at_ns":1786863693973713900,"word_count":457,"hashes":{"docs/06-testing.md":"69d50bd5e233f030d8076b55b69599cee201e1c393b7ee1beeb495c304fd4bd3"}},"docs/README.md":{"size":2740,"mtime_ns":1786885876816996700,"indexed_at_ns":1786946139726247300,"word_count":253,"hashes":{"docs/readme.md":"1b7ffde4b290e742802fc554f2dd2f7a2316fe25bd1cd328421ffa823b36f40f"}},"docs/audit/00-repository-map.md":{"size":3171,"mtime_ns":1786799852298174200,"indexed_at_ns":1786863693977222500,"word_count":351,"hashes":{"docs/audit/00-repository-map.md":"dde4a63c991d0f469086a147df03b97d8370cd75fa19cc83af1199f267d7bc55"}},"docs/audit/01-system-discovery.md":{"size":3790,"mtime_ns":1786799852299174400,"indexed_at_ns":1786863693979222500,"word_count":467,"hashes":{"docs/audit/01-system-discovery.md":"6c91253cac025506db71adea33a054f88f4c367ba81fc3cb1b85c2bdcfec5c70"}},"docs/audit/02-audit-plan.md":{"size":5058,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693980222600,"word_count":530,"hashes":{"docs/audit/02-audit-plan.md":"b623d8f8c2b8a14c1ddca1ad956cd8afc9203f7a94eda8e63fd608bc8e9164d1"}},"docs/audit/03-baseline-command-plan.md":{"size":4904,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693982222800,"word_count":735,"hashes":{"docs/audit/03-baseline-command-plan.md":"fcf49beae52c69d7e9cf85967f028052fa1a78eaae5a2bb9b18072b0273e80e1"}},"docs/audit/04-open-questions.md":{"size":1690,"mtime_ns":1786799852301682100,"indexed_at_ns":1786863693983784800,"word_count":224,"hashes":{"docs/audit/04-open-questions.md":"02fbd51a9131da0b12122a5280cc6f842c299b436a72b117e2263f011b9ebf9c"}},"docs/audit/05-architectural-audit.md":{"size":4884,"mtime_ns":1786799852302689800,"indexed_at_ns":1786863693984790400,"word_count":560,"hashes":{"docs/audit/05-architectural-audit.md":"8977a5c304b3fe86636579d498a459ac98359c34f1062bf731b02f4602c0e94f"}},"docs/audit/06-storefront-audit.md":{"size":4191,"mtime_ns":1786799852303691400,"indexed_at_ns":1786863693987299500,"word_count":520,"hashes":{"docs/audit/06-storefront-audit.md":"1e2f2d9d867dc553f503ef91b3bd60310202225da12bc7d324e192f4e15d8c38"}},"docs/audit/07-backend-audit.md":{"size":5037,"mtime_ns":1786799852304689900,"indexed_at_ns":1786863693989301000,"word_count":581,"hashes":{"docs/audit/07-backend-audit.md":"0436a967b82026334bf45c9ca677d1e79ce688681bea4dc06a7fd19e2d5a2129"}},"docs/audit/08-admin-features-audit.md":{"size":4222,"mtime_ns":1786799852305951400,"indexed_at_ns":1786863693990300000,"word_count":479,"hashes":{"docs/audit/08-admin-features-audit.md":"dda5b0bae4f843a51274269dcb91d8b65db2f2917d336d511790da4718b05b8d"}},"docs/audit/09-database-audit.md":{"size":4126,"mtime_ns":1786799852306969500,"indexed_at_ns":1786863693992299700,"word_count":521,"hashes":{"docs/audit/09-database-audit.md":"d4f82b84ae6c1899ab4da1310414d993d9c23dcd2759120fbe551f5b8da95a08"}},"docs/audit/10-security-audit.md":{"size":5560,"mtime_ns":1786799852307952600,"indexed_at_ns":1786863693994299500,"word_count":678,"hashes":{"docs/audit/10-security-audit.md":"574df31423bd28b3cd58134e7c7e8780f4e2e46c760a372e0e2592c1e83bba4e"}},"docs/audit/11-code-quality-audit.md":{"size":3379,"mtime_ns":1786799852308957000,"indexed_at_ns":1786863693995299500,"word_count":419,"hashes":{"docs/audit/11-code-quality-audit.md":"b6b9a4845e0bd5674d897c08f5451f8cab4df22722826f7c9d55ca19b94d88da"}},"docs/audit/12-testing-audit.md":{"size":4106,"mtime_ns":1786799852309952600,"indexed_at_ns":1786863693997807500,"word_count":486,"hashes":{"docs/audit/12-testing-audit.md":"8bdf2058520a88de4d08c0635999de8f79fdab83055ef560ca3a865026b6450a"}},"docs/audit/13-devops-audit.md":{"size":3435,"mtime_ns":1786799852310953800,"indexed_at_ns":1786863693999375100,"word_count":440,"hashes":{"docs/audit/13-devops-audit.md":"d21daac201fcfc3a0e27c27348806f3f5d2790071578dcb98e7869cd6e9ec8a9"}},"docs/audit/14-documentation-audit.md":{"size":3311,"mtime_ns":1786799852311952200,"indexed_at_ns":1786863694001567900,"word_count":379,"hashes":{"docs/audit/14-documentation-audit.md":"e64be175bd632a05e37be823621eb8a8f13bdb74887d10f5f20887d41cef5c62"}},"docs/audit/15-raw-findings-index.json":{"size":9909,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863680454829500,"word_count":817,"hashes":{"docs/audit/15-raw-findings-index.json":"3c1e582431f5f25edd2c38285c9d59f83c83d5348eaf0ced91d6e7c94a9afb6d"}},"docs/audit/16-deep-audit-summary.md":{"size":3111,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863694003567300,"word_count":393,"hashes":{"docs/audit/16-deep-audit-summary.md":"8ea08de6ac54dddd9da6de934bc850bb31ab7e3c5470059d02d7f84dd120a0e4"}},"docs/audit/17-source-coverage-manifest.json":{"size":128714,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863680455826100,"word_count":7827,"hashes":{"docs/audit/17-source-coverage-manifest.json":"834e6c341db760439d2e7a9c17531b03c17151ab0f2f16b92aac8a350bcae51d"}},"docs/audit/18-compiler-diagnostic-dispositions.md":{"size":1961,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863694005566900,"word_count":285,"hashes":{"docs/audit/18-compiler-diagnostic-dispositions.md":"246b9164725e89c67c76f2305cd128f0c0f9bfdba46e45e0e958fe92ccdcda53"}},"docs/audit/19-finding-verification-report.md":{"size":5464,"mtime_ns":1786799852316064800,"indexed_at_ns":1786863694007070200,"word_count":753,"hashes":{"docs/audit/19-finding-verification-report.md":"1cd1bc37f9e76ba7e4d4ef82b8565def786abfeb159bc4d822e364e3f2ea694f"}},"docs/audit/20-verified-findings-index.json":{"size":21797,"mtime_ns":1786799852317071400,"indexed_at_ns":1786863680457826600,"word_count":1903,"hashes":{"docs/audit/20-verified-findings-index.json":"b20d0b140bd727faefde9f29aa4d787199dd386464030eecdf58e5a8ab629442"}},"docs/audit/21-phase2-quality-gate-summary.md":{"size":1706,"mtime_ns":1786799852318066000,"indexed_at_ns":1786863694009077900,"word_count":211,"hashes":{"docs/audit/21-phase2-quality-gate-summary.md":"1b117f866e73cd17c43e3a4e856584f03997a3c897d1de9afbd128ff8a86d09e"}},"docs/audit/22-tracked-first-party-files.txt":{"size":4452,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694010075200,"word_count":139,"hashes":{"docs/audit/22-tracked-first-party-files.txt":"ef7fc17de970cd3f397eea961bcaf76abff15589c0fa13f92b47d42e637231c6"}},"docs/audit/23-untracked-first-party-files.txt":{"size":59,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694012075400,"word_count":7,"hashes":{"docs/audit/23-untracked-first-party-files.txt":"ffa5caec5c75b4013f7c136efed9e944c705e756f4f26e53da73e871a02d704c"}},"docs/audit/24-omitted-file-inspection-report.md":{"size":2462,"mtime_ns":1786799852320065700,"indexed_at_ns":1786863694014075600,"word_count":227,"hashes":{"docs/audit/24-omitted-file-inspection-report.md":"d4484eea65f1861b9b6a30813d2c233d947c2965a13ed5b399462b80ca9c1513"}},"docs/audit/25-reference-integrity-validation.json":{"size":1002,"mtime_ns":1786799852321571600,"indexed_at_ns":1786863680458826600,"word_count":82,"hashes":{"docs/audit/25-reference-integrity-validation.json":"31b900ed297325cabee3e0804809ecd4229f4427283e449f5d82951bb5ed7fde"}},"docs/audit/26-phase2-integrity-repair-report.md":{"size":3191,"mtime_ns":1786799852322091800,"indexed_at_ns":1786863694015640600,"word_count":385,"hashes":{"docs/audit/26-phase2-integrity-repair-report.md":"2b2f385705db6729fccedc63db0f5709afa23e08a80fc859fe0138b416356cd9"}},"docs/audit/27-all-tracked-repository-files.txt":{"size":4631,"mtime_ns":1786799852323099900,"indexed_at_ns":1786863694017145600,"word_count":148,"hashes":{"docs/audit/27-all-tracked-repository-files.txt":"3f312a5c642e6a27446dc35a6c50dacd10e43c1cc9eeb637a49ba61343ce2b69"}},"docs/audit/28-full-repository-classification.json":{"size":27913,"mtime_ns":1786799852324099500,"indexed_at_ns":1786863680460331400,"word_count":1782,"hashes":{"docs/audit/28-full-repository-classification.json":"bcb50229ceddb267c8839ee69c05f5e5c8c4460485c92849532bcf163c37faa8"}},"docs/audit/29-file-content-evidence.json":{"size":109095,"mtime_ns":1786799852325608100,"indexed_at_ns":1786863680462336500,"word_count":9098,"hashes":{"docs/audit/29-file-content-evidence.json":"c4696525e8ab3c252ff9b6b38d5882225e0a9016698111df28064edbe7bf5124"}},"docs/audit/30-compiler-diagnostics-index.json":{"size":3707,"mtime_ns":1786799852326617100,"indexed_at_ns":1786863680463336700,"word_count":324,"hashes":{"docs/audit/30-compiler-diagnostics-index.json":"85bd1a964e41cc5e615c7260be2beb54b49dd444da40d96ae31e2a33c1c6bc24"}},"docs/audit/31-module-audit-closure.md":{"size":7587,"mtime_ns":1786799852327616800,"indexed_at_ns":1786863694019150200,"word_count":709,"hashes":{"docs/audit/31-module-audit-closure.md":"a1c9d7902131d71cf87a072876cc309ac8dfc7cd6e1f33e9619ac12d99f685ba"}},"docs/audit/32-evidence-grade-validation.json":{"size":1613,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863680464337900,"word_count":123,"hashes":{"docs/audit/32-evidence-grade-validation.json":"12ddcc21ff65a2aa76845935ebc0d8313c39991335356fbe3ae7cdd201251af5"}},"docs/audit/33-final-phase2-audit-closure.md":{"size":2535,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863694020149300,"word_count":271,"hashes":{"docs/audit/33-final-phase2-audit-closure.md":"217cadb664c7f7d27f8f849ea1249dfd88d5398fd2af154fd385c80e4d559bb1"}},"docs/audit/34-repository-observations.json":{"size":594,"mtime_ns":1786799852329618700,"indexed_at_ns":1786863680466336600,"word_count":49,"hashes":{"docs/audit/34-repository-observations.json":"28ce67ed3f5bcc3e5c3c80d73a16a34d8053d570be0af62be8afaffbc9318a27"}},"docs/audit/35-semantic-review-ledger.json":{"size":99353,"mtime_ns":1786799852330616000,"indexed_at_ns":1786863680467338400,"word_count":6011,"hashes":{"docs/audit/35-semantic-review-ledger.json":"ac0529050e87efc9e2b5a6c5b3a2ce6379186b4b07f23d8ec9cebf214ff885ef"}},"docs/audit/36-mandatory-semantic-scope.json":{"size":7960,"mtime_ns":1786799852331617100,"indexed_at_ns":1786863680468337900,"word_count":638,"hashes":{"docs/audit/36-mandatory-semantic-scope.json":"af62db825dd527009b8d79a6edab6ab627fe55303d3f7fd1c2d8e5fab9a8760b"}},"docs/audit/ADR-AUTH-001.md":{"size":3274,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694022417300,"word_count":398,"hashes":{"docs/audit/adr-auth-001.md":"fd6a6e524d66c57e3f114899323509082af11aa30197a015e1255057c5c3ed98"}},"docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md":{"size":2146,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694023417200,"word_count":239,"hashes":{"docs/audit/cross_boundary_dependencies.md":"56de72c42fdadf710e0837e0d330dfe36c772602d8f094d0a55dbc5bb16906f3"}},"docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md":{"size":15307,"mtime_ns":1787127677642998700,"indexed_at_ns":1787127700509400700,"word_count":1579},"docs/audit/MASTER-TASK-BACKLOG.md":{"size":30107,"mtime_ns":1786799852335470200,"indexed_at_ns":1786863694026492300,"word_count":3510,"hashes":{"docs/audit/master-task-backlog.md":"6df14e8ae8eca2a7f1d9829a6e9891a89a8565eb5a7362186644208fe8454cdc"}},"docs/audit/audit-state.json":{"size":4135,"mtime_ns":1786799852337382200,"indexed_at_ns":1786863680470337000,"word_count":267,"hashes":{"docs/audit/audit-state.json":"4b804494570a2812170cb8dab35d15da659f57d6e637652328725e956f7d98aa"}},"docs/audit/build_manifest.js":{"size":4060,"mtime_ns":1786799852338393200,"indexed_at_ns":1786863535890477600,"word_count":348},"docs/audit/frontend-route-map.md":{"size":2558,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863694027491500,"word_count":329,"hashes":{"docs/audit/frontend-route-map.md":"e9bf92a931f0727c8054230578943f0fd59cc3ef8f6ac5020155ca42edc93622"}},"docs/audit/generate_classification.js":{"size":2186,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863535904305800,"word_count":204},"docs/audit/generate_evidence.js":{"size":3098,"mtime_ns":1786799852340390100,"indexed_at_ns":1786863535911173400,"word_count":253},"docs/audit/generate_ledger.js":{"size":7648,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535916686900,"word_count":620},"docs/audit/generate_manifest.js":{"size":6357,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535923771900,"word_count":489},"docs/audit/master-task-backlog.json":{"size":22336,"mtime_ns":1786799852342906700,"indexed_at_ns":1786863680470841000,"word_count":2071,"hashes":{"docs/audit/master-task-backlog.json":"f1c994d971b4e58165ab9f74f8b69b97c07fe74005f64dc11badf5e287b5fd28"}},"docs/audit/phase3-execution-plan.md":{"size":6007,"mtime_ns":1786799852343952400,"indexed_at_ns":1786863694030823300,"word_count":736,"hashes":{"docs/audit/phase3-execution-plan.md":"ab3bc489bde4c86046d35f87c3fb1320acb4fb15d6a3de2e100b05b510aa23b8"}},"docs/audit/phase3-traceability-matrix.md":{"size":5237,"mtime_ns":1786799852344952800,"indexed_at_ns":1786863694031820000,"word_count":692,"hashes":{"docs/audit/phase3-traceability-matrix.md":"c46b1b09c5f6be7f54ba888652e69698b26d955a8e7c8e4fa19cda8729ee2f7b"}},"docs/audit/phase3.1-backlog-review.md":{"size":9737,"mtime_ns":1786799852345952800,"indexed_at_ns":1786863694033821400,"word_count":1202,"hashes":{"docs/audit/phase3.1-backlog-review.md":"021895bb0b90dd75935ebe0317d3198a2c448ccdd6861b1302cc29735f48da82"}},"docs/audit/phase3.1-change-log.md":{"size":3756,"mtime_ns":1786799852346954800,"indexed_at_ns":1786863694035819500,"word_count":451,"hashes":{"docs/audit/phase3.1-change-log.md":"093d244c2788ead47c69e3068ccf66930ba52e04430bdba87020cb4a4edcb817"}},"docs/audit/phase3.2-change-log.md":{"size":8272,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694036820300,"word_count":930,"hashes":{"docs/audit/phase3.2-change-log.md":"00bff98e2ae2ef50c4daf265d5f34469f21c244b6dca88b70e1f9ffa17a71d83"}},"docs/audit/phase3.2-implementation-readiness.md":{"size":4694,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694039141500,"word_count":517,"hashes":{"docs/audit/phase3.2-implementation-readiness.md":"9f1e0335fdc0fa2db0fd5ceaa97e50be85d04bc1ad5d3db1ef74e85de97f71a6"}},"docs/audit/rebuild_honest_ledger.js":{"size":6113,"mtime_ns":1786799852348952900,"indexed_at_ns":1786863535983025100,"word_count":559},"docs/audit/sync_honest_manifest.js":{"size":1213,"mtime_ns":1786799852349953100,"indexed_at_ns":1786863535988627700,"word_count":75},"docs/audit/sync_manifest.js":{"size":997,"mtime_ns":1786799852350953300,"indexed_at_ns":1786863535995415600,"word_count":62},"docs/audit/validate_evidence_grade.js":{"size":6141,"mtime_ns":1786799852351954100,"indexed_at_ns":1786863536001204900,"word_count":526},"docs/audit/validate_integrity.js":{"size":3408,"mtime_ns":1786799852352952400,"indexed_at_ns":1786863536007942000,"word_count":284},"docs/backlog.md":{"size":26175,"mtime_ns":1786799852356021600,"indexed_at_ns":1786863694040141700,"word_count":2834,"hashes":{"docs/backlog.md":"ce0d907773d5af5539aa04f7035555e47424d396ea6e3a821771ad00f813ccd6"}},"frontend/admin-panel/README.md":{"size":2425,"mtime_ns":1783764561778952800,"indexed_at_ns":1786863694042141900,"word_count":212,"hashes":{"frontend/admin-panel/readme.md":"3945c052249ebd020b013303d5921815b52d847bd36c748a03bfdc8eb2a390b8"}},"frontend/admin-panel/eslint.config.js":{"size":591,"mtime_ns":1785651092991236900,"indexed_at_ns":1786863536031757200,"word_count":48},"frontend/admin-panel/index.html":{"size":363,"mtime_ns":1783764561780558500,"indexed_at_ns":1786863694044141700,"word_count":28,"hashes":{"frontend/admin-panel/index.html":"ecdac8ac0b565720712afa18490bdfad1a643a6c50c1d0b93d12b7acbcf5e3c0"}},"frontend/admin-panel/package.json":{"size":1072,"mtime_ns":1785570791953119000,"indexed_at_ns":1786863680472845200,"word_count":84,"hashes":{"frontend/admin-panel/package.json":"6d61fb108392e86320c75b42e69ba7138bdc47bba4883fafbeb6e661cc5f51e4"}},"frontend/admin-panel/postcss.config.js":{"size":91,"mtime_ns":1783764561796281900,"indexed_at_ns":1786863536049792000,"word_count":11},"frontend/admin-panel/public/favicon.svg":{"size":9522,"mtime_ns":1783764561797801500,"indexed_at_ns":1786863694122123200,"word_count":491,"hashes":{"frontend/admin-panel/public/favicon.svg":"57a824acf3d4ba0b152537d3c0e79795502d3589ca99556a2155c81b6dea663a"}},"frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856792435855000,"indexed_at_ns":1786863694045693300,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"06bcb5a03a381d231568aa217f4bfc1a4446a7cf6574daf93ee6de8830063c67"}},"frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856792445365000,"indexed_at_ns":1786863694046698100,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/irannastaliq/irannastaliq/read me!.txt":"1653ec43d0db64c9a2d88dd8e064a64e83eee53a97b423ea7a40a865792b38c9"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856792454604400,"indexed_at_ns":1786863694048714800,"word_count":1077,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md":"4003fe6a71221e735897cfe03ac11bd59ef9951572007763151bf95663256a3d"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856792502503100,"indexed_at_ns":1786863694050719800,"word_count":366,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/readme.md":"880beb9c92fd527a098de27bc779b6891a36af98ae994f506a64be199ed50392"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856792546496500,"indexed_at_ns":1786863694123122700,"word_count":10881,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"38008ccacda40353e4f29e912e844ee659cde19dd209dfc1d5c3356e291293f5"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856792548005600,"indexed_at_ns":1786863694052719700,"word_count":951,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/changelog.md":"a735e1b29ad9d3361a0d1ecfd5c1f2f78c200a272918606decc377c469944321"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856792595155200,"indexed_at_ns":1786863694054719200,"word_count":283,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/readme.md":"3b6e2d78372a72b67e339bfd7331d408f43245840749d2f46df5c356a208fbfd"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856792645667900,"indexed_at_ns":1786863694125692200,"word_count":2615,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":"9cefee026dc2387d3c887064f2419098a4c9aadd466a42184e90fa30be5e15a7"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856792646666000,"indexed_at_ns":1786863694055720100,"word_count":55,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/authors.txt":"e22592748c440a3169adec38d57aecfd813b4b98531bbe14df59076e177a452c"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856792647671700,"indexed_at_ns":1786863694057719800,"word_count":5086,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/changelog.md":"5207a2a148ccfd0338342325a39d9b5b2d39514429c93e0aedf68b21f23fd71e"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694060176900,"word_count":671,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/ofl.txt":"8e7ede02bc5fcd7aa4d98a7692cd6f37ea85249c2a1a59574575f7ff57b2c984"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694061738100,"word_count":270,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/readme.md":"0d736c7dd11e89622e7105e6a5958fc3d83ec827b8a00debc0943bc8e3a3d201"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856792971535000,"indexed_at_ns":1786863694063234100,"word_count":14,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"3c26934ce909cddcd30f32691eac2429205e97f4851b76e0b706da0eb7812c66"}},"frontend/admin-panel/public/icons.svg":{"size":5031,"mtime_ns":1783764561799320300,"indexed_at_ns":1786863694127749600,"word_count":382,"hashes":{"frontend/admin-panel/public/icons.svg":"561374a6f3ff39c2881fc8ab6159875671b9acbaab617f4668819f5a24aa0a85"}},"frontend/admin-panel/src/App.tsx":{"size":1088,"mtime_ns":1786799852365481100,"indexed_at_ns":1786863539542562100,"word_count":99},"frontend/admin-panel/src/assets/hero.png":{"size":13057,"mtime_ns":1783764561812863000,"indexed_at_ns":1786863694128748000,"word_count":437,"hashes":{"frontend/admin-panel/src/assets/hero.png":"9350dcf76831435179214888056799d21b9ec6461f03bcad2fca68fb27dcccd9"}},"frontend/admin-panel/src/assets/react.svg":{"size":4126,"mtime_ns":1783764561813924700,"indexed_at_ns":1786863694131258000,"word_count":366,"hashes":{"frontend/admin-panel/src/assets/react.svg":"3ce66cfff5bb1ef0bc54b14d87fc434fdaa60e3e67406ca0475c8e355daf42c9"}},"frontend/admin-panel/src/assets/vite.svg":{"size":8709,"mtime_ns":1783764561814995700,"indexed_at_ns":1786863694133259500,"word_count":439,"hashes":{"frontend/admin-panel/src/assets/vite.svg":"a3813bb88b8e782e5a04d9d628d2540c4ca7719878f24c62bb3b655861178b41"}},"frontend/admin-panel/src/components/Layout.tsx":{"size":726,"mtime_ns":1784621786958594800,"indexed_at_ns":1786863539569270500,"word_count":69},"frontend/admin-panel/src/components/ProtectedRoute.tsx":{"size":2336,"mtime_ns":1786799852369164100,"indexed_at_ns":1786863539575600400,"word_count":210},"frontend/admin-panel/src/components/Sidebar.tsx":{"size":11532,"mtime_ns":1787071159958925700,"indexed_at_ns":1787072002602535700,"word_count":1032},"frontend/admin-panel/src/components/Topbar.tsx":{"size":14971,"mtime_ns":1786954681821386200,"indexed_at_ns":1786955474679895700,"word_count":1219},"frontend/admin-panel/src/components/ui/ConfirmModal.tsx":{"size":2294,"mtime_ns":1786972191359099700,"indexed_at_ns":1787036705255577800,"word_count":192},"frontend/admin-panel/src/components/ui/MediaSelector.tsx":{"size":21604,"mtime_ns":1787038450536696800,"indexed_at_ns":1787048760373427600,"word_count":1686},"frontend/admin-panel/src/components/ui/Pagination.tsx":{"size":5510,"mtime_ns":1786799852387442100,"indexed_at_ns":1786863539611144600,"word_count":447},"frontend/admin-panel/src/components/ui/Skeleton.tsx":{"size":178,"mtime_ns":1783856792977535800,"indexed_at_ns":1786863539617717100,"word_count":22},"frontend/admin-panel/src/components/ui/Spinner.tsx":{"size":650,"mtime_ns":1783856792979049200,"indexed_at_ns":1786863539624368900,"word_count":67},"frontend/admin-panel/src/main.tsx":{"size":1055,"mtime_ns":1787062325395038600,"indexed_at_ns":1787064654070007900,"word_count":106},"frontend/admin-panel/src/pages/B2BManager.tsx":{"size":25576,"mtime_ns":1786799852391440500,"indexed_at_ns":1786863539640800000,"word_count":1789},"frontend/admin-panel/src/pages/BannersManager.tsx":{"size":20315,"mtime_ns":1786946249965928600,"indexed_at_ns":1786948020244413900,"word_count":1492},"frontend/admin-panel/src/pages/Blogs.tsx":{"size":15530,"mtime_ns":1786799852395957300,"indexed_at_ns":1786863539656035900,"word_count":1186},"frontend/admin-panel/src/pages/CMS.tsx":{"size":10072,"mtime_ns":1786799852400957800,"indexed_at_ns":1786863539663141300,"word_count":805},"frontend/admin-panel/src/pages/Categories.tsx":{"size":15807,"mtime_ns":1786799852404978500,"indexed_at_ns":1786863539670140300,"word_count":1115},"frontend/admin-panel/src/pages/ContactSubmissions.tsx":{"size":12435,"mtime_ns":1786799852405538100,"indexed_at_ns":1786863539677731600,"word_count":859},"frontend/admin-panel/src/pages/Coupons.tsx":{"size":27717,"mtime_ns":1786948119773165300,"indexed_at_ns":1786954590024152800,"word_count":2106},"frontend/admin-panel/src/pages/Dashboard.tsx":{"size":6006,"mtime_ns":1786885876829510000,"indexed_at_ns":1786946090882930200,"word_count":534},"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx":{"size":10347,"mtime_ns":1787071159962925800,"indexed_at_ns":1787072002760813300,"word_count":759},"frontend/admin-panel/src/pages/IngredientsManager.tsx":{"size":18511,"mtime_ns":1786885876833517400,"indexed_at_ns":1786946090899595600,"word_count":1338},"frontend/admin-panel/src/pages/Login.tsx":{"size":11545,"mtime_ns":1787127431673813800,"indexed_at_ns":1787127704269560800,"word_count":838},"frontend/admin-panel/src/pages/Media.tsx":{"size":30239,"mtime_ns":1787056319679248800,"indexed_at_ns":1787056412326949600,"word_count":2368},"frontend/admin-panel/src/pages/Orders.tsx":{"size":47103,"mtime_ns":1787061673975370400,"indexed_at_ns":1787061887699530000,"word_count":3576},"frontend/admin-panel/src/pages/Pets.tsx":{"size":17485,"mtime_ns":1786954681833053600,"indexed_at_ns":1786955474865216500,"word_count":1264},"frontend/admin-panel/src/pages/PrescriptionsManager.tsx":{"size":20017,"mtime_ns":1787056319685764000,"indexed_at_ns":1787056412348725300,"word_count":1478},"frontend/admin-panel/src/pages/Products.tsx":{"size":99995,"mtime_ns":1787055476777432800,"indexed_at_ns":1787056208068458200,"word_count":6721},"frontend/admin-panel/src/pages/Reports.tsx":{"size":13073,"mtime_ns":1786894580141383900,"indexed_at_ns":1786946090950888800,"word_count":972},"frontend/admin-panel/src/pages/SeoSettingsPage.tsx":{"size":7351,"mtime_ns":1787127417100354600,"indexed_at_ns":1787127704322123800,"word_count":549},"frontend/admin-panel/src/pages/Settings.tsx":{"size":23980,"mtime_ns":1787127405302055300,"indexed_at_ns":1787127704327631700,"word_count":1666},"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx":{"size":14321,"mtime_ns":1786799852443027400,"indexed_at_ns":1786863539783943500,"word_count":1073},"frontend/admin-panel/src/pages/SystemSettingsPage.tsx":{"size":16964,"mtime_ns":1787071159970609000,"indexed_at_ns":1787072002858378100,"word_count":1150},"frontend/admin-panel/src/pages/TestimonialsManager.tsx":{"size":18160,"mtime_ns":1786799852445028000,"indexed_at_ns":1786863539796971000,"word_count":1311},"frontend/admin-panel/src/pages/UITexts.tsx":{"size":68794,"mtime_ns":1787073962577642600,"indexed_at_ns":1787074189282768100,"word_count":5532},"frontend/admin-panel/src/pages/Users.tsx":{"size":42561,"mtime_ns":1786883225813571300,"indexed_at_ns":1786946091025818600,"word_count":2830},"frontend/admin-panel/src/pages/Videos.tsx":{"size":23808,"mtime_ns":1786971396066471600,"indexed_at_ns":1787036705525249500,"word_count":1711},"frontend/admin-panel/src/pages/WholesaleApplications.tsx":{"size":6505,"mtime_ns":1786799852457805400,"indexed_at_ns":1786863539828590300,"word_count":503},"frontend/admin-panel/src/pages/Wiki.tsx":{"size":14792,"mtime_ns":1786885876868308700,"indexed_at_ns":1786946091044162500,"word_count":1144},"frontend/admin-panel/src/routes/adminRoutes.tsx":{"size":5696,"mtime_ns":1787071159976411700,"indexed_at_ns":1787072002910355100,"word_count":551},"frontend/admin-panel/src/services/api.ts":{"size":5190,"mtime_ns":1786896758433963000,"indexed_at_ns":1786946091056675900,"word_count":479},"frontend/admin-panel/src/store/adminAuthStore.ts":{"size":666,"mtime_ns":1786799852469037000,"indexed_at_ns":1786863539858627200,"word_count":65},"frontend/admin-panel/src/types/admin.ts":{"size":4023,"mtime_ns":1787056319688287000,"indexed_at_ns":1787056412503135200,"word_count":442},"frontend/admin-panel/tailwind.config.js":{"size":182,"mtime_ns":1783764561861721300,"indexed_at_ns":1786863539871727500,"word_count":20},"frontend/admin-panel/tsconfig.app.json":{"size":633,"mtime_ns":1787055476779566300,"indexed_at_ns":1787056213292143800,"word_count":48,"hashes":{"frontend/admin-panel/tsconfig.app.json":"2d9838ee1119342fd03bf7644781b8b6aced2cbdc908ff186cdd6ab7ab9ba1c4"}},"frontend/admin-panel/tsconfig.json":{"size":119,"mtime_ns":1783764561863393600,"indexed_at_ns":1786863680475351500,"word_count":15,"hashes":{"frontend/admin-panel/tsconfig.json":"7a6c2e21b6eaa2355b4e2ed29db2a767499a88498bde745cdccf3ba8c7f64f2b"}},"frontend/admin-panel/tsconfig.node.json":{"size":591,"mtime_ns":1783764561863923100,"indexed_at_ns":1786863680476356300,"word_count":44,"hashes":{"frontend/admin-panel/tsconfig.node.json":"035a8143cff9651dbb67885756a07cc3f8ed1c5dcbf04a6e2042600b7989d525"}},"frontend/admin-panel/vite.config.ts":{"size":161,"mtime_ns":1783764561864454900,"indexed_at_ns":1786863539894474200,"word_count":18},"frontend/application/AGENTS.md":{"size":717,"mtime_ns":1787127643058977400,"indexed_at_ns":1787127704477309500,"word_count":88},"frontend/application/CLAUDE.md":{"size":11,"mtime_ns":1783764561866744500,"indexed_at_ns":1786863694066612200,"word_count":1,"hashes":{"frontend/application/claude.md":"0776fbbe8c29c6dc861efa70683090a370ab56dc77c22cb9de74895b4c783320"}},"frontend/application/README.md":{"size":1450,"mtime_ns":1783764561867354300,"indexed_at_ns":1786863694067611900,"word_count":155,"hashes":{"frontend/application/readme.md":"dd829cdf325092d859080ac1db3cbf2cca3198e72834f0f228495ef3c49a2240"}},"frontend/application/app/ClientLayout.tsx":{"size":5386,"mtime_ns":1786891855353571400,"indexed_at_ns":1786946091118817200,"word_count":486},"frontend/application/app/HomeClient.tsx":{"size":13086,"mtime_ns":1786971396071630400,"indexed_at_ns":1787036705615435000,"word_count":839},"frontend/application/app/about/page.tsx":{"size":6013,"mtime_ns":1787127261208883000,"indexed_at_ns":1787127704510180700,"word_count":507},"frontend/application/app/blog/[slug]/page.tsx":{"size":6663,"mtime_ns":1786885876877317400,"indexed_at_ns":1786946091138538500,"word_count":521},"frontend/application/app/blog/page.tsx":{"size":2052,"mtime_ns":1787127272702569800,"indexed_at_ns":1787127704529254800,"word_count":214},"frontend/application/app/catalog/CatalogClient.tsx":{"size":1389,"mtime_ns":1786872121566485100,"indexed_at_ns":1786877276794688700,"word_count":129},"frontend/application/app/catalog/page.tsx":{"size":994,"mtime_ns":1787127283902446500,"indexed_at_ns":1787127704545686700,"word_count":99},"frontend/application/app/checkout/page.tsx":{"size":125,"mtime_ns":1783764561876442900,"indexed_at_ns":1786863539973147200,"word_count":13},"frontend/application/app/checkout/success/[id]/page.tsx":{"size":231,"mtime_ns":1783764561878668300,"indexed_at_ns":1786863539980152400,"word_count":31},"frontend/application/app/contact/page.tsx":{"size":1917,"mtime_ns":1787127295104748600,"indexed_at_ns":1787127704569192800,"word_count":169},"frontend/application/app/dashboard/page.tsx":{"size":133,"mtime_ns":1783764561880281000,"indexed_at_ns":1786863539993347900,"word_count":13},"frontend/application/app/error.tsx":{"size":383,"mtime_ns":1785148022478709000,"indexed_at_ns":1786863539998855700,"word_count":50},"frontend/application/app/layout.tsx":{"size":4531,"mtime_ns":1787127191786797000,"indexed_at_ns":1787127704607399200,"word_count":396},"frontend/application/app/loading.tsx":{"size":1373,"mtime_ns":1785148022487650000,"indexed_at_ns":1786863540025491400,"word_count":122},"frontend/application/app/not-found.tsx":{"size":124,"mtime_ns":1783764561891411400,"indexed_at_ns":1786863540032490900,"word_count":15},"frontend/application/app/page.tsx":{"size":2351,"mtime_ns":1787127207514809300,"indexed_at_ns":1787127704626362900,"word_count":224},"frontend/application/app/privacy/page.tsx":{"size":4361,"mtime_ns":1787127303853043500,"indexed_at_ns":1787127704644043300,"word_count":361},"frontend/application/app/profile/page.tsx":{"size":122,"mtime_ns":1783764561895258400,"indexed_at_ns":1786863540054231400,"word_count":13},"frontend/application/app/robots.ts":{"size":726,"mtime_ns":1787127238133999900,"indexed_at_ns":1787127704662721500,"word_count":68},"frontend/application/app/search/page.tsx":{"size":569,"mtime_ns":1786885876894884000,"indexed_at_ns":1786946091253347100,"word_count":65},"frontend/application/app/shop/[slug]/page.tsx":{"size":4433,"mtime_ns":1787127327698568200,"indexed_at_ns":1787127704684609000,"word_count":388},"frontend/application/app/shop/page.tsx":{"size":2019,"mtime_ns":1787127312778420300,"indexed_at_ns":1787127704695252700,"word_count":211},"frontend/application/app/sitemap.ts":{"size":2034,"mtime_ns":1787127249766693600,"indexed_at_ns":1787127704704291100,"word_count":191},"frontend/application/app/track/page.tsx":{"size":129,"mtime_ns":1783764561901903300,"indexed_at_ns":1786863540091699600,"word_count":13},"frontend/application/app/trust-seals/page.tsx":{"size":6722,"mtime_ns":1786885876903404600,"indexed_at_ns":1786946091292478900,"word_count":528},"frontend/application/app/videos/page.tsx":{"size":117,"mtime_ns":1783764561902986700,"indexed_at_ns":1786863540105289000,"word_count":13},"frontend/application/app/wiki/[slug]/page.tsx":{"size":2314,"mtime_ns":1787127362673335100,"indexed_at_ns":1787127704734376400,"word_count":234},"frontend/application/app/wiki/page.tsx":{"size":1236,"mtime_ns":1787127342579433800,"indexed_at_ns":1787127704742004600,"word_count":122},"frontend/application/components/AddressModal.tsx":{"size":16148,"mtime_ns":1786799852571178400,"indexed_at_ns":1786863540130732600,"word_count":1109},"frontend/application/components/ArchivePage.tsx":{"size":35159,"mtime_ns":1786965281354276400,"indexed_at_ns":1787036705795226700,"word_count":2747},"frontend/application/components/AuthModal.tsx":{"size":44845,"mtime_ns":1786891855357691900,"indexed_at_ns":1786946091341971300,"word_count":2978},"frontend/application/components/B2BPortal.tsx":{"size":14014,"mtime_ns":1786894580156857600,"indexed_at_ns":1786946091352003200,"word_count":1094},"frontend/application/components/BackButton.tsx":{"size":1120,"mtime_ns":1786965281357277800,"indexed_at_ns":1787036705811698000,"word_count":117},"frontend/application/components/BlogPage.tsx":{"size":24632,"mtime_ns":1786965281359791500,"indexed_at_ns":1787036705822321700,"word_count":1511},"frontend/application/components/CartDrawer.tsx":{"size":20230,"mtime_ns":1786799852599390300,"indexed_at_ns":1786863540173272000,"word_count":1339},"frontend/application/components/CheckoutPage.tsx":{"size":49233,"mtime_ns":1786965281362524000,"indexed_at_ns":1787036705838034700,"word_count":3309},"frontend/application/components/ContactFormClient.tsx":{"size":10535,"mtime_ns":1787127377850564100,"indexed_at_ns":1787127704811323700,"word_count":775},"frontend/application/components/DeleteConfirmModal.tsx":{"size":2328,"mtime_ns":1786799852608752300,"indexed_at_ns":1786863540195843400,"word_count":195},"frontend/application/components/EnamadBadge.tsx":{"size":1516,"mtime_ns":1786799852612361900,"indexed_at_ns":1786863540202352600,"word_count":114},"frontend/application/components/ErrorBoundary.tsx":{"size":2617,"mtime_ns":1786799852614549600,"indexed_at_ns":1786863540208609600,"word_count":235},"frontend/application/components/ErrorPages.tsx":{"size":2809,"mtime_ns":1786885876920726400,"indexed_at_ns":1786946091441576800,"word_count":243},"frontend/application/components/FeaturedProducts.tsx":{"size":9923,"mtime_ns":1786799852624407000,"indexed_at_ns":1786863540221425100,"word_count":840},"frontend/application/components/Footer.tsx":{"size":12573,"mtime_ns":1786974487725686400,"indexed_at_ns":1787036705876142300,"word_count":847},"frontend/application/components/Header.tsx":{"size":28541,"mtime_ns":1787041925937035500,"indexed_at_ns":1787048760926003700,"word_count":2015},"frontend/application/components/HeaderButton.tsx":{"size":2242,"mtime_ns":1786799852637156100,"indexed_at_ns":1786863540242057800,"word_count":208},"frontend/application/components/Hero.tsx":{"size":18482,"mtime_ns":1787068406943279200,"indexed_at_ns":1787071044834822100,"word_count":1545},"frontend/application/components/IngredientWiki.tsx":{"size":20337,"mtime_ns":1786965281374206800,"indexed_at_ns":1787036705899368800,"word_count":1496},"frontend/application/components/LoginModal.tsx":{"size":13846,"mtime_ns":1786885876932267500,"indexed_at_ns":1786946091505536900,"word_count":1121},"frontend/application/components/MaintenancePage.tsx":{"size":3686,"mtime_ns":1786946249984693000,"indexed_at_ns":1786948020776802400,"word_count":313},"frontend/application/components/NetworkBanner.tsx":{"size":2350,"mtime_ns":1786799852662138900,"indexed_at_ns":1786863540279146900,"word_count":214},"frontend/application/components/OrderDetailsModal.tsx":{"size":36146,"mtime_ns":1787056525031027400,"indexed_at_ns":1787061531144841600,"word_count":2479},"frontend/application/components/OrderSuccess.tsx":{"size":6396,"mtime_ns":1786799852665542300,"indexed_at_ns":1786863540291787200,"word_count":521},"frontend/application/components/OrderTracking.tsx":{"size":9106,"mtime_ns":1786965281380189400,"indexed_at_ns":1787036705931705500,"word_count":663},"frontend/application/components/PetProfile.tsx":{"size":81062,"mtime_ns":1786965281382201600,"indexed_at_ns":1787036705936930900,"word_count":5716},"frontend/application/components/PrescriptionUploadModal.tsx":{"size":18907,"mtime_ns":1786965281385656300,"indexed_at_ns":1787036705943755800,"word_count":1331},"frontend/application/components/ProductPage.tsx":{"size":68478,"mtime_ns":1787055297195058900,"indexed_at_ns":1787055353519520300,"word_count":4863},"frontend/application/components/SafeImage.tsx":{"size":2283,"mtime_ns":1787074301691219600,"indexed_at_ns":1787075013062166200,"word_count":196},"frontend/application/components/SearchResultsPage.tsx":{"size":8335,"mtime_ns":1786799852701578200,"indexed_at_ns":1786863540335701600,"word_count":594},"frontend/application/components/SearchableSelect.tsx":{"size":4375,"mtime_ns":1785575516155554800,"indexed_at_ns":1786863540342211100,"word_count":336},"frontend/application/components/Skeleton.tsx":{"size":3084,"mtime_ns":1783764561943996900,"indexed_at_ns":1786863540349888700,"word_count":291},"frontend/application/components/SmartAdvisor.tsx":{"size":33571,"mtime_ns":1786894580167908400,"indexed_at_ns":1786946091629542000,"word_count":2534},"frontend/application/components/TickerBanner.tsx":{"size":1605,"mtime_ns":1786885876960835800,"indexed_at_ns":1786946091635653200,"word_count":140},"frontend/application/components/Tooltip.tsx":{"size":2771,"mtime_ns":1786885876964103200,"indexed_at_ns":1786946091641165300,"word_count":227},"frontend/application/components/TopUpModal.tsx":{"size":9142,"mtime_ns":1786890779336880900,"indexed_at_ns":1786946091647541000,"word_count":717},"frontend/application/components/UserDashboard.tsx":{"size":91855,"mtime_ns":1786965281395194200,"indexed_at_ns":1787036706011572900,"word_count":5838},"frontend/application/components/VetGallery.tsx":{"size":8292,"mtime_ns":1787074301692915100,"indexed_at_ns":1787075013128095500,"word_count":643},"frontend/application/components/VideosPage.tsx":{"size":7000,"mtime_ns":1787048863693787300,"indexed_at_ns":1787055187240955400,"word_count":531},"frontend/application/components/__tests__/CartDrawer.test.tsx":{"size":3197,"mtime_ns":1786799852761825800,"indexed_at_ns":1786863540412200800,"word_count":285},"frontend/application/components/__tests__/FeaturedProducts.test.tsx":{"size":3115,"mtime_ns":1786799852765632100,"indexed_at_ns":1786863540419710400,"word_count":242},"frontend/application/components/__tests__/Footer.test.tsx":{"size":1649,"mtime_ns":1786885876976595100,"indexed_at_ns":1786946091695116800,"word_count":139},"frontend/application/components/__tests__/Header.test.tsx":{"size":3277,"mtime_ns":1786799852770019100,"indexed_at_ns":1786863540434730400,"word_count":261},"frontend/application/components/__tests__/Hero.test.tsx":{"size":1980,"mtime_ns":1786799852776010800,"indexed_at_ns":1786863540442340400,"word_count":192},"frontend/application/components/__tests__/Tooltip.test.tsx":{"size":1508,"mtime_ns":1786799852784348900,"indexed_at_ns":1786863540450854900,"word_count":137},"frontend/application/eslint.config.mjs":{"size":465,"mtime_ns":1785651092993484500,"indexed_at_ns":1786863540456944500,"word_count":42},"frontend/application/lib/data/products.ts":{"size":103754,"mtime_ns":1787040318681263400,"indexed_at_ns":1787048761176614400,"word_count":9701},"frontend/application/lib/data/provinces.ts":{"size":2993,"mtime_ns":1785571725610676000,"indexed_at_ns":1786863540475337300,"word_count":203},"frontend/application/lib/data/scientificTerms.ts":{"size":18042,"mtime_ns":1786958978743097300,"indexed_at_ns":1786960870219714000,"word_count":1756},"frontend/application/lib/hooks/useNetworkStatus.ts":{"size":610,"mtime_ns":1786799852793488000,"indexed_at_ns":1786863540490904900,"word_count":59},"frontend/application/lib/services/api.ts":{"size":3694,"mtime_ns":1786954681844297300,"indexed_at_ns":1786955475523413700,"word_count":391},"frontend/application/lib/services/authService.ts":{"size":4524,"mtime_ns":1786885876986184800,"indexed_at_ns":1786946091788097500,"word_count":509},"frontend/application/lib/services/orderService.ts":{"size":2428,"mtime_ns":1786799852810726500,"indexed_at_ns":1786863540512358400,"word_count":279},"frontend/application/lib/services/productService.ts":{"size":13279,"mtime_ns":1787055297200644500,"indexed_at_ns":1787055353700737000,"word_count":1177},"frontend/application/lib/services/videoService.ts":{"size":1234,"mtime_ns":1786967385871970500,"indexed_at_ns":1787036706151302400,"word_count":144},"frontend/application/lib/store/__tests__/cartStore.test.ts":{"size":4430,"mtime_ns":1786799852822036900,"indexed_at_ns":1786863540533965000,"word_count":386},"frontend/application/lib/store/__tests__/settingsStore.test.ts":{"size":1949,"mtime_ns":1783856793043803200,"indexed_at_ns":1786863540540796300,"word_count":194},"frontend/application/lib/store/__tests__/userStore.test.ts":{"size":3639,"mtime_ns":1786799852825547700,"indexed_at_ns":1786863540547305500,"word_count":289},"frontend/application/lib/store/cartStore.ts":{"size":6972,"mtime_ns":1786895436235684300,"indexed_at_ns":1786946091844031100,"word_count":697},"frontend/application/lib/store/settingsStore.ts":{"size":3630,"mtime_ns":1786948119787096800,"indexed_at_ns":1786954590768008200,"word_count":371},"frontend/application/lib/store/uiStore.ts":{"size":872,"mtime_ns":1786799852833588000,"indexed_at_ns":1786863540568531000,"word_count":100},"frontend/application/lib/store/usePetStore.ts":{"size":8680,"mtime_ns":1786954681845300600,"indexed_at_ns":1786955475589806900,"word_count":850},"frontend/application/lib/store/userStore.ts":{"size":10236,"mtime_ns":1786885876994698300,"indexed_at_ns":1786946091871573500,"word_count":883},"frontend/application/lib/types.ts":{"size":2194,"mtime_ns":1786799852840111800,"indexed_at_ns":1786863540590778900,"word_count":237},"frontend/application/lib/utils.ts":{"size":478,"mtime_ns":1786799852847284000,"indexed_at_ns":1786863540596780000,"word_count":61},"frontend/application/next.config.ts":{"size":1930,"mtime_ns":1787127390069198300,"indexed_at_ns":1787127705242504500,"word_count":181},"frontend/application/package.json":{"size":844,"mtime_ns":1786799852863132300,"indexed_at_ns":1786863680477356100,"word_count":72,"hashes":{"frontend/application/package.json":"3ffd8078128454f22679add155e8304ffb9476e630e847cd895ffb1422db1b5f"}},"frontend/application/postcss.config.mjs":{"size":94,"mtime_ns":1783764561988252100,"indexed_at_ns":1786863540617596000,"word_count":13},"frontend/application/public/assets/images/hero-section-image.png":{"size":6990105,"mtime_ns":1783856793095044200,"indexed_at_ns":1786863694135258700,"word_count":267685,"hashes":{"frontend/application/public/assets/images/hero-section-image.png":"13c3a8c4b520c0f0500833b266f6e4755a2c0e86904dc89c1d0243136cd9e090"}},"frontend/application/public/assets/images/regenerated_image_1779109861747.png":{"size":2269101,"mtime_ns":1783764562014110300,"indexed_at_ns":1786863694155060900,"word_count":84979,"hashes":{"frontend/application/public/assets/images/regenerated_image_1779109861747.png":"1dad8a2330655c9068cefc35c7e69370d06305219d6a38d82630043805ac39a9"}},"frontend/application/public/file.svg":{"size":391,"mtime_ns":1783764562016213600,"indexed_at_ns":1786863694164180800,"word_count":50,"hashes":{"frontend/application/public/file.svg":"1119e2ef995a10263472a09138d843b9f5924e1f4b6f84d2168226327ace0be1"}},"frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856793098052000,"indexed_at_ns":1786863694070120000,"word_count":15,"hashes":{"frontend/application/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"6c2a924fd200fa301020be822d33307191d295b2c6b7e731785c02929b6a0fb1"}},"frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856793107660400,"indexed_at_ns":1786863694072123000,"word_count":15,"hashes":{"frontend/application/public/fonts/irannastaliq/irannastaliq/read me!.txt":"79166364479f09a129d20f508898f5a23d90937b337db1d2c2a64c2cda022e1f"}},"frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856793113660500,"indexed_at_ns":1786863694073120500,"word_count":1077,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/changelog.md":"be9b046e69dc5442c30d61cca51a69e4238f861da265d1ce8cd0192bafce40a9"}},"frontend/application/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856793156251700,"indexed_at_ns":1786863694075624200,"word_count":366,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/readme.md":"9b0e689f6474b487d70db0ecb05321072f15df92266522497b60aaa47579aac5"}},"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856793229119700,"indexed_at_ns":1786863694169221500,"word_count":10881,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"0825bc4a5adf33cea89ddbb0754a9951481f92beed22cc4ae9be5c59c8847c7f"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856793230118600,"indexed_at_ns":1786863694077307600,"word_count":951,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/changelog.md":"575542fd432a1b489570fce6eead03ca964b61d038ee9f3bd9181d6c07fec8b2"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856793279542700,"indexed_at_ns":1786863694079312500,"word_count":283,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/readme.md":"f9e5953869832730d4169ced95c5b978ef4d156f0114de6b27f37025fd5e7054"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856793315146800,"indexed_at_ns":1786863694176105400,"word_count":2615,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":"01816e4165a20a19dbd7c57390bc7d06119e51479c968568396df53bd3116fec"}},"frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856793316155600,"indexed_at_ns":1786863694080379500,"word_count":55,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/authors.txt":"0c05de46944017b09527017814eae25279495af7920f59181720a034e84ab759"}},"frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856793317690100,"indexed_at_ns":1786863694082379200,"word_count":5086,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/changelog.md":"323e095d50626f73023efa85133687134ad8808333e908c41b9a3e61f225edbf"}},"frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856793319422000,"indexed_at_ns":1786863694084379300,"word_count":671,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/ofl.txt":"756a84fec3f8eaf480849631710c21e3d503b11e50081b84fb4d31a4d970208a"}},"frontend/application/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856793320489000,"indexed_at_ns":1786863694085379400,"word_count":270,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/readme.md":"cee7881a2b9d08b4fe358b683fdde88fa7f8fafb7f53852216a080d291460ca0"}},"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856793668096800,"indexed_at_ns":1786863694087379500,"word_count":14,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"aa327615c816569057ced5f2c9993f791a1521e2bd4eab0ab992baf173159217"}},"frontend/application/public/globe.svg":{"size":1035,"mtime_ns":1783764562016720700,"indexed_at_ns":1786863694180121600,"word_count":154,"hashes":{"frontend/application/public/globe.svg":"93cd319cc2847a02f77034690697e90991e4e520dddb486c49db6d157f61a410"}},"frontend/application/public/next.svg":{"size":1375,"mtime_ns":1783764562018238900,"indexed_at_ns":1786863694181884500,"word_count":183,"hashes":{"frontend/application/public/next.svg":"b30f61c9863dba2a8d332f310e20fbca37330c1c68612d0f0b453a0b202e836a"}},"frontend/application/public/vercel.svg":{"size":128,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694184891200,"word_count":12,"hashes":{"frontend/application/public/vercel.svg":"c88132dfd92b424991c922c4121ed83833f9a07d7046def18dd3ccd44ac25e84"}},"frontend/application/public/window.svg":{"size":385,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694190022700,"word_count":63,"hashes":{"frontend/application/public/window.svg":"20a1be5f2149ff9ae12c5facdd302bc535ba215694bf31eea01cd014322d20fa"}},"frontend/application/tsconfig.json":{"size":750,"mtime_ns":1786799852865640000,"indexed_at_ns":1786863680478356000,"word_count":61,"hashes":{"frontend/application/tsconfig.json":"adcade0f962ec5888be99b4b1402d98812cfd570b0c5669bda73142b2cb9210d"}},"frontend/application/vitest.config.ts":{"size":244,"mtime_ns":1786799852868652900,"indexed_at_ns":1786863544320193300,"word_count":25},"frontend/application/vitest.setup.ts":{"size":532,"mtime_ns":1786799852870650700,"indexed_at_ns":1786863544326240200,"word_count":58},"metadata.json":{"size":334,"mtime_ns":1783856793672137200,"indexed_at_ns":1786863680479357400,"word_count":35,"hashes":{"metadata.json":"c44b4c4ba60752554ceae65e2f22bddb756cbeb25a4a31ee79160b6eb182255a"}},"package.json":{"size":992,"mtime_ns":1783856793674105800,"indexed_at_ns":1786863680481374200,"word_count":118,"hashes":{"package.json":"0157b70b08d4db87730d29b1da6749d719cc3f815c2c01d0c5cd29042f4d0bcf"}},"prometheus.yml":{"size":164,"mtime_ns":1783764562027779300,"indexed_at_ns":1786863694089379300,"word_count":13,"hashes":{"prometheus.yml":"6efadd3eaf7bcdf8e425488e92b4262447caba278f55a179b9bd4a12d5dfc721"}},"scripts/backup_db.sh":{"size":1362,"mtime_ns":1786799852876784600,"indexed_at_ns":1786863680482378900,"word_count":134,"hashes":{"scripts/backup_db.sh":"f90cf2d0c954f3eaca83566ccb365bff62fd97a2af0225816c19902ee4dfdd6c"}},"scripts/compose.prod.yml":{"size":2166,"mtime_ns":1787077093990777200,"indexed_at_ns":1787077478061015900,"word_count":120},"scripts/compose.stage.yml":{"size":2557,"mtime_ns":1787077093991779700,"indexed_at_ns":1787077478067146900,"word_count":137},"scripts/deploy.sh":{"size":3370,"mtime_ns":1787075931195288100,"indexed_at_ns":1787076984498122300,"word_count":354,"hashes":{"scripts/deploy.sh":"9200850522c4e091b93629de71a20ee6d5f4dc494002a4ac06d94177611bbd0a"}},"scripts/open-browsers.js":{"size":1551,"mtime_ns":1783764562028780800,"indexed_at_ns":1786863544379330800,"word_count":202},"scripts/start-dev.js":{"size":1689,"mtime_ns":1787072106514646900,"indexed_at_ns":1787072949743409000,"word_count":186},"start.sh":{"size":26,"mtime_ns":1784033954813080300,"indexed_at_ns":1786863680484972600,"word_count":4,"hashes":{"start.sh":"694c258b963c309734a3316c770f5fef29703bc6f24754b04155fd8db94cf862"}},"swagger.yml":{"size":95785,"mtime_ns":1786799852892091600,"indexed_at_ns":1786863694094028500,"word_count":7031,"hashes":{"swagger.yml":"9ee34edd53820461e0a043109976532a305cb26a4ff9e265eb8a5883dd42dd53"}},".antigravity/instructions.md":{"size":226,"mtime_ns":1786870552833405800,"indexed_at_ns":1786877281836081000,"word_count":29,"hashes":{".antigravity/instructions.md":"8d8f5c1bbdbb7b8045e02b06a50e68d3fcfabfb2d65f8ac1cd86168dc8a8cc96"}},".antigravity/workflows/graphify.md":{"size":43292,"mtime_ns":1786870552837921500,"indexed_at_ns":1786877281837081200,"word_count":5442,"hashes":{".antigravity/workflows/graphify.md":"0c16b701a50d64f741f6de107c49584012a8dd7f5e922af9f79754540629e2fe"}},".agents/rules/graphify.md":{"size":933,"mtime_ns":1786870552830271100,"indexed_at_ns":1786877281724557600,"word_count":127,"hashes":{".agents/rules/graphify.md":"26f2577a68d808f7f33ec3e418b95b635aec180d93b22b975e9ae67c47e361c8"}},".agents/workflows/graphify.md":{"size":229,"mtime_ns":1786870552832398300,"indexed_at_ns":1786877281726150800,"word_count":37,"hashes":{".agents/workflows/graphify.md":"a81e2d017e0669c71099362b20854e4d9ed68753f1c240d0682120bdb9aa3c72"}},"backend/src/payment/dto/initiate-payment.dto.ts":{"size":775,"mtime_ns":1786870552874246400,"indexed_at_ns":1786877271375657600,"word_count":69},"backend/src/payment/dto/verify-payment.dto.ts":{"size":1421,"mtime_ns":1786894580126857900,"indexed_at_ns":1786946086330048800,"word_count":126},"backend/src/payment/payment.controller.ts":{"size":8637,"mtime_ns":1787072106403101200,"indexed_at_ns":1787072940978007000,"word_count":740},"backend/src/payment/payment.module.ts":{"size":511,"mtime_ns":1786870552877757300,"indexed_at_ns":1786877271399883800,"word_count":53},"backend/src/payment/payment.service.ts":{"size":30030,"mtime_ns":1787072106405769800,"indexed_at_ns":1787072940989076500,"word_count":2696},"backend/src/payment/zibal.service.ts":{"size":12394,"mtime_ns":1787072106407778800,"indexed_at_ns":1787072940994093100,"word_count":1223},"frontend/application/app/payment/verify/page.tsx":{"size":14338,"mtime_ns":1786891855356078600,"indexed_at_ns":1786946091223701800,"word_count":1094},"AGENTS.md":{"size":226,"mtime_ns":1786870552862708600,"indexed_at_ns":1786877281874765400,"word_count":29,"hashes":{"agents.md":"b664c2bb6d85e009d7495bcd9c3d52c419176473cd4e19362fd4256616076151"}},"frontend/admin-panel/src/pages/SmsSettingsPage.tsx":{"size":79039,"mtime_ns":1787064744071420500,"indexed_at_ns":1787067271434968200,"word_count":5461},"backend/src/payment/dto/admin-transaction-filter.dto.ts":{"size":2060,"mtime_ns":1787072106401590500,"indexed_at_ns":1787072940956861900,"word_count":191},"frontend/admin-panel/src/pages/Transactions.tsx":{"size":38091,"mtime_ns":1786894580150141800,"indexed_at_ns":1786946091012227900,"word_count":2640},"backend/src/payment/interfaces/payment-gateway.interface.ts":{"size":1330,"mtime_ns":1786870552876751100,"indexed_at_ns":1786877271387776900,"word_count":128},"frontend/application/components/catalog/CatalogPageSpread.tsx":{"size":24099,"mtime_ns":1786885876979161800,"indexed_at_ns":1786946091728992400,"word_count":1912},"frontend/application/components/catalog/FlipbookCatalog.tsx":{"size":32968,"mtime_ns":1786885876982161900,"indexed_at_ns":1786946091735990100,"word_count":2807},"frontend/application/components/catalog/ProductDetailModal.tsx":{"size":7763,"mtime_ns":1786872121572482100,"indexed_at_ns":1786877277178724400,"word_count":557},"backend/scripts/generate-openapi.d.ts":{"size":11,"mtime_ns":1786883225777483700,"indexed_at_ns":1786946085729741600,"word_count":2},"backend/scripts/generate-openapi.js":{"size":2965,"mtime_ns":1786883225779120000,"indexed_at_ns":1786946085735928200,"word_count":309},"backend/src/admin/dto/user.dto.ts":{"size":2839,"mtime_ns":1787072106381989700,"indexed_at_ns":1787072940489921100,"word_count":259},"backend/src/admin/ssl.controller.ts":{"size":3371,"mtime_ns":1787072106382979000,"indexed_at_ns":1787072940528734700,"word_count":296},"backend/src/admin/ssl.service.ts":{"size":6502,"mtime_ns":1787072106383978900,"indexed_at_ns":1787072940534734000,"word_count":612},"backend/src/auth/auth.constants.ts":{"size":456,"mtime_ns":1787072106385980100,"indexed_at_ns":1787072940571744100,"word_count":32},"backend/src/common/utils/phone.utils.ts":{"size":1089,"mtime_ns":1786883225801396000,"indexed_at_ns":1786946086201654400,"word_count":149},"backend/src/reviews/dto/create-review.dto.ts":{"size":949,"mtime_ns":1787072106414306300,"indexed_at_ns":1787072941119682000,"word_count":92},"backend/src/reviews/dto/update-review.dto.ts":{"size":534,"mtime_ns":1787072106415805700,"indexed_at_ns":1787072941125686300,"word_count":53},"backend/src/reviews/reviews.controller.ts":{"size":3221,"mtime_ns":1786944769516312000,"indexed_at_ns":1786946086504447100,"word_count":314},"backend/src/reviews/reviews.module.ts":{"size":374,"mtime_ns":1786944769517310800,"indexed_at_ns":1786946086510019800,"word_count":38},"backend/src/reviews/reviews.service.ts":{"size":6406,"mtime_ns":1787072106416814800,"indexed_at_ns":1787072941140734500,"word_count":686},"backend/src/settings/default-ui-texts.ts":{"size":10089,"mtime_ns":1787072106419340900,"indexed_at_ns":1787072941163795000,"word_count":819},"backend/src/settings/dto/sms-log-query.dto.ts":{"size":1343,"mtime_ns":1787072106421339300,"indexed_at_ns":1787072941169301200,"word_count":125},"backend/src/tickets/dto/create-ticket.dto.ts":{"size":2374,"mtime_ns":1787072106430874900,"indexed_at_ns":1787072941234456800,"word_count":201},"backend/src/tickets/dto/ticket-query.dto.ts":{"size":1103,"mtime_ns":1787072106431871400,"indexed_at_ns":1787072941240795700,"word_count":106},"backend/src/tickets/tickets.controller.ts":{"size":3114,"mtime_ns":1787072106433878000,"indexed_at_ns":1787072941245792100,"word_count":293},"backend/src/tickets/tickets.module.ts":{"size":374,"mtime_ns":1786890779322296800,"indexed_at_ns":1786946086630763500,"word_count":38},"backend/src/tickets/tickets.service.ts":{"size":7310,"mtime_ns":1787072106434874300,"indexed_at_ns":1787072941255473400,"word_count":781},"frontend/admin-panel/src/pages/Reviews.tsx":{"size":21507,"mtime_ns":1786944769523816800,"indexed_at_ns":1786946090956397100,"word_count":1540},"frontend/admin-panel/src/pages/SslSettingsPage.tsx":{"size":26036,"mtime_ns":1786877667019013700,"indexed_at_ns":1786946090988586900,"word_count":1913},"frontend/admin-panel/src/pages/Tickets.tsx":{"size":20881,"mtime_ns":1786890779327298800,"indexed_at_ns":1786946091006127300,"word_count":1511},"frontend/application/components/BannerPlacement.tsx":{"size":7607,"mtime_ns":1786946249971933900,"indexed_at_ns":1786948020684317000,"word_count":523},"frontend/application/components/BrandLogo.tsx":{"size":3103,"mtime_ns":1786946249972931000,"indexed_at_ns":1786948020695524700,"word_count":272},"frontend/application/components/ProductReviews.tsx":{"size":16108,"mtime_ns":1787048863691774800,"indexed_at_ns":1787055187036816200,"word_count":1194},"frontend/application/lib/services/ticketService.ts":{"size":1569,"mtime_ns":1786890779340901800,"indexed_at_ns":1786946091806644600,"word_count":170},"frontend/admin-panel/src/components/ui/PriceInput.tsx":{"size":2633,"mtime_ns":1786948119771162400,"indexed_at_ns":1786954589946615200,"word_count":267},"frontend/admin-panel/src/components/ui/Badge.tsx":{"size":1155,"mtime_ns":1786954681822897500,"indexed_at_ns":1786955474687409500,"word_count":122},"frontend/admin-panel/src/components/ui/FormField.tsx":{"size":1683,"mtime_ns":1786954681823527000,"indexed_at_ns":1786955474700715800,"word_count":148},"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx":{"size":3351,"mtime_ns":1786954681824534900,"indexed_at_ns":1786955474706795000,"word_count":270},"frontend/admin-panel/src/components/ui/Input.tsx":{"size":1747,"mtime_ns":1786954681825535900,"indexed_at_ns":1786955474713870800,"word_count":147},"frontend/admin-panel/src/components/ui/Select.tsx":{"size":1881,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474739346400,"word_count":160},"frontend/admin-panel/src/components/ui/Textarea.tsx":{"size":1287,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474757094100,"word_count":110},"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx":{"size":1623,"mtime_ns":1786954681830044900,"indexed_at_ns":1786955474763662100,"word_count":143},"backend/prisma/tsconfig.json":{"size":194,"mtime_ns":1786961195300236300,"indexed_at_ns":1786961249762864500,"word_count":17,"hashes":{"backend/prisma/tsconfig.json":"0308b15b67bad714ff5f1b6b73f64ae46f98d5190cd6092abb1fb67885d67be1"}},"backend/src/admin/dto/product.dto.ts":{"size":5521,"mtime_ns":1787040318671207500,"indexed_at_ns":1787048754796479300,"word_count":447},"backend/src/doctors/doctors.controller.ts":{"size":1536,"mtime_ns":1786971396031564300,"indexed_at_ns":1787036700166586200,"word_count":143},"backend/src/doctors/doctors.module.ts":{"size":374,"mtime_ns":1786971396035575100,"indexed_at_ns":1787036700171585700,"word_count":38},"backend/src/doctors/doctors.service.ts":{"size":2399,"mtime_ns":1786971396038562600,"indexed_at_ns":1787036700176668100,"word_count":277},"frontend/admin-panel/src/pages/DoctorsManager.tsx":{"size":24007,"mtime_ns":1786971396063351700,"indexed_at_ns":1787036705397186000,"word_count":1765},"frontend/application/components/TestimonialsSection.tsx":{"size":6463,"mtime_ns":1786972155979490700,"indexed_at_ns":1787036705990518400,"word_count":494},"frontend/application/components/VideoModalPlayer.tsx":{"size":23237,"mtime_ns":1787061337636422600,"indexed_at_ns":1787061531297702800,"word_count":1737},"frontend/application/components/PodcastPlayerModal.tsx":{"size":18141,"mtime_ns":1787055297193056900,"indexed_at_ns":1787055353509243600,"word_count":1488},"frontend/application/components/PodcastInlinePlayer.tsx":{"size":17050,"mtime_ns":1787055297190051700,"indexed_at_ns":1787055353502731500,"word_count":1384},"frontend/admin-panel/src/components/RouteErrorBoundary.tsx":{"size":4042,"mtime_ns":1787062174623011100,"indexed_at_ns":1787062218258873100,"word_count":350},"frontend/admin-panel/src/utils/lazyWithRetry.ts":{"size":1129,"mtime_ns":1787062174626227900,"indexed_at_ns":1787062218555527900,"word_count":114},"frontend/admin-panel/src/components/ui/IconPickerModal.tsx":{"size":4853,"mtime_ns":1787071159959928200,"indexed_at_ns":1787072002631370700,"word_count":397},"frontend/admin-panel/src/components/ui/RichTextEditor.tsx":{"size":8175,"mtime_ns":1787071159960926200,"indexed_at_ns":1787072002665591000,"word_count":623},"frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx":{"size":13772,"mtime_ns":1787071159963926300,"indexed_at_ns":1787072002789703000,"word_count":942},"frontend/admin-panel/src/pages/ShippingSettingsPage.tsx":{"size":7752,"mtime_ns":1787071159968486600,"indexed_at_ns":1787072002836209400,"word_count":602},"backend/test/app-audit-verification.e2e-spec.d.ts":{"size":11,"mtime_ns":1787073059109005600,"indexed_at_ns":1787073211521736800,"word_count":2},"backend/test/app-audit-verification.e2e-spec.js":{"size":8429,"mtime_ns":1787073059110516300,"indexed_at_ns":1787073211527339900,"word_count":714},"backend/test/app.e2e-spec.d.ts":{"size":11,"mtime_ns":1787073059112563300,"indexed_at_ns":1787073211544768500,"word_count":2},"backend/test/app.e2e-spec.js":{"size":1228,"mtime_ns":1787073059113572500,"indexed_at_ns":1787073211550436100,"word_count":97}} \ No newline at end of file +{".ai_agency/AGENCY.md":{"size":8757,"mtime_ns":1785148021979607300,"indexed_at_ns":1786863693890454700,"word_count":1161,"hashes":{".ai_agency/agency.md":"88c7c13583a91fc7e41ce055fede9dce20f181e8d264557808989965e83a9030"}},".ai_agency/agents/00_intake.md":{"size":3819,"mtime_ns":1785148021984319000,"indexed_at_ns":1786863693892455200,"word_count":500,"hashes":{".ai_agency/agents/00_intake.md":"9dc8d7eeda0655717dc5b9d2f8572c47567b88ca88de7e4e5bf59869077ff407"}},".ai_agency/agents/01_auditor.md":{"size":3643,"mtime_ns":1785148021987782800,"indexed_at_ns":1786863693894964400,"word_count":467,"hashes":{".ai_agency/agents/01_auditor.md":"37ae09614034d9b5c855e0132b59a5e3cfd2fc38c54d1a5386fa43ba488c4d4d"}},".ai_agency/agents/02_ceo.md":{"size":2341,"mtime_ns":1785148021998374800,"indexed_at_ns":1786863693896964700,"word_count":294,"hashes":{".ai_agency/agents/02_ceo.md":"b4a76df6483fd52e1b9f1e70765b3f7b6d134dc003ef2ad0cb86b952c869c4a5"}},".ai_agency/agents/03_product_manager.md":{"size":8422,"mtime_ns":1785148022001968200,"indexed_at_ns":1786863693898470300,"word_count":1076,"hashes":{".ai_agency/agents/03_product_manager.md":"1927827474b1dd6fd4976af45b51f1ad3128fe3305c3af22639ab2584e8f0b55"}},".ai_agency/agents/04_architect.md":{"size":3603,"mtime_ns":1785148022004966000,"indexed_at_ns":1786863693899999300,"word_count":448,"hashes":{".ai_agency/agents/04_architect.md":"c96b04d5af093f455fa3c64ae177a69421e8150eb38c70bb8587b5a14e7d3ca8"}},".ai_agency/agents/05_dev_backend.md":{"size":7142,"mtime_ns":1785148022012481200,"indexed_at_ns":1786863693901997700,"word_count":953,"hashes":{".ai_agency/agents/05_dev_backend.md":"143a7c8a6fbedcd837d647efddb9f6b49074583502bd77f24c955bd86a6f3df8"}},".ai_agency/agents/06_dev_frontend.md":{"size":7518,"mtime_ns":1785148022017020100,"indexed_at_ns":1786863693902997800,"word_count":1011,"hashes":{".ai_agency/agents/06_dev_frontend.md":"e69679636d42dd626c7c76ddc96e1ddb656ab5b9ee912b89adcc7a9338f34a0b"}},".ai_agency/agents/07_qa_engineer.md":{"size":3764,"mtime_ns":1785148022020044600,"indexed_at_ns":1786863693905070800,"word_count":507,"hashes":{".ai_agency/agents/07_qa_engineer.md":"2616ef2b3ac39ded45fc669d5b5b140e72953fe61a819966fb040382e9b47d45"}},".ai_agency/agents/08_visual_qa.md":{"size":7910,"mtime_ns":1785148022030083200,"indexed_at_ns":1786863693907111900,"word_count":1121,"hashes":{".ai_agency/agents/08_visual_qa.md":"17a5a74039e8a9d7cb40c5bc3c616c7c92d53401efd92d0675d4bbe5e90572a8"}},".ai_agency/agents/09_devops_security.md":{"size":6825,"mtime_ns":1785148022034087400,"indexed_at_ns":1786863693908113400,"word_count":908,"hashes":{".ai_agency/agents/09_devops_security.md":"315bd3cee954ac3496da8db1b1718b75ab3822ec3a90f99bc77767ca99482edf"}},".ai_agency/agents/10_tech_writer.md":{"size":3119,"mtime_ns":1785148022037082600,"indexed_at_ns":1786863693910113400,"word_count":408,"hashes":{".ai_agency/agents/10_tech_writer.md":"3527b44265fec2472cc20ca4641667e1fa3d38cbc9b2fbf9a946ee1e531e9e37"}},".ai_agency/agents/11_deploy.md":{"size":3956,"mtime_ns":1785148022040602600,"indexed_at_ns":1786863693912113300,"word_count":537,"hashes":{".ai_agency/agents/11_deploy.md":"8169bc98b249cd83ba21551dea082f69dfa6deca5f5e4a7f2739a28746c143f9"}},".ai_agency/agents/12_seo_content.md":{"size":10963,"mtime_ns":1785148022048603900,"indexed_at_ns":1786863693913112900,"word_count":1539,"hashes":{".ai_agency/agents/12_seo_content.md":"2f50eb9db8bf1ad7bc23c7d8c3a4f167a2daafb73f095db9237c5bdb20e7a5f4"}},".ai_agency/memory/agent_outputs/README.txt":{"size":290,"mtime_ns":1785148022052150400,"indexed_at_ns":1786863693914617900,"word_count":34,"hashes":{".ai_agency/memory/agent_outputs/readme.txt":"49b19b781e865081a74a0a87282e6c266e373f443a79e0758ef60a6e644c6e04"}},".ai_agency/memory/backlog.json":{"size":10711,"mtime_ns":1785330750958890900,"indexed_at_ns":1786863680433252400,"word_count":981,"hashes":{".ai_agency/memory/backlog.json":"6bf3150a1877d03d03b368df21b84071381b1bb8cd03e3721fa9f8e6c38355be"}},".ai_agency/memory/scratchpad.md":{"size":1879,"mtime_ns":1785148022065114400,"indexed_at_ns":1786863693916623700,"word_count":249,"hashes":{".ai_agency/memory/scratchpad.md":"9d0f687cf8e95c6335f1efb070da8029878417c28117e3b89aa8536ad70a5b95"}},".ai_agency/memory/state.json":{"size":3654,"mtime_ns":1785330750963913800,"indexed_at_ns":1786863680437228800,"word_count":254,"hashes":{".ai_agency/memory/state.json":"1204676f8f295d89733888bb87936061b7a700df0cc936fbf08fd5269b534e8d"}},".ai_agency/orchestrate.py":{"size":6800,"mtime_ns":1785148022072662500,"indexed_at_ns":1786863680437736800,"word_count":644,"hashes":{".ai_agency/orchestrate.py":"90ec787fdd4c71f5203c56b6899aadcc26e6e0bad0cc576d2f982aa42eed42e1"}},".ai_agency/specs/api_contract.md":{"size":1515,"mtime_ns":1785148022077664900,"indexed_at_ns":1786863693918623100,"word_count":139,"hashes":{".ai_agency/specs/api_contract.md":"ea0911b6a5ad6a908ab707f7553f5f24712c1e198fd79255fa85e3249150e8b4"}},".ai_agency/specs/architecture_spec.md":{"size":790,"mtime_ns":1785148022082260900,"indexed_at_ns":1786863693919623000,"word_count":99,"hashes":{".ai_agency/specs/architecture_spec.md":"6269043f6a144e8ac86ff1db7e014075185e5675a4a0ee23e99e70d88253b8af"}},".ai_agency/specs/prd.md":{"size":724,"mtime_ns":1785148022087251600,"indexed_at_ns":1786863693921188600,"word_count":96,"hashes":{".ai_agency/specs/prd.md":"1c6d5a0ec8a709a2b3aed28225f5fe148ad2d75851d45699187678d055947b11"}},".ai_agency/specs/project_health.md":{"size":444,"mtime_ns":1785148022098314600,"indexed_at_ns":1786863693923194300,"word_count":65,"hashes":{".ai_agency/specs/project_health.md":"677c2f1d35c31d75d935766f154683e0483b08c696117ee612bee1528705c598"}},".ai_agency/specs/reviews/README.md":{"size":1029,"mtime_ns":1785148022105834900,"indexed_at_ns":1786863693924698200,"word_count":117,"hashes":{".ai_agency/specs/reviews/readme.md":"8ceb4cae1ad4c0f660557d827ced970cda8f7d020f8124b624b228174b1b65ab"}},".ai_agency/specs/reviews/backend_review.md":{"size":1430,"mtime_ns":1785148022110362400,"indexed_at_ns":1786863693926808400,"word_count":172,"hashes":{".ai_agency/specs/reviews/backend_review.md":"fca1f8d59c2eab255f7aba246b26731fe53f208e737ccf46035389591900a150"}},".ai_agency/specs/reviews/code_health_review.md":{"size":2193,"mtime_ns":1785148022114359700,"indexed_at_ns":1786863693927808600,"word_count":279,"hashes":{".ai_agency/specs/reviews/code_health_review.md":"532e04465e125183d6dd8f8af61bfc8735a514b3fbbc49069f5f0884155ed93f"}},".ai_agency/specs/reviews/frontend_review.md":{"size":1452,"mtime_ns":1785148022118486900,"indexed_at_ns":1786863693929808600,"word_count":183,"hashes":{".ai_agency/specs/reviews/frontend_review.md":"9f826c0267cad8bd5d342b1f908c927976d9be7da3f75b175331381ef8c8b680"}},".ai_agency/specs/reviews/security_review.md":{"size":874,"mtime_ns":1785148022121487200,"indexed_at_ns":1786863693931808300,"word_count":110,"hashes":{".ai_agency/specs/reviews/security_review.md":"51363e62e919d6772c2b3b9a1a3f3870a5892dae6d408217ed3fb475f72d3f0b"}},".ai_agency/specs/reviews/seo_content_review.md":{"size":1238,"mtime_ns":1785148022131533800,"indexed_at_ns":1786863693932808200,"word_count":156,"hashes":{".ai_agency/specs/reviews/seo_content_review.md":"bc8401649a86585b4061b3ec0f584910c54aad25bc9943392179bc070c07a434"}},".ai_agency/specs/reviews/ux_review.md":{"size":1131,"mtime_ns":1785148022136550700,"indexed_at_ns":1786863693934808700,"word_count":150,"hashes":{".ai_agency/specs/reviews/ux_review.md":"b8a52f324e36fcc2d046cc903a05903057098a67a397ae6442d6c825091f4513"}},".claude/CLAUDE.md":{"size":226,"mtime_ns":1786870552838920200,"indexed_at_ns":1786877281839080500,"word_count":29,"hashes":{".claude/claude.md":"c6f7fc2f062904d246b700d446ba3ad03e77f41809b12eccfb5e090a11f4fad2"}},".claude/settings.json":{"size":479,"mtime_ns":1786870552841922800,"indexed_at_ns":1786877281619276700,"word_count":38,"hashes":{".claude/settings.json":"0aaafba2cbd7dd67f7d69fa2f01b747c9a72f56ee421a40825521f937caec82b"}},".claude/skills/graphify/SKILL.md":{"size":43292,"mtime_ns":1786870552845041000,"indexed_at_ns":1786877281840080600,"word_count":5442,"hashes":{".claude/skills/graphify/skill.md":"5b24d39cbbb662ea1cd672839f64b50823e1b7de9b113f542248eac38c70cdf1"}},".claude/skills/graphify/references/add-watch.md":{"size":2486,"mtime_ns":1786870552848102000,"indexed_at_ns":1786877281845602600,"word_count":366,"hashes":{".claude/skills/graphify/references/add-watch.md":"cb5e2f3284265c08c88c08f445b96958b13a9115c0afc0a33206c293d1b1c187"}},".claude/skills/graphify/references/exports.md":{"size":3362,"mtime_ns":1786870552849102100,"indexed_at_ns":1786877281848603000,"word_count":470,"hashes":{".claude/skills/graphify/references/exports.md":"7aa8b606e5c19334b6c9fe62a12fc30eb46c0320d1dbb5726cfda0becdd04a5a"}},".claude/skills/graphify/references/extraction-spec.md":{"size":7960,"mtime_ns":1786870552850101900,"indexed_at_ns":1786877281853109000,"word_count":1038,"hashes":{".claude/skills/graphify/references/extraction-spec.md":"9cf5d515d0d8584aeef36708df34f560078772a568ed599cac5ba20b089e563d"}},".claude/skills/graphify/references/github-and-merge.md":{"size":2177,"mtime_ns":1786870552853101000,"indexed_at_ns":1786877281857115900,"word_count":271,"hashes":{".claude/skills/graphify/references/github-and-merge.md":"609de4b1331ddb2f8c80e97aac0a5de782a373d6f5af858e10a731c20b35c0e2"}},".claude/skills/graphify/references/hooks.md":{"size":1267,"mtime_ns":1786870552855098700,"indexed_at_ns":1786877281861116300,"word_count":193,"hashes":{".claude/skills/graphify/references/hooks.md":"7c7827f2f29d6e2cb6cc6902558dac08380f60c414b4968f83e1bc4e61b3e268"}},".claude/skills/graphify/references/query.md":{"size":13456,"mtime_ns":1786870552857702900,"indexed_at_ns":1786877281864628400,"word_count":1763,"hashes":{".claude/skills/graphify/references/query.md":"54526cc3e2392922d344f14767f09037ef85fb7ec5cc7911b749b35bcb004fbf"}},".claude/skills/graphify/references/transcribe.md":{"size":3173,"mtime_ns":1786870552858710700,"indexed_at_ns":1786877281868248500,"word_count":418,"hashes":{".claude/skills/graphify/references/transcribe.md":"1d5afbaccf36e952e71082591edfc9e4fbd9946eb85b01855a1d0bd810b7623d"}},".claude/skills/graphify/references/update.md":{"size":10425,"mtime_ns":1786870552860709800,"indexed_at_ns":1786877281872254900,"word_count":1196,"hashes":{".claude/skills/graphify/references/update.md":"0249cd6ceae6effdfc7371b51d00c462f51d95700101dcedd36255bab1b4ce7a"}},".gitea/scripts/with-vpn.sh":{"size":1794,"mtime_ns":1786799852126316200,"indexed_at_ns":1786863680441317700,"word_count":208,"hashes":{".gitea/scripts/with-vpn.sh":"9ec013d142e3cf5d7e5f09778fcb06b4b8ea7b394688f9f40b5e74298c76bcf0"}},".gitea/workflows/deploy.yml":{"size":993,"mtime_ns":1787078454762471500,"indexed_at_ns":1787127699091549300,"word_count":84},"BACKEND_INTEGRATION.md":{"size":15568,"mtime_ns":1786885876768825200,"indexed_at_ns":1786946194589947100,"word_count":1521,"hashes":{"backend_integration.md":"e2c5f48210f3f73ee2e2cbf9ac4bc2c487139573cbdc21a6c67cd13b2e8bd099"}},"CLAUDE.md":{"size":772,"mtime_ns":1786870552863710100,"indexed_at_ns":1786877281878765800,"word_count":106,"hashes":{"claude.md":"3612256e7473a2e5f67ef4778d4edeefb44794ef22bac5529bee9c87dc5d8f3d"}},"DATABASE_SCHEMA.md":{"size":15399,"mtime_ns":1786885876771342200,"indexed_at_ns":1786946194590946100,"word_count":1566,"hashes":{"database_schema.md":"60b4b0f4fd1468ab0eb26e4313c138c480f6f280b5c96ff4c0ee89f43ec531b8"}},"README.md":{"size":13117,"mtime_ns":1786885876775371800,"indexed_at_ns":1786946194591944700,"word_count":1310,"hashes":{"readme.md":"f6f40be609ed2adbc246437841b7b90d5506064a7f7a6babbf8195efdad3597d"}},"backend/README.md":{"size":5028,"mtime_ns":1783764561601382400,"indexed_at_ns":1786863693961627700,"word_count":472,"hashes":{"backend/readme.md":"c3edfd26252566ef2ddee12c91a874b59e03a1656894d3db25209a0e4031010a"}},"backend/eslint.config.mjs":{"size":1649,"mtime_ns":1787073059105361700,"indexed_at_ns":1787073210388706800,"word_count":104},"backend/nest-cli.json":{"size":172,"mtime_ns":1787072106370561300,"indexed_at_ns":1787072950154977200,"word_count":13,"hashes":{"backend/nest-cli.json":"64fe2904203985aa0acb9b67d7ade489f2362ac8730283fb11d6a764d1cb3878"}},"backend/package.json":{"size":2756,"mtime_ns":1787073059106941900,"indexed_at_ns":1787073221573520100,"word_count":205,"hashes":{"backend/package.json":"51b63ebe6d2e05aa33c128297029fa54aaad808dabcc93c2433d5856b0f73300"}},"backend/prisma/migrations/20260526145407_init/migration.sql":{"size":8963,"mtime_ns":1783764561612007600,"indexed_at_ns":1786863680445315600,"word_count":936,"hashes":{"backend/prisma/migrations/20260526145407_init/migration.sql":"d6cc5e861e43bf82dcffe1ad7121fcbe9f74db7901cf204b5058da3132d3c1d2"}},"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":{"size":404,"mtime_ns":1783764561613425800,"indexed_at_ns":1786863680446319100,"word_count":48,"hashes":{"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":"c564f4aba35d32a733a5837c33664c68c8912277ad9645310f7e8116fbcba741"}},"backend/prisma/scientificTerms.ts":{"size":24298,"mtime_ns":1785325924634812500,"indexed_at_ns":1786863534471369900,"word_count":2294},"backend/prisma/seed-blogs.ts":{"size":6950,"mtime_ns":1786885876777374000,"indexed_at_ns":1786946085670717300,"word_count":620},"backend/prisma/seed-custom.ts":{"size":3836,"mtime_ns":1786799852144902000,"indexed_at_ns":1786863534484541000,"word_count":371},"backend/prisma/seed-home.ts":{"size":3870,"mtime_ns":1786885876779371100,"indexed_at_ns":1786946085682250800,"word_count":374},"backend/prisma/seed-products-data.json":{"size":59220,"mtime_ns":1786885876782371300,"indexed_at_ns":1786946139466262600,"word_count":5730,"hashes":{"backend/prisma/seed-products-data.json":"9d1262f8264478eb43ec48f073f817d46fc193d666cd9364f3bb95c1629f25c7"}},"backend/prisma/seed-products.ts":{"size":28268,"mtime_ns":1787127978219270600,"indexed_at_ns":1787139153618144900,"word_count":2063},"backend/prisma/seed-ui-texts.ts":{"size":9191,"mtime_ns":1787127978221789800,"indexed_at_ns":1787139153627149700,"word_count":755},"backend/prisma/seed-wiki.ts":{"size":24019,"mtime_ns":1786961195297596000,"indexed_at_ns":1786961213057541000,"word_count":2292},"backend/prisma/seed.ts":{"size":30480,"mtime_ns":1787127978225587600,"indexed_at_ns":1787139153636716500,"word_count":2636},"backend/prisma/tsconfig.seed.json":{"size":194,"mtime_ns":1786955870751259200,"indexed_at_ns":1786961249766772200,"word_count":17,"hashes":{"backend/prisma/tsconfig.seed.json":"e178d23a09563a7a9b348d905bc70322115514c78a7afcc5a53db7d18e511583"}},"backend/scripts/generate-openapi.ts":{"size":1385,"mtime_ns":1786799852156390500,"indexed_at_ns":1786863534537298000,"word_count":128},"backend/src/admin/admin.controller.spec.ts":{"size":593,"mtime_ns":1786799852157399700,"indexed_at_ns":1786863534543362400,"word_count":59},"backend/src/admin/admin.controller.ts":{"size":8990,"mtime_ns":1787072106375059100,"indexed_at_ns":1787072940432890700,"word_count":896},"backend/src/admin/admin.module.ts":{"size":1420,"mtime_ns":1786877667005008400,"indexed_at_ns":1786946085768035200,"word_count":145},"backend/src/admin/admin.service.spec.ts":{"size":682,"mtime_ns":1786799852162911100,"indexed_at_ns":1786863534564065100,"word_count":72},"backend/src/admin/admin.service.ts":{"size":26710,"mtime_ns":1787072106378841300,"indexed_at_ns":1787072940449422700,"word_count":2711},"backend/src/admin/blogs.controller.ts":{"size":1840,"mtime_ns":1786799852170191700,"indexed_at_ns":1786863534578222000,"word_count":190},"backend/src/admin/blogs.service.ts":{"size":1810,"mtime_ns":1786799852171191000,"indexed_at_ns":1786863534584725500,"word_count":221},"backend/src/admin/categories.controller.ts":{"size":2187,"mtime_ns":1786799852174192500,"indexed_at_ns":1786863534590311100,"word_count":204},"backend/src/admin/categories.service.ts":{"size":2005,"mtime_ns":1786799852175194300,"indexed_at_ns":1786863534595817200,"word_count":223},"backend/src/admin/dto/admin-query.dto.ts":{"size":634,"mtime_ns":1786799852178706400,"indexed_at_ns":1786863534603325400,"word_count":60},"backend/src/admin/media.controller.ts":{"size":2339,"mtime_ns":1786876983648866300,"indexed_at_ns":1786877270905179000,"word_count":226},"backend/src/admin/media.service.ts":{"size":2713,"mtime_ns":1786876983651534500,"indexed_at_ns":1786877270914160400,"word_count":283},"backend/src/admin/pets.controller.ts":{"size":1195,"mtime_ns":1786799852186217200,"indexed_at_ns":1786863534621612800,"word_count":117},"backend/src/admin/pets.service.ts":{"size":1731,"mtime_ns":1786954681814243000,"indexed_at_ns":1786955470006205300,"word_count":193},"backend/src/admin/reports.controller.ts":{"size":664,"mtime_ns":1783764561642147000,"indexed_at_ns":1786863534634255100,"word_count":66},"backend/src/admin/reports.service.ts":{"size":3399,"mtime_ns":1786799852189730800,"indexed_at_ns":1786863534640768500,"word_count":388},"backend/src/admin/wiki.controller.ts":{"size":1814,"mtime_ns":1786799852191732300,"indexed_at_ns":1786863534647913700,"word_count":179},"backend/src/admin/wiki.service.ts":{"size":1767,"mtime_ns":1786799852193324200,"indexed_at_ns":1786863534654035100,"word_count":195},"backend/src/app.controller.spec.ts":{"size":617,"mtime_ns":1783764561644839700,"indexed_at_ns":1786863534660738600,"word_count":61},"backend/src/app.controller.ts":{"size":274,"mtime_ns":1783764561645849100,"indexed_at_ns":1786863534667244700,"word_count":31},"backend/src/app.module.ts":{"size":3822,"mtime_ns":1786971396024319300,"indexed_at_ns":1787036699843240900,"word_count":361},"backend/src/app.service.ts":{"size":142,"mtime_ns":1783764561648840500,"indexed_at_ns":1786863534680950600,"word_count":19},"backend/src/auth/auth.controller.spec.ts":{"size":1528,"mtime_ns":1785327951179468000,"indexed_at_ns":1786863534687029500,"word_count":149},"backend/src/auth/auth.controller.ts":{"size":4155,"mtime_ns":1787072106387489300,"indexed_at_ns":1787072940585245400,"word_count":386},"backend/src/auth/auth.module.ts":{"size":724,"mtime_ns":1787072106388501600,"indexed_at_ns":1787072940590262100,"word_count":80},"backend/src/auth/auth.service.spec.ts":{"size":4264,"mtime_ns":1786799852201843300,"indexed_at_ns":1786863534705627700,"word_count":379},"backend/src/auth/auth.service.ts":{"size":9713,"mtime_ns":1787127978228589700,"indexed_at_ns":1787139153830845400,"word_count":933},"backend/src/auth/dto/admin-login.dto.ts":{"size":766,"mtime_ns":1787127978229587400,"indexed_at_ns":1787139153836882500,"word_count":82},"backend/src/auth/dto/login.dto.ts":{"size":587,"mtime_ns":1783764561659109000,"indexed_at_ns":1786863534727735200,"word_count":63},"backend/src/auth/dto/register.dto.ts":{"size":1197,"mtime_ns":1785327951186476900,"indexed_at_ns":1786863534732751200,"word_count":115},"backend/src/auth/dto/send-otp.dto.ts":{"size":374,"mtime_ns":1783764561661106500,"indexed_at_ns":1786863534739271500,"word_count":39},"backend/src/auth/dto/verify-otp.dto.ts":{"size":594,"mtime_ns":1783764561662112100,"indexed_at_ns":1786863534745843500,"word_count":64},"backend/src/auth/jwt-auth.guard.ts":{"size":494,"mtime_ns":1786799852205862700,"indexed_at_ns":1786863534751350400,"word_count":58},"backend/src/auth/jwt.strategy.ts":{"size":1122,"mtime_ns":1786883225794343300,"indexed_at_ns":1786946086014858100,"word_count":116},"backend/src/auth/roles.decorator.ts":{"size":54,"mtime_ns":1786799852208379600,"indexed_at_ns":1786863534764578800,"word_count":4},"backend/src/auth/roles.guard.ts":{"size":46,"mtime_ns":1786799852209003400,"indexed_at_ns":1786863534770087500,"word_count":4},"backend/src/b2b/b2b.controller.ts":{"size":2684,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534777707900,"word_count":246},"backend/src/b2b/b2b.module.ts":{"size":342,"mtime_ns":1786799852212013200,"indexed_at_ns":1786863534783641300,"word_count":38},"backend/src/b2b/b2b.service.ts":{"size":2379,"mtime_ns":1786799852214009300,"indexed_at_ns":1786863534792157000,"word_count":243},"backend/src/banners/banners.controller.ts":{"size":1923,"mtime_ns":1786799852215010200,"indexed_at_ns":1786863534797707700,"word_count":169},"backend/src/banners/banners.module.ts":{"size":374,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534807022900,"word_count":38},"backend/src/banners/banners.service.ts":{"size":1394,"mtime_ns":1786799852216010300,"indexed_at_ns":1786863534813112700,"word_count":160},"backend/src/blogs/blogs.controller.ts":{"size":1197,"mtime_ns":1786799852218009900,"indexed_at_ns":1786863534819206600,"word_count":108},"backend/src/blogs/blogs.module.ts":{"size":248,"mtime_ns":1783764561665678100,"indexed_at_ns":1786863534825741600,"word_count":28},"backend/src/blogs/blogs.service.ts":{"size":1674,"mtime_ns":1786799852219010000,"indexed_at_ns":1786863534831743000,"word_count":191},"backend/src/blogs/dto/create-blog.dto.ts":{"size":30,"mtime_ns":1783764561671557000,"indexed_at_ns":1786863534838708700,"word_count":4},"backend/src/blogs/dto/update-blog.dto.ts":{"size":164,"mtime_ns":1783764561673712400,"indexed_at_ns":1786863534844735300,"word_count":18},"backend/src/blogs/entities/blog.entity.ts":{"size":21,"mtime_ns":1783764561675101100,"indexed_at_ns":1786863534850735400,"word_count":4},"backend/src/cms/cms.controller.ts":{"size":3521,"mtime_ns":1785327951196913100,"indexed_at_ns":1786863534858244500,"word_count":280},"backend/src/cms/cms.module.ts":{"size":342,"mtime_ns":1785148022206298000,"indexed_at_ns":1786863534864244300,"word_count":38},"backend/src/cms/cms.service.ts":{"size":2501,"mtime_ns":1785327951197940400,"indexed_at_ns":1786863534870502100,"word_count":256},"backend/src/cms/dto/cms.dto.ts":{"size":2357,"mtime_ns":1785327951199995500,"indexed_at_ns":1786863534877728700,"word_count":203},"backend/src/common/decorators/roles.decorator.ts":{"size":157,"mtime_ns":1786799852220522400,"indexed_at_ns":1786863534882729600,"word_count":20},"backend/src/common/dto/pagination.dto.ts":{"size":1188,"mtime_ns":1785327951201988900,"indexed_at_ns":1786863534889612500,"word_count":121},"backend/src/common/filters/http-exception.filter.ts":{"size":4942,"mtime_ns":1787072106393076100,"indexed_at_ns":1787072940765491800,"word_count":492},"backend/src/common/filters/prisma-exception.filter.ts":{"size":2412,"mtime_ns":1785330913143709100,"indexed_at_ns":1786863534903118900,"word_count":228},"backend/src/common/guards/roles.guard.spec.ts":{"size":2426,"mtime_ns":1786799852225556800,"indexed_at_ns":1786863534909695400,"word_count":223},"backend/src/common/guards/roles.guard.ts":{"size":1285,"mtime_ns":1786799852226565200,"indexed_at_ns":1786863534916198700,"word_count":120},"backend/src/common/interceptors/decimal.interceptor.spec.ts":{"size":1677,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534923711900,"word_count":164},"backend/src/common/interceptors/decimal.interceptor.ts":{"size":1094,"mtime_ns":1786799852227565700,"indexed_at_ns":1786863534929913300,"word_count":118},"backend/src/common/metrics.controller.ts":{"size":2093,"mtime_ns":1786799852229073100,"indexed_at_ns":1786863534936006600,"word_count":206},"backend/src/common/schemas/error-response.schema.ts":{"size":1680,"mtime_ns":1785330913144701500,"indexed_at_ns":1786863534942170300,"word_count":162},"backend/src/common/schemas/paginated-response.schema.ts":{"size":1108,"mtime_ns":1786799852230082200,"indexed_at_ns":1786863534949353300,"word_count":110},"backend/src/common/services/sms.service.ts":{"size":31964,"mtime_ns":1787072106396073600,"indexed_at_ns":1787072940817535900,"word_count":3028},"backend/src/common/sms.module.ts":{"size":204,"mtime_ns":1785330750996125100,"indexed_at_ns":1786863534962381000,"word_count":24},"backend/src/contact/contact.controller.ts":{"size":1990,"mtime_ns":1786799852234596200,"indexed_at_ns":1786863534967884500,"word_count":177},"backend/src/contact/contact.module.ts":{"size":365,"mtime_ns":1786799852236599000,"indexed_at_ns":1786863534974401800,"word_count":38},"backend/src/contact/contact.service.ts":{"size":4690,"mtime_ns":1787127978233104000,"indexed_at_ns":1787139154047120400,"word_count":451},"backend/src/home/dto/create-home.dto.ts":{"size":30,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534987087100,"word_count":4},"backend/src/home/dto/update-home.dto.ts":{"size":164,"mtime_ns":1783764561682365300,"indexed_at_ns":1786863534992600800,"word_count":18},"backend/src/home/entities/home.entity.ts":{"size":21,"mtime_ns":1783764561684884800,"indexed_at_ns":1786863534999171300,"word_count":4},"backend/src/home/home.controller.ts":{"size":757,"mtime_ns":1785327951212087300,"indexed_at_ns":1786863535004176100,"word_count":69},"backend/src/home/home.module.ts":{"size":241,"mtime_ns":1783764561687108000,"indexed_at_ns":1786863535011491500,"word_count":28},"backend/src/home/home.service.ts":{"size":1372,"mtime_ns":1785327951214087300,"indexed_at_ns":1786863535016491700,"word_count":144},"backend/src/ingredients/ingredients.controller.ts":{"size":1952,"mtime_ns":1786799852237596500,"indexed_at_ns":1786863535024117600,"word_count":165},"backend/src/ingredients/ingredients.module.ts":{"size":406,"mtime_ns":1786799852238596500,"indexed_at_ns":1786863535030195600,"word_count":38},"backend/src/ingredients/ingredients.service.ts":{"size":1526,"mtime_ns":1786799852240108300,"indexed_at_ns":1786863535035320500,"word_count":162},"backend/src/main.ts":{"size":3525,"mtime_ns":1786965281349754700,"indexed_at_ns":1787036700231456900,"word_count":305},"backend/src/orders/dto/create-order.dto.ts":{"size":1899,"mtime_ns":1785327951218626100,"indexed_at_ns":1786863535048494100,"word_count":162},"backend/src/orders/orders.controller.spec.ts":{"size":1910,"mtime_ns":1785327951219627700,"indexed_at_ns":1786863535055560000,"word_count":194},"backend/src/orders/orders.controller.ts":{"size":5930,"mtime_ns":1787072106398077200,"indexed_at_ns":1787072940934744100,"word_count":517},"backend/src/orders/orders.module.ts":{"size":255,"mtime_ns":1783764561697598200,"indexed_at_ns":1786863535066790700,"word_count":28},"backend/src/orders/orders.service.spec.ts":{"size":4974,"mtime_ns":1786799852246117900,"indexed_at_ns":1786863535074585400,"word_count":483},"backend/src/orders/orders.service.ts":{"size":17203,"mtime_ns":1787127978236103400,"indexed_at_ns":1787139154145102200,"word_count":1611},"backend/src/pets/dto/create-health-log.dto.ts":{"size":761,"mtime_ns":1785327951229443300,"indexed_at_ns":1786863535087660400,"word_count":69},"backend/src/pets/dto/create-pet.dto.ts":{"size":1143,"mtime_ns":1785327951230948800,"indexed_at_ns":1786863535094172300,"word_count":104},"backend/src/pets/dto/create-reminder.dto.ts":{"size":810,"mtime_ns":1785327951231958200,"indexed_at_ns":1786863535101315600,"word_count":71},"backend/src/pets/dto/update-pet.dto.ts":{"size":160,"mtime_ns":1783764561709557500,"indexed_at_ns":1786863535107396200,"word_count":18},"backend/src/pets/pets.controller.spec.ts":{"size":2544,"mtime_ns":1786799852248118800,"indexed_at_ns":1786863535113902500,"word_count":269},"backend/src/pets/pets.controller.ts":{"size":8427,"mtime_ns":1786894580128858000,"indexed_at_ns":1786946086395923600,"word_count":781},"backend/src/pets/pets.module.ts":{"size":241,"mtime_ns":1783764561714469800,"indexed_at_ns":1786863535125397200,"word_count":28},"backend/src/pets/pets.service.spec.ts":{"size":2961,"mtime_ns":1785327951238208000,"indexed_at_ns":1786863535132005000,"word_count":272},"backend/src/pets/pets.service.ts":{"size":6978,"mtime_ns":1786799852250117400,"indexed_at_ns":1786863535137713400,"word_count":710},"backend/src/prescriptions/prescriptions.controller.ts":{"size":2356,"mtime_ns":1786799852253748300,"indexed_at_ns":1786863535145222600,"word_count":232},"backend/src/prescriptions/prescriptions.module.ts":{"size":495,"mtime_ns":1786954681815809200,"indexed_at_ns":1786955470495218500,"word_count":45},"backend/src/prescriptions/prescriptions.service.ts":{"size":4666,"mtime_ns":1787072106408779000,"indexed_at_ns":1787072941056949800,"word_count":498},"backend/src/prisma/prisma.module.ts":{"size":210,"mtime_ns":1783764561718199800,"indexed_at_ns":1786863535164330600,"word_count":24},"backend/src/prisma/prisma.service.ts":{"size":4110,"mtime_ns":1787072106410778900,"indexed_at_ns":1787072941067083200,"word_count":413},"backend/src/products/dto/get-products.dto.ts":{"size":1320,"mtime_ns":1786799852260271600,"indexed_at_ns":1786863535176492100,"word_count":115},"backend/src/products/products.controller.spec.ts":{"size":1863,"mtime_ns":1785327951243280800,"indexed_at_ns":1786863535183613400,"word_count":166},"backend/src/products/products.controller.ts":{"size":2445,"mtime_ns":1786799852261281700,"indexed_at_ns":1786863535190428600,"word_count":209},"backend/src/products/products.module.ts":{"size":269,"mtime_ns":1783764561723672400,"indexed_at_ns":1786863535197280400,"word_count":28},"backend/src/products/products.service.spec.ts":{"size":1597,"mtime_ns":1786799852263279400,"indexed_at_ns":1786863535202917700,"word_count":154},"backend/src/products/products.service.ts":{"size":6906,"mtime_ns":1786954681818869900,"indexed_at_ns":1786955470543762900,"word_count":713},"backend/src/redis/redis.module.ts":{"size":205,"mtime_ns":1783764561727662100,"indexed_at_ns":1786863535217462500,"word_count":24},"backend/src/redis/redis.service.spec.ts":{"size":1525,"mtime_ns":1783764561728672300,"indexed_at_ns":1786863535222986600,"word_count":145},"backend/src/redis/redis.service.ts":{"size":1202,"mtime_ns":1786895436211834600,"indexed_at_ns":1786946086488155600,"word_count":132},"backend/src/seo/seo.controller.ts":{"size":904,"mtime_ns":1785327951247283200,"indexed_at_ns":1786863535236090400,"word_count":85},"backend/src/seo/seo.module.ts":{"size":342,"mtime_ns":1785148022268580900,"indexed_at_ns":1786863535243640100,"word_count":38},"backend/src/seo/seo.service.ts":{"size":2023,"mtime_ns":1787127978249385200,"indexed_at_ns":1787139154349276200,"word_count":182},"backend/src/settings/settings.controller.spec.ts":{"size":2973,"mtime_ns":1787073059109005600,"indexed_at_ns":1787073211296477500,"word_count":247},"backend/src/settings/settings.controller.ts":{"size":8977,"mtime_ns":1787072106423347900,"indexed_at_ns":1787072941180402600,"word_count":708},"backend/src/settings/settings.module.ts":{"size":382,"mtime_ns":1783764561735515700,"indexed_at_ns":1786863535272121400,"word_count":38},"backend/src/settings/settings.service.spec.ts":{"size":2728,"mtime_ns":1783764561736856500,"indexed_at_ns":1786863535278254000,"word_count":251},"backend/src/settings/settings.service.ts":{"size":19360,"mtime_ns":1787138353438629800,"indexed_at_ns":1787139154386251000,"word_count":1534},"backend/src/smart-advisor/smart-advisor.controller.ts":{"size":1821,"mtime_ns":1786799852275441500,"indexed_at_ns":1786863535292219400,"word_count":152},"backend/src/smart-advisor/smart-advisor.module.ts":{"size":416,"mtime_ns":1786799852276441700,"indexed_at_ns":1786863535298401600,"word_count":38},"backend/src/smart-advisor/smart-advisor.service.ts":{"size":1241,"mtime_ns":1786799852277440400,"indexed_at_ns":1786863535304944400,"word_count":131},"backend/src/testimonials/testimonials.controller.ts":{"size":1702,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535310995900,"word_count":143},"backend/src/testimonials/testimonials.module.ts":{"size":414,"mtime_ns":1786799852279441800,"indexed_at_ns":1786863535317805000,"word_count":38},"backend/src/testimonials/testimonials.service.ts":{"size":1100,"mtime_ns":1786799852281471300,"indexed_at_ns":1786863535324923000,"word_count":121},"backend/src/users/dto/address.dto.ts":{"size":1098,"mtime_ns":1783764561739871500,"indexed_at_ns":1786863535331380200,"word_count":99},"backend/src/users/dto/update-profile.dto.ts":{"size":1068,"mtime_ns":1786885876805472100,"indexed_at_ns":1786946086647803400,"word_count":98},"backend/src/users/users.controller.spec.ts":{"size":3333,"mtime_ns":1785327951253796500,"indexed_at_ns":1786863535346781600,"word_count":322},"backend/src/users/users.controller.ts":{"size":6854,"mtime_ns":1786799852282481500,"indexed_at_ns":1786863535353416500,"word_count":590},"backend/src/users/users.module.ts":{"size":275,"mtime_ns":1783764561748154400,"indexed_at_ns":1786863535360908700,"word_count":30},"backend/src/users/users.service.spec.ts":{"size":3817,"mtime_ns":1786799852283480600,"indexed_at_ns":1786863535367156600,"word_count":316},"backend/src/users/users.service.ts":{"size":8207,"mtime_ns":1787127978253040800,"indexed_at_ns":1787139154480296000,"word_count":782},"backend/src/videos/dto/create-video.dto.ts":{"size":1573,"mtime_ns":1786971396042093900,"indexed_at_ns":1787036700628093800,"word_count":127},"backend/src/videos/dto/get-videos-query.dto.ts":{"size":643,"mtime_ns":1786799852287643500,"indexed_at_ns":1786863535387813200,"word_count":77},"backend/src/videos/videos.controller.ts":{"size":1924,"mtime_ns":1786799852291153100,"indexed_at_ns":1786863535393635000,"word_count":173},"backend/src/videos/videos.module.ts":{"size":283,"mtime_ns":1785148022306583700,"indexed_at_ns":1786863535400714100,"word_count":30},"backend/src/videos/videos.service.ts":{"size":2732,"mtime_ns":1786971396047872400,"indexed_at_ns":1787036700649050000,"word_count":290},"backend/src/wholesale/dto/wholesale-apply.dto.ts":{"size":739,"mtime_ns":1785148022317622300,"indexed_at_ns":1786863535413220000,"word_count":66},"backend/src/wholesale/wholesale.controller.ts":{"size":2037,"mtime_ns":1786799852294177000,"indexed_at_ns":1786863535418912100,"word_count":160},"backend/src/wholesale/wholesale.module.ts":{"size":390,"mtime_ns":1785148022328746300,"indexed_at_ns":1786863535425686500,"word_count":38},"backend/src/wholesale/wholesale.service.ts":{"size":2627,"mtime_ns":1785330913149233300,"indexed_at_ns":1786863535431718700,"word_count":266},"backend/src/wiki/dto/create-wiki.dto.ts":{"size":30,"mtime_ns":1783764561752933200,"indexed_at_ns":1786863535439031200,"word_count":4},"backend/src/wiki/dto/update-wiki.dto.ts":{"size":164,"mtime_ns":1783764561753945200,"indexed_at_ns":1786863535446428400,"word_count":18},"backend/src/wiki/entities/wiki.entity.ts":{"size":21,"mtime_ns":1783764561755039400,"indexed_at_ns":1786863535452455400,"word_count":4},"backend/src/wiki/wiki.controller.ts":{"size":1219,"mtime_ns":1785327951272850400,"indexed_at_ns":1786863535458333000,"word_count":110},"backend/src/wiki/wiki.module.ts":{"size":241,"mtime_ns":1783764561756925000,"indexed_at_ns":1786863535464948400,"word_count":28},"backend/src/wiki/wiki.service.ts":{"size":1562,"mtime_ns":1786799852295173000,"indexed_at_ns":1786863535471010700,"word_count":174},"backend/test/app-audit-verification.e2e-spec.ts":{"size":6464,"mtime_ns":1786799852296174700,"indexed_at_ns":1786863535478067000,"word_count":569},"backend/test/app.e2e-spec.ts":{"size":981,"mtime_ns":1786799852297175000,"indexed_at_ns":1786863535484496000,"word_count":83},"backend/test/jest-e2e.json":{"size":183,"mtime_ns":1783764561762911800,"indexed_at_ns":1786863680450825300,"word_count":17,"hashes":{"backend/test/jest-e2e.json":"94091f560937212ad7027afcb77e62e6ac79e3e4cb401c3a16a56e7be4cac721"}},"backend/tsconfig.build.json":{"size":107,"mtime_ns":1783764561763447000,"indexed_at_ns":1786863680451826600,"word_count":10,"hashes":{"backend/tsconfig.build.json":"1f47c7dc3c8b5a15558654f45f21e0f553acc1680046f09dc24428e8538c4f9d"}},"backend/tsconfig.json":{"size":785,"mtime_ns":1787073059116167600,"indexed_at_ns":1787073221601771200,"word_count":56,"hashes":{"backend/tsconfig.json":"9b20fbca537d1e55f3a113fcee6683f0eb1f06752d3c8c52edf26eef8e2053f2"}},"backend/uploads/1781288429353-508765350.jpg":{"size":110246,"mtime_ns":1783764561766257000,"indexed_at_ns":1786863694120021300,"word_count":3882,"hashes":{"backend/uploads/1781288429353-508765350.jpg":"c9e532f0482584a2edf76404b86ef82679e5387079d73c59f10234de24ad5074"}},"canina.md":{"size":21919,"mtime_ns":1786885876809472400,"indexed_at_ns":1786946194592944400,"word_count":1983,"hashes":{"canina.md":"a8967d10e744c46846c8bfc6cc7f9a0aae8c2175dfbe49ff9de75bc5dce87850"}},"canina.pdf":{"size":2858373,"mtime_ns":1785148022370811500,"indexed_at_ns":1786863694095027500,"word_count":0,"hashes":{"canina.pdf":"a52d90e6dffb96dae468ba96f76239762b341751a6455734d75fadd22f30c87c"}},"docker-compose.yml":{"size":2193,"mtime_ns":1786883225811564200,"indexed_at_ns":1786946194593946400,"word_count":127,"hashes":{"docker-compose.yml":"6e0091c4f1b3868a5e2321678c549f6c95cbf5fd266da06a144976295d8a2c64"}},"docs/01-introduction.md":{"size":5537,"mtime_ns":1786885876812474900,"indexed_at_ns":1786946194594944700,"word_count":523,"hashes":{"docs/01-introduction.md":"18176d1abd1352f12e1ccfa2c2cc84d4673b22b682b2aeb91b1a6bf4a607ae05"}},"docs/02-user-guide.md":{"size":4303,"mtime_ns":1786885876813985900,"indexed_at_ns":1786946194595944800,"word_count":422,"hashes":{"docs/02-user-guide.md":"a7842a7ac89eb8872028f50e9c907a0f2e7968c419a5f157c10c62dad8e85b00"}},"docs/03-developer-guide.md":{"size":6717,"mtime_ns":1783764561771660500,"indexed_at_ns":1786863693969714100,"word_count":678,"hashes":{"docs/03-developer-guide.md":"84a16e17d0433edd8631789bdec3bbd7e6f716059cd064843ed8087eea9e2eeb"}},"docs/04-setup-and-deployment.md":{"size":4005,"mtime_ns":1787127978256847800,"indexed_at_ns":1787139163415229000,"word_count":425,"hashes":{"docs/04-setup-and-deployment.md":"aee712cb19a8475be75f8073f7e39870e704923a561ffb9f4ce4b31b1d4bd830"}},"docs/05-devops-and-monitoring.md":{"size":3590,"mtime_ns":1783764561774446100,"indexed_at_ns":1786863693972714000,"word_count":374,"hashes":{"docs/05-devops-and-monitoring.md":"53f1f45bbbdd3cf81cb4bc082ef4e49f506627f10f581d3c4b835028d02b5421"}},"docs/06-testing.md":{"size":4214,"mtime_ns":1783764561774967500,"indexed_at_ns":1786863693973713900,"word_count":457,"hashes":{"docs/06-testing.md":"69d50bd5e233f030d8076b55b69599cee201e1c393b7ee1beeb495c304fd4bd3"}},"docs/README.md":{"size":2740,"mtime_ns":1786885876816996700,"indexed_at_ns":1786946139726247300,"word_count":253,"hashes":{"docs/readme.md":"1b7ffde4b290e742802fc554f2dd2f7a2316fe25bd1cd328421ffa823b36f40f"}},"docs/audit/00-repository-map.md":{"size":3171,"mtime_ns":1786799852298174200,"indexed_at_ns":1786863693977222500,"word_count":351,"hashes":{"docs/audit/00-repository-map.md":"dde4a63c991d0f469086a147df03b97d8370cd75fa19cc83af1199f267d7bc55"}},"docs/audit/01-system-discovery.md":{"size":3790,"mtime_ns":1786799852299174400,"indexed_at_ns":1786863693979222500,"word_count":467,"hashes":{"docs/audit/01-system-discovery.md":"6c91253cac025506db71adea33a054f88f4c367ba81fc3cb1b85c2bdcfec5c70"}},"docs/audit/02-audit-plan.md":{"size":5058,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693980222600,"word_count":530,"hashes":{"docs/audit/02-audit-plan.md":"b623d8f8c2b8a14c1ddca1ad956cd8afc9203f7a94eda8e63fd608bc8e9164d1"}},"docs/audit/03-baseline-command-plan.md":{"size":4904,"mtime_ns":1786799852300175400,"indexed_at_ns":1786863693982222800,"word_count":735,"hashes":{"docs/audit/03-baseline-command-plan.md":"fcf49beae52c69d7e9cf85967f028052fa1a78eaae5a2bb9b18072b0273e80e1"}},"docs/audit/04-open-questions.md":{"size":1690,"mtime_ns":1786799852301682100,"indexed_at_ns":1786863693983784800,"word_count":224,"hashes":{"docs/audit/04-open-questions.md":"02fbd51a9131da0b12122a5280cc6f842c299b436a72b117e2263f011b9ebf9c"}},"docs/audit/05-architectural-audit.md":{"size":4884,"mtime_ns":1786799852302689800,"indexed_at_ns":1786863693984790400,"word_count":560,"hashes":{"docs/audit/05-architectural-audit.md":"8977a5c304b3fe86636579d498a459ac98359c34f1062bf731b02f4602c0e94f"}},"docs/audit/06-storefront-audit.md":{"size":4191,"mtime_ns":1786799852303691400,"indexed_at_ns":1786863693987299500,"word_count":520,"hashes":{"docs/audit/06-storefront-audit.md":"1e2f2d9d867dc553f503ef91b3bd60310202225da12bc7d324e192f4e15d8c38"}},"docs/audit/07-backend-audit.md":{"size":5037,"mtime_ns":1786799852304689900,"indexed_at_ns":1786863693989301000,"word_count":581,"hashes":{"docs/audit/07-backend-audit.md":"0436a967b82026334bf45c9ca677d1e79ce688681bea4dc06a7fd19e2d5a2129"}},"docs/audit/08-admin-features-audit.md":{"size":4222,"mtime_ns":1786799852305951400,"indexed_at_ns":1786863693990300000,"word_count":479,"hashes":{"docs/audit/08-admin-features-audit.md":"dda5b0bae4f843a51274269dcb91d8b65db2f2917d336d511790da4718b05b8d"}},"docs/audit/09-database-audit.md":{"size":4126,"mtime_ns":1786799852306969500,"indexed_at_ns":1786863693992299700,"word_count":521,"hashes":{"docs/audit/09-database-audit.md":"d4f82b84ae6c1899ab4da1310414d993d9c23dcd2759120fbe551f5b8da95a08"}},"docs/audit/10-security-audit.md":{"size":5560,"mtime_ns":1786799852307952600,"indexed_at_ns":1786863693994299500,"word_count":678,"hashes":{"docs/audit/10-security-audit.md":"574df31423bd28b3cd58134e7c7e8780f4e2e46c760a372e0e2592c1e83bba4e"}},"docs/audit/11-code-quality-audit.md":{"size":3379,"mtime_ns":1786799852308957000,"indexed_at_ns":1786863693995299500,"word_count":419,"hashes":{"docs/audit/11-code-quality-audit.md":"b6b9a4845e0bd5674d897c08f5451f8cab4df22722826f7c9d55ca19b94d88da"}},"docs/audit/12-testing-audit.md":{"size":4106,"mtime_ns":1786799852309952600,"indexed_at_ns":1786863693997807500,"word_count":486,"hashes":{"docs/audit/12-testing-audit.md":"8bdf2058520a88de4d08c0635999de8f79fdab83055ef560ca3a865026b6450a"}},"docs/audit/13-devops-audit.md":{"size":3435,"mtime_ns":1786799852310953800,"indexed_at_ns":1786863693999375100,"word_count":440,"hashes":{"docs/audit/13-devops-audit.md":"d21daac201fcfc3a0e27c27348806f3f5d2790071578dcb98e7869cd6e9ec8a9"}},"docs/audit/14-documentation-audit.md":{"size":3311,"mtime_ns":1786799852311952200,"indexed_at_ns":1786863694001567900,"word_count":379,"hashes":{"docs/audit/14-documentation-audit.md":"e64be175bd632a05e37be823621eb8a8f13bdb74887d10f5f20887d41cef5c62"}},"docs/audit/15-raw-findings-index.json":{"size":9909,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863680454829500,"word_count":817,"hashes":{"docs/audit/15-raw-findings-index.json":"3c1e582431f5f25edd2c38285c9d59f83c83d5348eaf0ced91d6e7c94a9afb6d"}},"docs/audit/16-deep-audit-summary.md":{"size":3111,"mtime_ns":1786799852313066900,"indexed_at_ns":1786863694003567300,"word_count":393,"hashes":{"docs/audit/16-deep-audit-summary.md":"8ea08de6ac54dddd9da6de934bc850bb31ab7e3c5470059d02d7f84dd120a0e4"}},"docs/audit/17-source-coverage-manifest.json":{"size":128714,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863680455826100,"word_count":7827,"hashes":{"docs/audit/17-source-coverage-manifest.json":"834e6c341db760439d2e7a9c17531b03c17151ab0f2f16b92aac8a350bcae51d"}},"docs/audit/18-compiler-diagnostic-dispositions.md":{"size":1961,"mtime_ns":1786799852315065000,"indexed_at_ns":1786863694005566900,"word_count":285,"hashes":{"docs/audit/18-compiler-diagnostic-dispositions.md":"246b9164725e89c67c76f2305cd128f0c0f9bfdba46e45e0e958fe92ccdcda53"}},"docs/audit/19-finding-verification-report.md":{"size":5464,"mtime_ns":1786799852316064800,"indexed_at_ns":1786863694007070200,"word_count":753,"hashes":{"docs/audit/19-finding-verification-report.md":"1cd1bc37f9e76ba7e4d4ef82b8565def786abfeb159bc4d822e364e3f2ea694f"}},"docs/audit/20-verified-findings-index.json":{"size":21797,"mtime_ns":1786799852317071400,"indexed_at_ns":1786863680457826600,"word_count":1903,"hashes":{"docs/audit/20-verified-findings-index.json":"b20d0b140bd727faefde9f29aa4d787199dd386464030eecdf58e5a8ab629442"}},"docs/audit/21-phase2-quality-gate-summary.md":{"size":1706,"mtime_ns":1786799852318066000,"indexed_at_ns":1786863694009077900,"word_count":211,"hashes":{"docs/audit/21-phase2-quality-gate-summary.md":"1b117f866e73cd17c43e3a4e856584f03997a3c897d1de9afbd128ff8a86d09e"}},"docs/audit/22-tracked-first-party-files.txt":{"size":4452,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694010075200,"word_count":139,"hashes":{"docs/audit/22-tracked-first-party-files.txt":"ef7fc17de970cd3f397eea961bcaf76abff15589c0fa13f92b47d42e637231c6"}},"docs/audit/23-untracked-first-party-files.txt":{"size":59,"mtime_ns":1786799852319066000,"indexed_at_ns":1786863694012075400,"word_count":7,"hashes":{"docs/audit/23-untracked-first-party-files.txt":"ffa5caec5c75b4013f7c136efed9e944c705e756f4f26e53da73e871a02d704c"}},"docs/audit/24-omitted-file-inspection-report.md":{"size":2462,"mtime_ns":1786799852320065700,"indexed_at_ns":1786863694014075600,"word_count":227,"hashes":{"docs/audit/24-omitted-file-inspection-report.md":"d4484eea65f1861b9b6a30813d2c233d947c2965a13ed5b399462b80ca9c1513"}},"docs/audit/25-reference-integrity-validation.json":{"size":1002,"mtime_ns":1786799852321571600,"indexed_at_ns":1786863680458826600,"word_count":82,"hashes":{"docs/audit/25-reference-integrity-validation.json":"31b900ed297325cabee3e0804809ecd4229f4427283e449f5d82951bb5ed7fde"}},"docs/audit/26-phase2-integrity-repair-report.md":{"size":3191,"mtime_ns":1786799852322091800,"indexed_at_ns":1786863694015640600,"word_count":385,"hashes":{"docs/audit/26-phase2-integrity-repair-report.md":"2b2f385705db6729fccedc63db0f5709afa23e08a80fc859fe0138b416356cd9"}},"docs/audit/27-all-tracked-repository-files.txt":{"size":4631,"mtime_ns":1786799852323099900,"indexed_at_ns":1786863694017145600,"word_count":148,"hashes":{"docs/audit/27-all-tracked-repository-files.txt":"3f312a5c642e6a27446dc35a6c50dacd10e43c1cc9eeb637a49ba61343ce2b69"}},"docs/audit/28-full-repository-classification.json":{"size":27913,"mtime_ns":1786799852324099500,"indexed_at_ns":1786863680460331400,"word_count":1782,"hashes":{"docs/audit/28-full-repository-classification.json":"bcb50229ceddb267c8839ee69c05f5e5c8c4460485c92849532bcf163c37faa8"}},"docs/audit/29-file-content-evidence.json":{"size":109095,"mtime_ns":1786799852325608100,"indexed_at_ns":1786863680462336500,"word_count":9098,"hashes":{"docs/audit/29-file-content-evidence.json":"c4696525e8ab3c252ff9b6b38d5882225e0a9016698111df28064edbe7bf5124"}},"docs/audit/30-compiler-diagnostics-index.json":{"size":3707,"mtime_ns":1786799852326617100,"indexed_at_ns":1786863680463336700,"word_count":324,"hashes":{"docs/audit/30-compiler-diagnostics-index.json":"85bd1a964e41cc5e615c7260be2beb54b49dd444da40d96ae31e2a33c1c6bc24"}},"docs/audit/31-module-audit-closure.md":{"size":7587,"mtime_ns":1786799852327616800,"indexed_at_ns":1786863694019150200,"word_count":709,"hashes":{"docs/audit/31-module-audit-closure.md":"a1c9d7902131d71cf87a072876cc309ac8dfc7cd6e1f33e9619ac12d99f685ba"}},"docs/audit/32-evidence-grade-validation.json":{"size":1613,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863680464337900,"word_count":123,"hashes":{"docs/audit/32-evidence-grade-validation.json":"12ddcc21ff65a2aa76845935ebc0d8313c39991335356fbe3ae7cdd201251af5"}},"docs/audit/33-final-phase2-audit-closure.md":{"size":2535,"mtime_ns":1786799852328616800,"indexed_at_ns":1786863694020149300,"word_count":271,"hashes":{"docs/audit/33-final-phase2-audit-closure.md":"217cadb664c7f7d27f8f849ea1249dfd88d5398fd2af154fd385c80e4d559bb1"}},"docs/audit/34-repository-observations.json":{"size":594,"mtime_ns":1786799852329618700,"indexed_at_ns":1786863680466336600,"word_count":49,"hashes":{"docs/audit/34-repository-observations.json":"28ce67ed3f5bcc3e5c3c80d73a16a34d8053d570be0af62be8afaffbc9318a27"}},"docs/audit/35-semantic-review-ledger.json":{"size":99353,"mtime_ns":1786799852330616000,"indexed_at_ns":1786863680467338400,"word_count":6011,"hashes":{"docs/audit/35-semantic-review-ledger.json":"ac0529050e87efc9e2b5a6c5b3a2ce6379186b4b07f23d8ec9cebf214ff885ef"}},"docs/audit/36-mandatory-semantic-scope.json":{"size":7960,"mtime_ns":1786799852331617100,"indexed_at_ns":1786863680468337900,"word_count":638,"hashes":{"docs/audit/36-mandatory-semantic-scope.json":"af62db825dd527009b8d79a6edab6ab627fe55303d3f7fd1c2d8e5fab9a8760b"}},"docs/audit/ADR-AUTH-001.md":{"size":3274,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694022417300,"word_count":398,"hashes":{"docs/audit/adr-auth-001.md":"fd6a6e524d66c57e3f114899323509082af11aa30197a015e1255057c5c3ed98"}},"docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md":{"size":2146,"mtime_ns":1786799852332642700,"indexed_at_ns":1786863694023417200,"word_count":239,"hashes":{"docs/audit/cross_boundary_dependencies.md":"56de72c42fdadf710e0837e0d330dfe36c772602d8f094d0a55dbc5bb16906f3"}},"docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md":{"size":15307,"mtime_ns":1787127978258848200,"indexed_at_ns":1787139154905826700,"word_count":1579},"docs/audit/MASTER-TASK-BACKLOG.md":{"size":30107,"mtime_ns":1786799852335470200,"indexed_at_ns":1786863694026492300,"word_count":3510,"hashes":{"docs/audit/master-task-backlog.md":"6df14e8ae8eca2a7f1d9829a6e9891a89a8565eb5a7362186644208fe8454cdc"}},"docs/audit/audit-state.json":{"size":4135,"mtime_ns":1786799852337382200,"indexed_at_ns":1786863680470337000,"word_count":267,"hashes":{"docs/audit/audit-state.json":"4b804494570a2812170cb8dab35d15da659f57d6e637652328725e956f7d98aa"}},"docs/audit/build_manifest.js":{"size":4060,"mtime_ns":1786799852338393200,"indexed_at_ns":1786863535890477600,"word_count":348},"docs/audit/frontend-route-map.md":{"size":2558,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863694027491500,"word_count":329,"hashes":{"docs/audit/frontend-route-map.md":"e9bf92a931f0727c8054230578943f0fd59cc3ef8f6ac5020155ca42edc93622"}},"docs/audit/generate_classification.js":{"size":2186,"mtime_ns":1786799852339389800,"indexed_at_ns":1786863535904305800,"word_count":204},"docs/audit/generate_evidence.js":{"size":3098,"mtime_ns":1786799852340390100,"indexed_at_ns":1786863535911173400,"word_count":253},"docs/audit/generate_ledger.js":{"size":7648,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535916686900,"word_count":620},"docs/audit/generate_manifest.js":{"size":6357,"mtime_ns":1786799852341897300,"indexed_at_ns":1786863535923771900,"word_count":489},"docs/audit/master-task-backlog.json":{"size":22336,"mtime_ns":1786799852342906700,"indexed_at_ns":1786863680470841000,"word_count":2071,"hashes":{"docs/audit/master-task-backlog.json":"f1c994d971b4e58165ab9f74f8b69b97c07fe74005f64dc11badf5e287b5fd28"}},"docs/audit/phase3-execution-plan.md":{"size":6007,"mtime_ns":1786799852343952400,"indexed_at_ns":1786863694030823300,"word_count":736,"hashes":{"docs/audit/phase3-execution-plan.md":"ab3bc489bde4c86046d35f87c3fb1320acb4fb15d6a3de2e100b05b510aa23b8"}},"docs/audit/phase3-traceability-matrix.md":{"size":5237,"mtime_ns":1786799852344952800,"indexed_at_ns":1786863694031820000,"word_count":692,"hashes":{"docs/audit/phase3-traceability-matrix.md":"c46b1b09c5f6be7f54ba888652e69698b26d955a8e7c8e4fa19cda8729ee2f7b"}},"docs/audit/phase3.1-backlog-review.md":{"size":9737,"mtime_ns":1786799852345952800,"indexed_at_ns":1786863694033821400,"word_count":1202,"hashes":{"docs/audit/phase3.1-backlog-review.md":"021895bb0b90dd75935ebe0317d3198a2c448ccdd6861b1302cc29735f48da82"}},"docs/audit/phase3.1-change-log.md":{"size":3756,"mtime_ns":1786799852346954800,"indexed_at_ns":1786863694035819500,"word_count":451,"hashes":{"docs/audit/phase3.1-change-log.md":"093d244c2788ead47c69e3068ccf66930ba52e04430bdba87020cb4a4edcb817"}},"docs/audit/phase3.2-change-log.md":{"size":8272,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694036820300,"word_count":930,"hashes":{"docs/audit/phase3.2-change-log.md":"00bff98e2ae2ef50c4daf265d5f34469f21c244b6dca88b70e1f9ffa17a71d83"}},"docs/audit/phase3.2-implementation-readiness.md":{"size":4694,"mtime_ns":1786799852347952200,"indexed_at_ns":1786863694039141500,"word_count":517,"hashes":{"docs/audit/phase3.2-implementation-readiness.md":"9f1e0335fdc0fa2db0fd5ceaa97e50be85d04bc1ad5d3db1ef74e85de97f71a6"}},"docs/audit/rebuild_honest_ledger.js":{"size":6113,"mtime_ns":1786799852348952900,"indexed_at_ns":1786863535983025100,"word_count":559},"docs/audit/sync_honest_manifest.js":{"size":1213,"mtime_ns":1786799852349953100,"indexed_at_ns":1786863535988627700,"word_count":75},"docs/audit/sync_manifest.js":{"size":997,"mtime_ns":1786799852350953300,"indexed_at_ns":1786863535995415600,"word_count":62},"docs/audit/validate_evidence_grade.js":{"size":6141,"mtime_ns":1786799852351954100,"indexed_at_ns":1786863536001204900,"word_count":526},"docs/audit/validate_integrity.js":{"size":3408,"mtime_ns":1786799852352952400,"indexed_at_ns":1786863536007942000,"word_count":284},"docs/backlog.md":{"size":26175,"mtime_ns":1786799852356021600,"indexed_at_ns":1786863694040141700,"word_count":2834,"hashes":{"docs/backlog.md":"ce0d907773d5af5539aa04f7035555e47424d396ea6e3a821771ad00f813ccd6"}},"frontend/admin-panel/README.md":{"size":2425,"mtime_ns":1783764561778952800,"indexed_at_ns":1786863694042141900,"word_count":212,"hashes":{"frontend/admin-panel/readme.md":"3945c052249ebd020b013303d5921815b52d847bd36c748a03bfdc8eb2a390b8"}},"frontend/admin-panel/eslint.config.js":{"size":591,"mtime_ns":1785651092991236900,"indexed_at_ns":1786863536031757200,"word_count":48},"frontend/admin-panel/index.html":{"size":363,"mtime_ns":1783764561780558500,"indexed_at_ns":1786863694044141700,"word_count":28,"hashes":{"frontend/admin-panel/index.html":"ecdac8ac0b565720712afa18490bdfad1a643a6c50c1d0b93d12b7acbcf5e3c0"}},"frontend/admin-panel/package.json":{"size":1072,"mtime_ns":1785570791953119000,"indexed_at_ns":1786863680472845200,"word_count":84,"hashes":{"frontend/admin-panel/package.json":"6d61fb108392e86320c75b42e69ba7138bdc47bba4883fafbeb6e661cc5f51e4"}},"frontend/admin-panel/postcss.config.js":{"size":91,"mtime_ns":1783764561796281900,"indexed_at_ns":1786863536049792000,"word_count":11},"frontend/admin-panel/public/favicon.svg":{"size":9522,"mtime_ns":1783764561797801500,"indexed_at_ns":1786863694122123200,"word_count":491,"hashes":{"frontend/admin-panel/public/favicon.svg":"57a824acf3d4ba0b152537d3c0e79795502d3589ca99556a2155c81b6dea663a"}},"frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856792435855000,"indexed_at_ns":1786863694045693300,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"06bcb5a03a381d231568aa217f4bfc1a4446a7cf6574daf93ee6de8830063c67"}},"frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856792445365000,"indexed_at_ns":1786863694046698100,"word_count":15,"hashes":{"frontend/admin-panel/public/fonts/irannastaliq/irannastaliq/read me!.txt":"1653ec43d0db64c9a2d88dd8e064a64e83eee53a97b423ea7a40a865792b38c9"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856792454604400,"indexed_at_ns":1786863694048714800,"word_count":1077,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md":"4003fe6a71221e735897cfe03ac11bd59ef9951572007763151bf95663256a3d"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856792502503100,"indexed_at_ns":1786863694050719800,"word_count":366,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/readme.md":"880beb9c92fd527a098de27bc779b6891a36af98ae994f506a64be199ed50392"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856792546496500,"indexed_at_ns":1786863694123122700,"word_count":10881,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"38008ccacda40353e4f29e912e844ee659cde19dd209dfc1d5c3356e291293f5"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856792548005600,"indexed_at_ns":1786863694052719700,"word_count":951,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/changelog.md":"a735e1b29ad9d3361a0d1ecfd5c1f2f78c200a272918606decc377c469944321"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856792595155200,"indexed_at_ns":1786863694054719200,"word_count":283,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/readme.md":"3b6e2d78372a72b67e339bfd7331d408f43245840749d2f46df5c356a208fbfd"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856792645667900,"indexed_at_ns":1786863694125692200,"word_count":2615,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":"9cefee026dc2387d3c887064f2419098a4c9aadd466a42184e90fa30be5e15a7"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856792646666000,"indexed_at_ns":1786863694055720100,"word_count":55,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/authors.txt":"e22592748c440a3169adec38d57aecfd813b4b98531bbe14df59076e177a452c"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856792647671700,"indexed_at_ns":1786863694057719800,"word_count":5086,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/changelog.md":"5207a2a148ccfd0338342325a39d9b5b2d39514429c93e0aedf68b21f23fd71e"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694060176900,"word_count":671,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/ofl.txt":"8e7ede02bc5fcd7aa4d98a7692cd6f37ea85249c2a1a59574575f7ff57b2c984"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856792648669800,"indexed_at_ns":1786863694061738100,"word_count":270,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/readme.md":"0d736c7dd11e89622e7105e6a5958fc3d83ec827b8a00debc0943bc8e3a3d201"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856792971535000,"indexed_at_ns":1786863694063234100,"word_count":14,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"3c26934ce909cddcd30f32691eac2429205e97f4851b76e0b706da0eb7812c66"}},"frontend/admin-panel/public/icons.svg":{"size":5031,"mtime_ns":1783764561799320300,"indexed_at_ns":1786863694127749600,"word_count":382,"hashes":{"frontend/admin-panel/public/icons.svg":"561374a6f3ff39c2881fc8ab6159875671b9acbaab617f4668819f5a24aa0a85"}},"frontend/admin-panel/src/App.tsx":{"size":1088,"mtime_ns":1786799852365481100,"indexed_at_ns":1786863539542562100,"word_count":99},"frontend/admin-panel/src/assets/hero.png":{"size":13057,"mtime_ns":1783764561812863000,"indexed_at_ns":1786863694128748000,"word_count":437,"hashes":{"frontend/admin-panel/src/assets/hero.png":"9350dcf76831435179214888056799d21b9ec6461f03bcad2fca68fb27dcccd9"}},"frontend/admin-panel/src/assets/react.svg":{"size":4126,"mtime_ns":1783764561813924700,"indexed_at_ns":1786863694131258000,"word_count":366,"hashes":{"frontend/admin-panel/src/assets/react.svg":"3ce66cfff5bb1ef0bc54b14d87fc434fdaa60e3e67406ca0475c8e355daf42c9"}},"frontend/admin-panel/src/assets/vite.svg":{"size":8709,"mtime_ns":1783764561814995700,"indexed_at_ns":1786863694133259500,"word_count":439,"hashes":{"frontend/admin-panel/src/assets/vite.svg":"a3813bb88b8e782e5a04d9d628d2540c4ca7719878f24c62bb3b655861178b41"}},"frontend/admin-panel/src/components/Layout.tsx":{"size":726,"mtime_ns":1784621786958594800,"indexed_at_ns":1786863539569270500,"word_count":69},"frontend/admin-panel/src/components/ProtectedRoute.tsx":{"size":2336,"mtime_ns":1786799852369164100,"indexed_at_ns":1786863539575600400,"word_count":210},"frontend/admin-panel/src/components/Sidebar.tsx":{"size":11532,"mtime_ns":1787071159958925700,"indexed_at_ns":1787072002602535700,"word_count":1032},"frontend/admin-panel/src/components/Topbar.tsx":{"size":14971,"mtime_ns":1786954681821386200,"indexed_at_ns":1786955474679895700,"word_count":1219},"frontend/admin-panel/src/components/ui/ConfirmModal.tsx":{"size":2294,"mtime_ns":1786972191359099700,"indexed_at_ns":1787036705255577800,"word_count":192},"frontend/admin-panel/src/components/ui/MediaSelector.tsx":{"size":21604,"mtime_ns":1787038450536696800,"indexed_at_ns":1787048760373427600,"word_count":1686},"frontend/admin-panel/src/components/ui/Pagination.tsx":{"size":5510,"mtime_ns":1786799852387442100,"indexed_at_ns":1786863539611144600,"word_count":447},"frontend/admin-panel/src/components/ui/Skeleton.tsx":{"size":178,"mtime_ns":1783856792977535800,"indexed_at_ns":1786863539617717100,"word_count":22},"frontend/admin-panel/src/components/ui/Spinner.tsx":{"size":650,"mtime_ns":1783856792979049200,"indexed_at_ns":1786863539624368900,"word_count":67},"frontend/admin-panel/src/main.tsx":{"size":1055,"mtime_ns":1787062325395038600,"indexed_at_ns":1787064654070007900,"word_count":106},"frontend/admin-panel/src/pages/B2BManager.tsx":{"size":25576,"mtime_ns":1786799852391440500,"indexed_at_ns":1786863539640800000,"word_count":1789},"frontend/admin-panel/src/pages/BannersManager.tsx":{"size":20315,"mtime_ns":1786946249965928600,"indexed_at_ns":1786948020244413900,"word_count":1492},"frontend/admin-panel/src/pages/Blogs.tsx":{"size":15530,"mtime_ns":1786799852395957300,"indexed_at_ns":1786863539656035900,"word_count":1186},"frontend/admin-panel/src/pages/CMS.tsx":{"size":10072,"mtime_ns":1786799852400957800,"indexed_at_ns":1786863539663141300,"word_count":805},"frontend/admin-panel/src/pages/Categories.tsx":{"size":15807,"mtime_ns":1786799852404978500,"indexed_at_ns":1786863539670140300,"word_count":1115},"frontend/admin-panel/src/pages/ContactSubmissions.tsx":{"size":12435,"mtime_ns":1786799852405538100,"indexed_at_ns":1786863539677731600,"word_count":859},"frontend/admin-panel/src/pages/Coupons.tsx":{"size":27717,"mtime_ns":1786948119773165300,"indexed_at_ns":1786954590024152800,"word_count":2106},"frontend/admin-panel/src/pages/Dashboard.tsx":{"size":6006,"mtime_ns":1786885876829510000,"indexed_at_ns":1786946090882930200,"word_count":534},"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx":{"size":10347,"mtime_ns":1787071159962925800,"indexed_at_ns":1787072002760813300,"word_count":759},"frontend/admin-panel/src/pages/IngredientsManager.tsx":{"size":18511,"mtime_ns":1786885876833517400,"indexed_at_ns":1786946090899595600,"word_count":1338},"frontend/admin-panel/src/pages/Login.tsx":{"size":11545,"mtime_ns":1787127978262361000,"indexed_at_ns":1787139158589244600,"word_count":838},"frontend/admin-panel/src/pages/Media.tsx":{"size":30239,"mtime_ns":1787056319679248800,"indexed_at_ns":1787056412326949600,"word_count":2368},"frontend/admin-panel/src/pages/Orders.tsx":{"size":47103,"mtime_ns":1787061673975370400,"indexed_at_ns":1787061887699530000,"word_count":3576},"frontend/admin-panel/src/pages/Pets.tsx":{"size":17485,"mtime_ns":1786954681833053600,"indexed_at_ns":1786955474865216500,"word_count":1264},"frontend/admin-panel/src/pages/PrescriptionsManager.tsx":{"size":20017,"mtime_ns":1787056319685764000,"indexed_at_ns":1787056412348725300,"word_count":1478},"frontend/admin-panel/src/pages/Products.tsx":{"size":99995,"mtime_ns":1787055476777432800,"indexed_at_ns":1787056208068458200,"word_count":6721},"frontend/admin-panel/src/pages/Reports.tsx":{"size":13073,"mtime_ns":1786894580141383900,"indexed_at_ns":1786946090950888800,"word_count":972},"frontend/admin-panel/src/pages/SeoSettingsPage.tsx":{"size":15296,"mtime_ns":1787138812006982800,"indexed_at_ns":1787139158637746400,"word_count":1162},"frontend/admin-panel/src/pages/Settings.tsx":{"size":23980,"mtime_ns":1787127978266880800,"indexed_at_ns":1787139158643286200,"word_count":1666},"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx":{"size":14321,"mtime_ns":1786799852443027400,"indexed_at_ns":1786863539783943500,"word_count":1073},"frontend/admin-panel/src/pages/SystemSettingsPage.tsx":{"size":16964,"mtime_ns":1787071159970609000,"indexed_at_ns":1787072002858378100,"word_count":1150},"frontend/admin-panel/src/pages/TestimonialsManager.tsx":{"size":18160,"mtime_ns":1786799852445028000,"indexed_at_ns":1786863539796971000,"word_count":1311},"frontend/admin-panel/src/pages/UITexts.tsx":{"size":69406,"mtime_ns":1787139007812375100,"indexed_at_ns":1787139158698082600,"word_count":5566},"frontend/admin-panel/src/pages/Users.tsx":{"size":42561,"mtime_ns":1786883225813571300,"indexed_at_ns":1786946091025818600,"word_count":2830},"frontend/admin-panel/src/pages/Videos.tsx":{"size":23808,"mtime_ns":1786971396066471600,"indexed_at_ns":1787036705525249500,"word_count":1711},"frontend/admin-panel/src/pages/WholesaleApplications.tsx":{"size":6505,"mtime_ns":1786799852457805400,"indexed_at_ns":1786863539828590300,"word_count":503},"frontend/admin-panel/src/pages/Wiki.tsx":{"size":14792,"mtime_ns":1786885876868308700,"indexed_at_ns":1786946091044162500,"word_count":1144},"frontend/admin-panel/src/routes/adminRoutes.tsx":{"size":5696,"mtime_ns":1787071159976411700,"indexed_at_ns":1787072002910355100,"word_count":551},"frontend/admin-panel/src/services/api.ts":{"size":5190,"mtime_ns":1786896758433963000,"indexed_at_ns":1786946091056675900,"word_count":479},"frontend/admin-panel/src/store/adminAuthStore.ts":{"size":666,"mtime_ns":1786799852469037000,"indexed_at_ns":1786863539858627200,"word_count":65},"frontend/admin-panel/src/types/admin.ts":{"size":4146,"mtime_ns":1787138792701627300,"indexed_at_ns":1787139158753663300,"word_count":454},"frontend/admin-panel/tailwind.config.js":{"size":182,"mtime_ns":1783764561861721300,"indexed_at_ns":1786863539871727500,"word_count":20},"frontend/admin-panel/tsconfig.app.json":{"size":633,"mtime_ns":1787055476779566300,"indexed_at_ns":1787056213292143800,"word_count":48,"hashes":{"frontend/admin-panel/tsconfig.app.json":"2d9838ee1119342fd03bf7644781b8b6aced2cbdc908ff186cdd6ab7ab9ba1c4"}},"frontend/admin-panel/tsconfig.json":{"size":119,"mtime_ns":1783764561863393600,"indexed_at_ns":1786863680475351500,"word_count":15,"hashes":{"frontend/admin-panel/tsconfig.json":"7a6c2e21b6eaa2355b4e2ed29db2a767499a88498bde745cdccf3ba8c7f64f2b"}},"frontend/admin-panel/tsconfig.node.json":{"size":591,"mtime_ns":1783764561863923100,"indexed_at_ns":1786863680476356300,"word_count":44,"hashes":{"frontend/admin-panel/tsconfig.node.json":"035a8143cff9651dbb67885756a07cc3f8ed1c5dcbf04a6e2042600b7989d525"}},"frontend/admin-panel/vite.config.ts":{"size":161,"mtime_ns":1783764561864454900,"indexed_at_ns":1786863539894474200,"word_count":18},"frontend/application/AGENTS.md":{"size":717,"mtime_ns":1787127978268943700,"indexed_at_ns":1787139158793992300,"word_count":88},"frontend/application/CLAUDE.md":{"size":11,"mtime_ns":1783764561866744500,"indexed_at_ns":1786863694066612200,"word_count":1,"hashes":{"frontend/application/claude.md":"0776fbbe8c29c6dc861efa70683090a370ab56dc77c22cb9de74895b4c783320"}},"frontend/application/README.md":{"size":1450,"mtime_ns":1783764561867354300,"indexed_at_ns":1786863694067611900,"word_count":155,"hashes":{"frontend/application/readme.md":"dd829cdf325092d859080ac1db3cbf2cca3198e72834f0f228495ef3c49a2240"}},"frontend/application/app/ClientLayout.tsx":{"size":5386,"mtime_ns":1786891855353571400,"indexed_at_ns":1786946091118817200,"word_count":486},"frontend/application/app/HomeClient.tsx":{"size":13086,"mtime_ns":1786971396071630400,"indexed_at_ns":1787036705615435000,"word_count":839},"frontend/application/app/about/page.tsx":{"size":5706,"mtime_ns":1787138566421552300,"indexed_at_ns":1787139158820035300,"word_count":474},"frontend/application/app/blog/[slug]/page.tsx":{"size":7028,"mtime_ns":1787138758156096300,"indexed_at_ns":1787139158825724600,"word_count":543},"frontend/application/app/blog/page.tsx":{"size":1759,"mtime_ns":1787138524854845400,"indexed_at_ns":1787139158831785500,"word_count":179},"frontend/application/app/catalog/CatalogClient.tsx":{"size":1389,"mtime_ns":1786872121566485100,"indexed_at_ns":1786877276794688700,"word_count":129},"frontend/application/app/catalog/page.tsx":{"size":671,"mtime_ns":1787138495799673400,"indexed_at_ns":1787139158843203500,"word_count":66},"frontend/application/app/checkout/page.tsx":{"size":604,"mtime_ns":1787138686896334900,"indexed_at_ns":1787139158848782800,"word_count":60},"frontend/application/app/checkout/success/[id]/page.tsx":{"size":231,"mtime_ns":1783764561878668300,"indexed_at_ns":1786863539980152400,"word_count":31},"frontend/application/app/contact/page.tsx":{"size":1610,"mtime_ns":1787138589193328500,"indexed_at_ns":1787139158860298500,"word_count":137},"frontend/application/app/dashboard/page.tsx":{"size":638,"mtime_ns":1787138717994706500,"indexed_at_ns":1787139158865062900,"word_count":61},"frontend/application/app/error.tsx":{"size":383,"mtime_ns":1785148022478709000,"indexed_at_ns":1786863539998855700,"word_count":50},"frontend/application/app/layout.tsx":{"size":3492,"mtime_ns":1787138425724425300,"indexed_at_ns":1787139158886454700,"word_count":302},"frontend/application/app/loading.tsx":{"size":1373,"mtime_ns":1785148022487650000,"indexed_at_ns":1786863540025491400,"word_count":122},"frontend/application/app/not-found.tsx":{"size":124,"mtime_ns":1783764561891411400,"indexed_at_ns":1786863540032490900,"word_count":15},"frontend/application/app/page.tsx":{"size":1003,"mtime_ns":1787138449841457500,"indexed_at_ns":1787139158902170400,"word_count":114},"frontend/application/app/privacy/page.tsx":{"size":4098,"mtime_ns":1787138610735697200,"indexed_at_ns":1787139158915050300,"word_count":336},"frontend/application/app/profile/page.tsx":{"size":623,"mtime_ns":1787138729015757900,"indexed_at_ns":1787139158920694700,"word_count":63},"frontend/application/app/robots.ts":{"size":726,"mtime_ns":1787127978290646700,"indexed_at_ns":1787139158926652600,"word_count":68},"frontend/application/app/search/page.tsx":{"size":786,"mtime_ns":1787138648994116400,"indexed_at_ns":1787139158932825000,"word_count":82},"frontend/application/app/shop/[slug]/page.tsx":{"size":4820,"mtime_ns":1787138743125427100,"indexed_at_ns":1787139158938505200,"word_count":414},"frontend/application/app/shop/page.tsx":{"size":1625,"mtime_ns":1787138474105001400,"indexed_at_ns":1787139158944509900,"word_count":177},"frontend/application/app/sitemap.ts":{"size":2034,"mtime_ns":1787127978300409300,"indexed_at_ns":1787139158950137400,"word_count":191},"frontend/application/app/track/page.tsx":{"size":612,"mtime_ns":1787138704711909500,"indexed_at_ns":1787139158955803600,"word_count":60},"frontend/application/app/trust-seals/page.tsx":{"size":6845,"mtime_ns":1787138629697430900,"indexed_at_ns":1787139158961843000,"word_count":538},"frontend/application/app/videos/page.tsx":{"size":642,"mtime_ns":1787138671322188100,"indexed_at_ns":1787139158967527700,"word_count":60},"frontend/application/app/wiki/[slug]/page.tsx":{"size":3050,"mtime_ns":1787138775306146500,"indexed_at_ns":1787139158973410300,"word_count":291},"frontend/application/app/wiki/page.tsx":{"size":910,"mtime_ns":1787138545857887100,"indexed_at_ns":1787139158978714900,"word_count":85},"frontend/application/components/AddressModal.tsx":{"size":16148,"mtime_ns":1786799852571178400,"indexed_at_ns":1786863540130732600,"word_count":1109},"frontend/application/components/ArchivePage.tsx":{"size":35159,"mtime_ns":1786965281354276400,"indexed_at_ns":1787036705795226700,"word_count":2747},"frontend/application/components/AuthModal.tsx":{"size":44845,"mtime_ns":1786891855357691900,"indexed_at_ns":1786946091341971300,"word_count":2978},"frontend/application/components/B2BPortal.tsx":{"size":14014,"mtime_ns":1786894580156857600,"indexed_at_ns":1786946091352003200,"word_count":1094},"frontend/application/components/BackButton.tsx":{"size":1120,"mtime_ns":1786965281357277800,"indexed_at_ns":1787036705811698000,"word_count":117},"frontend/application/components/BlogPage.tsx":{"size":24632,"mtime_ns":1786965281359791500,"indexed_at_ns":1787036705822321700,"word_count":1511},"frontend/application/components/CartDrawer.tsx":{"size":20230,"mtime_ns":1786799852599390300,"indexed_at_ns":1786863540173272000,"word_count":1339},"frontend/application/components/CheckoutPage.tsx":{"size":49233,"mtime_ns":1786965281362524000,"indexed_at_ns":1787036705838034700,"word_count":3309},"frontend/application/components/ContactFormClient.tsx":{"size":10535,"mtime_ns":1787127978310946300,"indexed_at_ns":1787139159036687700,"word_count":775},"frontend/application/components/DeleteConfirmModal.tsx":{"size":2328,"mtime_ns":1786799852608752300,"indexed_at_ns":1786863540195843400,"word_count":195},"frontend/application/components/EnamadBadge.tsx":{"size":1516,"mtime_ns":1786799852612361900,"indexed_at_ns":1786863540202352600,"word_count":114},"frontend/application/components/ErrorBoundary.tsx":{"size":2617,"mtime_ns":1786799852614549600,"indexed_at_ns":1786863540208609600,"word_count":235},"frontend/application/components/ErrorPages.tsx":{"size":2809,"mtime_ns":1786885876920726400,"indexed_at_ns":1786946091441576800,"word_count":243},"frontend/application/components/FeaturedProducts.tsx":{"size":9923,"mtime_ns":1786799852624407000,"indexed_at_ns":1786863540221425100,"word_count":840},"frontend/application/components/Footer.tsx":{"size":12573,"mtime_ns":1786974487725686400,"indexed_at_ns":1787036705876142300,"word_count":847},"frontend/application/components/Header.tsx":{"size":28541,"mtime_ns":1787041925937035500,"indexed_at_ns":1787048760926003700,"word_count":2015},"frontend/application/components/HeaderButton.tsx":{"size":2242,"mtime_ns":1786799852637156100,"indexed_at_ns":1786863540242057800,"word_count":208},"frontend/application/components/Hero.tsx":{"size":18482,"mtime_ns":1787068406943279200,"indexed_at_ns":1787071044834822100,"word_count":1545},"frontend/application/components/IngredientWiki.tsx":{"size":20337,"mtime_ns":1786965281374206800,"indexed_at_ns":1787036705899368800,"word_count":1496},"frontend/application/components/LoginModal.tsx":{"size":13846,"mtime_ns":1786885876932267500,"indexed_at_ns":1786946091505536900,"word_count":1121},"frontend/application/components/MaintenancePage.tsx":{"size":3686,"mtime_ns":1786946249984693000,"indexed_at_ns":1786948020776802400,"word_count":313},"frontend/application/components/NetworkBanner.tsx":{"size":2350,"mtime_ns":1786799852662138900,"indexed_at_ns":1786863540279146900,"word_count":214},"frontend/application/components/OrderDetailsModal.tsx":{"size":36146,"mtime_ns":1787056525031027400,"indexed_at_ns":1787061531144841600,"word_count":2479},"frontend/application/components/OrderSuccess.tsx":{"size":6396,"mtime_ns":1786799852665542300,"indexed_at_ns":1786863540291787200,"word_count":521},"frontend/application/components/OrderTracking.tsx":{"size":9106,"mtime_ns":1786965281380189400,"indexed_at_ns":1787036705931705500,"word_count":663},"frontend/application/components/PetProfile.tsx":{"size":81062,"mtime_ns":1786965281382201600,"indexed_at_ns":1787036705936930900,"word_count":5716},"frontend/application/components/PrescriptionUploadModal.tsx":{"size":18907,"mtime_ns":1786965281385656300,"indexed_at_ns":1787036705943755800,"word_count":1331},"frontend/application/components/ProductPage.tsx":{"size":68478,"mtime_ns":1787055297195058900,"indexed_at_ns":1787055353519520300,"word_count":4863},"frontend/application/components/SafeImage.tsx":{"size":2283,"mtime_ns":1787074301691219600,"indexed_at_ns":1787075013062166200,"word_count":196},"frontend/application/components/SearchResultsPage.tsx":{"size":8335,"mtime_ns":1786799852701578200,"indexed_at_ns":1786863540335701600,"word_count":594},"frontend/application/components/SearchableSelect.tsx":{"size":4375,"mtime_ns":1785575516155554800,"indexed_at_ns":1786863540342211100,"word_count":336},"frontend/application/components/Skeleton.tsx":{"size":3084,"mtime_ns":1783764561943996900,"indexed_at_ns":1786863540349888700,"word_count":291},"frontend/application/components/SmartAdvisor.tsx":{"size":33571,"mtime_ns":1786894580167908400,"indexed_at_ns":1786946091629542000,"word_count":2534},"frontend/application/components/TickerBanner.tsx":{"size":1605,"mtime_ns":1786885876960835800,"indexed_at_ns":1786946091635653200,"word_count":140},"frontend/application/components/Tooltip.tsx":{"size":2771,"mtime_ns":1786885876964103200,"indexed_at_ns":1786946091641165300,"word_count":227},"frontend/application/components/TopUpModal.tsx":{"size":9142,"mtime_ns":1786890779336880900,"indexed_at_ns":1786946091647541000,"word_count":717},"frontend/application/components/UserDashboard.tsx":{"size":91855,"mtime_ns":1786965281395194200,"indexed_at_ns":1787036706011572900,"word_count":5838},"frontend/application/components/VetGallery.tsx":{"size":8292,"mtime_ns":1787074301692915100,"indexed_at_ns":1787075013128095500,"word_count":643},"frontend/application/components/VideosPage.tsx":{"size":7000,"mtime_ns":1787048863693787300,"indexed_at_ns":1787055187240955400,"word_count":531},"frontend/application/components/__tests__/CartDrawer.test.tsx":{"size":3197,"mtime_ns":1786799852761825800,"indexed_at_ns":1786863540412200800,"word_count":285},"frontend/application/components/__tests__/FeaturedProducts.test.tsx":{"size":3115,"mtime_ns":1786799852765632100,"indexed_at_ns":1786863540419710400,"word_count":242},"frontend/application/components/__tests__/Footer.test.tsx":{"size":1649,"mtime_ns":1786885876976595100,"indexed_at_ns":1786946091695116800,"word_count":139},"frontend/application/components/__tests__/Header.test.tsx":{"size":3277,"mtime_ns":1786799852770019100,"indexed_at_ns":1786863540434730400,"word_count":261},"frontend/application/components/__tests__/Hero.test.tsx":{"size":1980,"mtime_ns":1786799852776010800,"indexed_at_ns":1786863540442340400,"word_count":192},"frontend/application/components/__tests__/Tooltip.test.tsx":{"size":1508,"mtime_ns":1786799852784348900,"indexed_at_ns":1786863540450854900,"word_count":137},"frontend/application/eslint.config.mjs":{"size":465,"mtime_ns":1785651092993484500,"indexed_at_ns":1786863540456944500,"word_count":42},"frontend/application/lib/data/products.ts":{"size":103754,"mtime_ns":1787040318681263400,"indexed_at_ns":1787048761176614400,"word_count":9701},"frontend/application/lib/data/provinces.ts":{"size":2993,"mtime_ns":1785571725610676000,"indexed_at_ns":1786863540475337300,"word_count":203},"frontend/application/lib/data/scientificTerms.ts":{"size":18042,"mtime_ns":1786958978743097300,"indexed_at_ns":1786960870219714000,"word_count":1756},"frontend/application/lib/hooks/useNetworkStatus.ts":{"size":610,"mtime_ns":1786799852793488000,"indexed_at_ns":1786863540490904900,"word_count":59},"frontend/application/lib/services/api.ts":{"size":3694,"mtime_ns":1786954681844297300,"indexed_at_ns":1786955475523413700,"word_count":391},"frontend/application/lib/services/authService.ts":{"size":4524,"mtime_ns":1786885876986184800,"indexed_at_ns":1786946091788097500,"word_count":509},"frontend/application/lib/services/orderService.ts":{"size":2428,"mtime_ns":1786799852810726500,"indexed_at_ns":1786863540512358400,"word_count":279},"frontend/application/lib/services/productService.ts":{"size":13279,"mtime_ns":1787055297200644500,"indexed_at_ns":1787055353700737000,"word_count":1177},"frontend/application/lib/services/videoService.ts":{"size":1234,"mtime_ns":1786967385871970500,"indexed_at_ns":1787036706151302400,"word_count":144},"frontend/application/lib/store/__tests__/cartStore.test.ts":{"size":4430,"mtime_ns":1786799852822036900,"indexed_at_ns":1786863540533965000,"word_count":386},"frontend/application/lib/store/__tests__/settingsStore.test.ts":{"size":1949,"mtime_ns":1783856793043803200,"indexed_at_ns":1786863540540796300,"word_count":194},"frontend/application/lib/store/__tests__/userStore.test.ts":{"size":3639,"mtime_ns":1786799852825547700,"indexed_at_ns":1786863540547305500,"word_count":289},"frontend/application/lib/store/cartStore.ts":{"size":6972,"mtime_ns":1786895436235684300,"indexed_at_ns":1786946091844031100,"word_count":697},"frontend/application/lib/store/settingsStore.ts":{"size":3630,"mtime_ns":1786948119787096800,"indexed_at_ns":1786954590768008200,"word_count":371},"frontend/application/lib/store/uiStore.ts":{"size":872,"mtime_ns":1786799852833588000,"indexed_at_ns":1786863540568531000,"word_count":100},"frontend/application/lib/store/usePetStore.ts":{"size":8680,"mtime_ns":1786954681845300600,"indexed_at_ns":1786955475589806900,"word_count":850},"frontend/application/lib/store/userStore.ts":{"size":10236,"mtime_ns":1786885876994698300,"indexed_at_ns":1786946091871573500,"word_count":883},"frontend/application/lib/types.ts":{"size":2194,"mtime_ns":1786799852840111800,"indexed_at_ns":1786863540590778900,"word_count":237},"frontend/application/lib/utils.ts":{"size":478,"mtime_ns":1786799852847284000,"indexed_at_ns":1786863540596780000,"word_count":61},"frontend/application/next.config.ts":{"size":1930,"mtime_ns":1787127978314454800,"indexed_at_ns":1787139159413953600,"word_count":181},"frontend/application/package.json":{"size":844,"mtime_ns":1786799852863132300,"indexed_at_ns":1786863680477356100,"word_count":72,"hashes":{"frontend/application/package.json":"3ffd8078128454f22679add155e8304ffb9476e630e847cd895ffb1422db1b5f"}},"frontend/application/postcss.config.mjs":{"size":94,"mtime_ns":1783764561988252100,"indexed_at_ns":1786863540617596000,"word_count":13},"frontend/application/public/assets/images/hero-section-image.png":{"size":6990105,"mtime_ns":1783856793095044200,"indexed_at_ns":1786863694135258700,"word_count":267685,"hashes":{"frontend/application/public/assets/images/hero-section-image.png":"13c3a8c4b520c0f0500833b266f6e4755a2c0e86904dc89c1d0243136cd9e090"}},"frontend/application/public/assets/images/regenerated_image_1779109861747.png":{"size":2269101,"mtime_ns":1783764562014110300,"indexed_at_ns":1786863694155060900,"word_count":84979,"hashes":{"frontend/application/public/assets/images/regenerated_image_1779109861747.png":"1dad8a2330655c9068cefc35c7e69370d06305219d6a38d82630043805ac39a9"}},"frontend/application/public/file.svg":{"size":391,"mtime_ns":1783764562016213600,"indexed_at_ns":1786863694164180800,"word_count":50,"hashes":{"frontend/application/public/file.svg":"1119e2ef995a10263472a09138d843b9f5924e1f4b6f84d2168226327ace0be1"}},"frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":281,"mtime_ns":1783856793098052000,"indexed_at_ns":1786863694070120000,"word_count":15,"hashes":{"frontend/application/public/fonts/a-iranian-sans/a-iranian-sans/read me!.txt":"6c2a924fd200fa301020be822d33307191d295b2c6b7e731785c02929b6a0fb1"}},"frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":281,"mtime_ns":1783856793107660400,"indexed_at_ns":1786863694072123000,"word_count":15,"hashes":{"frontend/application/public/fonts/irannastaliq/irannastaliq/read me!.txt":"79166364479f09a129d20f508898f5a23d90937b337db1d2c2a64c2cda022e1f"}},"frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8519,"mtime_ns":1783856793113660500,"indexed_at_ns":1786863694073120500,"word_count":1077,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/changelog.md":"be9b046e69dc5442c30d61cca51a69e4238f861da265d1ce8cd0192bafce40a9"}},"frontend/application/public/fonts/sahel-font-v3.4.0/README.md":{"size":4136,"mtime_ns":1783856793156251700,"indexed_at_ns":1786863694075624200,"word_count":366,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/readme.md":"9b0e689f6474b487d70db0ecb05321072f15df92266522497b60aaa47579aac5"}},"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1783856793229119700,"indexed_at_ns":1786863694169221500,"word_count":10881,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":"0825bc4a5adf33cea89ddbb0754a9951481f92beed22cc4ae9be5c59c8847c7f"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7177,"mtime_ns":1783856793230118600,"indexed_at_ns":1786863694077307600,"word_count":951,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/changelog.md":"575542fd432a1b489570fce6eead03ca964b61d038ee9f3bd9181d6c07fec8b2"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3696,"mtime_ns":1783856793279542700,"indexed_at_ns":1786863694079312500,"word_count":283,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/readme.md":"f9e5953869832730d4169ced95c5b978ef4d156f0114de6b27f37025fd5e7054"}},"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1783856793315146800,"indexed_at_ns":1786863694176105400,"word_count":2615,"hashes":{"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":"01816e4165a20a19dbd7c57390bc7d06119e51479c968568396df53bd3116fec"}},"frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":339,"mtime_ns":1783856793316155600,"indexed_at_ns":1786863694080379500,"word_count":55,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/authors.txt":"0c05de46944017b09527017814eae25279495af7920f59181720a034e84ab759"}},"frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":38550,"mtime_ns":1783856793317690100,"indexed_at_ns":1786863694082379200,"word_count":5086,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/changelog.md":"323e095d50626f73023efa85133687134ad8808333e908c41b9a3e61f225edbf"}},"frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4391,"mtime_ns":1783856793319422000,"indexed_at_ns":1786863694084379300,"word_count":671,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/ofl.txt":"756a84fec3f8eaf480849631710c21e3d503b11e50081b84fb4d31a4d970208a"}},"frontend/application/public/fonts/vazirmatn-v33.003/README.md":{"size":2339,"mtime_ns":1783856793320489000,"indexed_at_ns":1786863694085379400,"word_count":270,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/readme.md":"cee7881a2b9d08b4fe358b683fdde88fa7f8fafb7f53852216a080d291460ca0"}},"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":211,"mtime_ns":1783856793668096800,"indexed_at_ns":1786863694087379500,"word_count":14,"hashes":{"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":"aa327615c816569057ced5f2c9993f791a1521e2bd4eab0ab992baf173159217"}},"frontend/application/public/globe.svg":{"size":1035,"mtime_ns":1783764562016720700,"indexed_at_ns":1786863694180121600,"word_count":154,"hashes":{"frontend/application/public/globe.svg":"93cd319cc2847a02f77034690697e90991e4e520dddb486c49db6d157f61a410"}},"frontend/application/public/next.svg":{"size":1375,"mtime_ns":1783764562018238900,"indexed_at_ns":1786863694181884500,"word_count":183,"hashes":{"frontend/application/public/next.svg":"b30f61c9863dba2a8d332f310e20fbca37330c1c68612d0f0b453a0b202e836a"}},"frontend/application/public/vercel.svg":{"size":128,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694184891200,"word_count":12,"hashes":{"frontend/application/public/vercel.svg":"c88132dfd92b424991c922c4121ed83833f9a07d7046def18dd3ccd44ac25e84"}},"frontend/application/public/window.svg":{"size":385,"mtime_ns":1783764562019253000,"indexed_at_ns":1786863694190022700,"word_count":63,"hashes":{"frontend/application/public/window.svg":"20a1be5f2149ff9ae12c5facdd302bc535ba215694bf31eea01cd014322d20fa"}},"frontend/application/tsconfig.json":{"size":750,"mtime_ns":1786799852865640000,"indexed_at_ns":1786863680478356000,"word_count":61,"hashes":{"frontend/application/tsconfig.json":"adcade0f962ec5888be99b4b1402d98812cfd570b0c5669bda73142b2cb9210d"}},"frontend/application/vitest.config.ts":{"size":244,"mtime_ns":1786799852868652900,"indexed_at_ns":1786863544320193300,"word_count":25},"frontend/application/vitest.setup.ts":{"size":532,"mtime_ns":1786799852870650700,"indexed_at_ns":1786863544326240200,"word_count":58},"metadata.json":{"size":334,"mtime_ns":1783856793672137200,"indexed_at_ns":1786863680479357400,"word_count":35,"hashes":{"metadata.json":"c44b4c4ba60752554ceae65e2f22bddb756cbeb25a4a31ee79160b6eb182255a"}},"package.json":{"size":992,"mtime_ns":1783856793674105800,"indexed_at_ns":1786863680481374200,"word_count":118,"hashes":{"package.json":"0157b70b08d4db87730d29b1da6749d719cc3f815c2c01d0c5cd29042f4d0bcf"}},"prometheus.yml":{"size":164,"mtime_ns":1783764562027779300,"indexed_at_ns":1786863694089379300,"word_count":13,"hashes":{"prometheus.yml":"6efadd3eaf7bcdf8e425488e92b4262447caba278f55a179b9bd4a12d5dfc721"}},"scripts/backup_db.sh":{"size":1362,"mtime_ns":1786799852876784600,"indexed_at_ns":1786863680482378900,"word_count":134,"hashes":{"scripts/backup_db.sh":"f90cf2d0c954f3eaca83566ccb365bff62fd97a2af0225816c19902ee4dfdd6c"}},"scripts/compose.prod.yml":{"size":2166,"mtime_ns":1787077093990777200,"indexed_at_ns":1787077478061015900,"word_count":120},"scripts/compose.stage.yml":{"size":2557,"mtime_ns":1787077093991779700,"indexed_at_ns":1787077478067146900,"word_count":137},"scripts/deploy.sh":{"size":3346,"mtime_ns":1787136904559094200,"indexed_at_ns":1787139163265583200,"word_count":351,"hashes":{"scripts/deploy.sh":"64d276bb6eb6cfb83690c529b9d1c0c71fa46aa912a458f684dfcf842fab2aea"}},"scripts/open-browsers.js":{"size":1551,"mtime_ns":1783764562028780800,"indexed_at_ns":1786863544379330800,"word_count":202},"scripts/start-dev.js":{"size":1689,"mtime_ns":1787072106514646900,"indexed_at_ns":1787072949743409000,"word_count":186},"start.sh":{"size":26,"mtime_ns":1784033954813080300,"indexed_at_ns":1786863680484972600,"word_count":4,"hashes":{"start.sh":"694c258b963c309734a3316c770f5fef29703bc6f24754b04155fd8db94cf862"}},"swagger.yml":{"size":95785,"mtime_ns":1786799852892091600,"indexed_at_ns":1786863694094028500,"word_count":7031,"hashes":{"swagger.yml":"9ee34edd53820461e0a043109976532a305cb26a4ff9e265eb8a5883dd42dd53"}},".antigravity/instructions.md":{"size":226,"mtime_ns":1786870552833405800,"indexed_at_ns":1786877281836081000,"word_count":29,"hashes":{".antigravity/instructions.md":"8d8f5c1bbdbb7b8045e02b06a50e68d3fcfabfb2d65f8ac1cd86168dc8a8cc96"}},".antigravity/workflows/graphify.md":{"size":43292,"mtime_ns":1786870552837921500,"indexed_at_ns":1786877281837081200,"word_count":5442,"hashes":{".antigravity/workflows/graphify.md":"0c16b701a50d64f741f6de107c49584012a8dd7f5e922af9f79754540629e2fe"}},".agents/rules/graphify.md":{"size":933,"mtime_ns":1786870552830271100,"indexed_at_ns":1786877281724557600,"word_count":127,"hashes":{".agents/rules/graphify.md":"26f2577a68d808f7f33ec3e418b95b635aec180d93b22b975e9ae67c47e361c8"}},".agents/workflows/graphify.md":{"size":229,"mtime_ns":1786870552832398300,"indexed_at_ns":1786877281726150800,"word_count":37,"hashes":{".agents/workflows/graphify.md":"a81e2d017e0669c71099362b20854e4d9ed68753f1c240d0682120bdb9aa3c72"}},"backend/src/payment/dto/initiate-payment.dto.ts":{"size":775,"mtime_ns":1786870552874246400,"indexed_at_ns":1786877271375657600,"word_count":69},"backend/src/payment/dto/verify-payment.dto.ts":{"size":1421,"mtime_ns":1786894580126857900,"indexed_at_ns":1786946086330048800,"word_count":126},"backend/src/payment/payment.controller.ts":{"size":8637,"mtime_ns":1787072106403101200,"indexed_at_ns":1787072940978007000,"word_count":740},"backend/src/payment/payment.module.ts":{"size":511,"mtime_ns":1786870552877757300,"indexed_at_ns":1786877271399883800,"word_count":53},"backend/src/payment/payment.service.ts":{"size":30030,"mtime_ns":1787072106405769800,"indexed_at_ns":1787072940989076500,"word_count":2696},"backend/src/payment/zibal.service.ts":{"size":12394,"mtime_ns":1787072106407778800,"indexed_at_ns":1787072940994093100,"word_count":1223},"frontend/application/app/payment/verify/page.tsx":{"size":14338,"mtime_ns":1786891855356078600,"indexed_at_ns":1786946091223701800,"word_count":1094},"AGENTS.md":{"size":226,"mtime_ns":1786870552862708600,"indexed_at_ns":1786877281874765400,"word_count":29,"hashes":{"agents.md":"b664c2bb6d85e009d7495bcd9c3d52c419176473cd4e19362fd4256616076151"}},"frontend/admin-panel/src/pages/SmsSettingsPage.tsx":{"size":79039,"mtime_ns":1787064744071420500,"indexed_at_ns":1787067271434968200,"word_count":5461},"backend/src/payment/dto/admin-transaction-filter.dto.ts":{"size":2060,"mtime_ns":1787072106401590500,"indexed_at_ns":1787072940956861900,"word_count":191},"frontend/admin-panel/src/pages/Transactions.tsx":{"size":38091,"mtime_ns":1786894580150141800,"indexed_at_ns":1786946091012227900,"word_count":2640},"backend/src/payment/interfaces/payment-gateway.interface.ts":{"size":1330,"mtime_ns":1786870552876751100,"indexed_at_ns":1786877271387776900,"word_count":128},"frontend/application/components/catalog/CatalogPageSpread.tsx":{"size":24099,"mtime_ns":1786885876979161800,"indexed_at_ns":1786946091728992400,"word_count":1912},"frontend/application/components/catalog/FlipbookCatalog.tsx":{"size":32968,"mtime_ns":1786885876982161900,"indexed_at_ns":1786946091735990100,"word_count":2807},"frontend/application/components/catalog/ProductDetailModal.tsx":{"size":7763,"mtime_ns":1786872121572482100,"indexed_at_ns":1786877277178724400,"word_count":557},"backend/scripts/generate-openapi.d.ts":{"size":11,"mtime_ns":1786883225777483700,"indexed_at_ns":1786946085729741600,"word_count":2},"backend/scripts/generate-openapi.js":{"size":2965,"mtime_ns":1786883225779120000,"indexed_at_ns":1786946085735928200,"word_count":309},"backend/src/admin/dto/user.dto.ts":{"size":2839,"mtime_ns":1787072106381989700,"indexed_at_ns":1787072940489921100,"word_count":259},"backend/src/admin/ssl.controller.ts":{"size":3371,"mtime_ns":1787072106382979000,"indexed_at_ns":1787072940528734700,"word_count":296},"backend/src/admin/ssl.service.ts":{"size":6502,"mtime_ns":1787072106383978900,"indexed_at_ns":1787072940534734000,"word_count":612},"backend/src/auth/auth.constants.ts":{"size":456,"mtime_ns":1787072106385980100,"indexed_at_ns":1787072940571744100,"word_count":32},"backend/src/common/utils/phone.utils.ts":{"size":1089,"mtime_ns":1786883225801396000,"indexed_at_ns":1786946086201654400,"word_count":149},"backend/src/reviews/dto/create-review.dto.ts":{"size":949,"mtime_ns":1787072106414306300,"indexed_at_ns":1787072941119682000,"word_count":92},"backend/src/reviews/dto/update-review.dto.ts":{"size":534,"mtime_ns":1787072106415805700,"indexed_at_ns":1787072941125686300,"word_count":53},"backend/src/reviews/reviews.controller.ts":{"size":3221,"mtime_ns":1786944769516312000,"indexed_at_ns":1786946086504447100,"word_count":314},"backend/src/reviews/reviews.module.ts":{"size":374,"mtime_ns":1786944769517310800,"indexed_at_ns":1786946086510019800,"word_count":38},"backend/src/reviews/reviews.service.ts":{"size":6406,"mtime_ns":1787072106416814800,"indexed_at_ns":1787072941140734500,"word_count":686},"backend/src/settings/default-ui-texts.ts":{"size":18171,"mtime_ns":1787138302942331900,"indexed_at_ns":1787139154355311500,"word_count":1450},"backend/src/settings/dto/sms-log-query.dto.ts":{"size":1343,"mtime_ns":1787072106421339300,"indexed_at_ns":1787072941169301200,"word_count":125},"backend/src/tickets/dto/create-ticket.dto.ts":{"size":2374,"mtime_ns":1787072106430874900,"indexed_at_ns":1787072941234456800,"word_count":201},"backend/src/tickets/dto/ticket-query.dto.ts":{"size":1103,"mtime_ns":1787072106431871400,"indexed_at_ns":1787072941240795700,"word_count":106},"backend/src/tickets/tickets.controller.ts":{"size":3114,"mtime_ns":1787072106433878000,"indexed_at_ns":1787072941245792100,"word_count":293},"backend/src/tickets/tickets.module.ts":{"size":374,"mtime_ns":1786890779322296800,"indexed_at_ns":1786946086630763500,"word_count":38},"backend/src/tickets/tickets.service.ts":{"size":7310,"mtime_ns":1787072106434874300,"indexed_at_ns":1787072941255473400,"word_count":781},"frontend/admin-panel/src/pages/Reviews.tsx":{"size":21507,"mtime_ns":1786944769523816800,"indexed_at_ns":1786946090956397100,"word_count":1540},"frontend/admin-panel/src/pages/SslSettingsPage.tsx":{"size":26036,"mtime_ns":1786877667019013700,"indexed_at_ns":1786946090988586900,"word_count":1913},"frontend/admin-panel/src/pages/Tickets.tsx":{"size":20881,"mtime_ns":1786890779327298800,"indexed_at_ns":1786946091006127300,"word_count":1511},"frontend/application/components/BannerPlacement.tsx":{"size":7607,"mtime_ns":1786946249971933900,"indexed_at_ns":1786948020684317000,"word_count":523},"frontend/application/components/BrandLogo.tsx":{"size":3103,"mtime_ns":1786946249972931000,"indexed_at_ns":1786948020695524700,"word_count":272},"frontend/application/components/ProductReviews.tsx":{"size":16108,"mtime_ns":1787048863691774800,"indexed_at_ns":1787055187036816200,"word_count":1194},"frontend/application/lib/services/ticketService.ts":{"size":1569,"mtime_ns":1786890779340901800,"indexed_at_ns":1786946091806644600,"word_count":170},"frontend/admin-panel/src/components/ui/PriceInput.tsx":{"size":2633,"mtime_ns":1786948119771162400,"indexed_at_ns":1786954589946615200,"word_count":267},"frontend/admin-panel/src/components/ui/Badge.tsx":{"size":1155,"mtime_ns":1786954681822897500,"indexed_at_ns":1786955474687409500,"word_count":122},"frontend/admin-panel/src/components/ui/FormField.tsx":{"size":1683,"mtime_ns":1786954681823527000,"indexed_at_ns":1786955474700715800,"word_count":148},"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx":{"size":3351,"mtime_ns":1786954681824534900,"indexed_at_ns":1786955474706795000,"word_count":270},"frontend/admin-panel/src/components/ui/Input.tsx":{"size":1747,"mtime_ns":1786954681825535900,"indexed_at_ns":1786955474713870800,"word_count":147},"frontend/admin-panel/src/components/ui/Select.tsx":{"size":1881,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474739346400,"word_count":160},"frontend/admin-panel/src/components/ui/Textarea.tsx":{"size":1287,"mtime_ns":1786954681828537500,"indexed_at_ns":1786955474757094100,"word_count":110},"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx":{"size":1623,"mtime_ns":1786954681830044900,"indexed_at_ns":1786955474763662100,"word_count":143},"backend/prisma/tsconfig.json":{"size":194,"mtime_ns":1786961195300236300,"indexed_at_ns":1786961249762864500,"word_count":17,"hashes":{"backend/prisma/tsconfig.json":"0308b15b67bad714ff5f1b6b73f64ae46f98d5190cd6092abb1fb67885d67be1"}},"backend/src/admin/dto/product.dto.ts":{"size":5521,"mtime_ns":1787040318671207500,"indexed_at_ns":1787048754796479300,"word_count":447},"backend/src/doctors/doctors.controller.ts":{"size":1536,"mtime_ns":1786971396031564300,"indexed_at_ns":1787036700166586200,"word_count":143},"backend/src/doctors/doctors.module.ts":{"size":374,"mtime_ns":1786971396035575100,"indexed_at_ns":1787036700171585700,"word_count":38},"backend/src/doctors/doctors.service.ts":{"size":2399,"mtime_ns":1786971396038562600,"indexed_at_ns":1787036700176668100,"word_count":277},"frontend/admin-panel/src/pages/DoctorsManager.tsx":{"size":24007,"mtime_ns":1786971396063351700,"indexed_at_ns":1787036705397186000,"word_count":1765},"frontend/application/components/TestimonialsSection.tsx":{"size":6463,"mtime_ns":1786972155979490700,"indexed_at_ns":1787036705990518400,"word_count":494},"frontend/application/components/VideoModalPlayer.tsx":{"size":23237,"mtime_ns":1787061337636422600,"indexed_at_ns":1787061531297702800,"word_count":1737},"frontend/application/components/PodcastPlayerModal.tsx":{"size":18141,"mtime_ns":1787055297193056900,"indexed_at_ns":1787055353509243600,"word_count":1488},"frontend/application/components/PodcastInlinePlayer.tsx":{"size":17050,"mtime_ns":1787055297190051700,"indexed_at_ns":1787055353502731500,"word_count":1384},"frontend/admin-panel/src/components/RouteErrorBoundary.tsx":{"size":4042,"mtime_ns":1787062174623011100,"indexed_at_ns":1787062218258873100,"word_count":350},"frontend/admin-panel/src/utils/lazyWithRetry.ts":{"size":1129,"mtime_ns":1787062174626227900,"indexed_at_ns":1787062218555527900,"word_count":114},"frontend/admin-panel/src/components/ui/IconPickerModal.tsx":{"size":4853,"mtime_ns":1787071159959928200,"indexed_at_ns":1787072002631370700,"word_count":397},"frontend/admin-panel/src/components/ui/RichTextEditor.tsx":{"size":8175,"mtime_ns":1787071159960926200,"indexed_at_ns":1787072002665591000,"word_count":623},"frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx":{"size":13772,"mtime_ns":1787071159963926300,"indexed_at_ns":1787072002789703000,"word_count":942},"frontend/admin-panel/src/pages/ShippingSettingsPage.tsx":{"size":7752,"mtime_ns":1787071159968486600,"indexed_at_ns":1787072002836209400,"word_count":602},"backend/test/app-audit-verification.e2e-spec.d.ts":{"size":11,"mtime_ns":1787073059109005600,"indexed_at_ns":1787073211521736800,"word_count":2},"backend/test/app-audit-verification.e2e-spec.js":{"size":8429,"mtime_ns":1787073059110516300,"indexed_at_ns":1787073211527339900,"word_count":714},"backend/test/app.e2e-spec.d.ts":{"size":11,"mtime_ns":1787073059112563300,"indexed_at_ns":1787073211544768500,"word_count":2},"backend/test/app.e2e-spec.js":{"size":1228,"mtime_ns":1787073059113572500,"indexed_at_ns":1787073211550436100,"word_count":97},"frontend/application/lib/seo.ts":{"size":8046,"mtime_ns":1787138396722060300,"indexed_at_ns":1787139159317270700,"word_count":737}} \ No newline at end of file diff --git a/graphify-out/graph.html b/graphify-out/graph.html index 1006968..25aef56 100644 --- a/graphify-out/graph.html +++ b/graphify-out/graph.html @@ -63,12 +63,12 @@
-
3690 nodes · 6249 edges · 294 communities
+
3702 nodes · 6325 edges · 309 communities