diff --git a/frontend/application/components/FeaturedProducts.tsx b/frontend/application/components/FeaturedProducts.tsx index a7f12fa..2166242 100644 --- a/frontend/application/components/FeaturedProducts.tsx +++ b/frontend/application/components/FeaturedProducts.tsx @@ -25,11 +25,15 @@ function ProductCard({ product }: { product: Product }) { const compatibility = useMemo(() => { if (!activePet) return null; - const sameSpecies = product.suitableFor === activePet.type || product.suitableFor === "هر دو"; - const helpsSymptom = (activePet.medicalConditions || []).some((s) => product.symptoms.includes(s)); - if (!sameSpecies) return { type: "alert", text: `مخصوص ${product.suitableFor}` }; - if (helpsSymptom) return { type: "success", text: `توصیه شده برای ${activePet.name}` }; - return { type: "neutral", text: `مناسب برای ${activePet.name}` }; + const petType = activePet.type || 'سگ'; + const sameSpecies = product.suitableFor === petType || product.suitableFor === "هر دو"; + const productSymptoms = Array.isArray(product.symptoms) ? product.symptoms : []; + const petConditions = Array.isArray(activePet.medicalConditions) ? activePet.medicalConditions : []; + const helpsSymptom = petConditions.some((s) => productSymptoms.includes(s)); + + if (!sameSpecies) return { type: "alert", text: `مخصوص ${product.suitableFor || 'پت'}` }; + if (helpsSymptom) return { type: "success", text: `توصیه شده برای ${activePet.name || 'پت شما'}` }; + return { type: "neutral", text: `مناسب برای ${activePet.name || 'پت شما'}` }; }, [product, activePet]); const isCatalogOnly = getText('CATALOG_ONLY_MODE', 'false') === 'true'; @@ -113,13 +117,13 @@ function ProductCard({ product }: { product: Product }) { {/* Short description */}

- {product.shortDescription || product.description} + {product.shortDescription || product.description || ''}

{/* Footer: Price + CTA */}
- {showPrices ? product.price : 'تماس بگیرید'} + {showPrices ? (typeof product.price === 'string' || typeof product.price === 'number' ? String(product.price) : 'تماس بگیرید') : 'تماس بگیرید'}
{showPreorderBtn ? ( diff --git a/graphify-out/.graphify_labels.json b/graphify-out/.graphify_labels.json index f75fa83..64448fb 100644 --- a/graphify-out/.graphify_labels.json +++ b/graphify-out/.graphify_labels.json @@ -20,7 +20,7 @@ "18": "JwtAuthGuard", "19": "ProductsService", "20": "CreateVideoDto", - "21": "toPersian", + "21": "NetworkBanner.tsx", "22": "UserDashboard.tsx", "23": "MenuService", "24": "BE-001", @@ -306,7 +306,7 @@ "304": "@testing-library/react", "305": "@types/react", "306": "globals", - "307": "@types/react-dom", + "307": "eslint-config-next", "308": "vitest", "309": "axios", "310": "tailwindcss", diff --git a/graphify-out/.graphify_labels.json.sig b/graphify-out/.graphify_labels.json.sig index deea653..59f45d9 100644 --- a/graphify-out/.graphify_labels.json.sig +++ b/graphify-out/.graphify_labels.json.sig @@ -1 +1 @@ -{"0": "b0118f68a3e7f0ad", "1": "209d2ba85c62ed02", "2": "e5c5aabb67718c69", "3": "947c87dbbedb10cc", "4": "e7b3a003b855f4c5", "5": "f34c872571e8a774", "6": "81b67391b0b87cab", "7": "8e60fe2bc994a343", "8": "0ac98049cf3e7edf", "9": "94bf724f55aba57a", "10": "204cb48d7dea0402", "11": "ff892cef2365d078", "12": "cd1baa3d57da5a46", "13": "1c6c907af62509f0", "14": "50f36d1057a46970", "15": "e677e85728f05788", "16": "bbaf7539ddd300b0", "17": "aec9a1c7e4ca27f6", "18": "450340aafdd91d0d", "19": "77128508b883f928", "20": "a9c8508883f21e7a", "21": "4ce078cc770f6b86", "22": "09e3a12d2834742a", "23": "493cda457ee900a1", "24": "4eda46a5b0695ef6", "25": "90b79d6027d60d30", "26": "6bd6f2633370820c", "27": "7664e56213a29331", "28": "942c4f9928c60a45", "29": "0614b98d9013b5f5", "30": "53ff49b3d54f0fba", "31": "2153ddcd7477dfb7", "32": "91e5034005e01f04", "33": "4c3daa7635f2b586", "34": "9b13da82475fc3c8", "35": "3b30592d0704001b", "36": "f150a52ef5061868", "37": "1c9a1f4c72613346", "38": "d9eaca721e908bb1", "39": "c387d7ef8479ef21", "40": "2078e6143c52e5cc", "41": "7abb5bc6a0e4f65f", "42": "cbaa20536db72d3e", "43": "97f26c6b5405e0d6", "44": "937bef30dee7e535", "45": "7dd5c61562c827a8", "46": "895824251189f831", "47": "418bd497cbc98ef7", "48": "b10f20209f82a941", "49": "841013681f4e6e8c", "50": "b1c3283bd55a8fe9", "51": "cbccfd08dcc77edf", "52": "cbd16be3d8438cc9", "53": "d1a1a4b1ee1041ff", "54": "1ca6c0aaa68a273d", "55": "1ccf271dde5845aa", "56": "2ff7b5304fc8f7c6", "57": "0f62727f3b4907c0", "58": "93d54dd865cba4db", "59": "7369e85febb97f1a", "60": "308972713c9af54e", "61": "c4acedd7472cf7cb", "62": "6e67e4bc78994a71", "63": "060c64726e8d1bd3", "64": "3b9521f7d7986eaa", "65": "e522dd0625744166", "66": "50591cb1739654fd", "67": "10d4f0bfa19dd52f", "68": "0d29012400f8ab28", "69": "31a5a53f1fe77e46", "70": "01d4f9d6d9f3b08a", "71": "59aec575830ddcee", "72": "69d0f8b228227690", "73": "22456307ff273d80", "74": "d9e74b032c5b8440", "75": "878e425a262fc2a1", "76": "0e5a4fb45b6c76c4", "77": "62430df45afa65b5", "78": "05331539fcc59027", "79": "ba7bc17581366c9a", "80": "0727bb53199085fc", "81": "91393683c97d1773", "82": "b1fb8b1d0bcaa7fd", "83": "71d2ce6fb684bc0e", "84": "70497658d0e0cea6", "85": "21b020cd08bd337c", "86": "e3d13e2060945d3f", "87": "f0f56796aaebb4f5", "88": "e447aab253fbe038", "89": "656f816eb51f2ab1", "90": "8ffb30447853a689", "91": "25a6695f5783d2be", "92": "2450b45f1f62fece", "93": "2dc12b39b91fa542", "94": "f7a706f5fcb260c3", "95": "66a7ebe2d79c69c4", "96": "46e9411f2b2e725a", "97": "fc778d7a22e550eb", "98": "eced7a49a05de643", "99": "4ece6985263357c4", "100": "3c1d9844d072bd2a", "101": "b3c5433df880f335", "102": "e036dbd1de0f8b38", "103": "ac7cb5ec7d5c0802", "104": "121a7f35e3e974dc", "105": "622f83f2eb300a25", "106": "50413a4ac6293636", "107": "9b0eb2e9b68ff17d", "108": "c4a15d65533941e5", "109": "6d16ccde1291c9d4", "110": "d228746e85ead3af", "111": "b55ba9125ffb5729", "112": "5f50a360f18a880b", "113": "610fb4de52790b25", "114": "c6b57d78299a27b3", "115": "3a6753a80123a0f4", "116": "db70db08c00162df", "117": "9a1080686fc7c39b", "118": "77fd76193df9f573", "119": "28355f848c862b6e", "120": "25f77f5455bdc96a", "121": "9141a0ede9461fd5", "122": "6c8cc146211dfe24", "123": "ca950b47c628b81a", "124": "3ceda88239910d9a", "125": "9409b3b8a334f51d", "126": "ac95a9f152e3d1c4", "127": "a7299f20633c0236", "128": "255a8a95e2a3df67", "129": "aa9181dae6104d09", "130": "7f405315686459b9", "131": "44c7924c829cc215", "132": "17ecb7325285cf7a", "133": "4487fd85ddc13c93", "134": "3a8a257d1f54b2ae", "135": "c4abf0eb38ef740d", "136": "07d37aeefbe50e21", "137": "70b58e32c2890fdd", "138": "f2c7afb0c277c4b7", "139": "ed938bf48ae6ca6c", "140": "167643bcbbc26244", "141": "dcffd9ad7a1f7df6", "142": "f47469d48b3776b5", "143": "1b0ef1cf87b53de3", "144": "acfe5a84eaab81d7", "145": "f6ddba6f531d6b96", "146": "c7ddffce8605b65b", "147": "0e03a5b22c0f26de", "148": "0bd7ed52b69464bf", "149": "39d16c91943d85e4", "150": "5910eeefe2f97a20", "151": "c7de3fe21e2e53b4", "152": "d7cad630fb1d1414", "153": "6cfdd09a6fdd9ff9", "154": "66efafa1e86d8081", "155": "b796283dc9729998", "156": "a37dc83d6c895c8a", "157": "48f898ce95c8e90c", "158": "9a7b4968676954d7", "159": "a2fe690317aef2ee", "160": "e30004421d79ffeb", "161": "cd66a5f43cd3407d", "162": "fa2d7dcf52348095", "163": "75efc6457f7fce22", "164": "8375a4fbf0573a52", "165": "edb079558c6f3d59", "166": "1d80b74f885d6716", "167": "3cd15de82f23093a", "168": "7a77349497fcdf37", "169": "85cd9ca1246dc437", "170": "3e93071fc4a80e95", "171": "6114ccb7b9036e33", "172": "f3d92800d756dd79", "173": "2aa85a497fd142d7", "174": "35d3a2679371e9a4", "175": "b8f35a499b36a57a", "176": "34581929891cefb2", "177": "6c9b506f719e06db", "178": "78aa95566e86b57f", "179": "176083777cb01eb7", "180": "4ac5f9965007617d", "181": "cff999497d56b512", "182": "06b38ffa6f58195d", "183": "ee705c178d6958bb", "184": "70e62553403661a3", "185": "6ddbf62ac93920e1", "186": "867babdd40f0c3fc", "187": "298144d1548a7dee", "188": "00d275127a7e435e", "189": "2942a9d30dae4a29", "190": "3e21e2fb50e12670", "191": "be62daa7d5bc336a", "192": "47c3e1a9d4bb7e67", "193": "82ff39c105ae3090", "194": "6747ecf936cb0400", "195": "ebc0087e3400009c", "196": "51d4e15c7e10decf", "197": "4865e180c0694458", "198": "ad5c34ff3d17ff1d", "199": "08075023678b869c", "200": "162b36508e5879f3", "201": "6256958a9b817133", "202": "ab06e01c9caa9f90", "203": "204b3a83ef62f360", "204": "8d1aad761b4c839d", "205": "67b5cef27d55952d", "206": "10b2996179aaaf2e", "207": "39031f751fb2d42f", "208": "54f53e5e0cc8c385", "209": "821696b1ff49347b", "210": "00739b5480732bdc", "211": "2434b1a28b16557f", "212": "cb3fe87c920b0cb3", "213": "ddb9c95db6575999", "214": "e2250667e3a77089", "215": "9069d5dda9013eee", "216": "0077975cffee54dc", "217": "e6fcd0aec85fac92", "218": "9590124db1601a96", "219": "e077f384ad6b18ad", "220": "dd8d62f9fb517bb5", "221": "6d0322fa3d03fa10", "222": "3be2a9ccdc6668cc", "223": "c24925d361d1eb6f", "224": "cbf8ae5a5ec821d3", "225": "703a4a9860d7ed16", "226": "85fd4a84b5393d0e", "227": "97ec841e4f367258", "228": "4654167fd211d027", "229": "8176a164778526f9", "230": "a74925b45b279d6f", "231": "1d230c8fb897098f", "232": "e24cf60bcf607797", "233": "bbcea5ec9d046ac0", "234": "fd158611e3227271", "235": "47e08912fd6cd296", "236": "ecfb692b6f7a1014", "237": "3528c4c8a0e2db61", "238": "8bd25b17ffb7ab6b", "239": "df4cc8f2a19b98fa", "240": "65d822bbba496dee", "241": "e66a941c60456b44", "242": "a7cf02106e992a23", "243": "88604333ff6aa860", "244": "8365b02889fa6cfc", "245": "6e7b82d0387bf16d", "246": "2eef246ebb269184", "247": "f5edd0761d024ff0", "248": "1e833ee596b5ca23", "249": "9fd8a4abf0eb00a3", "250": "e9728eefddbaed5b", "251": "fe8ad8aaa5b6f652", "252": "be78134816511eaf", "253": "4737624cd139d117", "254": "5fcab665dcd75a7d", "255": "33b1870821fb012a", "256": "10992f7331cbdeba", "257": "cef806733796b489", "258": "76578e90353475ed", "259": "04d938f720c1db19", "260": "57931ddf408ceeeb", "261": "b4fbbd4b7a13369e", "262": "d64c6d160a7faed4", "263": "2d1c86501cdb42dd", "264": "131bf974d820052c", "265": "5eb83040a203bd16", "266": "20a2080eac259e2b", "267": "d2a7888a77082d4c", "268": "0598c15fa2a12fad", "269": "88e82bb9fffbe642", "270": "ef2d2abc6e491968", "271": "a1e0a3465632c13a", "272": "e6273a4f9b65952b", "273": "38a03e32ab28113e", "274": "400d2883ce278be7", "275": "a13f9628796dc16a", "276": "6e3ce4714f76f2f9", "277": "de2233c73c628824", "278": "a144dcdc61af17a5", "279": "672ba0ee4d6993c2", "280": "daf108b14eb1d2d5", "281": "a618b7b467aa2c0c", "282": "60a2d42e0373376c", "283": "934bee98555c5f5b", "284": "3a30dd7bf2ececaa", "285": "23c1a365d72c9b86", "286": "3323cd7407922799", "287": "9050a3ebe80326e5", "288": "10d7c8f3898b68e5", "289": "2ce5bbc30db985b5", "290": "2a963843e9a8e153", "291": "28537a0c0fbd566f", "292": "3659ed0b62c213c5", "293": "912cf03978233ef7", "294": "1f3f93ef9e8c069e", "295": "60ce4fcea460e0a6", "296": "7a7f04630a11cc2b", "297": "012420a20e70092c", "298": "aeb6bf58ee605e50", "299": "5a4d1c1ef8bed9bb", "300": "b1d204e97a3c45dc", "301": "c35e392f1594d14e", "302": "1c69dcee9405ce47", "303": "0650b6a561436852", "304": "e195f425def606d0", "305": "19ac29575c50f599", "306": "c556ac339be4aba5", "307": "4ab8ffab1d51ca61", "308": "bcf417101439fd9e", "309": "768db8a3a299f590", "310": "321732baccae846b", "311": "2b8d338593a71266", "312": "8d70190212bda849", "313": "0dd5439f11354ec2", "314": "b0b81cfb9e11502e", "315": "a0fdc688ac30f227", "316": "ac3e207a64344b36", "317": "879780ef88205b22", "318": "2491d05d8bb29ad7", "324": "6c1a09679076ea89"} \ No newline at end of file +{"0": "b0118f68a3e7f0ad", "1": "209d2ba85c62ed02", "2": "e5c5aabb67718c69", "3": "947c87dbbedb10cc", "4": "e7b3a003b855f4c5", "5": "f34c872571e8a774", "6": "81b67391b0b87cab", "7": "8e60fe2bc994a343", "8": "0ac98049cf3e7edf", "9": "94bf724f55aba57a", "10": "204cb48d7dea0402", "11": "ff892cef2365d078", "12": "8b932595872b8ead", "13": "1c6c907af62509f0", "14": "51e5b38dd74e010e", "15": "e677e85728f05788", "16": "bbaf7539ddd300b0", "17": "aec9a1c7e4ca27f6", "18": "450340aafdd91d0d", "19": "77128508b883f928", "20": "a9c8508883f21e7a", "21": "6cc089e9f052ba3f", "22": "a538dd63ae32c1b3", "23": "493cda457ee900a1", "24": "4eda46a5b0695ef6", "25": "90b79d6027d60d30", "26": "6bd6f2633370820c", "27": "7664e56213a29331", "28": "942c4f9928c60a45", "29": "0614b98d9013b5f5", "30": "53ff49b3d54f0fba", "31": "2153ddcd7477dfb7", "32": "91e5034005e01f04", "33": "4c3daa7635f2b586", "34": "9b13da82475fc3c8", "35": "3b30592d0704001b", "36": "f150a52ef5061868", "37": "1c9a1f4c72613346", "38": "d9eaca721e908bb1", "39": "c387d7ef8479ef21", "40": "2078e6143c52e5cc", "41": "7abb5bc6a0e4f65f", "42": "cbaa20536db72d3e", "43": "97f26c6b5405e0d6", "44": "937bef30dee7e535", "45": "7dd5c61562c827a8", "46": "895824251189f831", "47": "418bd497cbc98ef7", "48": "b10f20209f82a941", "49": "841013681f4e6e8c", "50": "6e280669736f661b", "51": "cbccfd08dcc77edf", "52": "cbd16be3d8438cc9", "53": "d1a1a4b1ee1041ff", "54": "1ca6c0aaa68a273d", "55": "1ccf271dde5845aa", "56": "2ff7b5304fc8f7c6", "57": "0f62727f3b4907c0", "58": "93d54dd865cba4db", "59": "7369e85febb97f1a", "60": "308972713c9af54e", "61": "c4acedd7472cf7cb", "62": "6e67e4bc78994a71", "63": "060c64726e8d1bd3", "64": "3b9521f7d7986eaa", "65": "ed4b549c9d35e31d", "66": "50591cb1739654fd", "67": "10d4f0bfa19dd52f", "68": "0d29012400f8ab28", "69": "31a5a53f1fe77e46", "70": "01d4f9d6d9f3b08a", "71": "59aec575830ddcee", "72": "69d0f8b228227690", "73": "22456307ff273d80", "74": "d9e74b032c5b8440", "75": "878e425a262fc2a1", "76": "dec37661e610ce3b", "77": "62430df45afa65b5", "78": "05331539fcc59027", "79": "ba7bc17581366c9a", "80": "0727bb53199085fc", "81": "91393683c97d1773", "82": "b1fb8b1d0bcaa7fd", "83": "71d2ce6fb684bc0e", "84": "70497658d0e0cea6", "85": "21b020cd08bd337c", "86": "e3d13e2060945d3f", "87": "f0f56796aaebb4f5", "88": "f3482e1b2f27d983", "89": "656f816eb51f2ab1", "90": "8ffb30447853a689", "91": "25a6695f5783d2be", "92": "2450b45f1f62fece", "93": "2dc12b39b91fa542", "94": "f7a706f5fcb260c3", "95": "66a7ebe2d79c69c4", "96": "46e9411f2b2e725a", "97": "fc778d7a22e550eb", "98": "eced7a49a05de643", "99": "4ece6985263357c4", "100": "3c1d9844d072bd2a", "101": "b3c5433df880f335", "102": "e036dbd1de0f8b38", "103": "ac7cb5ec7d5c0802", "104": "121a7f35e3e974dc", "105": "622f83f2eb300a25", "106": "50413a4ac6293636", "107": "9b0eb2e9b68ff17d", "108": "c4a15d65533941e5", "109": "6d16ccde1291c9d4", "110": "d228746e85ead3af", "111": "b55ba9125ffb5729", "112": "5f50a360f18a880b", "113": "610fb4de52790b25", "114": "c6b57d78299a27b3", "115": "3a6753a80123a0f4", "116": "db70db08c00162df", "117": "9a1080686fc7c39b", "118": "77fd76193df9f573", "119": "28355f848c862b6e", "120": "25f77f5455bdc96a", "121": "9141a0ede9461fd5", "122": "6c8cc146211dfe24", "123": "ca950b47c628b81a", "124": "3ceda88239910d9a", "125": "9409b3b8a334f51d", "126": "ac95a9f152e3d1c4", "127": "a7299f20633c0236", "128": "255a8a95e2a3df67", "129": "aa9181dae6104d09", "130": "7f405315686459b9", "131": "44c7924c829cc215", "132": "17ecb7325285cf7a", "133": "4487fd85ddc13c93", "134": "3a8a257d1f54b2ae", "135": "c4abf0eb38ef740d", "136": "07d37aeefbe50e21", "137": "70b58e32c2890fdd", "138": "f2c7afb0c277c4b7", "139": "ed938bf48ae6ca6c", "140": "167643bcbbc26244", "141": "dcffd9ad7a1f7df6", "142": "f47469d48b3776b5", "143": "1b0ef1cf87b53de3", "144": "acfe5a84eaab81d7", "145": "f6ddba6f531d6b96", "146": "c7ddffce8605b65b", "147": "0e03a5b22c0f26de", "148": "0bd7ed52b69464bf", "149": "39d16c91943d85e4", "150": "5910eeefe2f97a20", "151": "c7de3fe21e2e53b4", "152": "d7cad630fb1d1414", "153": "6cfdd09a6fdd9ff9", "154": "66efafa1e86d8081", "155": "b796283dc9729998", "156": "a37dc83d6c895c8a", "157": "48f898ce95c8e90c", "158": "9a7b4968676954d7", "159": "a2fe690317aef2ee", "160": "e30004421d79ffeb", "161": "cd66a5f43cd3407d", "162": "fa2d7dcf52348095", "163": "75efc6457f7fce22", "164": "8375a4fbf0573a52", "165": "edb079558c6f3d59", "166": "1d80b74f885d6716", "167": "3cd15de82f23093a", "168": "7a77349497fcdf37", "169": "85cd9ca1246dc437", "170": "3e93071fc4a80e95", "171": "6114ccb7b9036e33", "172": "f3d92800d756dd79", "173": "2aa85a497fd142d7", "174": "35d3a2679371e9a4", "175": "b8f35a499b36a57a", "176": "34581929891cefb2", "177": "6c9b506f719e06db", "178": "78aa95566e86b57f", "179": "176083777cb01eb7", "180": "4ac5f9965007617d", "181": "cff999497d56b512", "182": "06b38ffa6f58195d", "183": "ee705c178d6958bb", "184": "70e62553403661a3", "185": "6ddbf62ac93920e1", "186": "867babdd40f0c3fc", "187": "298144d1548a7dee", "188": "00d275127a7e435e", "189": "2942a9d30dae4a29", "190": "3e21e2fb50e12670", "191": "be62daa7d5bc336a", "192": "47c3e1a9d4bb7e67", "193": "82ff39c105ae3090", "194": "6747ecf936cb0400", "195": "ebc0087e3400009c", "196": "51d4e15c7e10decf", "197": "4865e180c0694458", "198": "ad5c34ff3d17ff1d", "199": "76e4239f194fe899", "200": "162b36508e5879f3", "201": "6256958a9b817133", "202": "ab06e01c9caa9f90", "203": "204b3a83ef62f360", "204": "8d1aad761b4c839d", "205": "67b5cef27d55952d", "206": "10b2996179aaaf2e", "207": "39031f751fb2d42f", "208": "54f53e5e0cc8c385", "209": "821696b1ff49347b", "210": "00739b5480732bdc", "211": "2434b1a28b16557f", "212": "cb3fe87c920b0cb3", "213": "ddb9c95db6575999", "214": "e2250667e3a77089", "215": "9069d5dda9013eee", "216": "0077975cffee54dc", "217": "e6fcd0aec85fac92", "218": "9590124db1601a96", "219": "e077f384ad6b18ad", "220": "dd8d62f9fb517bb5", "221": "6d0322fa3d03fa10", "222": "3be2a9ccdc6668cc", "223": "c24925d361d1eb6f", "224": "cbf8ae5a5ec821d3", "225": "703a4a9860d7ed16", "226": "85fd4a84b5393d0e", "227": "97ec841e4f367258", "228": "4654167fd211d027", "229": "8176a164778526f9", "230": "a74925b45b279d6f", "231": "1d230c8fb897098f", "232": "e24cf60bcf607797", "233": "bbcea5ec9d046ac0", "234": "fd158611e3227271", "235": "47e08912fd6cd296", "236": "ecfb692b6f7a1014", "237": "3528c4c8a0e2db61", "238": "8bd25b17ffb7ab6b", "239": "df4cc8f2a19b98fa", "240": "65d822bbba496dee", "241": "e66a941c60456b44", "242": "a7cf02106e992a23", "243": "88604333ff6aa860", "244": "8365b02889fa6cfc", "245": "6e7b82d0387bf16d", "246": "2eef246ebb269184", "247": "f5edd0761d024ff0", "248": "1e833ee596b5ca23", "249": "9fd8a4abf0eb00a3", "250": "e9728eefddbaed5b", "251": "fe8ad8aaa5b6f652", "252": "be78134816511eaf", "253": "4737624cd139d117", "254": "5fcab665dcd75a7d", "255": "33b1870821fb012a", "256": "10992f7331cbdeba", "257": "cef806733796b489", "258": "76578e90353475ed", "259": "04d938f720c1db19", "260": "57931ddf408ceeeb", "261": "b4fbbd4b7a13369e", "262": "d64c6d160a7faed4", "263": "2d1c86501cdb42dd", "264": "131bf974d820052c", "265": "5eb83040a203bd16", "266": "20a2080eac259e2b", "267": "d2a7888a77082d4c", "268": "0598c15fa2a12fad", "269": "88e82bb9fffbe642", "270": "ef2d2abc6e491968", "271": "a1e0a3465632c13a", "272": "e6273a4f9b65952b", "273": "38a03e32ab28113e", "274": "400d2883ce278be7", "275": "a13f9628796dc16a", "276": "6e3ce4714f76f2f9", "277": "de2233c73c628824", "278": "a144dcdc61af17a5", "279": "672ba0ee4d6993c2", "280": "daf108b14eb1d2d5", "281": "a618b7b467aa2c0c", "282": "60a2d42e0373376c", "283": "934bee98555c5f5b", "284": "3a30dd7bf2ececaa", "285": "23c1a365d72c9b86", "286": "3323cd7407922799", "287": "9050a3ebe80326e5", "288": "10d7c8f3898b68e5", "289": "2ce5bbc30db985b5", "290": "2a963843e9a8e153", "291": "28537a0c0fbd566f", "292": "3659ed0b62c213c5", "293": "912cf03978233ef7", "294": "f77211d12593146c", "295": "60ce4fcea460e0a6", "296": "7a7f04630a11cc2b", "297": "012420a20e70092c", "298": "aeb6bf58ee605e50", "299": "5a4d1c1ef8bed9bb", "300": "b1d204e97a3c45dc", "301": "c35e392f1594d14e", "302": "1c69dcee9405ce47", "303": "0650b6a561436852", "304": "e195f425def606d0", "305": "19ac29575c50f599", "306": "c556ac339be4aba5", "307": "bddcc43a56a2787b", "308": "bcf417101439fd9e", "309": "768db8a3a299f590", "310": "321732baccae846b", "311": "2b8d338593a71266", "312": "8d70190212bda849", "313": "0dd5439f11354ec2", "314": "b0b81cfb9e11502e", "315": "a0fdc688ac30f227", "316": "ac3e207a64344b36", "317": "879780ef88205b22", "318": "2491d05d8bb29ad7", "324": "6c1a09679076ea89"} \ No newline at end of file diff --git a/graphify-out/2026-08-24/.graphify_labels.json b/graphify-out/2026-08-24/.graphify_labels.json index 2178c43..f75fa83 100644 --- a/graphify-out/2026-08-24/.graphify_labels.json +++ b/graphify-out/2026-08-24/.graphify_labels.json @@ -1,26 +1,26 @@ { "0": "Roles", "1": "app.module.ts", - "2": "SettingsController", - "3": "useCartStore", + "2": "SmsService", + "3": "productService.ts", "4": "SafeImage.tsx", "5": "CmsController", "6": "tickets.controller.ts", "7": "PaginationDto", "8": "admin.module.ts", "9": "devDependencies", - "10": "ReviewsService", - "11": "api", + "10": "CreateReviewDto", + "11": "Modal.tsx", "12": "PetProfile.tsx", - "13": "app-audit-verification.e2e-spec.js", + "13": "main.ts", "14": "lib/services/api.ts", "15": "src/services/api.ts", "16": "DoctorQueryDto", - "17": "admin.service.ts", + "17": "AuthService", "18": "JwtAuthGuard", "19": "ProductsService", "20": "CreateVideoDto", - "21": "SmsService", + "21": "toPersian", "22": "UserDashboard.tsx", "23": "MenuService", "24": "BE-001", @@ -31,13 +31,13 @@ "29": "TEST-001", "30": "DEVOPS-001", "31": "DOC-001", - "32": "Spinner.tsx", + "32": "Button.tsx", "33": "WholesaleApplyDto", "34": "B2BService", - "35": "auth.controller.ts", + "35": "AuthController", "36": "FaqService", "37": "راهنمای تست سیستم (Software Testing)", - "38": "Transactions.tsx", + "38": "Button", "39": "CategoriesController", "40": "MediaController", "41": "What You Must Do When Invoked", @@ -45,27 +45,27 @@ "43": "BannersService", "44": "TestimonialsService", "45": "What You Must Do When Invoked", - "46": "Body", + "46": "AdminController", "47": "IngredientsService", "48": "adminRoutes.tsx", "49": "devDependencies", "50": "devDependencies", "51": "BlogsController", - "52": "prescriptions.module.ts", + "52": "PrescriptionsController", "53": "SmartAdvisorService", "54": "UsersService", "55": "UITexts.tsx", - "56": "SettingsService", + "56": "Orders.tsx", "57": "Role & Core Objective", "58": "ContactService", "59": "compilerOptions", - "60": "CreateUserDto", + "60": "admin.service.ts", "61": "CreateEBankCheckoutDto", - "62": "CreateOrderDto", + "62": "WikiController", "63": "dependencies", "64": "compilerOptions", "65": "ProductPage.tsx", - "66": "AdminController", + "66": "ApiOperation", "67": "PetsController", "68": "BlogsController", "69": "Required Review Group Closures", @@ -75,16 +75,16 @@ "73": "Operational Rules & Boundaries", "74": "WikiController", "75": "PetsController", - "76": "CreateReviewDto", + "76": "PaymentService", "77": "seo.module.ts", - "78": "Param", + "78": "AdminService", "79": "🏢 AI Software Agency — Master Orchestration Protocol v3", "80": "Operational Rules & Boundaries", "81": "Operational Rules & Boundaries", "82": "scripts", "83": "dependencies", "84": "Role & Core Objective", - "85": "sms.service.ts", + "85": "auth.service.ts", "86": "zibal.service.ts", "87": "dependencies", "88": "HomeClient.tsx", @@ -92,21 +92,21 @@ "90": "SmsLogQueryDto", "91": "Reconciled Audit Roles & Assignments", "92": "OrdersService", - "93": "admin.controller.ts", + "93": "app-audit-verification.e2e-spec.js", "94": "Phase 3.1 — Human Review Preparation and Master Backlog Critique", "95": "getSeoConfig", "96": "compilerOptions", "97": "prisma", "98": "scripts", - "99": "trust-seals/page.tsx", + "99": "HomeController", "100": "Deep Audit Summary Report", "101": "Operational Rules & Boundaries", "102": "jest", "103": "Comprehensive Change Log", "104": "Coupons.tsx", "105": "Operational Rules & Boundaries", - "106": "catalog/page.tsx", - "107": "wiki/page.tsx", + "106": "auth.controller.ts", + "107": "payment.service.ts", "108": "PrismaService", "109": "1. Summary of Integrity Repairs Performed", "110": "Operational Rules & Boundaries", @@ -121,7 +121,7 @@ "119": "compilerOptions", "120": "compilerOptions", "121": "backend/README.md", - "122": ".adjustWallet", + "122": "Body", "123": "js-yaml", "124": "Repository Map", "125": "validate_integrity.js", @@ -143,7 +143,7 @@ "141": "application/package.json", "142": "start-dev.js", "143": "generate-openapi.js", - "144": "AdminService", + "144": "RegisterDto", "145": "eslint-config-prettier", "146": "System Discovery", "147": "Media.tsx", @@ -175,10 +175,10 @@ "173": "Phase 3 Audit Traceability Matrix", "174": "rebuild_honest_ledger.js", "175": "validate_evidence_grade.js", - "176": "Reviews.tsx", + "176": "InitiatePaymentDto", "177": "blog/page.tsx", "178": "prettier", - "179": "PodcastPlayerModal.tsx", + "179": "VerifyOtpDto", "180": "API Contract Specification", "181": "⚙️ Backend Technical Review (05_dev_backend)", "182": "🎨 Frontend & Admin Panel Technical Review (06_dev_frontend)", @@ -223,7 +223,7 @@ "221": "Textarea.tsx", "222": "admin-panel/tsconfig.json", "223": "ts-jest", - "224": "dashboard/page.tsx", + "224": "SendOtpDto", "225": "next.config.ts", "226": "Shabnam Font README", "227": "AGENTS.md", @@ -310,7 +310,13 @@ "308": "vitest", "309": "axios", "310": "tailwindcss", + "311": "track/page.tsx", + "312": "BlogsModule", + "313": "app/page.tsx", "314": "@eslint/js", "315": "typescript", + "316": "search/page.tsx", + "317": "shop/page.tsx", + "318": "MaskableField.tsx", "324": "typescript-eslint" } diff --git a/graphify-out/2026-08-24/GRAPH_REPORT.md b/graphify-out/2026-08-24/GRAPH_REPORT.md index dd7368a..42a352b 100644 --- a/graphify-out/2026-08-24/GRAPH_REPORT.md +++ b/graphify-out/2026-08-24/GRAPH_REPORT.md @@ -1,42 +1,42 @@ -# Graph Report - canina (2026-08-23) +# Graph Report - caninairan (2026-08-24) ## Corpus Check -- 544 files · ~1,299,812 words +- 544 files · ~1,300,486 words - Verdict: corpus is large enough that graph structure adds value. ## Summary -- 3899 nodes · 6893 edges · 314 communities (193 shown, 121 thin omitted) -- Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 262 edges (avg confidence: 0.79) +- 3905 nodes · 7028 edges · 320 communities (201 shown, 119 thin omitted) +- Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 270 edges (avg confidence: 0.8) - Token cost: 0 input · 0 output ## Graph Freshness -- Built from commit: `828c90b4` +- Built from commit: `d1e3daf9` - 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) - Roles - app.module.ts -- SettingsController -- useCartStore +- SmsService +- productService.ts - SafeImage.tsx - CmsController - tickets.controller.ts - PaginationDto - admin.module.ts - devDependencies -- ReviewsService -- api +- CreateReviewDto +- Modal.tsx - PetProfile.tsx -- app-audit-verification.e2e-spec.js +- main.ts - lib/services/api.ts - src/services/api.ts - DoctorQueryDto -- admin.service.ts +- AuthService - JwtAuthGuard - ProductsService - CreateVideoDto -- SmsService +- toPersian - UserDashboard.tsx - MenuService - BE-001 @@ -47,13 +47,13 @@ - TEST-001 - DEVOPS-001 - DOC-001 -- Spinner.tsx +- Button.tsx - WholesaleApplyDto - B2BService -- auth.controller.ts +- AuthController - FaqService - راهنمای تست سیستم (Software Testing) -- Transactions.tsx +- Button - CategoriesController - MediaController - What You Must Do When Invoked @@ -61,27 +61,27 @@ - BannersService - TestimonialsService - What You Must Do When Invoked -- Body +- AdminController - IngredientsService - adminRoutes.tsx - devDependencies - devDependencies - BlogsController -- prescriptions.module.ts +- PrescriptionsController - SmartAdvisorService - UsersService - UITexts.tsx -- SettingsService +- Orders.tsx - Role & Core Objective - ContactService - compilerOptions -- CreateUserDto +- admin.service.ts - CreateEBankCheckoutDto -- CreateOrderDto +- WikiController - dependencies - compilerOptions - ProductPage.tsx -- AdminController +- ApiOperation - PetsController - BlogsController - Required Review Group Closures @@ -91,16 +91,16 @@ - Operational Rules & Boundaries - WikiController - PetsController -- CreateReviewDto +- PaymentService - seo.module.ts -- Param +- AdminService - 🏢 AI Software Agency — Master Orchestration Protocol v3 - Operational Rules & Boundaries - Operational Rules & Boundaries - scripts - dependencies - Role & Core Objective -- sms.service.ts +- auth.service.ts - zibal.service.ts - dependencies - HomeClient.tsx @@ -108,21 +108,21 @@ - SmsLogQueryDto - Reconciled Audit Roles & Assignments - OrdersService -- admin.controller.ts +- app-audit-verification.e2e-spec.js - Phase 3.1 — Human Review Preparation and Master Backlog Critique - getSeoConfig - compilerOptions - prisma - scripts -- trust-seals/page.tsx +- HomeController - Deep Audit Summary Report - Operational Rules & Boundaries - jest - Comprehensive Change Log - Coupons.tsx - Operational Rules & Boundaries -- catalog/page.tsx -- wiki/page.tsx +- auth.controller.ts +- payment.service.ts - PrismaService - 1. Summary of Integrity Repairs Performed - Operational Rules & Boundaries @@ -137,7 +137,7 @@ - compilerOptions - compilerOptions - backend/README.md -- .adjustWallet +- Body - js-yaml - Repository Map - validate_integrity.js @@ -159,7 +159,7 @@ - application/package.json - start-dev.js - generate-openapi.js -- AdminService +- RegisterDto - eslint-config-prettier - System Discovery - Media.tsx @@ -191,10 +191,10 @@ - Phase 3 Audit Traceability Matrix - rebuild_honest_ledger.js - validate_evidence_grade.js -- Reviews.tsx +- InitiatePaymentDto - blog/page.tsx - prettier -- PodcastPlayerModal.tsx +- VerifyOtpDto - API Contract Specification - ⚙️ Backend Technical Review (05_dev_backend) - 🎨 Frontend & Admin Panel Technical Review (06_dev_frontend) @@ -239,7 +239,7 @@ - Textarea.tsx - admin-panel/tsconfig.json - ts-jest -- dashboard/page.tsx +- SendOtpDto - next.config.ts - Shabnam Font README - AGENTS.md @@ -309,21 +309,27 @@ - globals - @types/react-dom - vitest +- track/page.tsx +- BlogsModule +- app/page.tsx - @eslint/js - typescript +- search/page.tsx +- shop/page.tsx +- MaskableField.tsx - typescript-eslint ## God Nodes (most connected - your core abstractions) -1. `Roles()` - 105 edges +1. `Roles()` - 106 edges 2. `PrismaService` - 87 edges 3. `useSettingsStore` - 53 edges 4. `api` - 44 edges 5. `SmsService` - 42 edges 6. `PaginationDto` - 41 edges -7. `PaymentController` - 37 edges -8. `ZibalService` - 37 edges -9. `AdminService` - 35 edges -10. `JwtAuthGuard` - 35 edges +7. `Button()` - 39 edges +8. `PaymentController` - 38 edges +9. `ZibalService` - 37 edges +10. `AdminService` - 36 edges ## Surprising Connections (you probably didn't know these) - `User Roles and Capabilities` --conceptually_related_to--> `User Profile Photo` [INFERRED] @@ -342,7 +348,7 @@ - 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` -## Communities (314 total, 121 thin omitted) +## Communities (320 total, 119 thin omitted) ### Community 0 - "Roles" Cohesion: 0.24 @@ -350,19 +356,19 @@ Nodes (13): Roles(), PaymentController, ApiBearerAuth, ApiOperation, ApiTags, Bo ### Community 1 - "app.module.ts" Cohesion: 0.08 -Nodes (32): B2BModule, Module, BannersModule, Module, CmsModule, Module, SmsModule, Global (+24 more) +Nodes (34): AdminModule, Module, B2BModule, Module, BannersModule, Module, CmsModule, Module (+26 more) -### Community 2 - "SettingsController" -Cohesion: 0.17 -Nodes (16): SettingsController, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller, Delete (+8 more) +### Community 2 - "SmsService" +Cohesion: 0.06 +Nodes (20): SmsLogQuery, SmsService, Injectable, SettingsController, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags (+12 more) -### Community 3 - "useCartStore" -Cohesion: 0.07 -Nodes (36): B2BPortal(), BlogPost, CartDrawer(), CatalogPageSpread(), CatalogPageSpreadProps, CategoryMeta, getFormBadge(), getSpeciesBadge() (+28 more) +### Community 3 - "productService.ts" +Cohesion: 0.09 +Nodes (25): BlogPost, CatalogPageSpread(), CatalogPageSpreadProps, CategoryMeta, getFormBadge(), getSpeciesBadge(), FlipbookCatalog(), FlipbookCatalogProps (+17 more) ### Community 4 - "SafeImage.tsx" -Cohesion: 0.11 -Nodes (16): BlogPost, BlogPreviewSection(), SafeImage(), SafeImageProps, Testimonial, TestimonialsSection(), DisplayVideoItem, FALLBACK_VIDEOS (+8 more) +Cohesion: 0.09 +Nodes (20): BlogPost, BlogPreviewSection(), OrderDetailsModalProps, PLAYBACK_RATES, PodcastPlayerModal(), PodcastPlayerModalProps, SafeImage(), SafeImageProps (+12 more) ### Community 5 - "CmsController" Cohesion: 0.09 @@ -373,64 +379,68 @@ Cohesion: 0.09 Nodes (29): AdminUpdateTicketDto, CreateTicketDto, ReplyTicketDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString (+21 more) ### Community 7 - "PaginationDto" -Cohesion: 0.05 -Nodes (28): BlogsService, Injectable, BlogsModule, Module, BlogsService, Injectable, PaginationDto, SortOrder (+20 more) +Cohesion: 0.06 +Nodes (17): BlogsService, Injectable, BlogsService, Injectable, PaginationDto, SortOrder, ApiPropertyOptional, IsEnum (+9 more) ### Community 8 - "admin.module.ts" -Cohesion: 0.07 -Nodes (19): AdminModule, Module, CategoryQuery, ReportsController, ApiBearerAuth, ApiOperation, ApiTags, Controller (+11 more) +Cohesion: 0.10 +Nodes (13): ReportsController, ApiBearerAuth, ApiOperation, ApiTags, Controller, Get, UseGuards, ReportsService (+5 more) ### Community 9 - "devDependencies" Cohesion: 0.22 Nodes (9): devDependencies, eslint-plugin-prettier, @types/passport-jwt, @types/supertest, typescript, typescript, eslint-plugin-prettier, @types/passport-jwt (+1 more) -### Community 10 - "ReviewsService" -Cohesion: 0.12 -Nodes (16): ReviewsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+8 more) +### Community 10 - "CreateReviewDto" +Cohesion: 0.07 +Nodes (29): CreateReviewDto, ApiProperty, IsInt, IsNotEmpty, IsOptional, IsString, Min, ApiProperty (+21 more) -### Community 11 - "api" -Cohesion: 0.10 -Nodes (22): ConfirmModal(), ConfirmModalProps, getFileType(), Media, MediaSelector(), MediaSelectorProps, Pagination(), PaginationProps (+14 more) +### Community 11 - "Modal.tsx" +Cohesion: 0.07 +Nodes (30): ConfirmModal(), ConfirmModalProps, getFileType(), Media, MediaSelector(), MediaSelectorProps, maxWidthClasses, Modal() (+22 more) ### Community 12 - "PetProfile.tsx" -Cohesion: 0.16 -Nodes (16): Header(), MENU_ICONS, OrderSuccess(), PrescriptionUploadModal(), PrescriptionUploadModalProps, CURRENT_SYMPTOMS, MEDICAL_HISTORIES, SmartAdvisor() (+8 more) +Cohesion: 0.13 +Nodes (15): FeaturedProducts(), ProductCard(), OrderSuccess(), OrderRowSkeleton(), PetProfileSkeleton(), ProductCardSkeleton(), Skeleton(), SkeletonProps (+7 more) -### Community 13 - "app-audit-verification.e2e-spec.js" -Cohesion: 0.05 -Nodes (30): CustomHttpExceptionFilter, Catch, PrismaExceptionFilter, Catch, DecimalInterceptor, Injectable, ApiErrorResponse, ErrorDetailField (+22 more) +### Community 13 - "main.ts" +Cohesion: 0.12 +Nodes (8): AppModule, Module, CustomHttpExceptionFilter, Catch, PrismaExceptionFilter, Catch, DecimalInterceptor, Injectable ### Community 14 - "lib/services/api.ts" -Cohesion: 0.07 -Nodes (19): ContactInfoItem, LoginModal(), LoginModalProps, api, ApiErrorPayload, baseURL, ApiErr, AuthResponse (+11 more) +Cohesion: 0.06 +Nodes (22): ContactInfoItem, PrescriptionUploadModal(), PrescriptionUploadModalProps, api, ApiErrorPayload, baseURL, ApiErr, AuthResponse (+14 more) ### Community 15 - "src/services/api.ts" Cohesion: 0.07 -Nodes (34): Layout(), ProtectedRoute(), MenuGroup, Sidebar(), SidebarProps, SubMenuItem, LiveMonitoringSummary, SEARCHABLE_PAGES (+26 more) +Nodes (35): Layout(), ProtectedRoute(), MenuGroup, Sidebar(), SidebarProps, SubMenuItem, LiveMonitoringSummary, SEARCHABLE_PAGES (+27 more) ### Community 16 - "DoctorQueryDto" Cohesion: 0.09 Nodes (24): DoctorsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+16 more) -### Community 17 - "admin.service.ts" -Cohesion: 0.08 -Nodes (12): CouponTargetInput, PaginationQuery, AppModule, Module, AdminLoginInput, AuthService, LoginInput, RegisterInput (+4 more) +### Community 17 - "AuthService" +Cohesion: 0.16 +Nodes (3): AuthService, Injectable, normalizeMobile() ### Community 18 - "JwtAuthGuard" -Cohesion: 0.15 -Nodes (11): JwtAuthGuard, Injectable, ROLES_KEY, RequestWithUser, RolesGuard, Injectable, IsNotEmpty, IsNumber (+3 more) +Cohesion: 0.17 +Nodes (8): JwtAuthGuard, Injectable, B2BWholesaleOrderItem, ROLES_KEY, RequestWithUser, RolesGuard, Injectable, UserReqPayload ### Community 19 - "ProductsService" -Cohesion: 0.09 +Cohesion: 0.10 Nodes (19): GetProductsDto, ApiPropertyOptional, IsEnum, IsOptional, IsString, ProductsController, ApiOperation, ApiTags (+11 more) ### Community 20 - "CreateVideoDto" Cohesion: 0.07 -Nodes (31): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+23 more) +Nodes (32): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+24 more) + +### Community 21 - "toPersian" +Cohesion: 0.15 +Nodes (23): VerifyContent(), ArchiveProductCard(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), BackButton(), BackButtonProps (+15 more) ### Community 22 - "UserDashboard.tsx" -Cohesion: 0.10 -Nodes (28): VerifyContent(), AddressModal(), AddressModalProps, BackButton(), BackButtonProps, CheckoutPage(), DeleteConfirmModal(), DeleteConfirmModalProps (+20 more) +Cohesion: 0.13 +Nodes (17): AddressModal(), AddressModalProps, DeleteConfirmModal(), DeleteConfirmModalProps, OrderDetailsModal(), SearchableSelect(), SearchableSelectProps, PRESET_AMOUNTS (+9 more) ### Community 23 - "MenuService" Cohesion: 0.11 @@ -468,21 +478,21 @@ 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 32 - "Spinner.tsx" -Cohesion: 0.06 -Nodes (20): Spinner(), FAQ, MENU_TABS, MenuItem, MenuType, BestSellerItem, CategoryDistItem, COLORS (+12 more) +### Community 32 - "Button.tsx" +Cohesion: 0.08 +Nodes (18): ButtonProps, ButtonSize, ButtonVariant, Spinner(), FAQ, MENU_TABS, MenuItem, MenuType (+10 more) ### Community 33 - "WholesaleApplyDto" Cohesion: 0.10 Nodes (20): ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, WholesaleApplyDto, ApiBearerAuth, ApiOperation (+12 more) ### Community 34 - "B2BService" -Cohesion: 0.13 -Nodes (15): B2BController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+7 more) +Cohesion: 0.14 +Nodes (14): B2BController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+6 more) -### Community 35 - "auth.controller.ts" -Cohesion: 0.06 -Nodes (42): AuthController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+34 more) +### Community 35 - "AuthController" +Cohesion: 0.25 +Nodes (12): AuthController, ApiBadRequestResponse, ApiBearerAuth, ApiOkResponse, ApiOperation, ApiTags, Body, Controller (+4 more) ### Community 36 - "FaqService" Cohesion: 0.12 @@ -492,13 +502,13 @@ Nodes (16): FaqController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controlle Cohesion: 0.07 Nodes (25): اجرای بک‌اند, اجرای فرانت‌اند, اجرای پروژه در سرور با PM2, برای راه‌اندازی بک‌اند:, برای راه‌اندازی فرانت‌اند Next.js:, بیلد کردن پروژه (Building), ذخیره پروسه‌ها تا پس از ری‌استارت سرور قطع نشوند:, راه‌اندازی و انتشار سیستم (Setup & Deployment) (+17 more) -### Community 38 - "Transactions.tsx" -Cohesion: 0.05 -Nodes (40): TransactionReceiptData, TransactionReceiptModal(), TransactionReceiptModalProps, Badge(), BadgeProps, BadgeVariant, variantStyles, Button() (+32 more) +### Community 38 - "Button" +Cohesion: 0.10 +Nodes (19): TransactionReceiptData, TransactionReceiptModal(), TransactionReceiptModalProps, Badge(), BadgeProps, BadgeVariant, variantStyles, Button() (+11 more) ### Community 39 - "CategoriesController" -Cohesion: 0.10 -Nodes (16): CategoriesController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+8 more) +Cohesion: 0.09 +Nodes (17): CategoriesController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+9 more) ### Community 40 - "MediaController" Cohesion: 0.11 @@ -513,28 +523,28 @@ Cohesion: 0.13 Nodes (14): SslController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Post (+6 more) ### Community 43 - "BannersService" -Cohesion: 0.13 +Cohesion: 0.12 Nodes (15): BannersController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+7 more) ### Community 44 - "TestimonialsService" -Cohesion: 0.13 +Cohesion: 0.12 Nodes (14): TestimonialsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) ### Community 45 - "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 46 - "Body" -Cohesion: 0.17 -Nodes (3): Body, Put, CouponInput +### Community 46 - "AdminController" +Cohesion: 0.14 +Nodes (6): AdminController, ApiBearerAuth, ApiTags, Controller, Put, UseGuards ### Community 47 - "IngredientsService" -Cohesion: 0.13 +Cohesion: 0.12 Nodes (14): IngredientsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Delete, Get (+6 more) ### Community 48 - "adminRoutes.tsx" -Cohesion: 0.06 -Nodes (26): App(), HeroBanner, VetTestimonial, ContactInfoItem, ContactSubmission, CategoryDist, DashboardData, Ticket (+18 more) +Cohesion: 0.07 +Nodes (20): App(), HeroBanner, VetTestimonial, ContactInfoItem, ContactSubmission, BestSellerItem, CategoryDistItem, COLORS (+12 more) ### Community 49 - "devDependencies" Cohesion: 0.11 @@ -548,22 +558,26 @@ Nodes (15): eslint-config-next, devDependencies, eslint, eslint-config-next, jsd Cohesion: 0.14 Nodes (16): BlogsController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, Delete (+8 more) -### Community 52 - "prescriptions.module.ts" -Cohesion: 0.12 -Nodes (16): PrescriptionsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+8 more) +### Community 52 - "PrescriptionsController" +Cohesion: 0.16 +Nodes (12): PrescriptionsController, ApiBearerAuth, ApiOperation, ApiTags, Body, Controller, Get, Param (+4 more) ### Community 53 - "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 54 - "UsersService" -Cohesion: 0.06 -Nodes (41): DEFAULT_JWT_REFRESH_SECRET, DEFAULT_JWT_SECRET, getJwtSecret(), AuthModule, Module, JwtPayload, JwtStrategy, Injectable (+33 more) +Cohesion: 0.05 +Nodes (42): DEFAULT_JWT_REFRESH_SECRET, DEFAULT_JWT_SECRET, getJwtSecret(), AuthModule, Module, JwtPayload, JwtStrategy, Injectable (+34 more) ### Community 55 - "UITexts.tsx" Cohesion: 0.10 Nodes (18): ICON_REGISTRY, IconPickerModal(), IconPickerModalProps, COLORS, RichTextEditor(), RichTextEditorProps, ToggleSwitch(), ToggleSwitchProps (+10 more) +### Community 56 - "Orders.tsx" +Cohesion: 0.09 +Nodes (20): Pagination(), PaginationProps, Skeleton(), getPaymentMethodLabel(), Order, ORDER_STATUS_MAP, OrderItem, Orders() (+12 more) + ### Community 57 - "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) @@ -576,17 +590,17 @@ Nodes (11): ContactController, Body, Controller, Get, Param, Post, Put, Query (+ Cohesion: 0.06 Nodes (30): compilerOptions, allowSyntheticDefaultImports, baseUrl, declaration, emitDecoratorMetadata, esModuleInterop, experimentalDecorators, forceConsistentCasingInFileNames (+22 more) -### Community 60 - "CreateUserDto" -Cohesion: 0.21 -Nodes (10): CreateUserDto, ApiProperty, ApiPropertyOptional, IsEmail, IsNotEmpty, IsNumber, IsOptional, IsString (+2 more) +### Community 60 - "admin.service.ts" +Cohesion: 0.17 +Nodes (14): CouponInput, CouponTargetInput, PaginationQuery, CreateUserDto, ApiProperty, ApiPropertyOptional, IsEmail, IsNotEmpty (+6 more) ### Community 61 - "CreateEBankCheckoutDto" Cohesion: 0.22 Nodes (8): CreateEBankCheckoutDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsNumber, IsOptional, IsString, Min -### Community 62 - "CreateOrderDto" -Cohesion: 0.21 -Nodes (11): CreateOrderDto, OrderItemDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional (+3 more) +### Community 62 - "WikiController" +Cohesion: 0.13 +Nodes (13): ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, Param, Query (+5 more) ### Community 63 - "dependencies" Cohesion: 0.10 @@ -597,12 +611,12 @@ Cohesion: 0.10 Nodes (20): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, lib, module, moduleDetection, moduleResolution, noEmit (+12 more) ### Community 65 - "ProductPage.tsx" -Cohesion: 0.15 -Nodes (12): PLAYBACK_RATES, PodcastInlinePlayer(), PodcastInlinePlayerProps, CalculatorState, ICON_MAP, ProductPage(), useCalculatorStore, ProductReviews() (+4 more) +Cohesion: 0.13 +Nodes (14): PLAYBACK_RATES, PodcastInlinePlayer(), PodcastInlinePlayerProps, CalculatorState, ICON_MAP, ProductPage(), useCalculatorStore, ProductReviews() (+6 more) -### Community 66 - "AdminController" -Cohesion: 0.24 -Nodes (9): AdminController, ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Controller, Get, Query (+1 more) +### Community 66 - "ApiOperation" +Cohesion: 0.12 +Nodes (8): ApiOperation, ApiQuery, Get, Query, AdminQueryDto, ApiPropertyOptional, IsOptional, IsString ### Community 67 - "PetsController" Cohesion: 0.10 @@ -621,8 +635,8 @@ Cohesion: 0.08 Nodes (23): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, jsx, lib, module, moduleDetection, moduleResolution (+15 more) ### Community 71 - "getPageMetadata" -Cohesion: 0.13 -Nodes (9): generateMetadata(), generateMetadata(), generateMetadata(), generateMetadata(), generateMetadata(), generateMetadata(), ArchivePage(), SearchResultsPage() (+1 more) +Cohesion: 0.14 +Nodes (7): generateMetadata(), generateMetadata(), generateMetadata(), generateMetadata(), generateMetadata(), generateMetadata(), getPageMetadata() ### Community 72 - "Operational Rules & Boundaries" Cohesion: 0.11 @@ -640,14 +654,14 @@ Nodes (14): ApiBearerAuth, ApiOperation, ApiQuery, ApiTags, Body, Controller, De Cohesion: 0.05 Nodes (47): CreateHealthLogDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, CreatePetDto, ApiProperty (+39 more) -### Community 76 - "CreateReviewDto" -Cohesion: 0.14 -Nodes (13): CreateReviewDto, ApiProperty, IsInt, IsNotEmpty, IsOptional, IsString, Min, ApiProperty (+5 more) - ### Community 77 - "seo.module.ts" Cohesion: 0.16 Nodes (10): SeoController, ApiOperation, ApiTags, Controller, Get, Param, SeoModule, Module (+2 more) +### Community 78 - "AdminService" +Cohesion: 0.20 +Nodes (4): Delete, Param, AdminService, Injectable + ### Community 79 - "🏢 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) @@ -672,21 +686,21 @@ Nodes (21): dependencies, axios, lucide-react, react, react-dom, react-hot-toast 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 85 - "sms.service.ts" -Cohesion: 0.22 -Nodes (5): MeliPayamakPattern, MeliPayamakResponse, SendPatternSmsOptions, SmsConfig, SmsLogQuery +### Community 85 - "auth.service.ts" +Cohesion: 0.15 +Nodes (8): AdminLoginInput, LoginInput, RegisterInput, RedisModule, Global, Module, RedisService, Injectable ### Community 86 - "zibal.service.ts" -Cohesion: 0.09 -Nodes (17): AdminTransactionFilterDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type, GatewayHealthResult (+9 more) +Cohesion: 0.16 +Nodes (9): GatewayHealthResult, IPaymentGateway, PaymentInquiryResult, PaymentRequestOptions, PaymentRequestResult, PaymentVerifyResult, ZibalInquiryResponse, ZibalRequestResponse (+1 more) ### Community 87 - "dependencies" Cohesion: 0.12 Nodes (17): dependencies, axios, lucide-react, motion, next, react, react-dom, sonner (+9 more) ### Community 88 - "HomeClient.tsx" -Cohesion: 0.10 -Nodes (23): HomeClient(), HomeClientProps, getHomeData(), Home(), ArchiveProductCard(), CATEGORY_MAP, ICON_MAP, BannerPlacement() (+15 more) +Cohesion: 0.14 +Nodes (17): HomeClient(), HomeClientProps, CATEGORY_MAP, ICON_MAP, BannerPlacement(), BannerPlacementProps, Hero(), StatCounter() (+9 more) ### Community 89 - "seed-products.ts" Cohesion: 0.17 @@ -701,12 +715,12 @@ 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 92 - "OrdersService" -Cohesion: 0.09 -Nodes (20): OrdersController, ApiBadRequestResponse, ApiBearerAuth, ApiCreatedResponse, ApiNotFoundResponse, ApiOkResponse, ApiOperation, ApiTags (+12 more) +Cohesion: 0.08 +Nodes (29): CreateOrderDto, OrderItemDto, ApiProperty, ApiPropertyOptional, IsArray, IsNotEmpty, IsNumber, IsOptional (+21 more) -### Community 93 - "admin.controller.ts" -Cohesion: 0.33 -Nodes (4): AdminQueryDto, ApiPropertyOptional, IsOptional, IsString +### Community 93 - "app-audit-verification.e2e-spec.js" +Cohesion: 0.13 +Nodes (14): ApiErrorResponse, ErrorDetailField, ApiProperty, app_module_1, client_1, common_1, decimal_interceptor_1, fs (+6 more) ### Community 94 - "Phase 3.1 — Human Review Preparation and Master Backlog Critique" Cohesion: 0.13 @@ -724,6 +738,10 @@ Nodes (32): compilerOptions, allowJs, esModuleInterop, incremental, isolatedModu Cohesion: 0.14 Nodes (14): scripts, build, build:nest, docs:generate, lint, start, start:debug, start:dev (+6 more) +### Community 99 - "HomeController" +Cohesion: 0.16 +Nodes (10): HomeController, ApiOkResponse, ApiOperation, ApiTags, Controller, Get, HomeModule, Module (+2 more) + ### Community 100 - "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) @@ -741,16 +759,24 @@ 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 104 - "Coupons.tsx" -Cohesion: 0.15 -Nodes (11): formatPriceWithCommas(), PriceInput(), PriceInputProps, toEnglishDigits(), Coupon, CouponFormData, CouponModalProps, CouponTarget (+3 more) +Cohesion: 0.12 +Nodes (13): formatPriceWithCommas(), PriceInput(), PriceInputProps, toEnglishDigits(), Coupon, CouponFormData, CouponModalProps, CouponTarget (+5 more) ### Community 105 - "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 106 - "auth.controller.ts" +Cohesion: 0.16 +Nodes (11): AdminLoginDto, ApiProperty, IsEmail, IsNotEmpty, IsString, MinLength, LoginDto, ApiProperty (+3 more) + +### Community 107 - "payment.service.ts" +Cohesion: 0.20 +Nodes (8): AdminTransactionFilterDto, ApiPropertyOptional, IsIn, IsNumber, IsOptional, IsString, Type, ClientMetadata + ### Community 108 - "PrismaService" Cohesion: 0.07 -Nodes (18): ApiExcludeController, MetricsController, Controller, Get, Res, CreateContactSubmissionDto, UpdateContactInfoItemDto, MenuType (+10 more) +Nodes (22): ApiExcludeController, MetricsController, Controller, Get, Res, MeliPayamakPattern, MeliPayamakResponse, SendPatternSmsOptions (+14 more) ### Community 109 - "1. Summary of Integrity Repairs Performed" Cohesion: 0.17 @@ -769,7 +795,7 @@ 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 113 - "ProductDto" -Cohesion: 0.20 +Cohesion: 0.22 Nodes (7): ProductDto, ApiPropertyOptional, IsArray, IsBoolean, IsNumber, IsOptional, IsString ### Community 114 - "AppService" @@ -817,8 +843,8 @@ Cohesion: 0.20 Nodes (9): Arch Linux, Contributors, Install, Known problems for variable version, License, Sahel-Font, To Do (variable), طریقه استفاده از نسخه متغیر variable (+1 more) ### Community 129 - "seo.ts" -Cohesion: 0.20 -Nodes (5): generateMetadata(), generateMetadata(), DEFAULT_SEO_CONFIG, PageMetadataOptions, SeoConfig +Cohesion: 0.18 +Nodes (6): CatalogClient(), generateMetadata(), generateMetadata(), DEFAULT_SEO_CONFIG, PageMetadataOptions, SeoConfig ### Community 130 - "Sahel-Font" Cohesion: 0.20 @@ -872,6 +898,10 @@ Nodes (7): backend, distMainPath, fs, http, path, { spawn, execSync }, waitForBa Cohesion: 0.25 Nodes (6): app_module_1, core_1, fs, path, swagger_1, yaml +### Community 144 - "RegisterDto" +Cohesion: 0.22 +Nodes (8): RegisterDto, ApiProperty, ApiPropertyOptional, IsEmail, IsNotEmpty, IsOptional, IsString, MinLength + ### Community 146 - "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 @@ -964,17 +994,17 @@ Nodes (4): evidenceList, ledger, mandatoryMap, mandatoryScope Cohesion: 0.40 Nodes (4): activeFiles, errors, validationOutput, warnings -### Community 176 - "Reviews.tsx" -Cohesion: 0.50 -Nodes (4): ProductReview, Reviews(), toPersianDigits(), Reviews +### Community 176 - "InitiatePaymentDto" +Cohesion: 0.43 +Nodes (7): InitiatePaymentDto, InitiateWalletTopupDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString ### Community 177 - "blog/page.tsx" Cohesion: 0.50 Nodes (4): Blog(), generateMetadata(), getBlogs(), BlogPage() -### Community 179 - "PodcastPlayerModal.tsx" -Cohesion: 0.40 -Nodes (3): PLAYBACK_RATES, PodcastPlayerModal(), PodcastPlayerModalProps +### Community 179 - "VerifyOtpDto" +Cohesion: 0.29 +Nodes (6): ApiProperty, IsNotEmpty, IsString, Matches, VerifyOtpDto, Length ### Community 180 - "API Contract Specification" Cohesion: 0.50 @@ -1017,8 +1047,8 @@ Cohesion: 0.50 Nodes (3): Select, SelectOption, SelectProps ### Community 199 - "useSettingsStore" -Cohesion: 0.10 -Nodes (24): ClientLayout(), AuthModal(), AuthModalProps, extractOtpFromText(), BrandLogo(), BrandLogoProps, FAQItem, FAQSection() (+16 more) +Cohesion: 0.11 +Nodes (22): ClientLayout(), BrandLogo(), BrandLogoProps, EnamadBadge(), FAQItem, FAQSection(), Footer(), MENU_ICONS (+14 more) ### Community 200 - "application/README.md" Cohesion: 0.50 @@ -1032,41 +1062,49 @@ 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 224 - "SendOtpDto" +Cohesion: 0.33 +Nodes (5): SendOtpDto, ApiProperty, IsNotEmpty, IsString, Matches + ### Community 226 - "Shabnam Font README" Cohesion: 0.67 Nodes (3): Shabnam Font README, Shabnam Font Sample, Vazir Font -### Community 294 - "ZibalService" -Cohesion: 0.09 -Nodes (4): PaymentService, Injectable, Injectable, ZibalService - ### Community 298 - ".initiateOrderPayment" -Cohesion: 0.14 -Nodes (17): InitiatePaymentDto, InitiateWalletTopupDto, ApiProperty, ApiPropertyOptional, IsNotEmpty, IsOptional, IsString, ApiPropertyOptional (+9 more) +Cohesion: 0.18 +Nodes (10): ApiPropertyOptional, IsOptional, IsString, ZibalCallbackQueryDto, ApiBadRequestResponse, ApiOkResponse, Req, Res (+2 more) ### Community 301 - "app.e2e-spec.js" Cohesion: 0.50 Nodes (3): app_module_1, supertest_1, testing_1 +### Community 312 - "BlogsModule" +Cohesion: 0.33 +Nodes (4): BlogsModule, Module, OrdersModule, Module + +### Community 313 - "app/page.tsx" +Cohesion: 0.67 +Nodes (3): generateMetadata(), getHomeData(), Home() + ## Knowledge Gaps - **1278 isolated node(s):** `$schema`, `collection`, `sourceRoot`, `deleteOutDir`, `name` (+1273 more) These have ≤1 connection - possible missing edges or undocumented components. -- **121 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. +- **119 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 `WholesaleApplyDto`, `B2BService`, `SettingsController`, `FaqService`, `CmsController`, `tickets.controller.ts`, `SslController`, `BannersService`, `ReviewsService`, `TestimonialsService`, `IngredientsService`, `JwtAuthGuard`, `ProductsService`, `prescriptions.module.ts`, `SmartAdvisorService`, `MenuService`, `ContactService`?** - _High betweenness centrality (0.067) - this node is a cross-community bridge._ -- **Why does `ApiResponse` connect `src/services/api.ts` to `auth.controller.ts`, `BlogsController`, `PaginationDto`, `PetsController`, `app-audit-verification.e2e-spec.js`, `ProductsService`, `UsersService`, `OrdersService`?** - _High betweenness centrality (0.066) - this node is a cross-community bridge._ -- **Why does `PrismaService` connect `PrismaService` to `app.module.ts`, `CmsController`, `tickets.controller.ts`, `PaginationDto`, `admin.module.ts`, `ReviewsService`, `app-audit-verification.e2e-spec.js`, `DoctorQueryDto`, `admin.service.ts`, `ProductsService`, `CreateVideoDto`, `SmsService`, `MenuService`, `WholesaleApplyDto`, `B2BService`, `FaqService`, `ZibalService`, `CategoriesController`, `MediaController`, `ZibalEBankService`, `BannersService`, `TestimonialsService`, `IngredientsService`, `prescriptions.module.ts`, `SmartAdvisorService`, `UsersService`, `SettingsService`, `ContactService`, `PetsController`, `PetsController`, `CreateReviewDto`, `seo.module.ts`, `sms.service.ts`, `zibal.service.ts`, `OrdersService`?** - _High betweenness centrality (0.034) - this node is a cross-community bridge._ +- **Why does `ApiResponse` connect `src/services/api.ts` to `HomeController`, `AuthController`, `BlogsController`, `PetsController`, `ProductsService`, `UsersService`, `OrdersService`, `WikiController`?** + _High betweenness centrality (0.065) - this node is a cross-community bridge._ +- **Why does `Roles()` connect `Roles` to `WholesaleApplyDto`, `B2BService`, `SmsService`, `FaqService`, `CmsController`, `tickets.controller.ts`, `SslController`, `BannersService`, `CreateReviewDto`, `TestimonialsService`, `IngredientsService`, `JwtAuthGuard`, `ProductsService`, `PrescriptionsController`, `SmartAdvisorService`, `MenuService`, `ContactService`?** + _High betweenness centrality (0.064) - this node is a cross-community bridge._ +- **Why does `JwtAuthGuard` connect `JwtAuthGuard` to `PetsController`, `CmsController`, `tickets.controller.ts`, `CategoriesController`, `MediaController`, `PaginationDto`, `admin.module.ts`, `auth.controller.ts`, `PetsController`, `DoctorQueryDto`, `ProductsService`, `CreateVideoDto`, `UsersService`, `admin.service.ts`?** + _High betweenness centrality (0.036) - this node is a cross-community bridge._ - **What connects `$schema`, `collection`, `sourceRoot` to the rest of the system?** _1278 weakly-connected nodes found - possible documentation gaps or missing edges._ - **Should `app.module.ts` be split into smaller, more focused modules?** - _Cohesion score 0.07955596669750231 - nodes in this community are weakly interconnected._ -- **Should `useCartStore` be split into smaller, more focused modules?** - _Cohesion score 0.07244843997884717 - nodes in this community are weakly interconnected._ -- **Should `SafeImage.tsx` be split into smaller, more focused modules?** - _Cohesion score 0.10846560846560846 - nodes in this community are weakly interconnected._ \ No newline at end of file + _Cohesion score 0.07510204081632653 - nodes in this community are weakly interconnected._ +- **Should `SmsService` be split into smaller, more focused modules?** + _Cohesion score 0.060542309490416085 - nodes in this community are weakly interconnected._ +- **Should `productService.ts` be split into smaller, more focused modules?** + _Cohesion score 0.08888888888888889 - nodes in this community are weakly interconnected._ \ No newline at end of file diff --git a/graphify-out/2026-08-24/graph.json b/graphify-out/2026-08-24/graph.json index be67d40..9bb3524 100644 --- a/graphify-out/2026-08-24/graph.json +++ b/graphify-out/2026-08-24/graph.json @@ -4,44250 +4,45227 @@ "graph": {}, "nodes": [ { + "id": "backend_src_payment_payment_controller_paymentcontroller", "label": "PaymentController", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L41", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_payment_payment_controller_paymentcontroller", "community": 0, "community_name": "Roles", - "norm_label": "paymentcontroller" + "file_type": "code", + "norm_label": "paymentcontroller", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L41" }, { - "label": "B2BModule", - "file_type": "code", - "source_file": "backend/src/b2b/b2b.module.ts", - "source_location": "L12", + "id": "backend_src_admin_admin_module_adminmodule", + "label": "AdminModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "adminmodule", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L44" + }, + { "id": "backend_src_b2b_b2b_module_b2bmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "b2bmodule" - }, - { - "label": "BannersModule", - "file_type": "code", - "source_file": "backend/src/banners/banners.module.ts", - "source_location": "L12", + "label": "B2BModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "b2bmodule", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_banners_banners_module_bannersmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "bannersmodule" - }, - { - "label": "CmsModule", - "file_type": "code", - "source_file": "backend/src/cms/cms.module.ts", - "source_location": "L12", + "label": "BannersModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "bannersmodule", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_cms_cms_module_cmsmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "cmsmodule" - }, - { - "label": "SmsModule", - "file_type": "code", - "source_file": "backend/src/common/sms.module.ts", - "source_location": "L9", + "label": "CmsModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "cmsmodule", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_common_sms_module_smsmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "smsmodule" - }, - { - "label": "ContactModule", - "file_type": "code", - "source_file": "backend/src/contact/contact.module.ts", - "source_location": "L12", + "label": "SmsModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "smsmodule", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L9" + }, + { "id": "backend_src_contact_contact_module_contactmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "contactmodule" - }, - { - "label": "DoctorsModule", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.module.ts", - "source_location": "L12", + "label": "ContactModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "contactmodule", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_doctors_doctors_module_doctorsmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "doctorsmodule" - }, - { - "label": "IngredientsModule", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.module.ts", - "source_location": "L12", + "label": "DoctorsModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "doctorsmodule", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_ingredients_ingredients_module_ingredientsmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "ingredientsmodule" - }, - { - "label": "PaymentModule", - "file_type": "code", - "source_file": "backend/src/payment/payment.module.ts", - "source_location": "L15", + "label": "IngredientsModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "ingredientsmodule", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_payment_payment_module_paymentmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "paymentmodule" - }, - { - "label": "PrismaModule", - "file_type": "code", - "source_file": "backend/src/prisma/prisma.module.ts", - "source_location": "L9", + "label": "PaymentModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "paymentmodule", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L15" + }, + { + "id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "label": "PrescriptionsModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "prescriptionsmodule", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L13" + }, + { "id": "backend_src_prisma_prisma_module_prismamodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "prismamodule" - }, - { - "label": "ReviewsModule", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.module.ts", - "source_location": "L12", + "label": "PrismaModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "prismamodule", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L9" + }, + { "id": "backend_src_reviews_reviews_module_reviewsmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "reviewsmodule" - }, - { - "label": "SettingsModule", - "file_type": "code", - "source_file": "backend/src/settings/settings.module.ts", - "source_location": "L12", + "label": "ReviewsModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "reviewsmodule", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_settings_settings_module_settingsmodule", - "community": 1, - "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", + "label": "SettingsModule", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", "community": 1, "community_name": "app.module.ts", - "norm_label": "smartadvisormodule" + "file_type": "code", + "norm_label": "settingsmodule", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L12" }, { - "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": 1, - "community_name": "app.module.ts", - "norm_label": "testimonialsmodule" - }, - { - "label": "TicketsModule", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.module.ts", - "source_location": "L12", + "label": "TestimonialsModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "testimonialsmodule", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_tickets_tickets_module_ticketsmodule", - "community": 1, - "community_name": "app.module.ts", - "norm_label": "ticketsmodule" - }, - { - "label": "WholesaleModule", - "file_type": "code", - "source_file": "backend/src/wholesale/wholesale.module.ts", - "source_location": "L12", + "label": "TicketsModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "ticketsmodule", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_wholesale_wholesale_module_wholesalemodule", + "label": "WholesaleModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 1, "community_name": "app.module.ts", - "norm_label": "wholesalemodule" + "file_type": "code", + "norm_label": "wholesalemodule", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L12" }, { - "label": "ReviewsController", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", - "source_location": "L23", + "id": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "label": "CreateReviewDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "createreviewdto", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L11" + }, + { + "id": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "label": "UpdateReviewDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "updatereviewdto", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L4" + }, + { "id": "backend_src_reviews_reviews_controller_reviewscontroller", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "reviewscontroller" - }, - { - "label": "ReviewsService", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.service.ts", - "source_location": "L12", + "label": "ReviewsController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "reviewscontroller", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L23" + }, + { "id": "backend_src_reviews_reviews_service_reviewsservice", + "label": "ReviewsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 10, - "community_name": "ReviewsService", - "norm_label": "reviewsservice" + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "reviewsservice", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L12" }, { - "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": 104, - "community_name": "Coupons.tsx", - "norm_label": "priceinputprops" - }, - { - "label": "Coupon", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L20", + "label": "PriceInputProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "priceinputprops", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L3" + }, + { "id": "frontend_admin_panel_src_pages_coupons_coupon", - "community": 104, - "community_name": "Coupons.tsx", - "norm_label": "coupon" - }, - { - "label": "CouponFormData", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L34", + "label": "Coupon", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "coupon", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L20" + }, + { "id": "frontend_admin_panel_src_pages_coupons_couponformdata", - "community": 104, - "community_name": "Coupons.tsx", - "norm_label": "couponformdata" - }, - { - "label": "CouponModalProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L253", + "label": "CouponFormData", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "couponformdata", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L34" + }, + { "id": "frontend_admin_panel_src_pages_coupons_couponmodalprops", + "label": "CouponModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 104, "community_name": "Coupons.tsx", - "norm_label": "couponmodalprops" - }, - { - "label": "CouponTarget", "file_type": "code", + "norm_label": "couponmodalprops", "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L13", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L308" + }, + { "id": "frontend_admin_panel_src_pages_coupons_coupontarget", + "label": "CouponTarget", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 104, "community_name": "Coupons.tsx", - "norm_label": "coupontarget" + "file_type": "code", + "norm_label": "coupontarget", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L13" }, { - "label": "FinancialSettings", - "file_type": "code", - "source_file": "frontend/admin-panel/src/types/admin.ts", - "source_location": "L190", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_types_admin_financialsettings", - "community": 104, - "community_name": "Coupons.tsx", - "norm_label": "financialsettings" - }, - { - "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": 108, - "community_name": "PrismaService", - "norm_label": "metricscontroller" - }, - { - "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": 108, - "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": 108, - "community_name": "PrismaService", - "norm_label": "updatecontactinfoitemdto" - }, - { - "label": "MenuType", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_menu_menu_service_menutype", - "community": 108, - "community_name": "PrismaService", - "norm_label": "menutype" - }, - { - "label": "EBankCheckoutListFilter", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L16", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_ebankcheckoutlistfilter", - "community": 108, - "community_name": "PrismaService", - "norm_label": "ebankcheckoutlistfilter" - }, - { - "label": "EBankCheckoutOptions", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_ebankcheckoutoptions", - "community": 108, - "community_name": "PrismaService", - "norm_label": "ebankcheckoutoptions" - }, - { - "label": "EBankIdentifiedPaymentFilter", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L34", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_ebankidentifiedpaymentfilter", - "community": 108, - "community_name": "PrismaService", - "norm_label": "ebankidentifiedpaymentfilter" - }, - { - "label": "EBankStatementFilter", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_ebankstatementfilter", - "community": 108, - "community_name": "PrismaService", - "norm_label": "ebankstatementfilter" - }, - { - "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": 108, - "community_name": "PrismaService", - "norm_label": "prismaservice" - }, - { - "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": 108, - "community_name": "PrismaService", - "norm_label": "useraddressinput" - }, - { - "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": 108, - "community_name": "PrismaService", - "norm_label": "videoquery" - }, - { - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "norm_label": "mediaselectorprops" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "paginationprops" - }, - { - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "norm_label": "doctor" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "pet" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "category" - }, - { - "label": "Product", + "label": "Category", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", "file_type": "code", + "norm_label": "category", "source_file": "frontend/admin-panel/src/pages/Products.tsx", - "source_location": "L19", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L15" + }, + { "id": "frontend_admin_panel_src_pages_products_product", - "community": 11, - "community_name": "api", - "norm_label": "product" - }, - { - "label": "DoctorOption", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Videos.tsx", - "source_location": "L28", + "label": "Product", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "product", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L22" + }, + { + "id": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "label": "AdminLoginDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "adminlogindto", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L4" + }, + { + "id": "backend_src_auth_dto_login_dto_logindto", + "label": "LoginDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "logindto", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L4" + }, + { + "id": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "label": "AdminTransactionFilterDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "admintransactionfilterdto", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L5" + }, + { + "id": "backend_src_payment_payment_service_clientmetadata", + "label": "ClientMetadata", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "clientmetadata", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L13" + }, + { + "id": "backend_src_common_metrics_controller_metricscontroller", + "label": "MetricsController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "metricscontroller", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L8" + }, + { + "id": "backend_src_common_services_sms_service_melipayamakpattern", + "label": "MeliPayamakPattern", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "melipayamakpattern", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L25" + }, + { + "id": "backend_src_common_services_sms_service_melipayamakresponse", + "label": "MeliPayamakResponse", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "melipayamakresponse", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L44" + }, + { + "id": "backend_src_common_services_sms_service_sendpatternsmsoptions", + "label": "SendPatternSmsOptions", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "sendpatternsmsoptions", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L6" + }, + { + "id": "backend_src_common_services_sms_service_smsconfig", + "label": "SmsConfig", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "smsconfig", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L13" + }, + { + "id": "backend_src_contact_contact_service_createcontactsubmissiondto", + "label": "CreateContactSubmissionDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "createcontactsubmissiondto", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L5" + }, + { + "id": "backend_src_contact_contact_service_updatecontactinfoitemdto", + "label": "UpdateContactInfoItemDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "updatecontactinfoitemdto", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L13" + }, + { + "id": "backend_src_menu_menu_service_menutype", + "label": "MenuType", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "menutype", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L4" + }, + { + "id": "backend_src_payment_zibal_ebank_service_ebankcheckoutlistfilter", + "label": "EBankCheckoutListFilter", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "ebankcheckoutlistfilter", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L16" + }, + { + "id": "backend_src_payment_zibal_ebank_service_ebankcheckoutoptions", + "label": "EBankCheckoutOptions", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "ebankcheckoutoptions", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L4" + }, + { + "id": "backend_src_payment_zibal_ebank_service_ebankidentifiedpaymentfilter", + "label": "EBankIdentifiedPaymentFilter", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "ebankidentifiedpaymentfilter", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L34" + }, + { + "id": "backend_src_payment_zibal_ebank_service_ebankstatementfilter", + "label": "EBankStatementFilter", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "ebankstatementfilter", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L25" + }, + { + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "label": "PrescriptionsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "prescriptionsservice", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L11" + }, + { + "id": "backend_src_prisma_prisma_service_prismaservice", + "label": "PrismaService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "prismaservice", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L5" + }, + { + "id": "backend_src_settings_settings_service_scientifictermdata", + "label": "ScientificTermData", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "scientifictermdata", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L7" + }, + { + "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", + "label": "ConfirmModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "confirmmodalprops", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L3" + }, + { + "id": "frontend_admin_panel_src_components_ui_mediaselector_media", + "label": "Media", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "media", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L10" + }, + { + "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", + "label": "MediaSelectorProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "mediaselectorprops", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L18" + }, + { + "id": "frontend_admin_panel_src_components_ui_modal_modalprops", + "label": "ModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "modalprops", + "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", + "source_location": "L4" + }, + { + "id": "frontend_admin_panel_src_pages_blogs_blogpost", + "label": "BlogPost", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "blogpost", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_src_pages_categories_category", + "label": "Category", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "category", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_src_pages_doctorsmanager_doctor", + "label": "Doctor", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "doctor", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L12" + }, + { + "id": "frontend_admin_panel_src_pages_tickets_ticket", + "label": "Ticket", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "ticket", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L36" + }, + { + "id": "frontend_admin_panel_src_pages_tickets_ticketmessage", + "label": "TicketMessage", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "ticketmessage", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L26" + }, + { "id": "frontend_admin_panel_src_pages_videos_doctoroption", + "label": "DoctorOption", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 11, - "community_name": "api", - "norm_label": "doctoroption" - }, - { - "label": "Video", + "community_name": "Modal.tsx", "file_type": "code", + "norm_label": "doctoroption", "source_file": "frontend/admin-panel/src/pages/Videos.tsx", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L31" + }, + { "id": "frontend_admin_panel_src_pages_videos_video", - "community": 11, - "community_name": "api", - "norm_label": "video" - }, - { - "label": "ProductItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", - "source_location": "L20", + "label": "Video", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_wiki_productitem", "community": 11, - "community_name": "api", - "norm_label": "productitem" + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "video", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L11" }, { - "label": "WikiTerm", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", - "source_location": "L9", + "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", + "label": "WholesaleRequest", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_wiki_wikiterm", "community": 11, - "community_name": "api", - "norm_label": "wikiterm" + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "wholesalerequest", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L8" }, { - "label": "ProductDto", - "file_type": "code", - "source_file": "backend/src/admin/dto/product.dto.ts", - "source_location": "L10", + "id": "frontend_admin_panel_src_types_admin_banner", + "label": "Banner", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "banner", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L70" + }, + { + "id": "frontend_admin_panel_src_types_admin_ingredient", + "label": "Ingredient", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "ingredient", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L111" + }, + { + "id": "frontend_admin_panel_src_types_admin_testimonial", + "label": "Testimonial", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "testimonial", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L97" + }, + { "id": "backend_src_admin_dto_product_dto_productdto", + "label": "ProductDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 113, "community_name": "ProductDto", - "norm_label": "productdto" + "file_type": "code", + "norm_label": "productdto", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L10" }, { - "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": 114, - "community_name": "AppService", - "norm_label": "appcontroller" - }, - { - "label": "AppService", - "file_type": "code", - "source_file": "backend/src/app.service.ts", - "source_location": "L4", + "label": "AppController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 114, + "community_name": "AppService", + "file_type": "code", + "norm_label": "appcontroller", + "source_file": "backend/src/app.controller.ts", + "source_location": "L5" + }, + { "id": "backend_src_app_service_appservice", + "label": "AppService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 114, "community_name": "AppService", - "norm_label": "appservice" + "file_type": "code", + "norm_label": "appservice", + "source_file": "backend/src/app.service.ts", + "source_location": "L4" }, { - "label": "PrescriptionUploadModalProps", - "file_type": "code", - "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", - "source_location": "L9", + "id": "frontend_application_components_skeleton_skeletonprops", + "label": "SkeletonProps", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", "community": 12, "community_name": "PetProfile.tsx", - "norm_label": "prescriptionuploadmodalprops" + "file_type": "code", + "norm_label": "skeletonprops", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L4" }, { - "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": 12, - "community_name": "PetProfile.tsx", - "norm_label": "smartadvisorprops" - }, - { - "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": 12, - "community_name": "PetProfile.tsx", - "norm_label": "healthlog" - }, - { - "label": "PetConsumption", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L26", + "label": "HealthLog", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "healthlog", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L17" + }, + { "id": "frontend_application_lib_store_usepetstore_petconsumption", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "petconsumption" - }, - { - "label": "PetProfile", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L32", + "label": "PetConsumption", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "petconsumption", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L26" + }, + { "id": "frontend_application_lib_store_usepetstore_petprofile", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "petprofile" - }, - { - "label": "PetStore", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L50", + "label": "PetProfile", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "petprofile", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L32" + }, + { "id": "frontend_application_lib_store_usepetstore_petstore", + "label": "PetStore", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 12, "community_name": "PetProfile.tsx", - "norm_label": "petstore" - }, - { - "label": "Reminder", "file_type": "code", + "norm_label": "petstore", "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L8", + "source_location": "L50" + }, + { + "id": "frontend_application_lib_store_usepetstore_reminder", + "label": "Reminder", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_application_lib_store_usepetstore_reminder", "community": 12, "community_name": "PetProfile.tsx", - "norm_label": "reminder" + "file_type": "code", + "norm_label": "reminder", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L8" }, { - "label": "PageMetadataOptions", - "file_type": "code", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L160", - "_callable": true, - "_callable_class": true, - "_origin": "ast", "id": "frontend_application_lib_seo_pagemetadataoptions", + "label": "PageMetadataOptions", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 129, "community_name": "seo.ts", - "norm_label": "pagemetadataoptions" - }, - { - "label": "SeoConfig", "file_type": "code", + "norm_label": "pagemetadataoptions", "source_file": "frontend/application/lib/seo.ts", - "source_location": "L3", + "source_location": "L160" + }, + { + "id": "frontend_application_lib_seo_seoconfig", + "label": "SeoConfig", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_application_lib_seo_seoconfig", "community": 129, "community_name": "seo.ts", - "norm_label": "seoconfig" - }, - { - "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": 13, - "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": 13, - "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": 13, - "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": 13, - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "errordetailfield" - }, - { - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "homeservice" - }, - { - "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": 139, - "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": 139, - "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": 139, - "community_name": "RouteErrorBoundary", - "norm_label": "state" - }, - { - "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": 14, - "community_name": "lib/services/api.ts", - "norm_label": "contactinfoitem" - }, - { - "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": 14, - "community_name": "lib/services/api.ts", - "norm_label": "loginmodalprops" - }, - { - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "community_name": "lib/services/api.ts", - "norm_label": "orderservice" - }, - { - "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": 14, - "community_name": "lib/services/api.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": 14, - "community_name": "lib/services/api.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": 14, - "community_name": "lib/services/api.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": 14, - "community_name": "lib/services/api.ts", - "norm_label": "userstore" - }, - { - "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": 140, - "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": 140, - "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": 140, - "community_name": "ErrorBoundary", - "norm_label": "state" - }, - { - "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": 144, - "community_name": "AdminService", - "norm_label": "adminservice" - }, - { - "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": 147, - "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": 147, - "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": 147, - "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": 147, - "community_name": "Media.tsx", - "norm_label": "prescription" + "norm_label": "seoconfig", + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L3" }, { - "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": 149, - "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": 149, - "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": 149, - "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": 149, - "community_name": "SmsSettingsPage.tsx", - "norm_label": "smslogstats" - }, - { - "label": "MenuGroup", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", - "source_location": "L49", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_sidebar_menugroup", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "menugroup" - }, - { - "label": "SidebarProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", - "source_location": "L56", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_sidebar_sidebarprops", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "sidebarprops" - }, - { - "label": "SubMenuItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", - "source_location": "L42", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_sidebar_submenuitem", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "submenuitem" - }, - { - "label": "LiveMonitoringSummary", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Topbar.tsx", - "source_location": "L47", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_topbar_livemonitoringsummary", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "livemonitoringsummary" - }, - { - "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": 15, - "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": 15, - "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": 15, - "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": 15, - "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": 15, - "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": 15, - "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": 15, - "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": 15, - "community_name": "src/services/api.ts", - "norm_label": "b2binquiry" - }, - { - "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": 15, - "community_name": "src/services/api.ts", - "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": 15, - "community_name": "src/services/api.ts", - "norm_label": "ingredient" - }, - { - "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": 15, - "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": "L206", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_types_admin_product", - "community": 15, - "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": 15, - "community_name": "src/services/api.ts", - "norm_label": "sendotppayload" - }, - { - "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": 15, - "community_name": "src/services/api.ts", - "norm_label": "seosettings" - }, - { - "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": 15, - "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": "L198", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_types_admin_systemsettings", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "systemsettings" - }, - { - "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": 15, - "community_name": "src/services/api.ts", - "norm_label": "testimonial" - }, - { - "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": 15, - "community_name": "src/services/api.ts", - "norm_label": "verifyotppayload" - }, - { - "label": "DoctorsController", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.controller.ts", - "source_location": "L20", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_doctors_doctors_controller_doctorscontroller", - "community": 16, - "community_name": "DoctorQueryDto", - "norm_label": "doctorscontroller" - }, - { - "label": "DoctorsService", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_doctors_doctors_service_doctorsservice", - "community": 16, - "community_name": "DoctorQueryDto", - "norm_label": "doctorsservice" - }, - { - "label": "DoctorQueryDto", - "file_type": "code", - "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "community": 16, - "community_name": "DoctorQueryDto", - "norm_label": "doctorquerydto" - }, - { - "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": 169, - "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": 169, - "community_name": "paginated-response.schema.ts", - "norm_label": "paginationmeta" - }, - { - "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": 17, - "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": 17, - "community_name": "admin.service.ts", - "norm_label": "paginationquery" - }, - { - "label": "AppModule", - "file_type": "code", - "source_file": "backend/src/app.module.ts", - "source_location": "L87", - "_callable": true, - "_callable_class": true, - "_origin": "ast", "id": "backend_src_app_module_appmodule", - "community": 17, - "community_name": "admin.service.ts", - "norm_label": "appmodule" - }, - { - "label": "AdminLoginInput", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L30", + "label": "AppModule", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_auth_auth_service_adminlogininput", - "community": 17, - "community_name": "admin.service.ts", - "norm_label": "adminlogininput" + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "appmodule", + "source_file": "backend/src/app.module.ts", + "source_location": "L87" }, { + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "label": "CustomHttpExceptionFilter", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "customhttpexceptionfilter", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L13" + }, + { + "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "label": "PrismaExceptionFilter", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "prismaexceptionfilter", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L12" + }, + { + "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "label": "DecimalInterceptor", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "decimalinterceptor", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L12" + }, + { + "id": "frontend_admin_panel_src_components_routeerrorboundary_props", + "label": "Props", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 139, + "community_name": "RouteErrorBoundary", + "file_type": "code", + "norm_label": "props", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L4" + }, + { + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "label": "RouteErrorBoundary", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 139, + "community_name": "RouteErrorBoundary", + "file_type": "code", + "norm_label": "routeerrorboundary", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L15" + }, + { + "id": "frontend_admin_panel_src_components_routeerrorboundary_state", + "label": "State", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 139, + "community_name": "RouteErrorBoundary", + "file_type": "code", + "norm_label": "state", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L9" + }, + { + "id": "frontend_application_components_contactformclient_contactinfoitem", + "label": "ContactInfoItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "contactinfoitem", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L7" + }, + { + "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", + "label": "PrescriptionUploadModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "prescriptionuploadmodalprops", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L9" + }, + { + "id": "frontend_application_lib_services_api_apierrorpayload", + "label": "ApiErrorPayload", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "apierrorpayload", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L16" + }, + { + "id": "frontend_application_lib_services_authservice_apierr", + "label": "ApiErr", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "apierr", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L29" + }, + { + "id": "frontend_application_lib_services_authservice_authresponse", + "label": "AuthResponse", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "authresponse", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L21" + }, + { + "id": "frontend_application_lib_services_authservice_authservice", "label": "AuthService", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L37", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "authservice", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L38" + }, + { + "id": "frontend_application_lib_services_authservice_user", + "label": "User", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "user", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L3" + }, + { + "id": "frontend_application_lib_services_orderservice_apierr", + "label": "ApiErr", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "apierr", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L23" + }, + { + "id": "frontend_application_lib_services_orderservice_order", + "label": "Order", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "order", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L11" + }, + { + "id": "frontend_application_lib_services_orderservice_orderitem", + "label": "OrderItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "orderitem", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L3" + }, + { + "id": "frontend_application_lib_services_orderservice_orderservice", + "label": "OrderService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "orderservice", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L31" + }, + { + "id": "frontend_application_lib_store_cartstore_cartitem", + "label": "CartItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "cartitem", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L9" + }, + { + "id": "frontend_application_lib_store_cartstore_cartstore", + "label": "CartStore", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "cartstore", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L32" + }, + { + "id": "frontend_application_lib_store_cartstore_order", + "label": "Order", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "order", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L18" + }, + { + "id": "frontend_application_lib_store_userstore_transaction", + "label": "Transaction", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "transaction", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L25" + }, + { + "id": "frontend_application_lib_store_userstore_userprofile", + "label": "UserProfile", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "userprofile", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L33" + }, + { + "id": "frontend_application_lib_store_userstore_userrole", + "label": "UserRole", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "userrole", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L11" + }, + { + "id": "frontend_application_lib_store_userstore_userstore", + "label": "UserStore", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "userstore", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L45" + }, + { + "id": "frontend_application_components_errorboundary_errorboundary", + "label": "ErrorBoundary", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 140, + "community_name": "ErrorBoundary", + "file_type": "code", + "norm_label": "errorboundary", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L15" + }, + { + "id": "frontend_application_components_errorboundary_props", + "label": "Props", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 140, + "community_name": "ErrorBoundary", + "file_type": "code", + "norm_label": "props", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L6" + }, + { + "id": "frontend_application_components_errorboundary_state", + "label": "State", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 140, + "community_name": "ErrorBoundary", + "file_type": "code", + "norm_label": "state", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L10" + }, + { + "id": "backend_src_auth_dto_register_dto_registerdto", + "label": "RegisterDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 144, + "community_name": "RegisterDto", + "file_type": "code", + "norm_label": "registerdto", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L10" + }, + { + "id": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops", + "label": "ImagePreviewModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 147, + "community_name": "Media.tsx", + "file_type": "code", + "norm_label": "imagepreviewmodalprops", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L4" + }, + { + "id": "frontend_admin_panel_src_pages_media_media", + "label": "Media", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 147, + "community_name": "Media.tsx", + "file_type": "code", + "norm_label": "media", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem", + "label": "ProductItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 147, + "community_name": "Media.tsx", + "file_type": "code", + "norm_label": "productitem", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_src_types_admin_prescription", + "label": "Prescription", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 147, + "community_name": "Media.tsx", + "file_type": "code", + "norm_label": "prescription", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L124" + }, + { + "id": "frontend_admin_panel_src_pages_smssettingspage_patternitem", + "label": "PatternItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 149, + "community_name": "SmsSettingsPage.tsx", + "file_type": "code", + "norm_label": "patternitem", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L58" + }, + { + "id": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate", + "label": "SmsConfigState", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 149, + "community_name": "SmsSettingsPage.tsx", + "file_type": "code", + "norm_label": "smsconfigstate", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L46" + }, + { + "id": "frontend_admin_panel_src_pages_smssettingspage_smslogitem", + "label": "SmsLogItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 149, + "community_name": "SmsSettingsPage.tsx", + "file_type": "code", + "norm_label": "smslogitem", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L67" + }, + { + "id": "frontend_admin_panel_src_pages_smssettingspage_smslogstats", + "label": "SmsLogStats", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 149, + "community_name": "SmsSettingsPage.tsx", + "file_type": "code", + "norm_label": "smslogstats", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L80" + }, + { + "id": "frontend_admin_panel_src_components_sidebar_menugroup", + "label": "MenuGroup", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "menugroup", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L49" + }, + { + "id": "frontend_admin_panel_src_components_sidebar_sidebarprops", + "label": "SidebarProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "sidebarprops", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L56" + }, + { + "id": "frontend_admin_panel_src_components_sidebar_submenuitem", + "label": "SubMenuItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "submenuitem", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L42" + }, + { + "id": "frontend_admin_panel_src_components_topbar_livemonitoringsummary", + "label": "LiveMonitoringSummary", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "livemonitoringsummary", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L47" + }, + { + "id": "frontend_admin_panel_src_components_topbar_topbarprops", + "label": "TopbarProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "topbarprops", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L8" + }, + { + "id": "frontend_admin_panel_src_pages_dashboard_categorydist", + "label": "CategoryDist", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "categorydist", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L7" + }, + { + "id": "frontend_admin_panel_src_pages_dashboard_dashboarddata", + "label": "DashboardData", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "dashboarddata", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L12" + }, + { + "id": "frontend_admin_panel_src_services_api_apierrorpayload", + "label": "ApiErrorPayload", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "apierrorpayload", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_src_types_admin_adminloginpayload", + "label": "AdminLoginPayload", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "adminloginpayload", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L31" + }, + { + "id": "frontend_admin_panel_src_types_admin_adminuser", + "label": "AdminUser", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "adminuser", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_types_admin_apiresponse", + "label": "ApiResponse", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "apiresponse", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L41" + }, + { + "id": "frontend_admin_panel_src_types_admin_authresponsedata", + "label": "AuthResponseData", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "authresponsedata", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L36" + }, + { + "id": "frontend_admin_panel_src_types_admin_authstate", + "label": "AuthState", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "authstate", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_src_types_admin_b2binquiry", + "label": "B2BInquiry", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "b2binquiry", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L151" + }, + { + "id": "frontend_admin_panel_src_types_admin_financialsettings", + "label": "FinancialSettings", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "financialsettings", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L190" + }, + { + "id": "frontend_admin_panel_src_types_admin_partneraccount", + "label": "PartnerAccount", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "partneraccount", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L166" + }, + { + "id": "frontend_admin_panel_src_types_admin_product", + "label": "Product", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "product", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L206" + }, + { + "id": "frontend_admin_panel_src_types_admin_sendotppayload", + "label": "SendOtpPayload", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "sendotppayload", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L22" + }, + { + "id": "frontend_admin_panel_src_types_admin_seosettings", + "label": "SeoSettings", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "seosettings", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L178" + }, + { + "id": "frontend_admin_panel_src_types_admin_smartadvisorrule", + "label": "SmartAdvisorRule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "smartadvisorrule", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L83" + }, + { + "id": "frontend_admin_panel_src_types_admin_systemsettings", + "label": "SystemSettings", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "systemsettings", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L198" + }, + { + "id": "frontend_admin_panel_src_types_admin_verifyotppayload", + "label": "VerifyOtpPayload", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "verifyotppayload", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L26" + }, + { + "id": "backend_src_doctors_doctors_controller_doctorscontroller", + "label": "DoctorsController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 16, + "community_name": "DoctorQueryDto", + "file_type": "code", + "norm_label": "doctorscontroller", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L20" + }, + { + "id": "backend_src_doctors_doctors_service_doctorsservice", + "label": "DoctorsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 16, + "community_name": "DoctorQueryDto", + "file_type": "code", + "norm_label": "doctorsservice", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L9" + }, + { + "id": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "label": "DoctorQueryDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 16, + "community_name": "DoctorQueryDto", + "file_type": "code", + "norm_label": "doctorquerydto", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L5" + }, + { + "id": "backend_src_common_schemas_paginated_response_schema_paginatedresponse", + "label": "PaginatedResponse", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 169, + "community_name": "paginated-response.schema.ts", + "file_type": "code", + "norm_label": "paginatedresponse", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L17" + }, + { + "id": "backend_src_common_schemas_paginated_response_schema_paginationmeta", + "label": "PaginationMeta", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 169, + "community_name": "paginated-response.schema.ts", + "file_type": "code", + "norm_label": "paginationmeta", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L3" + }, + { "id": "backend_src_auth_auth_service_authservice", + "label": "AuthService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 17, - "community_name": "admin.service.ts", - "norm_label": "authservice" - }, - { - "label": "LoginInput", + "community_name": "AuthService", "file_type": "code", + "norm_label": "authservice", "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": 17, - "community_name": "admin.service.ts", - "norm_label": "logininput" + "source_location": "L37" }, { - "label": "RegisterInput", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L17", + "id": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "label": "InitiatePaymentDto", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_auth_auth_service_registerinput", - "community": 17, - "community_name": "admin.service.ts", - "norm_label": "registerinput" - }, - { - "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": 17, - "community_name": "admin.service.ts", - "norm_label": "redisservice" - }, - { - "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": 176, - "community_name": "Reviews.tsx", - "norm_label": "productreview" + "community_name": "InitiatePaymentDto", + "file_type": "code", + "norm_label": "initiatepaymentdto", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L4" }, { - "label": "PodcastPlayerModalProps", - "file_type": "code", - "source_file": "frontend/application/components/PodcastPlayerModal.tsx", - "source_location": "L20", + "id": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "label": "InitiateWalletTopupDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 176, + "community_name": "InitiatePaymentDto", + "file_type": "code", + "norm_label": "initiatewallettopupdto", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L16" + }, + { + "id": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "label": "VerifyOtpDto", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_application_components_podcastplayermodal_podcastplayermodalprops", "community": 179, - "community_name": "PodcastPlayerModal.tsx", - "norm_label": "podcastplayermodalprops" + "community_name": "VerifyOtpDto", + "file_type": "code", + "norm_label": "verifyotpdto", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L4" }, { - "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": 18, - "community_name": "JwtAuthGuard", - "norm_label": "jwtauthguard" - }, - { - "label": "RequestWithUser", - "file_type": "code", - "source_file": "backend/src/common/guards/roles.guard.ts", - "source_location": "L10", + "label": "JwtAuthGuard", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "jwtauthguard", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L5" + }, + { + "id": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "label": "B2BWholesaleOrderItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "b2bwholesaleorderitem", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L8" + }, + { "id": "backend_src_common_guards_roles_guard_requestwithuser", + "label": "RequestWithUser", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 18, "community_name": "JwtAuthGuard", - "norm_label": "requestwithuser" - }, - { - "label": "RolesGuard", "file_type": "code", + "norm_label": "requestwithuser", "source_file": "backend/src/common/guards/roles.guard.ts", - "source_location": "L17", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L10" + }, + { "id": "backend_src_common_guards_roles_guard_rolesguard", - "community": 18, - "community_name": "JwtAuthGuard", - "norm_label": "rolesguard" - }, - { - "label": "ValidateCouponDto", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L29", + "label": "RolesGuard", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_orders_orders_controller_validatecoupondto", "community": 18, "community_name": "JwtAuthGuard", - "norm_label": "validatecoupondto" + "file_type": "code", + "norm_label": "rolesguard", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L17" }, { - "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", + "label": "UserReqPayload", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 18, "community_name": "JwtAuthGuard", - "norm_label": "userreqpayload" + "file_type": "code", + "norm_label": "userreqpayload", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L17" }, { - "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": 188, - "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", + "label": "CreateBlogDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 188, + "community_name": "update-blog.dto.ts", + "file_type": "code", + "norm_label": "createblogdto", + "source_file": "backend/src/blogs/dto/create-blog.dto.ts", + "source_location": "L1" + }, + { "id": "backend_src_blogs_dto_update_blog_dto_updateblogdto", + "label": "UpdateBlogDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 188, "community_name": "update-blog.dto.ts", - "norm_label": "updateblogdto" + "file_type": "code", + "norm_label": "updateblogdto", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L4" }, { - "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": 189, - "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", + "label": "CreateHomeDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 189, + "community_name": "update-home.dto.ts", + "file_type": "code", + "norm_label": "createhomedto", + "source_file": "backend/src/home/dto/create-home.dto.ts", + "source_location": "L1" + }, + { "id": "backend_src_home_dto_update_home_dto_updatehomedto", + "label": "UpdateHomeDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 189, "community_name": "update-home.dto.ts", - "norm_label": "updatehomedto" + "file_type": "code", + "norm_label": "updatehomedto", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L4" }, { - "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": 19, - "community_name": "ProductsService", - "norm_label": "getproductsdto" - }, - { - "label": "ProductsController", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L26", + "label": "GetProductsDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "getproductsdto", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L5" + }, + { "id": "backend_src_products_products_controller_productscontroller", - "community": 19, - "community_name": "ProductsService", - "norm_label": "productscontroller" - }, - { - "label": "ProductsModule", - "file_type": "code", - "source_file": "backend/src/products/products.module.ts", - "source_location": "L9", + "label": "ProductsController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "productscontroller", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L26" + }, + { "id": "backend_src_products_products_module_productsmodule", - "community": 19, - "community_name": "ProductsService", - "norm_label": "productsmodule" - }, - { - "label": "ProductsService", - "file_type": "code", - "source_file": "backend/src/products/products.service.ts", - "source_location": "L7", + "label": "ProductsModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "productsmodule", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L9" + }, + { "id": "backend_src_products_products_service_productsservice", + "label": "ProductsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 19, "community_name": "ProductsService", - "norm_label": "productsservice" + "file_type": "code", + "norm_label": "productsservice", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L7" }, { - "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": 190, - "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", + "label": "CreateWikiDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 190, + "community_name": "update-wiki.dto.ts", + "file_type": "code", + "norm_label": "createwikidto", + "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", + "source_location": "L1" + }, + { "id": "backend_src_wiki_dto_update_wiki_dto_updatewikidto", + "label": "UpdateWikiDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 190, "community_name": "update-wiki.dto.ts", - "norm_label": "updatewikidto" + "file_type": "code", + "norm_label": "updatewikidto", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L4" }, { - "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", + "label": "SelectOption", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 196, "community_name": "Select.tsx", - "norm_label": "selectoption" - }, - { - "label": "SelectProps", "file_type": "code", + "norm_label": "selectoption", "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", - "source_location": "L10", + "source_location": "L4" + }, + { + "id": "frontend_admin_panel_src_components_ui_select_selectprops", + "label": "SelectProps", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_select_selectprops", "community": 196, "community_name": "Select.tsx", - "norm_label": "selectprops" + "file_type": "code", + "norm_label": "selectprops", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L10" }, { - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "authmodalprops" - }, - { - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "brandlogoprops" - }, - { - "label": "FAQItem", - "file_type": "code", - "source_file": "frontend/application/components/FAQSection.tsx", - "source_location": "L8", + "label": "BrandLogoProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "brandlogoprops", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L7" + }, + { "id": "frontend_application_components_faqsection_faqitem", - "community": 199, - "community_name": "useSettingsStore", - "norm_label": "faqitem" - }, - { - "label": "TooltipProps", - "file_type": "code", - "source_file": "frontend/application/components/Tooltip.tsx", - "source_location": "L8", + "label": "FAQItem", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_application_components_tooltip_tooltipprops", "community": 199, "community_name": "useSettingsStore", - "norm_label": "tooltipprops" + "file_type": "code", + "norm_label": "faqitem", + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L8" }, { - "label": "ScientificTerm", - "file_type": "code", - "source_file": "frontend/application/lib/store/settingsStore.ts", - "source_location": "L5", + "id": "frontend_application_components_smartadvisor_smartadvisorprops", + "label": "SmartAdvisorProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "smartadvisorprops", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L28" + }, + { "id": "frontend_application_lib_store_settingsstore_scientificterm", - "community": 199, - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "settingsstore" - }, - { - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "uistate" - }, - { - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "navigationtarget" - }, - { - "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": 2, - "community_name": "SettingsController", - "norm_label": "settingscontroller" - }, - { - "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": 2, - "community_name": "SettingsController", - "norm_label": "scientifictermdata" - }, - { - "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": 20, - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "updatevideodto" - }, - { - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "getvideosquerydto" - }, - { - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "videoscontroller" - }, - { - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "videosmodule" - }, - { - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "videosservice" - }, - { "label": "ScientificTerm", - "file_type": "code", - "source_file": "backend/prisma/scientificTerms.ts", - "source_location": "L1", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "scientificterm", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L5" + }, + { + "id": "frontend_application_lib_store_settingsstore_settingsstore", + "label": "SettingsStore", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "settingsstore", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L12" + }, + { + "id": "frontend_application_lib_store_uistore_uistate", + "label": "UIState", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "uistate", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L3" + }, + { + "id": "frontend_application_lib_types_navigationtarget", + "label": "NavigationTarget", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "navigationtarget", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L109" + }, + { + "id": "backend_src_common_services_sms_service_smslogquery", + "label": "SmsLogQuery", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "smslogquery", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L34" + }, + { + "id": "backend_src_common_services_sms_service_smsservice", + "label": "SmsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "smsservice", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L51" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller", + "label": "SettingsController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "settingscontroller", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L28" + }, + { + "id": "backend_src_settings_settings_service_settingsservice", + "label": "SettingsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "settingsservice", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L145" + }, + { + "id": "backend_src_videos_dto_create_video_dto_createvideodto", + "label": "CreateVideoDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "createvideodto", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L4" + }, + { + "id": "backend_src_videos_dto_create_video_dto_updatevideodto", + "label": "UpdateVideoDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "updatevideodto", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L63" + }, + { + "id": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "label": "GetVideosQueryDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "getvideosquerydto", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L6" + }, + { + "id": "backend_src_videos_videos_controller_videoscontroller", + "label": "VideosController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "videoscontroller", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L25" + }, + { + "id": "backend_src_videos_videos_module_videosmodule", + "label": "VideosModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "videosmodule", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L10" + }, + { + "id": "backend_src_videos_videos_service_videoquery", + "label": "VideoQuery", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "videoquery", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L6" + }, + { + "id": "backend_src_videos_videos_service_videosservice", + "label": "VideosService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "videosservice", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L14" + }, + { "id": "backend_prisma_scientificterms_scientificterm", + "label": "ScientificTerm", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 205, "community_name": "prisma/scientificTerms.ts", - "norm_label": "scientificterm" + "file_type": "code", + "norm_label": "scientificterm", + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L1" }, { - "label": "SmsService", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L51", + "id": "frontend_application_components_authmodal_authmodalprops", + "label": "AuthModalProps", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice", "community": 21, - "community_name": "SmsService", - "norm_label": "smsservice" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "authmodalprops", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L25" }, { - "label": "FormFieldProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", - "source_location": "L4", + "id": "frontend_application_components_backbutton_backbuttonprops", + "label": "BackButtonProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "backbuttonprops", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L8" + }, + { + "id": "frontend_application_components_headerbutton_headerbuttonprops", + "label": "HeaderButtonProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "headerbuttonprops", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L6" + }, + { + "id": "frontend_application_components_loginmodal_loginmodalprops", + "label": "LoginModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "loginmodalprops", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L10" + }, + { "id": "frontend_admin_panel_src_components_ui_formfield_formfieldprops", + "label": "FormFieldProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 219, "community_name": "FormField.tsx", - "norm_label": "formfieldprops" + "file_type": "code", + "norm_label": "formfieldprops", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L4" }, { - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "addressmodalprops" - }, - { - "label": "BackButtonProps", - "file_type": "code", - "source_file": "frontend/application/components/BackButton.tsx", - "source_location": "L8", + "label": "AddressModalProps", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_application_components_backbutton_backbuttonprops", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "backbuttonprops" + "file_type": "code", + "norm_label": "addressmodalprops", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L11" }, { - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "deleteconfirmmodalprops" - }, - { - "label": "HeaderButtonProps", - "file_type": "code", - "source_file": "frontend/application/components/HeaderButton.tsx", - "source_location": "L6", + "label": "DeleteConfirmModalProps", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_application_components_headerbutton_headerbuttonprops", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "headerbuttonprops" + "file_type": "code", + "norm_label": "deleteconfirmmodalprops", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L6" }, { - "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": 22, - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "searchableselectprops" - }, - { - "label": "TopUpModalProps", - "file_type": "code", - "source_file": "frontend/application/components/TopUpModal.tsx", - "source_location": "L11", + "label": "SearchableSelectProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 22, + "community_name": "UserDashboard.tsx", + "file_type": "code", + "norm_label": "searchableselectprops", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L6" + }, + { "id": "frontend_application_components_topupmodal_topupmodalprops", - "community": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "topupmodalprops" - }, - { - "label": "CreateTicketPayload", - "file_type": "code", - "source_file": "frontend/application/lib/services/ticketService.ts", - "source_location": "L34", + "label": "TopUpModalProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 22, + "community_name": "UserDashboard.tsx", + "file_type": "code", + "norm_label": "topupmodalprops", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L11" + }, + { "id": "frontend_application_lib_services_ticketservice_createticketpayload", - "community": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "createticketpayload" - }, - { - "label": "Ticket", - "file_type": "code", - "source_file": "frontend/application/lib/services/ticketService.ts", - "source_location": "L14", + "label": "CreateTicketPayload", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 22, + "community_name": "UserDashboard.tsx", + "file_type": "code", + "norm_label": "createticketpayload", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L34" + }, + { "id": "frontend_application_lib_services_ticketservice_ticket", + "label": "Ticket", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "ticket" - }, - { - "label": "TicketMessage", "file_type": "code", + "norm_label": "ticket", "source_file": "frontend/application/lib/services/ticketService.ts", - "source_location": "L3", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L14" + }, + { "id": "frontend_application_lib_services_ticketservice_ticketmessage", - "community": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "ticketmessage" - }, - { - "label": "Address", - "file_type": "code", - "source_file": "frontend/application/lib/store/userStore.ts", - "source_location": "L13", + "label": "TicketMessage", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 22, + "community_name": "UserDashboard.tsx", + "file_type": "code", + "norm_label": "ticketmessage", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L3" + }, + { "id": "frontend_application_lib_store_userstore_address", - "community": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "address" - }, - { - "label": "InputProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", - "source_location": "L3", + "label": "Address", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 22, + "community_name": "UserDashboard.tsx", + "file_type": "code", + "norm_label": "address", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L13" + }, + { "id": "frontend_admin_panel_src_components_ui_input_inputprops", + "label": "InputProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 220, "community_name": "Input.tsx", - "norm_label": "inputprops" + "file_type": "code", + "norm_label": "inputprops", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L3" }, { + "id": "frontend_admin_panel_src_components_ui_textarea_textareaprops", "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": 221, "community_name": "Textarea.tsx", - "norm_label": "textareaprops" + "file_type": "code", + "norm_label": "textareaprops", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L3" }, { - "label": "MenuController", - "file_type": "code", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L25", + "id": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "label": "SendOtpDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 224, + "community_name": "SendOtpDto", + "file_type": "code", + "norm_label": "sendotpdto", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L4" + }, + { "id": "backend_src_menu_menu_controller_menucontroller", - "community": 23, - "community_name": "MenuService", - "norm_label": "menucontroller" - }, - { - "label": "MenuModule", - "file_type": "code", - "source_file": "backend/src/menu/menu.module.ts", - "source_location": "L10", + "label": "MenuController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": "menucontroller", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L25" + }, + { "id": "backend_src_menu_menu_module_menumodule", - "community": 23, - "community_name": "MenuService", - "norm_label": "menumodule" - }, - { - "label": "MenuService", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L7", + "label": "MenuModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": "menumodule", + "source_file": "backend/src/menu/menu.module.ts", + "source_location": "L10" + }, + { "id": "backend_src_menu_menu_service_menuservice", - "community": 23, - "community_name": "MenuService", - "norm_label": "menuservice" - }, - { - "label": "Blog", - "file_type": "code", - "source_file": "backend/src/blogs/entities/blog.entity.ts", - "source_location": "L1", + "label": "MenuService", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": "menuservice", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L7" + }, + { "id": "backend_src_blogs_entities_blog_entity_blog", + "label": "Blog", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 241, "community_name": "blog.entity.ts", - "norm_label": "blog" + "file_type": "code", + "norm_label": "blog", + "source_file": "backend/src/blogs/entities/blog.entity.ts", + "source_location": "L1" }, { + "id": "backend_src_home_entities_home_entity_home", "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": 242, "community_name": "home.entity.ts", - "norm_label": "home" + "file_type": "code", + "norm_label": "home", + "source_file": "backend/src/home/entities/home.entity.ts", + "source_location": "L1" }, { + "id": "backend_src_wiki_entities_wiki_entity_wiki", "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": 243, "community_name": "wiki.entity.ts", - "norm_label": "wiki" + "file_type": "code", + "norm_label": "wiki", + "source_file": "backend/src/wiki/entities/wiki.entity.ts", + "source_location": "L1" }, { + "id": "frontend_application_vitest_setup_mockintersectionobserver", "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": 256, "community_name": "vitest.setup.ts", - "norm_label": "mockintersectionobserver" + "file_type": "code", + "norm_label": "mockintersectionobserver", + "source_file": "frontend/application/vitest.setup.ts", + "source_location": "L4" }, { - "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": 294, - "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": 294, - "community_name": "ZibalService", - "norm_label": "zibalservice" - }, - { - "label": "ZibalEBankService", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L44", + "label": "ZibalService", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": "zibalservice", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L43" + }, + { "id": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "label": "ZibalEBankService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 297, "community_name": "ZibalEBankService", - "norm_label": "zibalebankservice" + "file_type": "code", + "norm_label": "zibalebankservice", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L44" }, { - "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": 298, - "community_name": ".initiateOrderPayment", - "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": 298, - "community_name": ".initiateOrderPayment", - "norm_label": "initiatewallettopupdto" - }, - { - "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", + "label": "ZibalCallbackQueryDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "zibalcallbackquerydto" + "file_type": "code", + "norm_label": "zibalcallbackquerydto", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L4" }, { - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "norm_label": "flipbookcatalogprops" - }, - { - "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": 3, - "community_name": "useCartStore", - "norm_label": "productdetailmodalprops" - }, - { - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "norm_label": "productservice" - }, - { - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "norm_label": "order" - }, - { - "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": 3, - "community_name": "useCartStore", - "norm_label": "ingredient" - }, - { - "label": "FAQ", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", - "source_location": "L8", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_faqmanager_faq", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "faq" - }, - { - "label": "MenuItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", - "source_location": "L11", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_menumanager_menuitem", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "menuitem" - }, - { - "label": "MenuType", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", - "source_location": "L25", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_menumanager_menutype", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "menutype" - }, - { - "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": 32, - "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": 32, - "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": 32, - "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": 32, - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "topcouponitem" - }, - { - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "sslstatus" - }, - { - "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": 33, - "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": 33, - "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": 33, - "community_name": "WholesaleApplyDto", - "norm_label": "wholesaleservice" - }, - { - "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": 34, - "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": 34, - "community_name": "B2BService", - "norm_label": "b2bservice" - }, - { - "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": 34, - "community_name": "B2BService", - "norm_label": "b2bwholesaleorderitem" - }, - { - "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": 35, - "community_name": "auth.controller.ts", - "norm_label": "authcontroller" - }, - { - "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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.ts", - "norm_label": "verifyotpdto" - }, - { - "label": "FaqController", - "file_type": "code", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L19", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_faq_faq_controller_faqcontroller", - "community": 36, - "community_name": "FaqService", - "norm_label": "faqcontroller" - }, - { - "label": "FaqModule", - "file_type": "code", - "source_file": "backend/src/faq/faq.module.ts", - "source_location": "L9", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_faq_faq_module_faqmodule", - "community": 36, - "community_name": "FaqService", - "norm_label": "faqmodule" - }, - { - "label": "FaqService", - "file_type": "code", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "backend_src_faq_faq_service_faqservice", - "community": 36, - "community_name": "FaqService", - "norm_label": "faqservice" - }, - { - "label": "TransactionReceiptData", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", - "source_location": "L6", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptdata", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "transactionreceiptdata" - }, - { - "label": "TransactionReceiptModalProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", - "source_location": "L24", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodalprops", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "transactionreceiptmodalprops" - }, - { - "label": "BadgeProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_badge_badgeprops", - "community": 38, - "community_name": "Transactions.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": 38, - "community_name": "Transactions.tsx", - "norm_label": "badgevariant" - }, - { - "label": "ButtonProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L16", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_button_buttonprops", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "buttonprops" - }, - { - "label": "ButtonSize", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_button_buttonsize", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "buttonsize" - }, - { - "label": "ButtonVariant", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_button_buttonvariant", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "buttonvariant" - }, - { - "label": "MaskableFieldProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/MaskableField.tsx", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_maskablefield_maskablefieldprops", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "maskablefieldprops" - }, - { - "label": "ModalProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_modal_modalprops", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "modalprops" - }, - { - "label": "ThSortProps", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ThSort.tsx", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_thsort_thsortprops", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "thsortprops" - }, - { - "label": "MonitoringStats", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_monitoringpage_monitoringstats", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "monitoringstats" - }, - { - "label": "Order", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L67", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_orders_order", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "order" - }, - { - "label": "OrderItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L38", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_orders_orderitem", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "orderitem" - }, - { - "label": "PaymentTx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L54", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_orders_paymenttx", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "paymenttx" - }, - { - "label": "GatewayHealth", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L91", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_transactions_gatewayhealth", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "gatewayhealth" - }, - { - "label": "Stats", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L81", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_transactions_stats", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "stats" - }, - { - "label": "Transaction", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L43", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_transactions_transaction", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "transaction" - }, - { - "label": "UserRecord", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Users.tsx", - "source_location": "L26", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_users_userrecord", - "community": 38, - "community_name": "Transactions.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": 38, - "community_name": "Transactions.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": 38, - "community_name": "Transactions.tsx", - "norm_label": "useraddress" - }, - { - "label": "UseTableParamsOptions", - "file_type": "code", - "source_file": "frontend/admin-panel/src/utils/useTableParams.ts", - "source_location": "L4", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_utils_usetableparams_usetableparamsoptions", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "usetableparamsoptions" - }, - { - "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": 39, - "community_name": "CategoriesController", - "norm_label": "categoriescontroller" - }, - { - "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": 39, - "community_name": "CategoriesController", - "norm_label": "categoriesservice" - }, - { "label": "BlogPost", - "file_type": "code", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L11", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "blogpost", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L9" + }, + { + "id": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", + "label": "CatalogPageSpreadProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "catalogpagespreadprops", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L36" + }, + { + "id": "frontend_application_components_catalog_catalogpagespread_categorymeta", + "label": "CategoryMeta", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "categorymeta", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L25" + }, + { + "id": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", + "label": "FlipbookCatalogProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "flipbookcatalogprops", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L22" + }, + { + "id": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", + "label": "ProductDetailModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "productdetailmodalprops", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L8" + }, + { + "id": "frontend_application_lib_data_products_dosageresult", + "label": "DosageResult", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "dosageresult", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L17" + }, + { + "id": "frontend_application_lib_data_products_faq", + "label": "FAQ", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "faq", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L23" + }, + { + "id": "frontend_application_lib_data_products_ingredientinfo", + "label": "IngredientInfo", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "ingredientinfo", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L10" + }, + { + "id": "frontend_application_lib_data_products_pettype", + "label": "PetType", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "pettype", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L8" + }, + { + "id": "frontend_application_lib_data_products_product", + "label": "Product", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "product", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L28" + }, + { + "id": "frontend_application_lib_data_products_specialist", + "label": "Specialist", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "specialist", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_services_productservice_backendproduct", + "label": "BackendProduct", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "backendproduct", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L15" + }, + { + "id": "frontend_application_lib_services_productservice_productservice", + "label": "ProductService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "productservice", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L71" + }, + { + "id": "frontend_application_lib_types_ingredient", + "label": "Ingredient", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "ingredient", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L42" + }, + { + "id": "backend_src_blogs_blogs_module_blogsmodule", + "label": "BlogsModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 312, + "community_name": "BlogsModule", + "file_type": "code", + "norm_label": "blogsmodule", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L9" + }, + { + "id": "backend_src_orders_orders_module_ordersmodule", + "label": "OrdersModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 312, + "community_name": "BlogsModule", + "file_type": "code", + "norm_label": "ordersmodule", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L9" + }, + { + "id": "frontend_admin_panel_src_components_ui_maskablefield_maskablefieldprops", + "label": "MaskableFieldProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 318, + "community_name": "MaskableField.tsx", + "file_type": "code", + "norm_label": "maskablefieldprops", + "source_file": "frontend/admin-panel/src/components/ui/MaskableField.tsx", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_src_components_ui_button_buttonprops", + "label": "ButtonProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "buttonprops", + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_src_components_ui_button_buttonsize", + "label": "ButtonSize", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "buttonsize", + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_src_components_ui_button_buttonvariant", + "label": "ButtonVariant", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "buttonvariant", + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_src_pages_faqmanager_faq", + "label": "FAQ", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "faq", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L11" + }, + { + "id": "frontend_admin_panel_src_pages_menumanager_menuitem", + "label": "MenuItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "menuitem", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L15" + }, + { + "id": "frontend_admin_panel_src_pages_menumanager_menutype", + "label": "MenuType", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "menutype", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L29" + }, + { + "id": "frontend_admin_panel_src_pages_reviews_productreview", + "label": "ProductReview", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "productreview", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L26" + }, + { + "id": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", + "label": "SslStatus", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "sslstatus", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L26" + }, + { + "id": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "label": "WholesaleApplyDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "wholesaleapplydto", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L4" + }, + { + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "label": "WholesaleController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "wholesalecontroller", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L20" + }, + { + "id": "backend_src_wholesale_wholesale_service_wholesaleservice", + "label": "WholesaleService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "wholesaleservice", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_b2b_b2b_controller_b2bcontroller", + "label": "B2BController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "b2bcontroller", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L19" + }, + { + "id": "backend_src_b2b_b2b_service_b2bservice", + "label": "B2BService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "b2bservice", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L14" + }, + { + "id": "backend_src_auth_auth_controller_authcontroller", + "label": "AuthController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "authcontroller", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L41" + }, + { + "id": "backend_src_faq_faq_controller_faqcontroller", + "label": "FaqController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "faqcontroller", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L19" + }, + { + "id": "backend_src_faq_faq_module_faqmodule", + "label": "FaqModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "faqmodule", + "source_file": "backend/src/faq/faq.module.ts", + "source_location": "L9" + }, + { + "id": "backend_src_faq_faq_service_faqservice", + "label": "FaqService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "faqservice", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptdata", + "label": "TransactionReceiptData", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "transactionreceiptdata", + "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", + "source_location": "L6" + }, + { + "id": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodalprops", + "label": "TransactionReceiptModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "transactionreceiptmodalprops", + "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", + "source_location": "L24" + }, + { + "id": "frontend_admin_panel_src_components_ui_badge_badgeprops", + "label": "BadgeProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "badgeprops", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_src_components_ui_badge_badgevariant", + "label": "BadgeVariant", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "badgevariant", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L3" + }, + { + "id": "frontend_admin_panel_src_components_ui_thsort_thsortprops", + "label": "ThSortProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "thsortprops", + "source_file": "frontend/admin-panel/src/components/ui/ThSort.tsx", + "source_location": "L4" + }, + { + "id": "frontend_admin_panel_src_pages_monitoringpage_monitoringstats", + "label": "MonitoringStats", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "monitoringstats", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L28" + }, + { + "id": "frontend_admin_panel_src_pages_transactions_gatewayhealth", + "label": "GatewayHealth", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "gatewayhealth", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L80" + }, + { + "id": "frontend_admin_panel_src_pages_transactions_stats", + "label": "Stats", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "stats", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L70" + }, + { + "id": "frontend_admin_panel_src_pages_transactions_transaction", + "label": "Transaction", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "transaction", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L32" + }, + { + "id": "frontend_admin_panel_src_utils_usetableparams_usetableparamsoptions", + "label": "UseTableParamsOptions", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "usetableparamsoptions", + "source_file": "frontend/admin-panel/src/utils/useTableParams.ts", + "source_location": "L4" + }, + { + "id": "backend_src_admin_categories_controller_categoriescontroller", + "label": "CategoriesController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "categoriescontroller", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L28" + }, + { + "id": "backend_src_admin_categories_service_categoriesservice", + "label": "CategoriesService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "categoriesservice", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L12" + }, + { + "id": "backend_src_admin_categories_service_categoryquery", + "label": "CategoryQuery", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "categoryquery", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L5" + }, + { "id": "frontend_application_components_blogpreviewsection_blogpost", - "community": 4, - "community_name": "SafeImage.tsx", - "norm_label": "blogpost" - }, - { - "label": "SafeImageProps", - "file_type": "code", - "source_file": "frontend/application/components/SafeImage.tsx", - "source_location": "L7", + "label": "BlogPost", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "blogpost", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L11" + }, + { + "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops", + "label": "OrderDetailsModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "orderdetailsmodalprops", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L30" + }, + { + "id": "frontend_application_components_podcastplayermodal_podcastplayermodalprops", + "label": "PodcastPlayerModalProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "podcastplayermodalprops", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L21" + }, + { "id": "frontend_application_components_safeimage_safeimageprops", - "community": 4, - "community_name": "SafeImage.tsx", - "norm_label": "safeimageprops" - }, - { - "label": "Testimonial", - "file_type": "code", - "source_file": "frontend/application/components/TestimonialsSection.tsx", - "source_location": "L9", + "label": "SafeImageProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "safeimageprops", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L7" + }, + { "id": "frontend_application_components_testimonialssection_testimonial", - "community": 4, - "community_name": "SafeImage.tsx", - "norm_label": "testimonial" - }, - { - "label": "DisplayVideoItem", - "file_type": "code", - "source_file": "frontend/application/components/VetGallery.tsx", - "source_location": "L58", + "label": "Testimonial", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "testimonial", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L9" + }, + { "id": "frontend_application_components_vetgallery_displayvideoitem", + "label": "DisplayVideoItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 4, "community_name": "SafeImage.tsx", - "norm_label": "displayvideoitem" - }, - { - "label": "TestimonialItem", "file_type": "code", + "norm_label": "displayvideoitem", "source_file": "frontend/application/components/VetGallery.tsx", - "source_location": "L11", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L58" + }, + { "id": "frontend_application_components_vetgallery_testimonialitem", - "community": 4, - "community_name": "SafeImage.tsx", - "norm_label": "testimonialitem" - }, - { - "label": "VideoModalPlayerProps", - "file_type": "code", - "source_file": "frontend/application/components/VideoModalPlayer.tsx", - "source_location": "L23", + "label": "TestimonialItem", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "testimonialitem", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L11" + }, + { "id": "frontend_application_components_videomodalplayer_videomodalplayerprops", - "community": 4, - "community_name": "SafeImage.tsx", - "norm_label": "videomodalplayerprops" - }, - { - "label": "Video", - "file_type": "code", - "source_file": "frontend/application/lib/services/videoService.ts", - "source_location": "L3", + "label": "VideoModalPlayerProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "videomodalplayerprops", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L23" + }, + { "id": "frontend_application_lib_services_videoservice_video", + "label": "Video", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 4, "community_name": "SafeImage.tsx", - "norm_label": "video" + "file_type": "code", + "norm_label": "video", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L3" }, { - "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": 40, - "community_name": "MediaController", - "norm_label": "mediacontroller" - }, - { - "label": "MediaService", - "file_type": "code", - "source_file": "backend/src/admin/media.service.ts", - "source_location": "L7", + "label": "MediaController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "mediacontroller", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L22" + }, + { "id": "backend_src_admin_media_service_mediaservice", + "label": "MediaService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 40, "community_name": "MediaController", - "norm_label": "mediaservice" + "file_type": "code", + "norm_label": "mediaservice", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L7" }, { - "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": 42, - "community_name": "SslController", - "norm_label": "sslcontroller" - }, - { - "label": "SslService", - "file_type": "code", - "source_file": "backend/src/admin/ssl.service.ts", - "source_location": "L23", + "label": "SslController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "sslcontroller", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L24" + }, + { "id": "backend_src_admin_ssl_service_sslservice", + "label": "SslService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 42, "community_name": "SslController", - "norm_label": "sslservice" + "file_type": "code", + "norm_label": "sslservice", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L23" }, { - "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": 43, - "community_name": "BannersService", - "norm_label": "bannerscontroller" - }, - { - "label": "BannersService", - "file_type": "code", - "source_file": "backend/src/banners/banners.service.ts", - "source_location": "L6", + "label": "BannersController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "bannerscontroller", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L21" + }, + { "id": "backend_src_banners_banners_service_bannersservice", + "label": "BannersService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 43, "community_name": "BannersService", - "norm_label": "bannersservice" + "file_type": "code", + "norm_label": "bannersservice", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L6" }, { - "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": 44, - "community_name": "TestimonialsService", - "norm_label": "testimonialscontroller" - }, - { - "label": "TestimonialsService", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L6", + "label": "TestimonialsController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "testimonialscontroller", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L20" + }, + { "id": "backend_src_testimonials_testimonials_service_testimonialsservice", + "label": "TestimonialsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 44, "community_name": "TestimonialsService", - "norm_label": "testimonialsservice" + "file_type": "code", + "norm_label": "testimonialsservice", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L6" }, { - "label": "CouponInput", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L37", + "id": "backend_src_admin_admin_controller_admincontroller", + "label": "AdminController", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_admin_admin_service_couponinput", "community": 46, - "community_name": "Body", - "norm_label": "couponinput" + "community_name": "AdminController", + "file_type": "code", + "norm_label": "admincontroller", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L29" }, { - "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": 47, - "community_name": "IngredientsService", - "norm_label": "ingredientscontroller" - }, - { - "label": "IngredientsService", - "file_type": "code", - "source_file": "backend/src/ingredients/ingredients.service.ts", - "source_location": "L6", + "label": "IngredientsController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "ingredientscontroller", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L20" + }, + { "id": "backend_src_ingredients_ingredients_service_ingredientsservice", + "label": "IngredientsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 47, "community_name": "IngredientsService", - "norm_label": "ingredientsservice" + "file_type": "code", + "norm_label": "ingredientsservice", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L6" }, { - "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", + "label": "HeroBanner", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 48, "community_name": "adminRoutes.tsx", - "norm_label": "herobanner" - }, - { - "label": "VetTestimonial", "file_type": "code", + "norm_label": "herobanner", "source_file": "frontend/admin-panel/src/pages/CMS.tsx", - "source_location": "L14", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L8" + }, + { "id": "frontend_admin_panel_src_pages_cms_vettestimonial", - "community": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "vettestimonial" - }, - { - "label": "ContactInfoItem", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", - "source_location": "L17", + "label": "VetTestimonial", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "vettestimonial", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L16" + }, + { "id": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", + "label": "ContactInfoItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 48, "community_name": "adminRoutes.tsx", - "norm_label": "contactinfoitem" - }, - { - "label": "ContactSubmission", "file_type": "code", + "norm_label": "contactinfoitem", "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L21" + }, + { "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", - "community": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "contactsubmission" - }, - { - "label": "CategoryDist", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", - "source_location": "L7", + "label": "ContactSubmission", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_dashboard_categorydist", "community": 48, "community_name": "adminRoutes.tsx", - "norm_label": "categorydist" + "file_type": "code", + "norm_label": "contactsubmission", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L9" }, { - "label": "DashboardData", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", - "source_location": "L12", + "id": "frontend_admin_panel_src_pages_reports_bestselleritem", + "label": "BestSellerItem", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_dashboard_dashboarddata", "community": 48, "community_name": "adminRoutes.tsx", - "norm_label": "dashboarddata" + "file_type": "code", + "norm_label": "bestselleritem", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L39" }, { - "label": "Ticket", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", - "source_location": "L34", + "id": "frontend_admin_panel_src_pages_reports_categorydistitem", + "label": "CategoryDistItem", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_tickets_ticket", "community": 48, "community_name": "adminRoutes.tsx", - "norm_label": "ticket" + "file_type": "code", + "norm_label": "categorydistitem", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L34" }, { - "label": "TicketMessage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", - "source_location": "L24", + "id": "frontend_admin_panel_src_pages_reports_customtooltipprops", + "label": "CustomTooltipProps", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_tickets_ticketmessage", "community": 48, "community_name": "adminRoutes.tsx", - "norm_label": "ticketmessage" + "file_type": "code", + "norm_label": "customtooltipprops", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L16" }, { - "label": "WholesaleRequest", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", - "source_location": "L6", + "id": "frontend_admin_panel_src_pages_reports_reportdata", + "label": "ReportData", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", "community": 48, "community_name": "adminRoutes.tsx", - "norm_label": "wholesalerequest" + "file_type": "code", + "norm_label": "reportdata", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L50" }, { - "label": "AdminRouteConfig", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L50", + "id": "frontend_admin_panel_src_pages_reports_topcouponitem", + "label": "TopCouponItem", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "topcouponitem", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L44" + }, + { "id": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", + "label": "AdminRouteConfig", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 48, "community_name": "adminRoutes.tsx", - "norm_label": "adminrouteconfig" + "file_type": "code", + "norm_label": "adminrouteconfig", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L50" }, { - "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": 5, - "community_name": "CmsController", - "norm_label": "cmscontroller" - }, - { - "label": "CmsService", - "file_type": "code", - "source_file": "backend/src/cms/cms.service.ts", - "source_location": "L10", + "label": "CmsController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "cmscontroller", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L27" + }, + { "id": "backend_src_cms_cms_service_cmsservice", - "community": 5, - "community_name": "CmsController", - "norm_label": "cmsservice" - }, - { - "label": "CreateHeroBannerDto", - "file_type": "code", - "source_file": "backend/src/cms/dto/cms.dto.ts", - "source_location": "L10", + "label": "CmsService", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "cmsservice", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L10" + }, + { "id": "backend_src_cms_dto_cms_dto_createherobannerdto", - "community": 5, - "community_name": "CmsController", - "norm_label": "createherobannerdto" - }, - { - "label": "CreateSmartAdvisorRuleDto", - "file_type": "code", - "source_file": "backend/src/cms/dto/cms.dto.ts", - "source_location": "L80", + "label": "CreateHeroBannerDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "createherobannerdto", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L10" + }, + { "id": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "label": "CreateSmartAdvisorRuleDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 5, "community_name": "CmsController", - "norm_label": "createsmartadvisorruledto" - }, - { - "label": "CreateVetTestimonialDto", "file_type": "code", + "norm_label": "createsmartadvisorruledto", "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": 5, - "community_name": "CmsController", - "norm_label": "createvettestimonialdto" + "source_location": "L80" }, { - "label": "BlogsController", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L29", + "id": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "label": "CreateVetTestimonialDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "createvettestimonialdto", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L45" + }, + { "id": "backend_src_admin_blogs_controller_blogscontroller", + "label": "BlogsController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 51, "community_name": "BlogsController", - "norm_label": "blogscontroller" + "file_type": "code", + "norm_label": "blogscontroller", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L29" }, { - "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": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "prescriptionscontroller" - }, - { - "label": "PrescriptionsModule", - "file_type": "code", - "source_file": "backend/src/prescriptions/prescriptions.module.ts", - "source_location": "L13", + "label": "PrescriptionsController", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "prescriptionsmodule" + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "prescriptionscontroller", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L27" }, { - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 53, - "community_name": "SmartAdvisorService", - "norm_label": "smartadvisorcontroller" - }, - { - "label": "SmartAdvisorService", - "file_type": "code", - "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", - "source_location": "L6", + "label": "SmartAdvisorController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "smartadvisorcontroller", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L20" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "label": "SmartAdvisorModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "smartadvisormodule", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L12" + }, + { "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "label": "SmartAdvisorService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 53, "community_name": "SmartAdvisorService", - "norm_label": "smartadvisorservice" + "file_type": "code", + "norm_label": "smartadvisorservice", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L6" }, { - "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": 54, - "community_name": "UsersService", - "norm_label": "authmodule" - }, - { - "label": "JwtPayload", - "file_type": "code", - "source_file": "backend/src/auth/jwt.strategy.ts", - "source_location": "L7", + "label": "AuthModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "authmodule", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L25" + }, + { "id": "backend_src_auth_jwt_strategy_jwtpayload", + "label": "JwtPayload", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 54, "community_name": "UsersService", - "norm_label": "jwtpayload" - }, - { - "label": "JwtStrategy", "file_type": "code", + "norm_label": "jwtpayload", "source_file": "backend/src/auth/jwt.strategy.ts", - "source_location": "L15", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L7" + }, + { "id": "backend_src_auth_jwt_strategy_jwtstrategy", - "community": 54, - "community_name": "UsersService", - "norm_label": "jwtstrategy" - }, - { - "label": "AddressDto", - "file_type": "code", - "source_file": "backend/src/users/dto/address.dto.ts", - "source_location": "L4", + "label": "JwtStrategy", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "jwtstrategy", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L15" + }, + { "id": "backend_src_users_dto_address_dto_addressdto", - "community": 54, - "community_name": "UsersService", - "norm_label": "addressdto" - }, - { - "label": "UpdateProfileDto", - "file_type": "code", - "source_file": "backend/src/users/dto/update-profile.dto.ts", - "source_location": "L4", + "label": "AddressDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "addressdto", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L4" + }, + { "id": "backend_src_users_dto_update_profile_dto_updateprofiledto", - "community": 54, - "community_name": "UsersService", - "norm_label": "updateprofiledto" - }, - { - "label": "UsersController", - "file_type": "code", - "source_file": "backend/src/users/users.controller.ts", - "source_location": "L43", + "label": "UpdateProfileDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "updateprofiledto", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L4" + }, + { "id": "backend_src_users_users_controller_userscontroller", - "community": 54, - "community_name": "UsersService", - "norm_label": "userscontroller" - }, - { - "label": "UsersModule", - "file_type": "code", - "source_file": "backend/src/users/users.module.ts", - "source_location": "L10", + "label": "UsersController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "userscontroller", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L43" + }, + { "id": "backend_src_users_users_module_usersmodule", + "label": "UsersModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 54, "community_name": "UsersService", - "norm_label": "usersmodule" + "file_type": "code", + "norm_label": "usersmodule", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L10" }, { - "label": "UsersService", + "id": "backend_src_users_users_service_useraddressinput", + "label": "UserAddressInput", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", "file_type": "code", + "norm_label": "useraddressinput", "source_file": "backend/src/users/users.service.ts", - "source_location": "L24", + "source_location": "L12" + }, + { + "id": "backend_src_users_users_service_usersservice", + "label": "UsersService", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_users_users_service_usersservice", "community": 54, "community_name": "UsersService", - "norm_label": "usersservice" + "file_type": "code", + "norm_label": "usersservice", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L24" }, { - "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": 55, - "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", + "label": "IconPickerModalProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "iconpickermodalprops", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L44" + }, + { "id": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditorprops", - "community": 55, - "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", + "label": "RichTextEditorProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "richtexteditorprops", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L20" + }, + { "id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops", - "community": 55, - "community_name": "UITexts.tsx", - "norm_label": "toggleswitchprops" - }, - { - "label": "AppSitePage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", - "source_location": "L224", + "label": "ToggleSwitchProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "toggleswitchprops", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L3" + }, + { "id": "frontend_admin_panel_src_pages_uitexts_appsitepage", - "community": 55, - "community_name": "UITexts.tsx", - "norm_label": "appsitepage" - }, - { - "label": "PageSection", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", - "source_location": "L216", + "label": "AppSitePage", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "appsitepage", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L226" + }, + { "id": "frontend_admin_panel_src_pages_uitexts_pagesection", + "label": "PageSection", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 55, "community_name": "UITexts.tsx", - "norm_label": "pagesection" - }, - { - "label": "SectionField", "file_type": "code", + "norm_label": "pagesection", "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", - "source_location": "L208", + "source_location": "L218" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts_sectionfield", + "label": "SectionField", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_uitexts_sectionfield", "community": 55, "community_name": "UITexts.tsx", - "norm_label": "sectionfield" + "file_type": "code", + "norm_label": "sectionfield", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L210" }, { - "label": "SettingsService", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L145", + "id": "frontend_admin_panel_src_components_ui_pagination_paginationprops", + "label": "PaginationProps", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice", "community": 56, - "community_name": "SettingsService", - "norm_label": "settingsservice" + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "paginationprops", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L4" }, { - "label": "ContactController", - "file_type": "code", - "source_file": "backend/src/contact/contact.controller.ts", - "source_location": "L17", + "id": "frontend_admin_panel_src_pages_orders_order", + "label": "Order", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "order", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L67" + }, + { + "id": "frontend_admin_panel_src_pages_orders_orderitem", + "label": "OrderItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "orderitem", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L38" + }, + { + "id": "frontend_admin_panel_src_pages_orders_paymenttx", + "label": "PaymentTx", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "paymenttx", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L54" + }, + { + "id": "frontend_admin_panel_src_pages_pets_pet", + "label": "Pet", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "pet", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L12" + }, + { + "id": "frontend_admin_panel_src_pages_users_userrecord", + "label": "UserRecord", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "userrecord", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L26" + }, + { + "id": "frontend_admin_panel_src_pages_wiki_productitem", + "label": "ProductItem", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "productitem", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L24" + }, + { + "id": "frontend_admin_panel_src_pages_wiki_wikiterm", + "label": "WikiTerm", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "wikiterm", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_src_types_admin_petsummary", + "label": "PetSummary", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "petsummary", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L61" + }, + { + "id": "frontend_admin_panel_src_types_admin_useraddress", + "label": "UserAddress", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "useraddress", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L49" + }, + { "id": "backend_src_contact_contact_controller_contactcontroller", - "community": 58, - "community_name": "ContactService", - "norm_label": "contactcontroller" - }, - { - "label": "ContactService", - "file_type": "code", - "source_file": "backend/src/contact/contact.service.ts", - "source_location": "L22", + "label": "ContactController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "contactcontroller", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L17" + }, + { "id": "backend_src_contact_contact_service_contactservice", + "label": "ContactService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 58, "community_name": "ContactService", - "norm_label": "contactservice" + "file_type": "code", + "norm_label": "contactservice", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L22" }, { - "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": 6, - "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", + "label": "AdminUpdateTicketDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "adminupdateticketdto", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L82" + }, + { "id": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "label": "CreateTicketDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 6, "community_name": "tickets.controller.ts", - "norm_label": "createticketdto" - }, - { - "label": "ReplyTicketDto", "file_type": "code", + "norm_label": "createticketdto", "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", - "source_location": "L59", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L10" + }, + { "id": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", - "community": 6, - "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", + "label": "ReplyTicketDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "replyticketdto", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L59" + }, + { "id": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", - "community": 6, - "community_name": "tickets.controller.ts", - "norm_label": "ticketquerydto" - }, - { - "label": "TicketsController", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.controller.ts", - "source_location": "L33", + "label": "TicketQueryDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "ticketquerydto", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L5" + }, + { "id": "backend_src_tickets_tickets_controller_ticketscontroller", - "community": 6, - "community_name": "tickets.controller.ts", - "norm_label": "ticketscontroller" - }, - { - "label": "TicketsService", - "file_type": "code", - "source_file": "backend/src/tickets/tickets.service.ts", - "source_location": "L18", + "label": "TicketsController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "ticketscontroller", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L33" + }, + { "id": "backend_src_tickets_tickets_service_ticketsservice", + "label": "TicketsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 6, "community_name": "tickets.controller.ts", - "norm_label": "ticketsservice" + "file_type": "code", + "norm_label": "ticketsservice", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L18" }, { - "label": "CreateUserDto", - "file_type": "code", - "source_file": "backend/src/admin/dto/user.dto.ts", - "source_location": "L11", + "id": "backend_src_admin_admin_service_couponinput", + "label": "CouponInput", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "couponinput", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L37" + }, + { + "id": "backend_src_admin_admin_service_coupontargetinput", + "label": "CouponTargetInput", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "coupontargetinput", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L30" + }, + { + "id": "backend_src_admin_admin_service_paginationquery", + "label": "PaginationQuery", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "paginationquery", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L16" + }, + { "id": "backend_src_admin_dto_user_dto_createuserdto", + "label": "CreateUserDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 60, - "community_name": "CreateUserDto", - "norm_label": "createuserdto" - }, - { - "label": "UpdateUserDto", + "community_name": "admin.service.ts", "file_type": "code", + "norm_label": "createuserdto", "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": 60, - "community_name": "CreateUserDto", - "norm_label": "updateuserdto" + "source_location": "L11" }, { - "label": "CreateEBankCheckoutDto", - "file_type": "code", - "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", - "source_location": "L10", + "id": "backend_src_admin_dto_user_dto_updateuserdto", + "label": "UpdateUserDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "updateuserdto", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L52" + }, + { "id": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "label": "CreateEBankCheckoutDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 61, "community_name": "CreateEBankCheckoutDto", - "norm_label": "createebankcheckoutdto" + "file_type": "code", + "norm_label": "createebankcheckoutdto", + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L10" }, { - "label": "CreateOrderDto", - "file_type": "code", - "source_file": "backend/src/orders/dto/create-order.dto.ts", - "source_location": "L24", + "id": "backend_src_wiki_wiki_controller_wikicontroller", + "label": "WikiController", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_orders_dto_create_order_dto_createorderdto", "community": 62, - "community_name": "CreateOrderDto", - "norm_label": "createorderdto" + "community_name": "WikiController", + "file_type": "code", + "norm_label": "wikicontroller", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L18" }, { - "label": "OrderItemDto", - "file_type": "code", - "source_file": "backend/src/orders/dto/create-order.dto.ts", - "source_location": "L12", + "id": "backend_src_wiki_wiki_module_wikimodule", + "label": "WikiModule", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_orders_dto_create_order_dto_orderitemdto", "community": 62, - "community_name": "CreateOrderDto", - "norm_label": "orderitemdto" + "community_name": "WikiController", + "file_type": "code", + "norm_label": "wikimodule", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L9" }, { - "label": "PodcastInlinePlayerProps", - "file_type": "code", - "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", - "source_location": "L18", + "id": "backend_src_wiki_wiki_service_wikiservice", + "label": "WikiService", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "wikiservice", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L7" + }, + { "id": "frontend_application_components_podcastinlineplayer_podcastinlineplayerprops", - "community": 65, - "community_name": "ProductPage.tsx", - "norm_label": "podcastinlineplayerprops" - }, - { - "label": "CalculatorState", - "file_type": "code", - "source_file": "frontend/application/components/ProductPage.tsx", - "source_location": "L54", + "label": "PodcastInlinePlayerProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "podcastinlineplayerprops", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L19" + }, + { "id": "frontend_application_components_productpage_calculatorstate", - "community": 65, - "community_name": "ProductPage.tsx", - "norm_label": "calculatorstate" - }, - { - "label": "ProductReviewsProps", - "file_type": "code", - "source_file": "frontend/application/components/ProductReviews.tsx", - "source_location": "L28", + "label": "CalculatorState", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "calculatorstate", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L54" + }, + { "id": "frontend_application_components_productreviews_productreviewsprops", + "label": "ProductReviewsProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 65, "community_name": "ProductPage.tsx", - "norm_label": "productreviewsprops" - }, - { - "label": "ReviewItem", "file_type": "code", + "norm_label": "productreviewsprops", "source_file": "frontend/application/components/ProductReviews.tsx", - "source_location": "L19", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L28" + }, + { "id": "frontend_application_components_productreviews_reviewitem", - "community": 65, - "community_name": "ProductPage.tsx", - "norm_label": "reviewitem" - }, - { - "label": "ScientificTerm", - "file_type": "code", - "source_file": "frontend/application/lib/data/scientificTerms.ts", - "source_location": "L1", + "label": "ReviewItem", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "reviewitem", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L19" + }, + { + "id": "frontend_application_components_tooltip_tooltipprops", + "label": "TooltipProps", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "tooltipprops", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L8" + }, + { "id": "frontend_application_lib_data_scientificterms_scientificterm", + "label": "ScientificTerm", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 65, "community_name": "ProductPage.tsx", - "norm_label": "scientificterm" + "file_type": "code", + "norm_label": "scientificterm", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L1" }, { - "label": "AdminController", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L29", + "id": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "label": "AdminQueryDto", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller", "community": 66, - "community_name": "AdminController", - "norm_label": "admincontroller" + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": "adminquerydto", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L5" }, { - "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": 67, - "community_name": "PetsController", - "norm_label": "petscontroller" - }, - { - "label": "PetQuery", - "file_type": "code", - "source_file": "backend/src/admin/pets.service.ts", - "source_location": "L5", + "label": "PetsController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "petscontroller", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L24" + }, + { "id": "backend_src_admin_pets_service_petquery", + "label": "PetQuery", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 67, "community_name": "PetsController", - "norm_label": "petquery" - }, - { - "label": "PetsService", "file_type": "code", + "norm_label": "petquery", "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": 67, - "community_name": "PetsController", - "norm_label": "petsservice" + "source_location": "L5" }, { - "label": "BlogsController", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L30", + "id": "backend_src_admin_pets_service_petsservice", + "label": "PetsService", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "petsservice", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L12" + }, + { "id": "backend_src_blogs_blogs_controller_blogscontroller", + "label": "BlogsController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 68, "community_name": "BlogsController", - "norm_label": "blogscontroller" + "file_type": "code", + "norm_label": "blogscontroller", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L30" }, { - "label": "BlogsService", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L7", - "_callable": true, - "_callable_class": true, - "_origin": "ast", "id": "backend_src_admin_blogs_service_blogsservice", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "blogsservice" - }, - { - "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": 7, - "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", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "blogsservice", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L7" + }, + { "id": "backend_src_blogs_blogs_service_blogsservice", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "blogsservice" - }, - { - "label": "PaginationDto", - "file_type": "code", - "source_file": "backend/src/common/dto/pagination.dto.ts", - "source_location": "L10", + "label": "BlogsService", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "blogsservice", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L7" + }, + { "id": "backend_src_common_dto_pagination_dto_paginationdto", + "label": "PaginationDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 7, "community_name": "PaginationDto", - "norm_label": "paginationdto" - }, - { - "label": "SortOrder", "file_type": "code", + "norm_label": "paginationdto", "source_file": "backend/src/common/dto/pagination.dto.ts", - "source_location": "L5", - "_callable": true, - "_callable_class": true, - "_origin": "ast", + "source_location": "L10" + }, + { "id": "backend_src_common_dto_pagination_dto_sortorder", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "sortorder" - }, - { - "label": "WikiController", - "file_type": "code", - "source_file": "backend/src/wiki/wiki.controller.ts", - "source_location": "L18", + "label": "SortOrder", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_wiki_wiki_controller_wikicontroller", "community": 7, "community_name": "PaginationDto", - "norm_label": "wikicontroller" + "file_type": "code", + "norm_label": "sortorder", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L5" }, { - "label": "WikiModule", - "file_type": "code", - "source_file": "backend/src/wiki/wiki.module.ts", - "source_location": "L9", + "id": "backend_src_orders_orders_controller_validatecoupondto", + "label": "ValidateCouponDto", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_wiki_wiki_module_wikimodule", "community": 7, "community_name": "PaginationDto", - "norm_label": "wikimodule" + "file_type": "code", + "norm_label": "validatecoupondto", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L29" }, { - "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": 7, - "community_name": "PaginationDto", - "norm_label": "wikiservice" - }, - { - "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", + "label": "WikiController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 74, "community_name": "WikiController", - "norm_label": "wikicontroller" + "file_type": "code", + "norm_label": "wikicontroller", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L28" }, { - "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": 75, - "community_name": "PetsController", - "norm_label": "createhealthlogdto" - }, - { - "label": "CreatePetDto", - "file_type": "code", - "source_file": "backend/src/pets/dto/create-pet.dto.ts", - "source_location": "L10", + "label": "CreateHealthLogDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "createhealthlogdto", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L4" + }, + { "id": "backend_src_pets_dto_create_pet_dto_createpetdto", - "community": 75, - "community_name": "PetsController", - "norm_label": "createpetdto" - }, - { - "label": "CreateReminderDto", - "file_type": "code", - "source_file": "backend/src/pets/dto/create-reminder.dto.ts", - "source_location": "L4", + "label": "CreatePetDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "createpetdto", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L10" + }, + { "id": "backend_src_pets_dto_create_reminder_dto_createreminderdto", - "community": 75, - "community_name": "PetsController", - "norm_label": "createreminderdto" - }, - { - "label": "UpdatePetDto", - "file_type": "code", - "source_file": "backend/src/pets/dto/update-pet.dto.ts", - "source_location": "L4", + "label": "CreateReminderDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "createreminderdto", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L4" + }, + { "id": "backend_src_pets_dto_update_pet_dto_updatepetdto", - "community": 75, - "community_name": "PetsController", - "norm_label": "updatepetdto" - }, - { - "label": "PetsController", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L55", + "label": "UpdatePetDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "updatepetdto", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L4" + }, + { "id": "backend_src_pets_pets_controller_petscontroller", - "community": 75, - "community_name": "PetsController", - "norm_label": "petscontroller" - }, - { - "label": "PetsModule", - "file_type": "code", - "source_file": "backend/src/pets/pets.module.ts", - "source_location": "L9", + "label": "PetsController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "petscontroller", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L55" + }, + { "id": "backend_src_pets_pets_module_petsmodule", - "community": 75, - "community_name": "PetsController", - "norm_label": "petsmodule" - }, - { - "label": "HealthLogInput", - "file_type": "code", - "source_file": "backend/src/pets/pets.service.ts", - "source_location": "L15", + "label": "PetsModule", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "petsmodule", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L9" + }, + { "id": "backend_src_pets_pets_service_healthloginput", - "community": 75, - "community_name": "PetsController", - "norm_label": "healthloginput" - }, - { - "label": "PetsService", - "file_type": "code", - "source_file": "backend/src/pets/pets.service.ts", - "source_location": "L23", + "label": "HealthLogInput", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "healthloginput", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L15" + }, + { "id": "backend_src_pets_pets_service_petsservice", + "label": "PetsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 75, "community_name": "PetsController", - "norm_label": "petsservice" - }, - { - "label": "ReminderInput", "file_type": "code", + "norm_label": "petsservice", "source_file": "backend/src/pets/pets.service.ts", - "source_location": "L8", + "source_location": "L23" + }, + { + "id": "backend_src_pets_pets_service_reminderinput", + "label": "ReminderInput", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_pets_pets_service_reminderinput", "community": 75, "community_name": "PetsController", - "norm_label": "reminderinput" + "file_type": "code", + "norm_label": "reminderinput", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L8" }, { - "label": "CreateReviewDto", - "file_type": "code", - "source_file": "backend/src/reviews/dto/create-review.dto.ts", - "source_location": "L11", + "id": "backend_src_payment_payment_service_paymentservice", + "label": "PaymentService", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_reviews_dto_create_review_dto_createreviewdto", "community": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "norm_label": "updatereviewdto" - }, - { - "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": 77, - "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": 77, - "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": 77, - "community_name": "seo.module.ts", - "norm_label": "seoservice" - }, - { - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "adminmodule" - }, - { - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "categoryquery" - }, - { - "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": 8, - "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": 8, - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "sslcertinfo" - }, - { - "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": 8, - "community_name": "admin.module.ts", - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "wikiservice" - }, - { - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "redismodule" - }, - { - "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": 85, - "community_name": "sms.service.ts", - "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": 85, - "community_name": "sms.service.ts", - "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": 85, - "community_name": "sms.service.ts", - "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": 85, - "community_name": "sms.service.ts", - "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": 85, - "community_name": "sms.service.ts", - "norm_label": "smslogquery" - }, - { - "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": 86, - "community_name": "zibal.service.ts", - "norm_label": "admintransactionfilterdto" - }, - { - "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": 86, - "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": 86, - "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": 86, - "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": 86, - "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": 86, - "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": 86, - "community_name": "zibal.service.ts", - "norm_label": "paymentverifyresult" - }, - { - "label": "ClientMetadata", + "community_name": "PaymentService", "file_type": "code", + "norm_label": "paymentservice", "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": 86, - "community_name": "zibal.service.ts", - "norm_label": "clientmetadata" + "source_location": "L19" }, { - "label": "ZibalInquiryResponse", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L30", + "id": "backend_src_seo_seo_controller_seocontroller", + "label": "SeoController", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "seocontroller", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L7" + }, + { + "id": "backend_src_seo_seo_module_seomodule", + "label": "SeoModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "seomodule", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L12" + }, + { + "id": "backend_src_seo_seo_service_seoservice", + "label": "SeoService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "seoservice", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L5" + }, + { + "id": "backend_src_admin_admin_service_adminservice", + "label": "AdminService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": "adminservice", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L50" + }, + { + "id": "backend_src_admin_reports_controller_reportscontroller", + "label": "ReportsController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "reportscontroller", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L9" + }, + { + "id": "backend_src_admin_reports_service_reportsservice", + "label": "ReportsService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "reportsservice", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L5" + }, + { + "id": "backend_src_admin_ssl_service_sslcertinfo", + "label": "SslCertInfo", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "sslcertinfo", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L7" + }, + { + "id": "backend_src_admin_wiki_service_wikiquery", + "label": "WikiQuery", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "wikiquery", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L5" + }, + { + "id": "backend_src_admin_wiki_service_wikiservice", + "label": "WikiService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "wikiservice", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L12" + }, + { + "id": "backend_src_auth_auth_service_adminlogininput", + "label": "AdminLoginInput", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "adminlogininput", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L30" + }, + { + "id": "backend_src_auth_auth_service_logininput", + "label": "LoginInput", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "logininput", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L25" + }, + { + "id": "backend_src_auth_auth_service_registerinput", + "label": "RegisterInput", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "registerinput", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L17" + }, + { + "id": "backend_src_redis_redis_module_redismodule", + "label": "RedisModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "redismodule", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L9" + }, + { + "id": "backend_src_redis_redis_service_redisservice", + "label": "RedisService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "redisservice", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L5" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "label": "GatewayHealthResult", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": "gatewayhealthresult", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L35" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "label": "IPaymentGateway", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": "ipaymentgateway", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L48" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "label": "PaymentInquiryResult", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": "paymentinquiryresult", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L25" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "label": "PaymentRequestOptions", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": "paymentrequestoptions", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L1" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "label": "PaymentRequestResult", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": "paymentrequestresult", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L9" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "label": "PaymentVerifyResult", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": "paymentverifyresult", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L16" + }, + { "id": "backend_src_payment_zibal_service_zibalinquiryresponse", - "community": 86, - "community_name": "zibal.service.ts", - "norm_label": "zibalinquiryresponse" - }, - { - "label": "ZibalRequestResponse", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L12", + "label": "ZibalInquiryResponse", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": "zibalinquiryresponse", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L30" + }, + { "id": "backend_src_payment_zibal_service_zibalrequestresponse", + "label": "ZibalRequestResponse", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 86, "community_name": "zibal.service.ts", - "norm_label": "zibalrequestresponse" - }, - { - "label": "ZibalVerifyResponse", "file_type": "code", + "norm_label": "zibalrequestresponse", "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L18", + "source_location": "L12" + }, + { + "id": "backend_src_payment_zibal_service_zibalverifyresponse", + "label": "ZibalVerifyResponse", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalverifyresponse", "community": 86, "community_name": "zibal.service.ts", - "norm_label": "zibalverifyresponse" + "file_type": "code", + "norm_label": "zibalverifyresponse", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L18" }, { - "label": "HomeClientProps", - "file_type": "code", - "source_file": "frontend/application/app/HomeClient.tsx", - "source_location": "L20", - "_callable": true, - "_callable_class": true, - "_origin": "ast", "id": "frontend_application_app_homeclient_homeclientprops", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "homeclientprops" - }, - { - "label": "BannerPlacementProps", - "file_type": "code", - "source_file": "frontend/application/components/BannerPlacement.tsx", - "source_location": "L7", + "label": "HomeClientProps", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "homeclientprops", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L20" + }, + { "id": "frontend_application_components_bannerplacement_bannerplacementprops", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "bannerplacementprops" - }, - { - "label": "SkeletonProps", - "file_type": "code", - "source_file": "frontend/application/components/Skeleton.tsx", - "source_location": "L4", + "label": "BannerPlacementProps", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "frontend_application_components_skeleton_skeletonprops", "community": 88, "community_name": "HomeClient.tsx", - "norm_label": "skeletonprops" + "file_type": "code", + "norm_label": "bannerplacementprops", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L6" }, { - "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": 88, - "community_name": "HomeClient.tsx", - "norm_label": "b2binquiry" - }, - { - "label": "Banner", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L1", + "label": "B2BInquiry", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "b2binquiry", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L67" + }, + { "id": "frontend_application_lib_types_banner", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "banner" - }, - { - "label": "DosageConfig", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L94", + "label": "Banner", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "banner", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L1" + }, + { "id": "frontend_application_lib_types_dosageconfig", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "dosageconfig" - }, - { - "label": "HomeApiResponse", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L102", + "label": "DosageConfig", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "dosageconfig", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L94" + }, + { "id": "frontend_application_lib_types_homeapiresponse", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "homeapiresponse" - }, - { - "label": "NavigationHandler", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L111", + "label": "HomeApiResponse", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "homeapiresponse", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L102" + }, + { "id": "frontend_application_lib_types_navigationhandler", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "navigationhandler" - }, - { - "label": "PartnerAccount", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L82", + "label": "NavigationHandler", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "navigationhandler", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L111" + }, + { "id": "frontend_application_lib_types_partneraccount", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "partneraccount" - }, - { - "label": "Prescription", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L55", + "label": "PartnerAccount", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "partneraccount", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L82" + }, + { "id": "frontend_application_lib_types_prescription", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "prescription" - }, - { - "label": "SmartAdvisorRule", - "file_type": "code", - "source_file": "frontend/application/lib/types.ts", - "source_location": "L14", + "label": "Prescription", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "prescription", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L55" + }, + { "id": "frontend_application_lib_types_smartadvisorrule", + "label": "SmartAdvisorRule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 88, "community_name": "HomeClient.tsx", - "norm_label": "smartadvisorrule" - }, - { - "label": "Testimonial", "file_type": "code", + "norm_label": "smartadvisorrule", "source_file": "frontend/application/lib/types.ts", - "source_location": "L28", - "_callable": true, - "_callable_class": true, - "_origin": "ast", - "id": "frontend_application_lib_types_testimonial", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "testimonial" + "source_location": "L14" }, { - "label": "SmsLogQueryDto", - "file_type": "code", - "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", - "source_location": "L5", + "id": "frontend_application_lib_types_testimonial", + "label": "Testimonial", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "testimonial", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L28" + }, + { "id": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "label": "SmsLogQueryDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", "community": 90, "community_name": "SmsLogQueryDto", - "norm_label": "smslogquerydto" + "file_type": "code", + "norm_label": "smslogquerydto", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L5" }, { - "label": "OrdersController", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L54", + "id": "backend_src_orders_dto_create_order_dto_createorderdto", + "label": "CreateOrderDto", "_callable": true, "_callable_class": true, "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "createorderdto", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L24" + }, + { + "id": "backend_src_orders_dto_create_order_dto_orderitemdto", + "label": "OrderItemDto", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "orderitemdto", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L12" + }, + { "id": "backend_src_orders_orders_controller_orderscontroller", - "community": 92, - "community_name": "OrdersService", - "norm_label": "orderscontroller" - }, - { - "label": "OrdersModule", - "file_type": "code", - "source_file": "backend/src/orders/orders.module.ts", - "source_location": "L9", + "label": "OrdersController", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_orders_orders_module_ordersmodule", "community": 92, "community_name": "OrdersService", - "norm_label": "ordersmodule" + "file_type": "code", + "norm_label": "orderscontroller", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L54" }, { - "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": 92, - "community_name": "OrdersService", - "norm_label": "ordersservice" - }, - { - "label": "AdminQueryDto", - "file_type": "code", - "source_file": "backend/src/admin/dto/admin-query.dto.ts", - "source_location": "L5", + "label": "OrdersService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "ordersservice", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L14" + }, + { + "id": "backend_src_common_schemas_error_response_schema_apierrorresponse", + "label": "ApiErrorResponse", "_callable": true, "_callable_class": true, "_origin": "ast", - "id": "backend_src_admin_dto_admin_query_dto_adminquerydto", "community": 93, - "community_name": "admin.controller.ts", - "norm_label": "adminquerydto" + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "apierrorresponse", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L14" }, { - "label": "Roles()", - "file_type": "code", - "source_file": "backend/src/common/decorators/roles.decorator.ts", - "source_location": "L4", + "id": "backend_src_common_schemas_error_response_schema_errordetailfield", + "label": "ErrorDetailField", "_callable": true, + "_callable_class": true, "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "errordetailfield", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L3" + }, + { + "id": "backend_src_home_home_controller_homecontroller", + "label": "HomeController", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "homecontroller", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L16" + }, + { + "id": "backend_src_home_home_module_homemodule", + "label": "HomeModule", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "homemodule", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L9" + }, + { + "id": "backend_src_home_home_service_homeservice", + "label": "HomeService", + "_callable": true, + "_callable_class": true, + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "homeservice", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L5" + }, + { "id": "backend_src_common_decorators_roles_decorator_roles", - "community": 0, - "community_name": "Roles", - "norm_label": "roles()" - }, - { - "label": ".cancelEBankCheckout()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L471", + "label": "Roles()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": "roles()", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L4" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", - "community": 0, - "community_name": "Roles", - "norm_label": ".cancelebankcheckout()" - }, - { - "label": ".changeIdentifiedPaymentStatus()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L508", + "label": ".cancelEBankCheckout()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".cancelebankcheckout()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L471" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", - "community": 0, - "community_name": "Roles", - "norm_label": ".changeidentifiedpaymentstatus()" - }, - { - "label": ".createEBankCheckout()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L439", + "label": ".changeIdentifiedPaymentStatus()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".changeidentifiedpaymentstatus()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L508" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "community": 0, - "community_name": "Roles", - "norm_label": ".createebankcheckout()" - }, - { - "label": ".createRefund()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L246", + "label": ".createEBankCheckout()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".createebankcheckout()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L439" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_createrefund", - "community": 0, - "community_name": "Roles", - "norm_label": ".createrefund()" - }, - { - "label": ".createSubMerchant()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L365", + "label": ".createRefund()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".createrefund()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L246" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", - "community": 0, - "community_name": "Roles", - "norm_label": ".createsubmerchant()" - }, - { - "label": ".editSubMerchant()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L376", + "label": ".createSubMerchant()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".createsubmerchant()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L365" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", - "community": 0, - "community_name": "Roles", - "norm_label": ".editsubmerchant()" - }, - { - "label": ".getAdminStats()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L534", + "label": ".editSubMerchant()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".editsubmerchant()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L376" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", - "community": 0, - "community_name": "Roles", - "norm_label": ".getadminstats()" - }, - { - "label": ".getAdminTransactions()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L525", + "label": ".getAdminStats()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getadminstats()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L534" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "community": 0, - "community_name": "Roles", - "norm_label": ".getadmintransactions()" - }, - { - "label": ".getAdminWallets()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L237", + "label": ".getAdminTransactions()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getadmintransactions()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L525" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", - "community": 0, - "community_name": "Roles", - "norm_label": ".getadminwallets()" - }, - { - "label": ".getCheckoutQueueReport()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L343", + "label": ".getAdminWallets()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getadminwallets()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L237" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", - "community": 0, - "community_name": "Roles", - "norm_label": ".getcheckoutqueuereport()" - }, - { - "label": ".getCheckoutReport()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L325", + "label": ".getCheckoutQueueReport()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getcheckoutqueuereport()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L343" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", - "community": 0, - "community_name": "Roles", - "norm_label": ".getcheckoutreport()" - }, - { - "label": ".getEBankAccounts()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L391", + "label": ".getCheckoutReport()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getcheckoutreport()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L325" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", - "community": 0, - "community_name": "Roles", - "norm_label": ".getebankaccounts()" - }, - { - "label": ".getEBankBalance()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L401", + "label": ".getEBankAccounts()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getebankaccounts()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L391" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", - "community": 0, - "community_name": "Roles", - "norm_label": ".getebankbalance()" - }, - { - "label": ".getEBankCheckoutList()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L448", + "label": ".getEBankBalance()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getebankbalance()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L401" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", - "community": 0, - "community_name": "Roles", - "norm_label": ".getebankcheckoutlist()" - }, - { - "label": ".getEBankIdentifiedPayments()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L485", + "label": ".getEBankCheckoutList()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getebankcheckoutlist()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L448" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", - "community": 0, - "community_name": "Roles", - "norm_label": ".getebankidentifiedpayments()" - }, - { - "label": ".getEBankStatements()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L416", + "label": ".getEBankIdentifiedPayments()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getebankidentifiedpayments()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L485" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", - "community": 0, - "community_name": "Roles", - "norm_label": ".getebankstatements()" - }, - { - "label": ".getGatewayReport()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L300", + "label": ".getEBankStatements()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getebankstatements()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L416" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", - "community": 0, - "community_name": "Roles", - "norm_label": ".getgatewayreport()" - }, - { - "label": ".getHealth()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L592", + "label": ".getGatewayReport()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getgatewayreport()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L300" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_gethealth", - "community": 0, - "community_name": "Roles", - "norm_label": ".gethealth()" - }, - { - "label": ".getRefundList()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L279", + "label": ".getHealth()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".gethealth()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L613" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", - "community": 0, - "community_name": "Roles", - "norm_label": ".getrefundlist()" - }, - { - "label": ".getSubMerchants()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L356", + "label": ".getRefundList()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getrefundlist()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L279" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", - "community": 0, - "community_name": "Roles", - "norm_label": ".getsubmerchants()" - }, - { - "label": ".getTransactionStatus()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L224", + "label": ".getSubMerchants()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".getsubmerchants()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L356" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", - "community": 0, - "community_name": "Roles", - "norm_label": ".gettransactionstatus()" - }, - { - "label": ".inquireRefund()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L264", + "label": ".getTransactionStatus()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".gettransactionstatus()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L224" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", - "community": 0, - "community_name": "Roles", - "norm_label": ".inquirerefund()" - }, - { - "label": ".liveInquiry()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L554", + "label": ".inquireRefund()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".inquirerefund()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L264" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "community": 0, - "community_name": "Roles", - "norm_label": ".liveinquiry()" - }, - { - "label": ".manualReject()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L577", + "label": ".liveInquiry()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".liveinquiry()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L574" + }, + { + "id": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "label": ".liveInquiryPost()", + "_callable": true, + "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".liveinquirypost()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L554" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "community": 0, - "community_name": "Roles", - "norm_label": ".manualreject()" - }, - { - "label": ".manualVerify()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L565", + "label": ".manualReject()", "_callable": true, "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": ".manualreject()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L598" + }, + { "id": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "label": ".manualVerify()", + "_callable": true, + "_origin": "ast", "community": 0, "community_name": "Roles", - "norm_label": ".manualverify()" - }, - { - "label": ".reconcilePending()", "file_type": "code", + "norm_label": ".manualverify()", "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L545", + "source_location": "L586" + }, + { + "id": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "label": ".reconcilePending()", "_callable": true, "_origin": "ast", - "id": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", "community": 0, "community_name": "Roles", - "norm_label": ".reconcilepending()" + "file_type": "code", + "norm_label": ".reconcilepending()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L545" }, { - "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": 10, - "community_name": "ReviewsService", - "norm_label": ".constructor()" - }, - { - "label": ".createReview()", - "file_type": "code", - "source_file": "backend/src/reviews/reviews.controller.ts", - "source_location": "L31", + "label": ".constructor()", "_callable": true, "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L24" + }, + { "id": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", - "community": 10, - "community_name": "ReviewsService", - "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": 10, - "community_name": "ReviewsService", - "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": 10, - "community_name": "ReviewsService", - "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": 10, - "community_name": "ReviewsService", - "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": 10, - "community_name": "ReviewsService", - "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": 10, - "community_name": "ReviewsService", - "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": 10, - "community_name": "ReviewsService", - "norm_label": ".createreview()" + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".createreview()", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L31" }, { + "id": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", "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": 10, - "community_name": "ReviewsService", - "norm_label": ".deletereview()" + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".deletereview()", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L104" }, { + "id": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", "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": 10, - "community_name": "ReviewsService", - "norm_label": ".getadminreviews()" + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".getadminreviews()", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L65" }, { + "id": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", "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": 10, - "community_name": "ReviewsService", - "norm_label": ".getproductreviews()" + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".getproductreviews()", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L45" }, { + "id": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", "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": 10, - "community_name": "ReviewsService", - "norm_label": ".updatereviewstatus()" + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".updatereviewstatus()", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L89" }, { - "label": "formatPriceWithCommas()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", - "source_location": "L26", + "id": "backend_src_reviews_reviews_service_reviewsservice_constructor", + "label": ".constructor()", "_callable": true, "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_reviews_reviews_service_reviewsservice_createreview", + "label": ".createReview()", + "_callable": true, + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".createreview()", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L20" + }, + { + "id": "backend_src_reviews_reviews_service_reviewsservice_deletereview", + "label": ".deleteReview()", + "_callable": true, + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".deletereview()", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L231" + }, + { + "id": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", + "label": ".getAdminReviews()", + "_callable": true, + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".getadminreviews()", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L133" + }, + { + "id": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", + "label": ".getProductReviews()", + "_callable": true, + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".getproductreviews()", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L77" + }, + { + "id": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "label": ".updateReviewStatus()", + "_callable": true, + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": ".updatereviewstatus()", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L203" + }, + { "id": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", - "community": 104, - "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", + "label": "formatPriceWithCommas()", "_callable": true, "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "formatpricewithcommas()", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L26" + }, + { "id": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "label": "PriceInput()", + "_callable": true, + "_origin": "ast", "community": 104, "community_name": "Coupons.tsx", - "norm_label": "priceinput()" - }, - { - "label": "toEnglishDigits()", "file_type": "code", + "norm_label": "priceinput()", "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", - "source_location": "L18", - "_callable": true, - "_origin": "ast", + "source_location": "L33" + }, + { "id": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", - "community": 104, - "community_name": "Coupons.tsx", - "norm_label": "toenglishdigits()" - }, - { - "label": "CouponModal()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L262", + "label": "toEnglishDigits()", "_callable": true, "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "toenglishdigits()", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L18" + }, + { "id": "frontend_admin_panel_src_pages_coupons_couponmodal", + "label": "CouponModal()", + "_callable": true, + "_origin": "ast", "community": 104, "community_name": "Coupons.tsx", - "norm_label": "couponmodal()" - }, - { - "label": "Coupons()", "file_type": "code", + "norm_label": "couponmodal()", "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", - "source_location": "L46", - "_callable": true, - "_origin": "ast", + "source_location": "L317" + }, + { "id": "frontend_admin_panel_src_pages_coupons_coupons", + "label": "Coupons()", + "_callable": true, + "_origin": "ast", "community": 104, "community_name": "Coupons.tsx", - "norm_label": "coupons()" + "file_type": "code", + "norm_label": "coupons()", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L48" }, { - "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": 104, - "community_name": "Coupons.tsx", - "norm_label": "financialsettingspage()" - }, - { - "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": 106, - "community_name": "catalog/page.tsx", - "norm_label": "catalogclient()" - }, - { - "label": "CatalogPage()", - "file_type": "code", - "source_file": "frontend/application/app/catalog/page.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_catalog_page_catalogpage", - "community": 106, - "community_name": "catalog/page.tsx", - "norm_label": "catalogpage()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/catalog/page.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_catalog_page_generatemetadata", - "community": 106, - "community_name": "catalog/page.tsx", - "norm_label": "generatemetadata()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/wiki/page.tsx", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_wiki_page_generatemetadata", - "community": 107, - "community_name": "wiki/page.tsx", - "norm_label": "generatemetadata()" - }, - { - "label": "WikiPage()", - "file_type": "code", - "source_file": "frontend/application/app/wiki/page.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_wiki_page_wikipage", - "community": 107, - "community_name": "wiki/page.tsx", - "norm_label": "wikipage()" - }, - { - "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": 108, - "community_name": "PrismaService", - "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": 108, - "community_name": "PrismaService", - "norm_label": ".getmetrics()" - }, - { - "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": 108, - "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": 108, - "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": 108, - "community_name": "PrismaService", - "norm_label": ".onmoduleinit()" - }, - { - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "norm_label": "mediaselector()" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "pagination()" - }, - { - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "norm_label": "ingredientsmanager()" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "pets()" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "products()" - }, - { - "label": "TestimonialsManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", - "source_location": "L10", + "label": "Products()", "_callable": true, "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "products()", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L65" + }, + { + "id": "frontend_admin_panel_src_pages_shippingsettingspage_shippingsettingspage", + "label": "ShippingSettingsPage()", + "_callable": true, + "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "shippingsettingspage()", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L11" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_getadmintransactions", + "label": ".getAdminTransactions()", + "_callable": true, + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": ".getadmintransactions()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L685" + }, + { + "id": "backend_src_admin_reports_service_reportsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L6" + }, + { + "id": "backend_src_common_metrics_controller_metricscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L11" + }, + { + "id": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "label": ".getMetrics()", + "_callable": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": ".getmetrics()", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L18" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L47" + }, + { + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14" + }, + { + "id": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "label": ".ensureTablesExist()", + "_callable": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": ".ensuretablesexist()", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L14" + }, + { + "id": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy", + "label": ".onModuleDestroy()", + "_callable": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": ".onmoduledestroy()", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L94" + }, + { + "id": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", + "label": ".onModuleInit()", + "_callable": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": ".onmoduleinit()", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L9" + }, + { + "id": "backend_src_products_products_service_productsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L8" + }, + { + "id": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "label": "ConfirmModal()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "confirmmodal()", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L15" + }, + { + "id": "frontend_admin_panel_src_components_ui_mediaselector_getfiletype", + "label": "getFileType()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "getfiletype()", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L27" + }, + { + "id": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "label": "MediaSelector()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "mediaselector()", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L36" + }, + { + "id": "frontend_admin_panel_src_components_ui_modal_modal", + "label": "Modal()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "modal()", + "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", + "source_location": "L28" + }, + { + "id": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", + "label": "BannersManager()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "bannersmanager()", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_src_pages_blogs_blogs", + "label": "Blogs()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "blogs()", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L33" + }, + { + "id": "frontend_admin_panel_src_pages_categories_categories", + "label": "Categories()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "categories()", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L28" + }, + { + "id": "frontend_admin_panel_src_pages_doctorsmanager_doctorsmanager", + "label": "DoctorsManager()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "doctorsmanager()", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L31" + }, + { + "id": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", + "label": "IngredientsManager()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "ingredientsmanager()", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L13" + }, + { "id": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", - "community": 11, - "community_name": "api", - "norm_label": "testimonialsmanager()" - }, - { - "label": "Videos()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Videos.tsx", - "source_location": "L34", + "label": "TestimonialsManager()", "_callable": true, "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "testimonialsmanager()", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_src_pages_tickets_tickets", + "label": "Tickets()", + "_callable": true, + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "tickets()", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L60" + }, + { "id": "frontend_admin_panel_src_pages_videos_videos", - "community": 11, - "community_name": "api", - "norm_label": "videos()" - }, - { - "label": "Wiki()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", - "source_location": "L26", + "label": "Videos()", "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_wiki_wiki", "community": 11, - "community_name": "api", - "norm_label": "wiki()" + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "videos()", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L37" }, { - "label": ".createProduct()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L128", + "id": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", + "label": "WholesaleApplications()", "_callable": true, "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "wholesaleapplications()", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L18" + }, + { "id": "backend_src_admin_admin_controller_admincontroller_createproduct", - "community": 113, - "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": 113, - "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": 113, "community_name": "ProductDto", - "norm_label": ".createproduct()" + "file_type": "code", + "norm_label": ".createproduct()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L128" }, { + "id": "backend_src_admin_admin_controller_admincontroller_updateproduct", "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": 113, "community_name": "ProductDto", - "norm_label": ".updateproduct()" + "file_type": "code", + "norm_label": ".updateproduct()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135" }, { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/app.controller.ts", - "source_location": "L6", + "id": "backend_src_admin_admin_service_adminservice_createproduct", + "label": ".createProduct()", "_callable": true, "_origin": "ast", + "community": 113, + "community_name": "ProductDto", + "file_type": "code", + "norm_label": ".createproduct()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L397" + }, + { + "id": "backend_src_admin_admin_service_adminservice_updateproduct", + "label": ".updateProduct()", + "_callable": true, + "_origin": "ast", + "community": 113, + "community_name": "ProductDto", + "file_type": "code", + "norm_label": ".updateproduct()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L457" + }, + { "id": "backend_src_app_controller_appcontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", "community": 114, "community_name": "AppService", - "norm_label": ".constructor()" - }, - { - "label": ".getHello()", "file_type": "code", + "norm_label": ".constructor()", "source_file": "backend/src/app.controller.ts", - "source_location": "L9", - "_callable": true, - "_origin": "ast", + "source_location": "L6" + }, + { "id": "backend_src_app_controller_appcontroller_gethello", - "community": 114, - "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": 114, "community_name": "AppService", - "norm_label": ".gethello()" + "file_type": "code", + "norm_label": ".gethello()", + "source_file": "backend/src/app.controller.ts", + "source_location": "L9" }, { - "label": "SuccessPage()", - "file_type": "code", - "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", - "source_location": "L3", + "id": "backend_src_app_service_appservice_gethello", + "label": ".getHello()", "_callable": true, "_origin": "ast", + "community": 114, + "community_name": "AppService", + "file_type": "code", + "norm_label": ".gethello()", + "source_file": "backend/src/app.service.ts", + "source_location": "L5" + }, + { "id": "frontend_application_app_checkout_success_id_page_successpage", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "successpage()" - }, - { - "label": "Header()", - "file_type": "code", - "source_file": "frontend/application/components/Header.tsx", - "source_location": "L28", + "label": "SuccessPage()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_header_header", "community": 12, "community_name": "PetProfile.tsx", - "norm_label": "header()" + "file_type": "code", + "norm_label": "successpage()", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L3" }, { - "label": "handleClickOutside()", - "file_type": "code", - "source_file": "frontend/application/components/Header.tsx", - "source_location": "L114", + "id": "frontend_application_app_loading_globalloading", + "label": "GlobalLoading()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_header_header_handleclickoutside", "community": 12, "community_name": "PetProfile.tsx", - "norm_label": "handleclickoutside()" + "file_type": "code", + "norm_label": "globalloading()", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L4" }, { - "label": "OrderSuccess()", - "file_type": "code", - "source_file": "frontend/application/components/OrderSuccess.tsx", - "source_location": "L17", + "id": "frontend_application_components_featuredproducts_featuredproducts", + "label": "FeaturedProducts()", "_callable": true, "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "featuredproducts()", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L139" + }, + { + "id": "frontend_application_components_featuredproducts_productcard", + "label": "ProductCard()", + "_callable": true, + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "productcard()", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L16" + }, + { "id": "frontend_application_components_ordersuccess_ordersuccess", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "ordersuccess()" - }, - { - "label": "PrescriptionUploadModal()", - "file_type": "code", - "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", - "source_location": "L14", + "label": "OrderSuccess()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", "community": 12, "community_name": "PetProfile.tsx", - "norm_label": "prescriptionuploadmodal()" + "file_type": "code", + "norm_label": "ordersuccess()", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L17" }, { - "label": "SmartAdvisor()", - "file_type": "code", - "source_file": "frontend/application/components/SmartAdvisor.tsx", - "source_location": "L54", + "id": "frontend_application_components_skeleton_orderrowskeleton", + "label": "OrderRowSkeleton()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_smartadvisor_smartadvisor", "community": 12, "community_name": "PetProfile.tsx", - "norm_label": "smartadvisor()" + "file_type": "code", + "norm_label": "orderrowskeleton()", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L70" }, { - "label": ".adjustWallet()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L97", + "id": "frontend_application_components_skeleton_petprofileskeleton", + "label": "PetProfileSkeleton()", "_callable": true, "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "petprofileskeleton()", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L43" + }, + { + "id": "frontend_application_components_skeleton_productcardskeleton", + "label": "ProductCardSkeleton()", + "_callable": true, + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "productcardskeleton()", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L16" + }, + { + "id": "frontend_application_components_skeleton_skeleton", + "label": "Skeleton()", + "_callable": true, + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "skeleton()", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L8" + }, + { "id": "backend_src_admin_admin_controller_admincontroller_adjustwallet", - "community": 122, - "community_name": ".adjustWallet", - "norm_label": ".adjustwallet()" - }, - { - "label": ".createDoctor()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L240", + "label": ".adjustWallet()", "_callable": true, "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": ".adjustwallet()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L97" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "label": ".createCoupon()", + "_callable": true, + "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": ".createcoupon()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L210" + }, + { "id": "backend_src_admin_admin_controller_admincontroller_createdoctor", - "community": 122, - "community_name": ".adjustWallet", - "norm_label": ".createdoctor()" - }, - { - "label": ".refundOrderToWallet()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L177", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", - "community": 122, - "community_name": ".adjustWallet", - "norm_label": ".refundordertowallet()" - }, - { - "label": ".adjustUserWallet()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L915", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_adjustuserwallet", - "community": 122, - "community_name": ".adjustWallet", - "norm_label": ".adjustuserwallet()" - }, - { "label": ".createDoctor()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L888", "_callable": true, "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_createdoctor", "community": 122, - "community_name": ".adjustWallet", - "norm_label": ".createdoctor()" + "community_name": "Body", + "file_type": "code", + "norm_label": ".createdoctor()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L248" }, { + "id": "backend_src_admin_admin_controller_admincontroller_createuser", + "label": ".createUser()", + "_callable": true, + "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": ".createuser()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L51" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", "label": ".refundOrderToWallet()", - "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_refundordertowallet", "community": 122, - "community_name": ".adjustWallet", - "norm_label": ".refundordertowallet()" + "community_name": "Body", + "file_type": "code", + "norm_label": ".refundordertowallet()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L185" }, { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/profile/page.tsx", - "source_location": "L5", + "id": "backend_src_admin_admin_service_adminservice_adjustuserwallet", + "label": ".adjustUserWallet()", "_callable": true, "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": ".adjustuserwallet()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L938" + }, + { + "id": "backend_src_admin_admin_service_adminservice_createcoupon", + "label": ".createCoupon()", + "_callable": true, + "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": ".createcoupon()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L740" + }, + { + "id": "backend_src_admin_admin_service_adminservice_createdoctor", + "label": ".createDoctor()", + "_callable": true, + "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": ".createdoctor()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L911" + }, + { + "id": "backend_src_admin_admin_service_adminservice_createuser", + "label": ".createUser()", + "_callable": true, + "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": ".createuser()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L175" + }, + { + "id": "backend_src_admin_admin_service_adminservice_refundordertowallet", + "label": ".refundOrderToWallet()", + "_callable": true, + "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": ".refundordertowallet()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L641" + }, + { + "id": "frontend_application_app_catalog_catalogclient_catalogclient", + "label": "CatalogClient()", + "_callable": true, + "_origin": "ast", + "community": 129, + "community_name": "seo.ts", + "file_type": "code", + "norm_label": "catalogclient()", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L8" + }, + { + "id": "frontend_application_app_catalog_page_catalogpage", + "label": "CatalogPage()", + "_callable": true, + "_origin": "ast", + "community": 129, + "community_name": "seo.ts", + "file_type": "code", + "norm_label": "catalogpage()", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L13" + }, + { + "id": "frontend_application_app_catalog_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 129, + "community_name": "seo.ts", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L5" + }, + { "id": "frontend_application_app_profile_page_generatemetadata", - "community": 129, - "community_name": "seo.ts", - "norm_label": "generatemetadata()" - }, - { - "label": "ProfilePage()", - "file_type": "code", - "source_file": "frontend/application/app/profile/page.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_profile_page_profilepage", - "community": 129, - "community_name": "seo.ts", - "norm_label": "profilepage()" - }, - { "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/track/page.tsx", - "source_location": "L5", "_callable": true, "_origin": "ast", - "id": "frontend_application_app_track_page_generatemetadata", "community": 129, "community_name": "seo.ts", - "norm_label": "generatemetadata()" + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L5" }, { - "label": "TrackPage()", - "file_type": "code", - "source_file": "frontend/application/app/track/page.tsx", - "source_location": "L13", + "id": "frontend_application_app_profile_page_profilepage", + "label": "ProfilePage()", "_callable": true, "_origin": "ast", - "id": "frontend_application_app_track_page_trackpage", "community": 129, "community_name": "seo.ts", - "norm_label": "trackpage()" - }, - { - "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": 13, - "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": 13, - "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": 13, - "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": 13, - "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": 13, - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": ".transform()" - }, - { - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": ".gethomedata()" - }, - { - "label": "bootstrap()", - "file_type": "code", - "source_file": "backend/src/main.ts", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "id": "backend_src_main_bootstrap", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "bootstrap()" - }, - { - "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": 132, - "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": 132, - "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": 132, - "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": 132, - "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": 132, - "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": 132, - "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": 132, - "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": 132, - "community_name": "orchestrate.py", - "norm_label": "save_json()" - }, - { - "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": 139, - "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": 139, - "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": 139, - "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": 139, - "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": 139, - "community_name": "RouteErrorBoundary", - "norm_label": ".render()" - }, - { - "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": 14, - "community_name": "lib/services/api.ts", - "norm_label": "loginmodal()" - }, - { - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "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": 14, - "community_name": "lib/services/api.ts", - "norm_label": ".getuserorders()" - }, - { - "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": 140, - "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": 140, - "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": 140, - "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": 140, - "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": 140, - "community_name": "ErrorBoundary", - "norm_label": ".render()" - }, - { - "label": "waitForBackend()", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "id": "scripts_start_dev_waitforbackend", - "community": 142, - "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": 142, - "community_name": "start-dev.js", - "norm_label": "check()" + "norm_label": "profilepage()", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L14" }, { + "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi", "label": "generateOpenApi()", - "file_type": "code", - "source_file": "backend/scripts/generate-openapi.js", - "source_location": "L42", "_callable": true, "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "generateopenapi()", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L8" + }, + { + "id": "backend_src_app_module_appmodule_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/app.module.ts", + "source_location": "L88" + }, + { + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", + "label": ".catch()", + "_callable": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": ".catch()", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L16" + }, + { + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", + "label": ".deriveErrorCode()", + "_callable": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": ".deriveerrorcode()", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L117" + }, + { + "id": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "label": ".translateGenericMessage()", + "_callable": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": ".translategenericmessage()", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L91" + }, + { + "id": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch", + "label": ".catch()", + "_callable": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": ".catch()", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L15" + }, + { + "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept", + "label": ".intercept()", + "_callable": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": ".intercept()", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L13" + }, + { + "id": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform", + "label": ".transform()", + "_callable": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": ".transform()", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L17" + }, + { + "id": "backend_src_main_bootstrap", + "label": "bootstrap()", + "_callable": true, + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "bootstrap()", + "source_file": "backend/src/main.ts", + "source_location": "L17" + }, + { + "id": "ai_agency_orchestrate_cmd_next_task", + "label": "cmd_next_task()", + "_callable": true, + "_origin": "ast", + "community": 132, + "community_name": "orchestrate.py", + "file_type": "code", + "norm_label": "cmd_next_task()", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L105" + }, + { + "id": "ai_agency_orchestrate_cmd_progress", + "label": "cmd_progress()", + "_callable": true, + "_origin": "ast", + "community": 132, + "community_name": "orchestrate.py", + "file_type": "code", + "norm_label": "cmd_progress()", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L75" + }, + { + "id": "ai_agency_orchestrate_cmd_reset", + "label": "cmd_reset()", + "_callable": true, + "_origin": "ast", + "community": 132, + "community_name": "orchestrate.py", + "file_type": "code", + "norm_label": "cmd_reset()", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L143" + }, + { + "id": "ai_agency_orchestrate_cmd_status", + "label": "cmd_status()", + "_callable": true, + "_origin": "ast", + "community": 132, + "community_name": "orchestrate.py", + "file_type": "code", + "norm_label": "cmd_status()", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L41" + }, + { + "id": "ai_agency_orchestrate_cmd_unblock", + "label": "cmd_unblock()", + "_callable": true, + "_origin": "ast", + "community": 132, + "community_name": "orchestrate.py", + "file_type": "code", + "norm_label": "cmd_unblock()", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L128" + }, + { + "id": "ai_agency_orchestrate_load_json", + "label": "load_json()", + "_callable": true, + "_origin": "ast", + "community": 132, + "community_name": "orchestrate.py", + "file_type": "code", + "norm_label": "load_json()", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L31" + }, + { + "id": "ai_agency_orchestrate_main", + "label": "main()", + "_callable": true, + "_origin": "ast", + "community": 132, + "community_name": "orchestrate.py", + "file_type": "code", + "norm_label": "main()", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L180" + }, + { + "id": "ai_agency_orchestrate_save_json", + "label": "save_json()", + "_callable": true, + "_origin": "ast", + "community": 132, + "community_name": "orchestrate.py", + "file_type": "code", + "norm_label": "save_json()", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L37" + }, + { + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_componentdidcatch", + "label": ".componentDidCatch()", + "_callable": true, + "_origin": "ast", + "community": 139, + "community_name": "RouteErrorBoundary", + "file_type": "code", + "norm_label": ".componentdidcatch()", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L36" + }, + { + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_getderivedstatefromerror", + "label": ".getDerivedStateFromError()", + "_callable": true, + "_origin": "ast", + "community": 139, + "community_name": "RouteErrorBoundary", + "file_type": "code", + "norm_label": ".getderivedstatefromerror()", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L22" + }, + { + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_handlegohome", + "label": ".handleGoHome()", + "_callable": true, + "_origin": "ast", + "community": 139, + "community_name": "RouteErrorBoundary", + "file_type": "code", + "norm_label": ".handlegohome()", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L57" + }, + { + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_handlereload", + "label": ".handleReload()", + "_callable": true, + "_origin": "ast", + "community": 139, + "community_name": "RouteErrorBoundary", + "file_type": "code", + "norm_label": ".handlereload()", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L53" + }, + { + "id": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_render", + "label": ".render()", + "_callable": true, + "_origin": "ast", + "community": 139, + "community_name": "RouteErrorBoundary", + "file_type": "code", + "norm_label": ".render()", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L61" + }, + { + "id": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "label": "PrescriptionUploadModal()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "prescriptionuploadmodal()", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L14" + }, + { + "id": "frontend_application_lib_services_api_getbaseurl", + "label": "getBaseURL()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "getbaseurl()", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L5" + }, + { + "id": "frontend_application_lib_services_authservice_authservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L41" + }, + { + "id": "frontend_application_lib_services_authservice_authservice_getinstance", + "label": ".getInstance()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".getinstance()", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L43" + }, + { + "id": "frontend_application_lib_services_authservice_authservice_getprofile", + "label": ".getProfile()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".getprofile()", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L121" + }, + { + "id": "frontend_application_lib_services_authservice_authservice_login", + "label": ".login()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".login()", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L103" + }, + { + "id": "frontend_application_lib_services_authservice_authservice_logout", + "label": ".logout()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".logout()", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L152" + }, + { + "id": "frontend_application_lib_services_authservice_authservice_register", + "label": ".register()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".register()", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L85" + }, + { + "id": "frontend_application_lib_services_authservice_authservice_sendotp", + "label": ".sendOtp()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".sendotp()", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L53" + }, + { + "id": "frontend_application_lib_services_authservice_authservice_updateprofile", + "label": ".updateProfile()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".updateprofile()", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L138" + }, + { + "id": "frontend_application_lib_services_authservice_authservice_verifyotp", + "label": ".verifyOtp()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".verifyotp()", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L67" + }, + { + "id": "frontend_application_lib_services_orderservice_orderservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L34" + }, + { + "id": "frontend_application_lib_services_orderservice_orderservice_createorder", + "label": ".createOrder()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".createorder()", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L46" + }, + { + "id": "frontend_application_lib_services_orderservice_orderservice_getinstance", + "label": ".getInstance()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".getinstance()", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L36" + }, + { + "id": "frontend_application_lib_services_orderservice_orderservice_getorderbyid", + "label": ".getOrderById()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".getorderbyid()", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L84" + }, + { + "id": "frontend_application_lib_services_orderservice_orderservice_getuserorders", + "label": ".getUserOrders()", + "_callable": true, + "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": ".getuserorders()", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L70" + }, + { + "id": "frontend_application_components_errorboundary_errorboundary_componentdidcatch", + "label": ".componentDidCatch()", + "_callable": true, + "_origin": "ast", + "community": 140, + "community_name": "ErrorBoundary", + "file_type": "code", + "norm_label": ".componentdidcatch()", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L30" + }, + { + "id": "frontend_application_components_errorboundary_errorboundary_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 140, + "community_name": "ErrorBoundary", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L18" + }, + { + "id": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror", + "label": ".getDerivedStateFromError()", + "_callable": true, + "_origin": "ast", + "community": 140, + "community_name": "ErrorBoundary", + "file_type": "code", + "norm_label": ".getderivedstatefromerror()", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L26" + }, + { + "id": "frontend_application_components_errorboundary_errorboundary_handleretry", + "label": ".handleRetry()", + "_callable": true, + "_origin": "ast", + "community": 140, + "community_name": "ErrorBoundary", + "file_type": "code", + "norm_label": ".handleretry()", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L34" + }, + { + "id": "frontend_application_components_errorboundary_errorboundary_render", + "label": ".render()", + "_callable": true, + "_origin": "ast", + "community": 140, + "community_name": "ErrorBoundary", + "file_type": "code", + "norm_label": ".render()", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L39" + }, + { + "id": "scripts_start_dev_waitforbackend", + "label": "waitForBackend()", + "_callable": true, + "_origin": "ast", + "community": 142, + "community_name": "start-dev.js", + "file_type": "code", + "norm_label": "waitforbackend()", + "source_file": "scripts/start-dev.js", + "source_location": "L15" + }, + { + "id": "scripts_start_dev_waitforbackend_check", + "label": "check()", + "_callable": true, + "_origin": "ast", + "community": 142, + "community_name": "start-dev.js", + "file_type": "code", + "norm_label": "check()", + "source_file": "scripts/start-dev.js", + "source_location": "L18" + }, + { "id": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi_generateopenapi", + "label": "generateOpenApi()", + "_callable": true, + "_origin": "ast", "community": 143, "community_name": "generate-openapi.js", - "norm_label": "generateopenapi()" + "file_type": "code", + "norm_label": "generateopenapi()", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L42" }, { - "label": ".getCoupons()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L686", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_getcoupons", - "community": 144, - "community_name": "AdminService", - "norm_label": ".getcoupons()" - }, - { - "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": 144, - "community_name": "AdminService", - "norm_label": ".getdashboardstats()" - }, - { - "label": ".getDoctors()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L882", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_getdoctors", - "community": 144, - "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": 144, - "community_name": "AdminService", - "norm_label": ".getorders()" - }, - { - "label": ".getPets()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L832", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_getpets", - "community": 144, - "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": 144, - "community_name": "AdminService", - "norm_label": ".getproducts()" - }, - { - "label": ".getSettings()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L787", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_getsettings", - "community": 144, - "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": 144, - "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": 144, - "community_name": "AdminService", - "norm_label": ".getusers()" - }, - { - "label": ".updateSettings()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L795", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_updatesettings", - "community": 144, - "community_name": "AdminService", - "norm_label": ".updatesettings()" - }, - { - "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": 147, - "community_name": "Media.tsx", - "norm_label": "imagepreviewmodal()" - }, - { - "label": "getFileType()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Media.tsx", - "source_location": "L23", + "label": "ImagePreviewModal()", "_callable": true, "_origin": "ast", + "community": 147, + "community_name": "Media.tsx", + "file_type": "code", + "norm_label": "imagepreviewmodal()", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L11" + }, + { "id": "frontend_admin_panel_src_pages_media_getfiletype", + "label": "getFileType()", + "_callable": true, + "_origin": "ast", "community": 147, "community_name": "Media.tsx", - "norm_label": "getfiletype()" - }, - { - "label": "MediaManager()", "file_type": "code", + "norm_label": "getfiletype()", "source_file": "frontend/admin-panel/src/pages/Media.tsx", - "source_location": "L32", - "_callable": true, - "_origin": "ast", + "source_location": "L29" + }, + { "id": "frontend_admin_panel_src_pages_media_mediamanager", - "community": 147, - "community_name": "Media.tsx", - "norm_label": "mediamanager()" - }, - { - "label": "PrescriptionsManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", - "source_location": "L18", + "label": "MediaManager()", "_callable": true, "_origin": "ast", + "community": 147, + "community_name": "Media.tsx", + "file_type": "code", + "norm_label": "mediamanager()", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L38" + }, + { "id": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager", + "label": "PrescriptionsManager()", + "_callable": true, + "_origin": "ast", "community": 147, "community_name": "Media.tsx", - "norm_label": "prescriptionsmanager()" + "file_type": "code", + "norm_label": "prescriptionsmanager()", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L21" }, { - "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", + "label": "SmsSettingsPage()", + "_callable": true, + "_origin": "ast", "community": 149, "community_name": "SmsSettingsPage.tsx", - "norm_label": "smssettingspage()" - }, - { - "label": "toPersianDigits()", "file_type": "code", + "norm_label": "smssettingspage()", "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", - "source_location": "L84", + "source_location": "L93" + }, + { + "id": "frontend_admin_panel_src_pages_smssettingspage_topersiandigits", + "label": "toPersianDigits()", "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_smssettingspage_topersiandigits", "community": 149, "community_name": "SmsSettingsPage.tsx", - "norm_label": "topersiandigits()" + "file_type": "code", + "norm_label": "topersiandigits()", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L87" }, { - "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": 15, - "community_name": "src/services/api.ts", - "norm_label": "layout()" - }, - { - "label": "ProtectedRoute()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", - "source_location": "L7", + "label": "Layout()", "_callable": true, "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "layout()", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L6" + }, + { "id": "frontend_admin_panel_src_components_protectedroute_protectedroute", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "protectedroute()" - }, - { - "label": "Sidebar()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", - "source_location": "L61", + "label": "ProtectedRoute()", "_callable": true, "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "protectedroute()", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L7" + }, + { "id": "frontend_admin_panel_src_components_sidebar_sidebar", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "sidebar()" - }, - { - "label": "Topbar()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/Topbar.tsx", - "source_location": "L60", + "label": "Sidebar()", "_callable": true, "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "sidebar()", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L61" + }, + { "id": "frontend_admin_panel_src_components_topbar_topbar", - "community": 15, - "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", + "label": "Topbar()", "_callable": true, "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "topbar()", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L60" + }, + { "id": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", - "community": 15, - "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", + "label": "B2BManager()", "_callable": true, "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "b2bmanager()", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_src_pages_dashboard_dashboard", + "label": "Dashboard()", + "_callable": true, + "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "dashboard()", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L20" + }, + { "id": "frontend_admin_panel_src_pages_login_login", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "login()" - }, - { - "label": "SeoSettingsPage()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", - "source_location": "L9", + "label": "Login()", "_callable": true, "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "login()", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L9" + }, + { "id": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "seosettingspage()" - }, - { - "label": "SmartAdvisorManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", - "source_location": "L9", + "label": "SeoSettingsPage()", "_callable": true, "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "seosettingspage()", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L11" + }, + { "id": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", - "community": 15, - "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", + "label": "SmartAdvisorManager()", "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "systemsettingspage()" + "file_type": "code", + "norm_label": "smartadvisormanager()", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L12" }, { - "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", + "label": "processQueue()", + "_callable": true, + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "processqueue()" + "file_type": "code", + "norm_label": "processqueue()", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L37" }, { - "label": "ContactPage()", - "file_type": "code", - "source_file": "frontend/application/app/contact/page.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", "id": "frontend_application_app_contact_page_contactpage", + "label": "ContactPage()", + "_callable": true, + "_origin": "ast", "community": 156, "community_name": "contact/page.tsx", - "norm_label": "contactpage()" - }, - { - "label": "generateMetadata()", "file_type": "code", + "norm_label": "contactpage()", "source_file": "frontend/application/app/contact/page.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", + "source_location": "L13" + }, + { "id": "frontend_application_app_contact_page_generatemetadata", - "community": 156, - "community_name": "contact/page.tsx", - "norm_label": "generatemetadata()" - }, - { - "label": "ContactFormClient()", - "file_type": "code", - "source_file": "frontend/application/components/ContactFormClient.tsx", - "source_location": "L14", + "label": "generateMetadata()", "_callable": true, "_origin": "ast", + "community": 156, + "community_name": "contact/page.tsx", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L5" + }, + { "id": "frontend_application_components_contactformclient_contactformclient", + "label": "ContactFormClient()", + "_callable": true, + "_origin": "ast", "community": 156, "community_name": "contact/page.tsx", - "norm_label": "contactformclient()" - }, - { - "label": "fetchContactInfo()", "file_type": "code", + "norm_label": "contactformclient()", "source_file": "frontend/application/components/ContactFormClient.tsx", - "source_location": "L25", + "source_location": "L14" + }, + { + "id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo", + "label": "fetchContactInfo()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo", "community": 156, "community_name": "contact/page.tsx", - "norm_label": "fetchcontactinfo()" + "file_type": "code", + "norm_label": "fetchcontactinfo()", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L25" }, { - "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": 157, - "community_name": "ErrorPages.tsx", - "norm_label": "errorboundary()" - }, - { - "label": "NotFound()", - "file_type": "code", - "source_file": "frontend/application/app/not-found.tsx", - "source_location": "L3", + "label": "ErrorBoundary()", "_callable": true, "_origin": "ast", + "community": 157, + "community_name": "ErrorPages.tsx", + "file_type": "code", + "norm_label": "errorboundary()", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L5" + }, + { "id": "frontend_application_app_not_found_notfound", - "community": 157, - "community_name": "ErrorPages.tsx", - "norm_label": "notfound()" - }, - { - "label": "NotFoundPage()", - "file_type": "code", - "source_file": "frontend/application/components/ErrorPages.tsx", - "source_location": "L7", + "label": "NotFound()", "_callable": true, "_origin": "ast", + "community": 157, + "community_name": "ErrorPages.tsx", + "file_type": "code", + "norm_label": "notfound()", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L3" + }, + { "id": "frontend_application_components_errorpages_notfoundpage", + "label": "NotFoundPage()", + "_callable": true, + "_origin": "ast", "community": 157, "community_name": "ErrorPages.tsx", - "norm_label": "notfoundpage()" - }, - { - "label": "ServerErrorPage()", "file_type": "code", + "norm_label": "notfoundpage()", "source_file": "frontend/application/components/ErrorPages.tsx", - "source_location": "L38", + "source_location": "L7" + }, + { + "id": "frontend_application_components_errorpages_servererrorpage", + "label": "ServerErrorPage()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_errorpages_servererrorpage", "community": 157, "community_name": "ErrorPages.tsx", - "norm_label": "servererrorpage()" + "file_type": "code", + "norm_label": "servererrorpage()", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L38" }, { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.controller.ts", - "source_location": "L21", - "_callable": true, - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_doctorscontroller_constructor", - "community": 16, - "community_name": "DoctorQueryDto", - "norm_label": ".constructor()" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.controller.ts", - "source_location": "L39", - "_callable": true, - "_origin": "ast", - "id": "backend_src_doctors_doctors_controller_doctorscontroller_create", - "community": 16, - "community_name": "DoctorQueryDto", - "norm_label": ".create()" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.controller.ts", - "source_location": "L25", - "_callable": true, - "_origin": "ast", - "id": "backend_src_doctors_doctors_controller_doctorscontroller_findall", - "community": 16, - "community_name": "DoctorQueryDto", - "norm_label": ".findall()" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.controller.ts", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "id": "backend_src_doctors_doctors_controller_doctorscontroller_findone", - "community": 16, - "community_name": "DoctorQueryDto", - "norm_label": ".findone()" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.controller.ts", - "source_location": "L58", - "_callable": true, - "_origin": "ast", - "id": "backend_src_doctors_doctors_controller_doctorscontroller_remove", - "community": 16, - "community_name": "DoctorQueryDto", - "norm_label": ".remove()" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.controller.ts", - "source_location": "L47", - "_callable": true, - "_origin": "ast", - "id": "backend_src_doctors_doctors_controller_doctorscontroller_update", - "community": 16, - "community_name": "DoctorQueryDto", - "norm_label": ".update()" - }, - { "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L10", "_callable": true, "_origin": "ast", - "id": "backend_src_doctors_doctors_service_doctorsservice_constructor", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": ".constructor()" + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L21" }, { + "id": "backend_src_doctors_doctors_controller_doctorscontroller_create", "label": ".create()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L76", "_callable": true, "_origin": "ast", - "id": "backend_src_doctors_doctors_service_doctorsservice_create", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": ".create()" + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L39" }, { + "id": "backend_src_doctors_doctors_controller_doctorscontroller_findall", "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L12", "_callable": true, "_origin": "ast", - "id": "backend_src_doctors_doctors_service_doctorsservice_findall", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": ".findall()" + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L25" }, { + "id": "backend_src_doctors_doctors_controller_doctorscontroller_findone", "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L59", "_callable": true, "_origin": "ast", - "id": "backend_src_doctors_doctors_service_doctorsservice_findone", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": ".findone()" + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L31" }, { + "id": "backend_src_doctors_doctors_controller_doctorscontroller_remove", "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L91", "_callable": true, "_origin": "ast", - "id": "backend_src_doctors_doctors_service_doctorsservice_remove", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": ".remove()" + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L58" }, { + "id": "backend_src_doctors_doctors_controller_doctorscontroller_update", "label": ".update()", - "file_type": "code", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L82", "_callable": true, "_origin": "ast", - "id": "backend_src_doctors_doctors_service_doctorsservice_update", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": ".update()" + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L47" }, { - "label": "checkAndOpen()", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L26", + "id": "backend_src_doctors_doctors_service_doctorsservice_constructor", + "label": ".constructor()", "_callable": true, "_origin": "ast", + "community": 16, + "community_name": "DoctorQueryDto", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L10" + }, + { + "id": "backend_src_doctors_doctors_service_doctorsservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 16, + "community_name": "DoctorQueryDto", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L76" + }, + { + "id": "backend_src_doctors_doctors_service_doctorsservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 16, + "community_name": "DoctorQueryDto", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L12" + }, + { + "id": "backend_src_doctors_doctors_service_doctorsservice_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 16, + "community_name": "DoctorQueryDto", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L59" + }, + { + "id": "backend_src_doctors_doctors_service_doctorsservice_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 16, + "community_name": "DoctorQueryDto", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L91" + }, + { + "id": "backend_src_doctors_doctors_service_doctorsservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 16, + "community_name": "DoctorQueryDto", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L82" + }, + { "id": "scripts_open_browsers_checkandopen", + "label": "checkAndOpen()", + "_callable": true, + "_origin": "ast", "community": 166, "community_name": "open-browsers.js", - "norm_label": "checkandopen()" - }, - { - "label": "openUrl()", "file_type": "code", + "norm_label": "checkandopen()", "source_file": "scripts/open-browsers.js", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "id": "scripts_open_browsers_openurl", - "community": 166, - "community_name": "open-browsers.js", - "norm_label": "openurl()" + "source_location": "L26" }, { - "label": "createPaginatedSchema()", - "file_type": "code", - "source_file": "backend/src/common/schemas/paginated-response.schema.ts", - "source_location": "L25", + "id": "scripts_open_browsers_openurl", + "label": "openUrl()", "_callable": true, "_origin": "ast", + "community": 166, + "community_name": "open-browsers.js", + "file_type": "code", + "norm_label": "openurl()", + "source_file": "scripts/open-browsers.js", + "source_location": "L10" + }, + { "id": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema", + "label": "createPaginatedSchema()", + "_callable": true, + "_origin": "ast", "community": 169, "community_name": "paginated-response.schema.ts", - "norm_label": "createpaginatedschema()" + "file_type": "code", + "norm_label": "createpaginatedschema()", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L25" }, { - "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": 17, - "community_name": "admin.service.ts", - "norm_label": "generateopenapi()" - }, - { - "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": 17, - "community_name": "admin.service.ts", - "norm_label": ".constructor()" - }, - { - "label": ".configure()", - "file_type": "code", - "source_file": "backend/src/app.module.ts", - "source_location": "L90", - "_callable": true, - "_origin": "ast", "id": "backend_src_app_module_appmodule_configure", + "label": ".configure()", + "_callable": true, + "_origin": "ast", "community": 17, - "community_name": "admin.service.ts", - "norm_label": ".configure()" - }, - { - "label": ".constructor()", + "community_name": "AuthService", "file_type": "code", + "norm_label": ".configure()", "source_file": "backend/src/app.module.ts", - "source_location": "L88", - "_callable": true, - "_origin": "ast", - "id": "backend_src_app_module_appmodule_constructor", - "community": 17, - "community_name": "admin.service.ts", - "norm_label": ".constructor()" + "source_location": "L90" }, { - "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": 17, - "community_name": "admin.service.ts", - "norm_label": ".adminlogin()" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/auth/auth.service.ts", - "source_location": "L38", + "label": ".adminLogin()", "_callable": true, "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".adminlogin()", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L263" + }, + { "id": "backend_src_auth_auth_service_authservice_constructor", - "community": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "norm_label": ".ttl()" - }, - { - "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": 176, - "community_name": "Reviews.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": 176, - "community_name": "Reviews.tsx", - "norm_label": "topersiandigits()" - }, - { - "label": "Blog()", - "file_type": "code", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_blog_page_blog", - "community": 177, - "community_name": "blog/page.tsx", - "norm_label": "blog()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_blog_page_generatemetadata", - "community": 177, - "community_name": "blog/page.tsx", - "norm_label": "generatemetadata()" - }, - { - "label": "getBlogs()", - "file_type": "code", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_blog_page_getblogs", - "community": 177, - "community_name": "blog/page.tsx", - "norm_label": "getblogs()" - }, - { - "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": 177, - "community_name": "blog/page.tsx", - "norm_label": "blogpage()" - }, - { - "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": 179, - "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": 179, - "community_name": "PodcastPlayerModal.tsx", - "norm_label": "handleclickoutside()" - }, - { - "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": 18, - "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": 18, - "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": 18, - "community_name": "JwtAuthGuard", - "norm_label": ".constructor()" + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38" }, { - "label": "main()", - "file_type": "code", - "source_file": "backend/prisma/seed-ui-texts.ts", - "source_location": "L135", + "id": "backend_src_auth_auth_service_authservice_login", + "label": ".login()", "_callable": true, "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".login()", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L222" + }, + { + "id": "backend_src_auth_auth_service_authservice_refresh", + "label": ".refresh()", + "_callable": true, + "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".refresh()", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L319" + }, + { + "id": "backend_src_auth_auth_service_authservice_register", + "label": ".register()", + "_callable": true, + "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".register()", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L167" + }, + { + "id": "backend_src_auth_auth_service_authservice_sendotp", + "label": ".sendOtp()", + "_callable": true, + "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".sendotp()", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L45" + }, + { + "id": "backend_src_auth_auth_service_authservice_verifyotp", + "label": ".verifyOtp()", + "_callable": true, + "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".verifyotp()", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L126" + }, + { + "id": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", + "label": ".incrementRequestCount()", + "_callable": true, + "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".incrementrequestcount()", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L13" + }, + { + "id": "backend_src_common_utils_phone_utils_normalizemobile", + "label": "normalizeMobile()", + "_callable": true, + "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": "normalizemobile()", + "source_file": "backend/src/common/utils/phone.utils.ts", + "source_location": "L7" + }, + { + "id": "backend_src_redis_redis_service_redisservice_del", + "label": ".del()", + "_callable": true, + "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".del()", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L31" + }, + { + "id": "backend_src_redis_redis_service_redisservice_incr", + "label": ".incr()", + "_callable": true, + "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".incr()", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L35" + }, + { + "id": "backend_src_redis_redis_service_redisservice_ttl", + "label": ".ttl()", + "_callable": true, + "_origin": "ast", + "community": 17, + "community_name": "AuthService", + "file_type": "code", + "norm_label": ".ttl()", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L44" + }, + { + "id": "frontend_application_app_blog_page_blog", + "label": "Blog()", + "_callable": true, + "_origin": "ast", + "community": 177, + "community_name": "blog/page.tsx", + "file_type": "code", + "norm_label": "blog()", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L36" + }, + { + "id": "frontend_application_app_blog_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 177, + "community_name": "blog/page.tsx", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L5" + }, + { + "id": "frontend_application_app_blog_page_getblogs", + "label": "getBlogs()", + "_callable": true, + "_origin": "ast", + "community": 177, + "community_name": "blog/page.tsx", + "file_type": "code", + "norm_label": "getblogs()", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L13" + }, + { + "id": "frontend_application_components_blogpage_blogpage", + "label": "BlogPage()", + "_callable": true, + "_origin": "ast", + "community": 177, + "community_name": "blog/page.tsx", + "file_type": "code", + "norm_label": "blogpage()", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L23" + }, + { + "id": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", + "label": ".handleRequest()", + "_callable": true, + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": ".handlerequest()", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L6" + }, + { + "id": "backend_src_common_guards_roles_guard_rolesguard_canactivate", + "label": ".canActivate()", + "_callable": true, + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": ".canactivate()", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L20" + }, + { + "id": "backend_src_common_guards_roles_guard_rolesguard_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L18" + }, + { "id": "backend_prisma_seed_ui_texts_main", + "label": "main()", + "_callable": true, + "_origin": "ast", "community": 186, "community_name": "seed-ui-texts.ts", - "norm_label": "main()" + "file_type": "code", + "norm_label": "main()", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L135" }, { + "id": "backend_prisma_seed_wiki_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": 187, "community_name": "seed-wiki.ts", - "norm_label": "main()" + "file_type": "code", + "norm_label": "main()", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L370" }, { - "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": 19, - "community_name": "ProductsService", - "norm_label": ".constructor()" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L31", + "label": ".constructor()", "_callable": true, "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L27" + }, + { "id": "backend_src_products_products_controller_productscontroller_findall", - "community": 19, - "community_name": "ProductsService", - "norm_label": ".findall()" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L72", + "label": ".findAll()", "_callable": true, "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L31" + }, + { "id": "backend_src_products_products_controller_productscontroller_findone", - "community": 19, - "community_name": "ProductsService", - "norm_label": ".findone()" - }, - { - "label": ".getActiveFilters()", - "file_type": "code", - "source_file": "backend/src/products/products.controller.ts", - "source_location": "L39", + "label": ".findOne()", "_callable": true, "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L72" + }, + { "id": "backend_src_products_products_controller_productscontroller_getactivefilters", - "community": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, "community_name": "ProductsService", - "norm_label": ".getactivefilters()" + "file_type": "code", + "norm_label": ".getactivefilters()", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L39" }, { + "id": "backend_src_products_products_controller_productscontroller_getdosageconfig", "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": 19, "community_name": "ProductsService", - "norm_label": ".getdosageconfig()" + "file_type": "code", + "norm_label": ".getdosageconfig()", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L53" }, { + "id": "backend_src_products_products_controller_productscontroller_getnavigationfilters", "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": 19, "community_name": "ProductsService", - "norm_label": ".getnavigationfilters()" + "file_type": "code", + "norm_label": ".getnavigationfilters()", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L47" }, { + "id": "backend_src_products_products_controller_productscontroller_updatedosageconfig", "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": 19, "community_name": "ProductsService", - "norm_label": ".updatedosageconfig()" + "file_type": "code", + "norm_label": ".updatedosageconfig()", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L63" }, { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/videos/page.tsx", - "source_location": "L5", + "id": "backend_src_products_products_service_productsservice_findall", + "label": ".findAll()", "_callable": true, "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L10" + }, + { + "id": "backend_src_products_products_service_productsservice_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L128" + }, + { + "id": "backend_src_products_products_service_productsservice_getactivefilters", + "label": ".getActiveFilters()", + "_callable": true, + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": ".getactivefilters()", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L177" + }, + { + "id": "backend_src_products_products_service_productsservice_getdosageconfig", + "label": ".getDosageConfig()", + "_callable": true, + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": ".getdosageconfig()", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L247" + }, + { + "id": "backend_src_products_products_service_productsservice_getnavigationfilters", + "label": ".getNavigationFilters()", + "_callable": true, + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": ".getnavigationfilters()", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L212" + }, + { + "id": "backend_src_products_products_service_productsservice_updatedosageconfig", + "label": ".updateDosageConfig()", + "_callable": true, + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": ".updatedosageconfig()", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L258" + }, + { "id": "frontend_application_app_videos_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", "community": 198, "community_name": "videos/page.tsx", - "norm_label": "generatemetadata()" - }, - { - "label": "Videos()", "file_type": "code", + "norm_label": "generatemetadata()", "source_file": "frontend/application/app/videos/page.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", + "source_location": "L5" + }, + { "id": "frontend_application_app_videos_page_videos", - "community": 198, - "community_name": "videos/page.tsx", - "norm_label": "videos()" - }, - { - "label": "VideosPage()", - "file_type": "code", - "source_file": "frontend/application/components/VideosPage.tsx", - "source_location": "L12", + "label": "Videos()", "_callable": true, "_origin": "ast", + "community": 198, + "community_name": "videos/page.tsx", + "file_type": "code", + "norm_label": "videos()", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L13" + }, + { "id": "frontend_application_components_videospage_videospage", + "label": "VideosPage()", + "_callable": true, + "_origin": "ast", "community": 198, "community_name": "videos/page.tsx", - "norm_label": "videospage()" + "file_type": "code", + "norm_label": "videospage()", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L12" }, { - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "clientlayout()" - }, - { - "label": "AuthModal()", - "file_type": "code", - "source_file": "frontend/application/components/AuthModal.tsx", - "source_location": "L38", + "label": "ClientLayout()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_authmodal_authmodal", "community": 199, "community_name": "useSettingsStore", - "norm_label": "authmodal()" + "file_type": "code", + "norm_label": "clientlayout()", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L21" }, { - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "extractotpfromtext()" - }, - { - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "brandlogo()" - }, - { - "label": "FAQSection()", - "file_type": "code", - "source_file": "frontend/application/components/FAQSection.tsx", - "source_location": "L15", + "label": "BrandLogo()", "_callable": true, "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "brandlogo()", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L14" + }, + { + "id": "frontend_application_components_enamadbadge_enamadbadge", + "label": "EnamadBadge()", + "_callable": true, + "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "enamadbadge()", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L9" + }, + { "id": "frontend_application_components_faqsection_faqsection", + "label": "FAQSection()", + "_callable": true, + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "faqsection()" - }, - { - "label": "loadFaqs()", "file_type": "code", + "norm_label": "faqsection()", "source_file": "frontend/application/components/FAQSection.tsx", - "source_location": "L22", - "_callable": true, - "_origin": "ast", + "source_location": "L15" + }, + { "id": "frontend_application_components_faqsection_faqsection_loadfaqs", - "community": 199, - "community_name": "useSettingsStore", - "norm_label": "loadfaqs()" - }, - { - "label": "Footer()", - "file_type": "code", - "source_file": "frontend/application/components/Footer.tsx", - "source_location": "L11", + "label": "loadFaqs()", "_callable": true, "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "loadfaqs()", + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L22" + }, + { "id": "frontend_application_components_footer_footer", - "community": 199, - "community_name": "useSettingsStore", - "norm_label": "footer()" - }, - { - "label": "Hero()", - "file_type": "code", - "source_file": "frontend/application/components/Hero.tsx", - "source_location": "L40", + "label": "Footer()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_hero_hero", "community": 199, "community_name": "useSettingsStore", - "norm_label": "hero()" + "file_type": "code", + "norm_label": "footer()", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L11" }, { - "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": 199, - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "maintenancepage()" - }, - { - "label": "NetworkBanner()", - "file_type": "code", - "source_file": "frontend/application/components/NetworkBanner.tsx", - "source_location": "L7", + "label": "MaintenancePage()", "_callable": true, "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "maintenancepage()", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L7" + }, + { "id": "frontend_application_components_networkbanner_networkbanner", - "community": 199, - "community_name": "useSettingsStore", - "norm_label": "networkbanner()" - }, - { - "label": "TickerBanner()", - "file_type": "code", - "source_file": "frontend/application/components/TickerBanner.tsx", - "source_location": "L6", + "label": "NetworkBanner()", "_callable": true, "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "networkbanner()", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L7" + }, + { + "id": "frontend_application_components_smartadvisor_smartadvisor", + "label": "SmartAdvisor()", + "_callable": true, + "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "smartadvisor()", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L54" + }, + { "id": "frontend_application_components_tickerbanner_tickerbanner", - "community": 199, - "community_name": "useSettingsStore", - "norm_label": "tickerbanner()" - }, - { - "label": "Tooltip()", - "file_type": "code", - "source_file": "frontend/application/components/Tooltip.tsx", - "source_location": "L14", + "label": "TickerBanner()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_tooltip_tooltip", "community": 199, "community_name": "useSettingsStore", - "norm_label": "tooltip()" + "file_type": "code", + "norm_label": "tickerbanner()", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L6" }, { - "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": 199, - "community_name": "useSettingsStore", - "norm_label": "usenetworkstatus()" - }, - { - "label": "toEnglishDigits()", - "file_type": "code", - "source_file": "frontend/application/lib/utils.ts", - "source_location": "L6", + "label": "useNetworkStatus()", "_callable": true, "_origin": "ast", - "id": "frontend_application_lib_utils_toenglishdigits", "community": 199, "community_name": "useSettingsStore", - "norm_label": "toenglishdigits()" + "file_type": "code", + "norm_label": "usenetworkstatus()", + "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", + "source_location": "L3" }, { + "id": "backend_src_common_services_sms_service_smsservice_addpattern", "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": 2, - "community_name": "SettingsController", - "norm_label": ".addpattern()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".addpattern()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L477" }, { + "id": "backend_src_common_services_sms_service_smsservice_clearallsmslogs", "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": 2, - "community_name": "SettingsController", - "norm_label": ".clearallsmslogs()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".clearallsmslogs()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L255" }, { - "label": ".deleteScientificTerm()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L123", + "id": "backend_src_common_services_sms_service_smsservice_constructor", + "label": ".constructor()", "_callable": true, "_origin": "ast", - "id": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", "community": 2, - "community_name": "SettingsController", - "norm_label": ".deletescientificterm()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L54" }, { + "id": "backend_src_common_services_sms_service_smsservice_deletesmslog", "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": 2, - "community_name": "SettingsController", - "norm_label": ".deletesmslog()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".deletesmslog()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L248" }, { + "id": "backend_src_common_services_sms_service_smsservice_editpattern", "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": 2, - "community_name": "SettingsController", - "norm_label": ".editpattern()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".editpattern()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L556" }, { - "label": ".getFinancial()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L86", + "id": "backend_src_common_services_sms_service_smsservice_getcredit", + "label": ".getCredit()", "_callable": true, "_origin": "ast", - "id": "backend_src_settings_settings_controller_settingscontroller_getfinancial", "community": 2, - "community_name": "SettingsController", - "norm_label": ".getfinancial()" - }, - { - "label": ".getFinancialSettings()", + "community_name": "SmsService", "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": 2, - "community_name": "SettingsController", - "norm_label": ".getfinancialsettings()" + "norm_label": ".getcredit()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L300" }, { + "id": "backend_src_common_services_sms_service_smsservice_getpatterns", "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": 2, - "community_name": "SettingsController", - "norm_label": ".getpatterns()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getpatterns()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L370" }, { - "label": ".getScientificTerms()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L102", + "id": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "label": ".getSmsConfig()", "_callable": true, "_origin": "ast", - "id": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", "community": 2, - "community_name": "SettingsController", - "norm_label": ".getscientificterms()" - }, - { - "label": ".getSeoSettings()", + "community_name": "SmsService", "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": 2, - "community_name": "SettingsController", - "norm_label": ".getseosettings()" - }, - { - "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": 2, - "community_name": "SettingsController", - "norm_label": ".getsmscredit()" + "norm_label": ".getsmsconfig()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L59" }, { + "id": "backend_src_common_services_sms_service_smsservice_getsmslogs", "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": 2, - "community_name": "SettingsController", - "norm_label": ".getsmslogs()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getsmslogs()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L191" }, { - "label": ".getSmsSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L187", + "id": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "label": ".parsePatternsXml()", "_callable": true, "_origin": "ast", - "id": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", "community": 2, - "community_name": "SettingsController", - "norm_label": ".getsmssettings()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".parsepatternsxml()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L262" }, { - "label": ".getSystemSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L168", + "id": "backend_src_common_services_sms_service_smsservice_postasmx", + "label": ".postAsmx()", "_callable": true, "_origin": "ast", - "id": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", "community": 2, - "community_name": "SettingsController", - "norm_label": ".getsystemsettings()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".postasmx()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L123" }, { - "label": ".getUiTexts()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L37", + "id": "backend_src_common_services_sms_service_smsservice_recordlog", + "label": ".recordLog()", "_callable": true, "_origin": "ast", - "id": "backend_src_settings_settings_controller_settingscontroller_getuitexts", "community": 2, - "community_name": "SettingsController", - "norm_label": ".getuitexts()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".recordlog()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L159" }, { - "label": ".patchUiText()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L65", + "id": "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "label": ".saveLocalPattern()", "_callable": true, "_origin": "ast", - "id": "backend_src_settings_settings_controller_settingscontroller_patchuitext", "community": 2, - "community_name": "SettingsController", - "norm_label": ".patchuitext()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".savelocalpattern()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L611" }, { - "label": ".putBulkUiTexts()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L80", + "id": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "label": ".sendB2bNotification()", "_callable": true, "_origin": "ast", - "id": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", "community": 2, - "community_name": "SettingsController", - "norm_label": ".putbulkuitexts()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".sendb2bnotification()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L981" }, { - "label": ".putUiText()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L48", + "id": "backend_src_common_services_sms_service_smsservice_sendotp", + "label": ".sendOtp()", "_callable": true, "_origin": "ast", - "id": "backend_src_settings_settings_controller_settingscontroller_putuitext", "community": 2, - "community_name": "SettingsController", - "norm_label": ".putuitext()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".sendotp()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L932" }, { + "id": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "label": ".sendPatternSms()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".sendpatternsms()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L679" + }, + { + "id": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "label": ".sendPetCareReminder()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".sendpetcarereminder()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L997" + }, + { + "id": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "label": ".sendShippingNotification()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".sendshippingnotification()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L964" + }, + { + "id": "backend_src_common_services_sms_service_smsservice_sendsms", + "label": ".sendSms()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".sendsms()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1015" + }, + { + "id": "backend_src_common_services_sms_service_smsservice_testsms", "label": ".testSms()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L214", "_callable": true, "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".testsms()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L807" + }, + { + "id": "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "label": ".updateLocalPattern()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updatelocalpattern()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L639" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "label": ".checkAndSendRefillReminders()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".checkandsendrefillreminders()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L400" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_updatestatus", + "label": ".updateStatus()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updatestatus()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L322" + }, + { + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "label": ".review()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".review()", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L125" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "label": ".addPattern()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".addpattern()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L238" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "label": ".clearAllSmsLogs()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".clearallsmslogs()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L283" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L29" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "label": ".deleteScientificTerm()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".deletescientificterm()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L123" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "label": ".deleteSmsLog()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".deletesmslog()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L274" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "label": ".editPattern()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".editpattern()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L253" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "label": ".getFinancial()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getfinancial()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L86" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "label": ".getFinancialSettings()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getfinancialsettings()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L149" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "label": ".getPatterns()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getpatterns()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L229" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "label": ".getScientificTerms()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getscientificterms()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L102" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "label": ".getSeoSettings()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getseosettings()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L130" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "label": ".getSmsCredit()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getsmscredit()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L196" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "label": ".getSmsLogs()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getsmslogs()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L265" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "label": ".getSmsSettings()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getsmssettings()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L187" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "label": ".getSystemSettings()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getsystemsettings()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L168" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "label": ".getUiTexts()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getuitexts()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L37" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "label": ".patchUiText()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".patchuitext()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L65" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "label": ".putBulkUiTexts()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".putbulkuitexts()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L80" + }, + { + "id": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "label": ".putUiText()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".putuitext()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L48" + }, + { "id": "backend_src_settings_settings_controller_settingscontroller_testsms", - "community": 2, - "community_name": "SettingsController", - "norm_label": ".testsms()" - }, - { - "label": ".updateFinancial()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L96", + "label": ".testSms()", "_callable": true, "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".testsms()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L214" + }, + { "id": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", - "community": 2, - "community_name": "SettingsController", - "norm_label": ".updatefinancial()" - }, - { - "label": ".updateFinancialSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L158", + "label": ".updateFinancial()", "_callable": true, "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updatefinancial()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L96" + }, + { "id": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", - "community": 2, - "community_name": "SettingsController", - "norm_label": ".updatefinancialsettings()" - }, - { - "label": ".updateSeoSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L139", + "label": ".updateFinancialSettings()", "_callable": true, "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updatefinancialsettings()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L158" + }, + { "id": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", - "community": 2, - "community_name": "SettingsController", - "norm_label": ".updateseosettings()" - }, - { - "label": ".updateSmsSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L205", + "label": ".updateSeoSettings()", "_callable": true, "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updateseosettings()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L139" + }, + { "id": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", - "community": 2, - "community_name": "SettingsController", - "norm_label": ".updatesmssettings()" - }, - { - "label": ".updateSystemSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L177", + "label": ".updateSmsSettings()", "_callable": true, "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updatesmssettings()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L205" + }, + { "id": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "label": ".updateSystemSettings()", + "_callable": true, + "_origin": "ast", "community": 2, - "community_name": "SettingsController", - "norm_label": ".updatesystemsettings()" - }, - { - "label": ".upsertScientificTerm()", + "community_name": "SmsService", "file_type": "code", + "norm_label": ".updatesystemsettings()", "source_file": "backend/src/settings/settings.controller.ts", - "source_location": "L111", - "_callable": true, - "_origin": "ast", + "source_location": "L177" + }, + { "id": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "label": ".upsertScientificTerm()", + "_callable": true, + "_origin": "ast", "community": 2, - "community_name": "SettingsController", - "norm_label": ".upsertscientificterm()" + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".upsertscientificterm()", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L111" }, { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/videos/videos.controller.ts", - "source_location": "L26", + "id": "backend_src_settings_settings_service_settingsservice_addpattern", + "label": ".addPattern()", "_callable": true, "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".addpattern()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L608" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", + "label": ".clearAllSmsLogs()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".clearallsmslogs()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L624" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L148" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_deletescientificterm", + "label": ".deleteScientificTerm()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".deletescientificterm()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L397" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_deletesmslog", + "label": ".deleteSmsLog()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".deletesmslog()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L620" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_editpattern", + "label": ".editPattern()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".editpattern()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L612" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_getcategorysetting", + "label": ".getCategorySetting()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getcategorysetting()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L403" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "label": ".getFinancialSettings()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getfinancialsettings()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L270" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_getpatterns", + "label": ".getPatterns()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getpatterns()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L604" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_getscientificterms", + "label": ".getScientificTerms()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getscientificterms()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L372" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_getsmscredit", + "label": ".getSmsCredit()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getsmscredit()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L587" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "label": ".getSmsLogs()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getsmslogs()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L616" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_getsmssettings", + "label": ".getSmsSettings()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getsmssettings()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L583" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_getuitexts", + "label": ".getUiTexts()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".getuitexts()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L184" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_onmoduleinit", + "label": ".onModuleInit()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".onmoduleinit()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L153" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "label": ".seedDefaultUiTexts()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".seeddefaultuitexts()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L157" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_testsms", + "label": ".testSms()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".testsms()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L600" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "label": ".updateBulkUiTexts()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updatebulkuitexts()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L261" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", + "label": ".updateCategorySetting()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updatecategorysetting()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L499" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "label": ".updateFinancialSettings()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updatefinancialsettings()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L326" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_updatesmssettings", + "label": ".updateSmsSettings()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updatesmssettings()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L591" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_updateuitext", + "label": ".updateUiText()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".updateuitext()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L229" + }, + { + "id": "backend_src_settings_settings_service_settingsservice_upsertscientificterm", + "label": ".upsertScientificTerm()", + "_callable": true, + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": ".upsertscientificterm()", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L376" + }, + { "id": "backend_src_videos_videos_controller_videoscontroller_constructor", - "community": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, "community_name": "CreateVideoDto", - "norm_label": ".constructor()" + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L26" }, { + "id": "backend_src_videos_videos_controller_videoscontroller_create", "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": 20, "community_name": "CreateVideoDto", - "norm_label": ".create()" + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L48" }, { + "id": "backend_src_videos_videos_controller_videoscontroller_findall", "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": 20, "community_name": "CreateVideoDto", - "norm_label": ".findall()" + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L34" }, { + "id": "backend_src_videos_videos_controller_videoscontroller_findone", "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": 20, "community_name": "CreateVideoDto", - "norm_label": ".findone()" + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L40" }, { + "id": "backend_src_videos_videos_controller_videoscontroller_remove", "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": 20, "community_name": "CreateVideoDto", - "norm_label": ".remove()" + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L67" }, { + "id": "backend_src_videos_videos_controller_videoscontroller_update", "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": 20, "community_name": "CreateVideoDto", - "norm_label": ".update()" + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L56" }, { - "label": "main()", - "file_type": "code", - "source_file": "backend/prisma/seed-blogs.ts", - "source_location": "L5", + "id": "backend_src_videos_videos_service_videosservice_constructor", + "label": ".constructor()", "_callable": true, "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_videos_videos_service_videosservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L75" + }, + { + "id": "backend_src_videos_videos_service_videosservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L17" + }, + { + "id": "backend_src_videos_videos_service_videosservice_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L60" + }, + { + "id": "backend_src_videos_videos_service_videosservice_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L105" + }, + { + "id": "backend_src_videos_videos_service_videosservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L93" + }, + { "id": "backend_prisma_seed_blogs_main", + "label": "main()", + "_callable": true, + "_origin": "ast", "community": 206, "community_name": "seed-blogs.ts", - "norm_label": "main()" + "file_type": "code", + "norm_label": "main()", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L5" }, { + "id": "backend_prisma_seed_custom_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": 207, "community_name": "seed-custom.ts", - "norm_label": "main()" + "file_type": "code", + "norm_label": "main()", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L7" }, { - "label": ".addPattern()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L477", + "id": "frontend_application_app_payment_verify_page_paymentverifypage", + "label": "PaymentVerifyPage()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_addpattern", "community": 21, - "community_name": "SmsService", - "norm_label": ".addpattern()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "paymentverifypage()", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L319" }, { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L54", + "id": "frontend_application_app_payment_verify_page_verifycontent", + "label": "VerifyContent()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_constructor", "community": 21, - "community_name": "SmsService", - "norm_label": ".constructor()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "verifycontent()", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L23" }, { - "label": ".editPattern()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L556", + "id": "frontend_application_components_archivepage_archiveproductcard", + "label": "ArchiveProductCard()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_editpattern", "community": 21, - "community_name": "SmsService", - "norm_label": ".editpattern()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "archiveproductcard()", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L74" }, { - "label": ".getCredit()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L300", + "id": "frontend_application_components_authmodal_authmodal", + "label": "AuthModal()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_getcredit", "community": 21, - "community_name": "SmsService", - "norm_label": ".getcredit()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "authmodal()", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L38" }, { - "label": ".getPatterns()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L370", + "id": "frontend_application_components_authmodal_extractotpfromtext", + "label": "extractOtpFromText()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_getpatterns", "community": 21, - "community_name": "SmsService", - "norm_label": ".getpatterns()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "extractotpfromtext()", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L30" }, { - "label": ".getSmsConfig()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L59", + "id": "frontend_application_components_b2bportal_b2bportal", + "label": "B2BPortal()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_getsmsconfig", "community": 21, - "community_name": "SmsService", - "norm_label": ".getsmsconfig()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "b2bportal()", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L23" }, { - "label": ".parsePatternsXml()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L262", + "id": "frontend_application_components_backbutton_backbutton", + "label": "BackButton()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", "community": 21, - "community_name": "SmsService", - "norm_label": ".parsepatternsxml()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "backbutton()", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L13" }, { - "label": ".postAsmx()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L123", + "id": "frontend_application_components_cartdrawer_cartdrawer", + "label": "CartDrawer()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_postasmx", "community": 21, - "community_name": "SmsService", - "norm_label": ".postasmx()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "cartdrawer()", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L15" }, { - "label": ".recordLog()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L159", + "id": "frontend_application_components_checkoutpage_checkoutpage", + "label": "CheckoutPage()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_recordlog", "community": 21, - "community_name": "SmsService", - "norm_label": ".recordlog()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "checkoutpage()", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L33" }, { - "label": ".saveLocalPattern()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L611", + "id": "frontend_application_components_header_header", + "label": "Header()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_savelocalpattern", "community": 21, - "community_name": "SmsService", - "norm_label": ".savelocalpattern()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "header()", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L28" }, { - "label": ".sendB2bNotification()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L981", + "id": "frontend_application_components_header_header_handleclickoutside", + "label": "handleClickOutside()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", "community": 21, - "community_name": "SmsService", - "norm_label": ".sendb2bnotification()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "handleclickoutside()", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L180" }, { - "label": ".sendOrderConfirmation()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L945", + "id": "frontend_application_components_headerbutton_headerbutton", + "label": "HeaderButton()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", "community": 21, - "community_name": "SmsService", - "norm_label": ".sendorderconfirmation()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "headerbutton()", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L16" }, { - "label": ".sendOtp()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L932", + "id": "frontend_application_components_loginmodal_loginmodal", + "label": "LoginModal()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_sendotp", "community": 21, - "community_name": "SmsService", - "norm_label": ".sendotp()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "loginmodal()", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L18" }, { - "label": ".sendPatternSms()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L679", + "id": "frontend_application_components_petprofile_petprofile", + "label": "PetProfile()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_sendpatternsms", "community": 21, - "community_name": "SmsService", - "norm_label": ".sendpatternsms()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "petprofile()", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L40" }, { - "label": ".sendPetCareReminder()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L997", + "id": "frontend_application_components_userdashboard_userdashboard", + "label": "UserDashboard()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", "community": 21, - "community_name": "SmsService", - "norm_label": ".sendpetcarereminder()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "userdashboard()", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L22" }, { - "label": ".sendShippingNotification()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L964", + "id": "frontend_application_lib_utils_cn", + "label": "cn()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", "community": 21, - "community_name": "SmsService", - "norm_label": ".sendshippingnotification()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "cn()", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L11" }, { - "label": ".sendSms()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L1015", + "id": "frontend_application_lib_utils_toenglishdigits", + "label": "toEnglishDigits()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_sendsms", "community": 21, - "community_name": "SmsService", - "norm_label": ".sendsms()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "toenglishdigits()", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L6" }, { - "label": ".testSms()", - "file_type": "code", - "source_file": "backend/src/common/services/sms.service.ts", - "source_location": "L807", + "id": "frontend_application_lib_utils_topersian", + "label": "toPersian()", "_callable": true, "_origin": "ast", - "id": "backend_src_common_services_sms_service_smsservice_testsms", "community": 21, - "community_name": "SmsService", - "norm_label": ".testsms()" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "topersian()", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L1" }, { - "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": 21, - "community_name": "SmsService", - "norm_label": ".updatelocalpattern()" - }, - { - "label": ".addPattern()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L608", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_addpattern", - "community": 21, - "community_name": "SmsService", - "norm_label": ".addpattern()" - }, - { - "label": ".editPattern()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L612", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_editpattern", - "community": 21, - "community_name": "SmsService", - "norm_label": ".editpattern()" - }, - { - "label": ".getPatterns()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L604", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_getpatterns", - "community": 21, - "community_name": "SmsService", - "norm_label": ".getpatterns()" - }, - { - "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", + "label": "FormField()", + "_callable": true, + "_origin": "ast", "community": 219, "community_name": "FormField.tsx", - "norm_label": "formfield()" + "file_type": "code", + "norm_label": "formfield()", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L15" }, { - "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": 22, - "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": 22, - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "addressmodal()" - }, - { - "label": "BackButton()", - "file_type": "code", - "source_file": "frontend/application/components/BackButton.tsx", - "source_location": "L13", + "label": "AddressModal()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_backbutton_backbutton", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "backbutton()" + "file_type": "code", + "norm_label": "addressmodal()", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L18" }, { - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "checkoutpage()" - }, - { - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "deleteconfirmmodal()" - }, - { - "label": "HeaderButton()", - "file_type": "code", - "source_file": "frontend/application/components/HeaderButton.tsx", - "source_location": "L16", + "label": "DeleteConfirmModal()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_headerbutton_headerbutton", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "headerbutton()" + "file_type": "code", + "norm_label": "deleteconfirmmodal()", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L14" }, { - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "orderdetailsmodal()" - }, - { - "label": "getStatusIcon()", - "file_type": "code", - "source_file": "frontend/application/components/OrderDetailsModal.tsx", - "source_location": "L282", + "label": "OrderDetailsModal()", "_callable": true, "_origin": "ast", + "community": 22, + "community_name": "UserDashboard.tsx", + "file_type": "code", + "norm_label": "orderdetailsmodal()", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L37" + }, + { "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon", + "label": "getStatusIcon()", + "_callable": true, + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "getstatusicon()" - }, - { - "label": "getStatusLabel()", "file_type": "code", + "norm_label": "getstatusicon()", "source_file": "frontend/application/components/OrderDetailsModal.tsx", - "source_location": "L302", - "_callable": true, - "_origin": "ast", + "source_location": "L282" + }, + { "id": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel", - "community": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "getstatuslabel()" - }, - { - "label": "PetProfile()", - "file_type": "code", - "source_file": "frontend/application/components/PetProfile.tsx", - "source_location": "L40", + "label": "getStatusLabel()", "_callable": true, "_origin": "ast", - "id": "frontend_application_components_petprofile_petprofile", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "petprofile()" + "file_type": "code", + "norm_label": "getstatuslabel()", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L302" }, { - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "searchableselect()" - }, - { - "label": "TopUpModal()", - "file_type": "code", - "source_file": "frontend/application/components/TopUpModal.tsx", - "source_location": "L24", + "label": "SearchableSelect()", "_callable": true, "_origin": "ast", + "community": 22, + "community_name": "UserDashboard.tsx", + "file_type": "code", + "norm_label": "searchableselect()", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L17" + }, + { "id": "frontend_application_components_topupmodal_topupmodal", + "label": "TopUpModal()", + "_callable": true, + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "topupmodal()" + "file_type": "code", + "norm_label": "topupmodal()", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L24" }, { - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "userdashboard()" - }, - { - "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": 22, - "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": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "topersian()" - }, - { - "label": "DashboardPage()", - "file_type": "code", - "source_file": "frontend/application/app/dashboard/page.tsx", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_dashboard_page_dashboardpage", - "community": 224, - "community_name": "dashboard/page.tsx", - "norm_label": "dashboardpage()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/dashboard/page.tsx", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_dashboard_page_generatemetadata", - "community": 224, - "community_name": "dashboard/page.tsx", - "norm_label": "generatemetadata()" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L26", - "_callable": true, - "_origin": "ast", "id": "backend_src_menu_menu_controller_menucontroller_constructor", - "community": 23, - "community_name": "MenuService", - "norm_label": ".constructor()" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L54", - "_callable": true, - "_origin": "ast", - "id": "backend_src_menu_menu_controller_menucontroller_create", - "community": 23, - "community_name": "MenuService", - "norm_label": ".create()" - }, - { - "label": ".findAllAdmin()", - "file_type": "code", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L45", - "_callable": true, - "_origin": "ast", - "id": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "community": 23, - "community_name": "MenuService", - "norm_label": ".findalladmin()" - }, - { - "label": ".findByType()", - "file_type": "code", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L35", - "_callable": true, - "_origin": "ast", - "id": "backend_src_menu_menu_controller_menucontroller_findbytype", - "community": 23, - "community_name": "MenuService", - "norm_label": ".findbytype()" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L108", - "_callable": true, - "_origin": "ast", - "id": "backend_src_menu_menu_controller_menucontroller_remove", - "community": 23, - "community_name": "MenuService", - "norm_label": ".remove()" - }, - { - "label": ".reorder()", - "file_type": "code", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L76", - "_callable": true, - "_origin": "ast", - "id": "backend_src_menu_menu_controller_menucontroller_reorder", - "community": 23, - "community_name": "MenuService", - "norm_label": ".reorder()" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L85", - "_callable": true, - "_origin": "ast", - "id": "backend_src_menu_menu_controller_menucontroller_update", - "community": 23, - "community_name": "MenuService", - "norm_label": ".update()" - }, - { "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L8", "_callable": true, "_origin": "ast", - "id": "backend_src_menu_menu_service_menuservice_constructor", "community": 23, "community_name": "MenuService", - "norm_label": ".constructor()" + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L26" }, { + "id": "backend_src_menu_menu_controller_menucontroller_create", "label": ".create()", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L108", "_callable": true, "_origin": "ast", - "id": "backend_src_menu_menu_service_menuservice_create", "community": 23, "community_name": "MenuService", - "norm_label": ".create()" + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L60" }, { + "id": "backend_src_menu_menu_controller_menucontroller_findalladmin", "label": ".findAllAdmin()", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L96", "_callable": true, "_origin": "ast", - "id": "backend_src_menu_menu_service_menuservice_findalladmin", "community": 23, "community_name": "MenuService", - "norm_label": ".findalladmin()" + "file_type": "code", + "norm_label": ".findalladmin()", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L51" }, { + "id": "backend_src_menu_menu_controller_menucontroller_findbytype", "label": ".findByType()", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L82", "_callable": true, "_origin": "ast", - "id": "backend_src_menu_menu_service_menuservice_findbytype", "community": 23, "community_name": "MenuService", - "norm_label": ".findbytype()" + "file_type": "code", + "norm_label": ".findbytype()", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L35" }, { - "label": ".onModuleInit()", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L10", + "id": "backend_src_menu_menu_controller_menucontroller_findbytypeparam", + "label": ".findByTypeParam()", "_callable": true, "_origin": "ast", - "id": "backend_src_menu_menu_service_menuservice_onmoduleinit", "community": 23, "community_name": "MenuService", - "norm_label": ".onmoduleinit()" + "file_type": "code", + "norm_label": ".findbytypeparam()", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L41" }, { + "id": "backend_src_menu_menu_controller_menucontroller_remove", "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L141", "_callable": true, "_origin": "ast", - "id": "backend_src_menu_menu_service_menuservice_remove", "community": 23, "community_name": "MenuService", - "norm_label": ".remove()" + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L114" }, { + "id": "backend_src_menu_menu_controller_menucontroller_reorder", "label": ".reorder()", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L149", "_callable": true, "_origin": "ast", - "id": "backend_src_menu_menu_service_menuservice_reorder", "community": 23, "community_name": "MenuService", - "norm_label": ".reorder()" - }, - { - "label": ".seedIfEmpty()", "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L21", - "_callable": true, - "_origin": "ast", - "id": "backend_src_menu_menu_service_menuservice_seedifempty", - "community": 23, - "community_name": "MenuService", - "norm_label": ".seedifempty()" + "norm_label": ".reorder()", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L82" }, { + "id": "backend_src_menu_menu_controller_menucontroller_update", "label": ".update()", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L122", "_callable": true, "_origin": "ast", - "id": "backend_src_menu_menu_service_menuservice_update", "community": 23, "community_name": "MenuService", - "norm_label": ".update()" + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L91" }, { - "label": "robots()", - "file_type": "code", - "source_file": "frontend/application/app/robots.ts", - "source_location": "L3", + "id": "backend_src_menu_menu_service_menuservice_constructor", + "label": ".constructor()", "_callable": true, "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_menu_menu_service_menuservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L184" + }, + { + "id": "backend_src_menu_menu_service_menuservice_findalladmin", + "label": ".findAllAdmin()", + "_callable": true, + "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": ".findalladmin()", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L172" + }, + { + "id": "backend_src_menu_menu_service_menuservice_findbytype", + "label": ".findByType()", + "_callable": true, + "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": ".findbytype()", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L158" + }, + { + "id": "backend_src_menu_menu_service_menuservice_onmoduleinit", + "label": ".onModuleInit()", + "_callable": true, + "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": ".onmoduleinit()", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L10" + }, + { + "id": "backend_src_menu_menu_service_menuservice_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L217" + }, + { + "id": "backend_src_menu_menu_service_menuservice_reorder", + "label": ".reorder()", + "_callable": true, + "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": ".reorder()", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L225" + }, + { + "id": "backend_src_menu_menu_service_menuservice_seedifempty", + "label": ".seedIfEmpty()", + "_callable": true, + "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": ".seedifempty()", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L21" + }, + { + "id": "backend_src_menu_menu_service_menuservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 23, + "community_name": "MenuService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L198" + }, + { "id": "frontend_application_app_robots_robots", + "label": "robots()", + "_callable": true, + "_origin": "ast", "community": 253, "community_name": "robots.ts", - "norm_label": "robots()" + "file_type": "code", + "norm_label": "robots()", + "source_file": "frontend/application/app/robots.ts", + "source_location": "L3" }, { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L42", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_payment_controller_paymentcontroller_constructor", - "community": 294, - "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": 294, - "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": 294, - "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": 294, - "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": 294, - "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", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", "community": 294, "community_name": "ZibalService", - "norm_label": ".constructor()" - }, - { - "label": ".getAdminTransactionStats()", "file_type": "code", + "norm_label": ".constructor()", "source_file": "backend/src/payment/payment.service.ts", - "source_location": "L798", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getadmintransactionstats()" + "source_location": "L22" }, { - "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": 294, - "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": 294, - "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": 294, - "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": 294, - "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": 294, - "community_name": "ZibalService", - "norm_label": ".verifyandprocess()" - }, - { - "label": ".apiRequest()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L516", - "_callable": true, - "_origin": "ast", "id": "backend_src_payment_zibal_service_zibalservice_apirequest", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".apirequest()" - }, - { - "label": ".callWithRetry()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L56", + "label": ".apiRequest()", "_callable": true, "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".apirequest()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L516" + }, + { "id": "backend_src_payment_zibal_service_zibalservice_callwithretry", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".callwithretry()" - }, - { - "label": ".checkHealth()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L304", + "label": ".callWithRetry()", "_callable": true, "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".callwithretry()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L56" + }, + { "id": "backend_src_payment_zibal_service_zibalservice_checkhealth", - "community": 294, - "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": 294, - "community_name": "ZibalService", - "norm_label": ".constructor()" - }, - { - "label": ".createSubMerchant()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L746", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_createsubmerchant", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".createsubmerchant()" - }, - { - "label": ".editSubMerchant()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L768", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_editsubmerchant", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".editsubmerchant()" - }, - { - "label": ".getAccessToken()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L465", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getaccesstoken", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getaccesstoken()" - }, - { - "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": 294, - "community_name": "ZibalService", - "norm_label": ".getbackendurl()" - }, - { - "label": ".getCheckoutQueueReport()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L722", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getcheckoutqueuereport", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getcheckoutqueuereport()" - }, - { - "label": ".getCheckoutReport()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L701", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getcheckoutreport", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getcheckoutreport()" - }, - { - "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": 294, - "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": 294, - "community_name": "ZibalService", - "norm_label": ".getgatewayname()" - }, - { - "label": ".getGatewayTransactionsReport()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L667", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getgatewaytransactionsreport", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getgatewaytransactionsreport()" - }, - { - "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": 294, - "community_name": "ZibalService", - "norm_label": ".getmerchant()" - }, - { - "label": ".getRefundList()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L643", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getrefundlist", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getrefundlist()" - }, - { - "label": ".getResultMessage()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L779", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getresultmessage", - "community": 294, - "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": 294, - "community_name": "ZibalService", - "norm_label": ".getstarturl()" - }, - { - "label": ".getStatusMessage()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L816", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getstatusmessage()" - }, - { - "label": ".getSubMerchantList()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L761", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getsubmerchantlist", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getsubmerchantlist()" - }, - { - "label": ".getWalletBalance()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L582", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getwalletbalance", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getwalletbalance()" - }, - { - "label": ".getWalletList()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L575", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_getwalletlist", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".getwalletlist()" - }, - { - "label": ".inquireCheckoutReport()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L731", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_inquirecheckoutreport", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".inquirecheckoutreport()" - }, - { - "label": ".inquireRefund()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L625", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_inquirerefund", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".inquirerefund()" - }, - { - "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": 294, - "community_name": "ZibalService", - "norm_label": ".inquirypayment()" - }, - { - "label": ".requestLazyPayment()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L368", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".requestlazypayment()" - }, - { - "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": 294, - "community_name": "ZibalService", - "norm_label": ".requestpayment()" - }, - { - "label": ".requestRefund()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L589", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_requestrefund", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".requestrefund()" - }, - { - "label": ".verifyLazyPayment()", - "file_type": "code", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L422", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_service_zibalservice_verifylazypayment", - "community": 294, - "community_name": "ZibalService", - "norm_label": ".verifylazypayment()" - }, - { - "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": 294, - "community_name": "ZibalService", - "norm_label": ".verifypayment()" - }, - { - "label": ".cancelCheckout()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L222", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_cancelcheckout", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".cancelcheckout()" - }, - { - "label": ".changeIdentifiedPaymentStatus()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L318", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".changeidentifiedpaymentstatus()" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L48", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_constructor", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".constructor()" - }, - { - "label": ".createCheckout()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L152", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".createcheckout()" - }, - { - "label": ".getAccessToken()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L53", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccesstoken", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".getaccesstoken()" - }, - { - "label": ".getAccountBalance()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L252", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountbalance", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".getaccountbalance()" - }, - { - "label": ".getAccountList()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L240", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountlist", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".getaccountlist()" - }, - { - "label": ".getCheckoutList()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L198", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".getcheckoutlist()" - }, - { - "label": ".getDefaultAccountId()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L71", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".getdefaultaccountid()" - }, - { - "label": ".getIdentifiedPaymentList()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L294", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".getidentifiedpaymentlist()" - }, - { - "label": ".getStatementList()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L266", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".getstatementlist()" - }, - { - "label": ".inquireCheckout()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L179", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquirecheckout", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".inquirecheckout()" - }, - { - "label": ".inquireIdentifiedPayment()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L340", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquireidentifiedpayment", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".inquireidentifiedpayment()" - }, - { - "label": ".request()", - "file_type": "code", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L86", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "community": 297, - "community_name": "ZibalEBankService", - "norm_label": ".request()" - }, - { - "label": ".extractRealClientIp()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L48", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_payment_controller_paymentcontroller_extractrealclientip", - "community": 298, - "community_name": ".initiateOrderPayment", - "norm_label": ".extractrealclientip()" - }, - { - "label": ".handleZibalCallback()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L116", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "community": 298, - "community_name": ".initiateOrderPayment", - "norm_label": ".handlezibalcallback()" - }, - { - "label": ".handleZibalLazyCallback()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L194", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "community": 298, - "community_name": ".initiateOrderPayment", - "norm_label": ".handleziballazycallback()" - }, - { - "label": ".initiateOrderPayment()", - "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_initiateorderpayment", - "community": 298, - "community_name": ".initiateOrderPayment", - "norm_label": ".initiateorderpayment()" - }, - { - "label": ".initiateWalletTopup()", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L97", - "_callable": true, - "_origin": "ast", - "id": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "community": 298, - "community_name": ".initiateOrderPayment", - "norm_label": ".initiatewallettopup()" - }, - { - "label": ".verifyPaymentDirect()", - "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_verifypaymentdirect", - "community": 298, - "community_name": ".initiateOrderPayment", - "norm_label": ".verifypaymentdirect()" - }, - { - "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": 3, - "community_name": "useCartStore", - "norm_label": "sitemap()" - }, - { - "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": 3, - "community_name": "useCartStore", - "norm_label": "b2bportal()" - }, - { - "label": "CartDrawer()", - "file_type": "code", - "source_file": "frontend/application/components/CartDrawer.tsx", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_components_cartdrawer_cartdrawer", - "community": 3, - "community_name": "useCartStore", - "norm_label": "cartdrawer()" - }, - { - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "norm_label": "normalizesearchtext()" - }, - { - "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": 3, - "community_name": "useCartStore", - "norm_label": "featuredproducts()" - }, - { - "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": 3, - "community_name": "useCartStore", - "norm_label": "productcard()" - }, - { - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "norm_label": "ingredientwiki()" - }, - { - "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": 3, - "community_name": "useCartStore", - "norm_label": "ordertracking()" - }, - { - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "norm_label": ".mapbackendtofrontend()" - }, - { - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "spinner()" - }, - { - "label": "FAQManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", - "source_location": "L18", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_faqmanager_faqmanager", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "faqmanager()" - }, - { - "label": "MenuManager()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_menumanager_menumanager", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "menumanager()" - }, - { - "label": "PaymentGatewaysPage()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", - "source_location": "L19", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_paymentgatewayspage_paymentgatewayspage", - "community": 32, - "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": 32, - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "reports()" - }, - { - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "settings()" - }, - { - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "shippingsettingspage()" - }, - { - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "sslsettingspage()" - }, - { - "label": "ZibalPortalPage()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", - "source_location": "L30", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_zibalportalpage_zibalportalpage", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "zibalportalpage()" - }, - { - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "community_name": "WholesaleApplyDto", - "norm_label": ".rejectwholesalerequest()" - }, - { - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "community_name": "B2BService", - "norm_label": ".updateinquirystatus()" - }, - { - "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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.ts", - "norm_label": ".verifyotp()" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_controller_faqcontroller_constructor", - "community": 36, - "community_name": "FaqService", - "norm_label": ".constructor()" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L42", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_controller_faqcontroller_create", - "community": 36, - "community_name": "FaqService", - "norm_label": ".create()" - }, - { - "label": ".findActive()", - "file_type": "code", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L24", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_controller_faqcontroller_findactive", - "community": 36, - "community_name": "FaqService", - "norm_label": ".findactive()" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L33", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_controller_faqcontroller_findall", - "community": 36, - "community_name": "FaqService", - "norm_label": ".findall()" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L86", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_controller_faqcontroller_remove", - "community": 36, - "community_name": "FaqService", - "norm_label": ".remove()" - }, - { - "label": ".reorder()", - "file_type": "code", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L59", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_controller_faqcontroller_reorder", - "community": 36, - "community_name": "FaqService", - "norm_label": ".reorder()" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L68", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_controller_faqcontroller_update", - "community": 36, - "community_name": "FaqService", - "norm_label": ".update()" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_service_faqservice_constructor", - "community": 36, - "community_name": "FaqService", - "norm_label": ".constructor()" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L23", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_service_faqservice_create", - "community": 36, - "community_name": "FaqService", - "norm_label": ".create()" - }, - { - "label": ".findActive()", - "file_type": "code", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L9", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_service_faqservice_findactive", - "community": 36, - "community_name": "FaqService", - "norm_label": ".findactive()" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L17", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_service_faqservice_findall", - "community": 36, - "community_name": "FaqService", - "norm_label": ".findall()" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L46", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_service_faqservice_remove", - "community": 36, - "community_name": "FaqService", - "norm_label": ".remove()" - }, - { - "label": ".reorder()", - "file_type": "code", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L52", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_service_faqservice_reorder", - "community": 36, - "community_name": "FaqService", - "norm_label": ".reorder()" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L32", - "_callable": true, - "_origin": "ast", - "id": "backend_src_faq_faq_service_faqservice_update", - "community": 36, - "community_name": "FaqService", - "norm_label": ".update()" - }, - { - "label": "TransactionReceiptModal()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", - "source_location": "L30", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodal", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "transactionreceiptmodal()" - }, - { - "label": "Badge()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_badge_badge", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "badge()" - }, - { - "label": "Button()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L27", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_button_button", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "button()" - }, - { - "label": "MaskableField()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/MaskableField.tsx", - "source_location": "L16", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_maskablefield_maskablefield", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "maskablefield()" - }, - { - "label": "Modal()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", - "source_location": "L28", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_modal_modal", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "modal()" - }, - { - "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": 38, - "community_name": "Transactions.tsx", - "norm_label": "skeleton()" - }, - { - "label": "ThSort()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ThSort.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_thsort_thsort", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "thsort()" - }, - { - "label": "MonitoringPage()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", - "source_location": "L59", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_monitoringpage_monitoringpage", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "monitoringpage()" - }, - { - "label": "getPaymentMethodLabel()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L147", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "getpaymentmethodlabel()" - }, - { - "label": "getPaymentStatusBadge()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L118", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_orders_getpaymentstatusbadge", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "getpaymentstatusbadge()" - }, - { - "label": "getShippingMethodLabel()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L135", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_orders_getshippingmethodlabel", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "getshippingmethodlabel()" - }, - { - "label": "Orders()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L167", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_orders_orders", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "orders()" - }, - { - "label": "toPersianDigits()", - "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_topersiandigits", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "topersiandigits()" - }, - { - "label": "Transactions()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L101", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_transactions_transactions", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "transactions()" - }, - { - "label": "Users()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Users.tsx", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_users_users", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "users()" - }, - { - "label": "useTableParams()", - "file_type": "code", - "source_file": "frontend/admin-panel/src/utils/useTableParams.ts", - "source_location": "L11", - "_callable": true, - "_origin": "ast", - "id": "frontend_admin_panel_src_utils_usetableparams_usetableparams", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "usetableparams()" - }, - { - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "community_name": "CategoriesController", - "norm_label": ".updatecategory()" - }, - { - "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": 39, - "community_name": "CategoriesController", - "norm_label": ".constructor()" - }, - { - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "community_name": "CategoriesController", - "norm_label": ".updatecategory()" - }, - { - "label": "BlogPreviewSection()", - "file_type": "code", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L28", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_components_blogpreviewsection_blogpreviewsection", - "community": 4, - "community_name": "SafeImage.tsx", - "norm_label": "blogpreviewsection()" - }, - { - "label": "loadBlogs()", - "file_type": "code", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_components_blogpreviewsection_blogpreviewsection_loadblogs", - "community": 4, - "community_name": "SafeImage.tsx", - "norm_label": "loadblogs()" - }, - { - "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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "productdetailmodal()" - }, - { - "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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "safeimage()" - }, - { - "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": 4, - "community_name": "SafeImage.tsx", - "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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "loadtestimonials()" - }, - { - "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": 4, - "community_name": "SafeImage.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": 4, - "community_name": "SafeImage.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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "handleclickoutside()" - }, - { - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "community_name": "MediaController", - "norm_label": ".uploadfile()" - }, - { - "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": 40, - "community_name": "MediaController", - "norm_label": ".constructor()" - }, - { - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "community_name": "MediaController", - "norm_label": ".uploadfile()" - }, - { - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "community_name": "SslController", - "norm_label": ".updatecertificates()" - }, - { - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "community_name": "BannersService", - "norm_label": ".update()" - }, - { - "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": 44, - "community_name": "TestimonialsService", - "norm_label": ".constructor()" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L40", - "_callable": true, - "_origin": "ast", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", - "community": 44, - "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": 44, - "community_name": "TestimonialsService", - "norm_label": ".findall()" - }, - { - "label": ".findHomepage()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", - "community": 44, - "community_name": "TestimonialsService", - "norm_label": ".findhomepage()" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L58", - "_callable": true, - "_origin": "ast", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", - "community": 44, - "community_name": "TestimonialsService", - "norm_label": ".remove()" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L49", - "_callable": true, - "_origin": "ast", - "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", - "community": 44, - "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": 44, - "community_name": "TestimonialsService", - "norm_label": ".constructor()" - }, - { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L22", - "_callable": true, - "_origin": "ast", - "id": "backend_src_testimonials_testimonials_service_testimonialsservice_create", - "community": 44, - "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": 44, - "community_name": "TestimonialsService", - "norm_label": ".findall()" - }, - { - "label": ".findHomepage()", - "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_findhomepage", - "community": 44, - "community_name": "TestimonialsService", - "norm_label": ".findhomepage()" - }, - { - "label": ".remove()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L39", - "_callable": true, - "_origin": "ast", - "id": "backend_src_testimonials_testimonials_service_testimonialsservice_remove", - "community": 44, - "community_name": "TestimonialsService", - "norm_label": ".remove()" - }, - { - "label": ".update()", - "file_type": "code", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L28", - "_callable": true, - "_origin": "ast", - "id": "backend_src_testimonials_testimonials_service_testimonialsservice_update", - "community": 44, - "community_name": "TestimonialsService", - "norm_label": ".update()" - }, - { - "label": ".createCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L202", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_createcoupon", - "community": 46, - "community_name": "Body", - "norm_label": ".createcoupon()" - }, - { - "label": ".toggleCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L216", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_togglecoupon", - "community": 46, - "community_name": "Body", - "norm_label": ".togglecoupon()" - }, - { - "label": ".updateCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L209", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_updatecoupon", - "community": 46, - "community_name": "Body", - "norm_label": ".updatecoupon()" - }, - { - "label": ".updateDoctor()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L256", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_updatedoctor", - "community": 46, - "community_name": "Body", - "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": 46, - "community_name": "Body", - "norm_label": ".updateorderstatus()" - }, - { - "label": ".updateSettings()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L287", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_updatesettings", - "community": 46, - "community_name": "Body", - "norm_label": ".updatesettings()" - }, - { - "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": 46, - "community_name": "Body", - "norm_label": ".updateuserrole()" - }, - { - "label": ".createCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L717", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_createcoupon", - "community": 46, - "community_name": "Body", - "norm_label": ".createcoupon()" - }, - { - "label": ".toggleCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L774", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_togglecoupon", - "community": 46, - "community_name": "Body", - "norm_label": ".togglecoupon()" - }, - { - "label": ".updateCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L744", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_updatecoupon", - "community": 46, - "community_name": "Body", - "norm_label": ".updatecoupon()" - }, - { - "label": ".updateDoctor()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L898", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_updatedoctor", - "community": 46, - "community_name": "Body", - "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": 46, - "community_name": "Body", - "norm_label": ".updateorderstatus()" - }, - { - "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": 46, - "community_name": "Body", - "norm_label": ".updateuserrole()" - }, - { - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "community_name": "IngredientsService", - "norm_label": ".update()" - }, - { - "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": 48, - "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": 48, - "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": 48, - "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": 48, - "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": 48, - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "tickets()" - }, - { - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "wholesaleapplications()" - }, - { - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "lazywithretry()" - }, - { - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "community_name": "CmsController", - "norm_label": ".updatevettestimonial()" - }, - { - "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": 51, - "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": 51, - "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": 51, - "community_name": "BlogsController", - "norm_label": ".deleteblog()" - }, - { - "label": ".deleteComment()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L102", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", - "community": 51, - "community_name": "BlogsController", - "norm_label": ".deletecomment()" - }, - { - "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": 51, - "community_name": "BlogsController", - "norm_label": ".getblogs()" - }, - { - "label": ".getComments()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L79", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_controller_blogscontroller_getcomments", - "community": 51, - "community_name": "BlogsController", - "norm_label": ".getcomments()" - }, - { - "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": 51, - "community_name": "BlogsController", - "norm_label": ".updateblog()" - }, - { - "label": ".updateCommentStatus()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L93", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", - "community": 51, - "community_name": "BlogsController", - "norm_label": ".updatecommentstatus()" - }, - { - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 52, - "community_name": "prescriptions.module.ts", - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "community_name": "SmartAdvisorService", - "norm_label": ".update()" - }, - { - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "community_name": "UsersService", - "norm_label": ".updateaddress()" - }, - { - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "community_name": "UITexts.tsx", - "norm_label": "uitexts()" - }, - { - "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": 56, - "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": 56, - "community_name": "SettingsService", - "norm_label": ".deletesmslog()" - }, - { - "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": 56, - "community_name": "SettingsService", - "norm_label": ".constructor()" - }, - { - "label": ".clearAllSmsLogs()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L624", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".clearallsmslogs()" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L148", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_constructor", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".constructor()" - }, - { - "label": ".deleteScientificTerm()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L397", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_deletescientificterm", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".deletescientificterm()" - }, - { - "label": ".deleteSmsLog()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L620", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_deletesmslog", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".deletesmslog()" - }, - { - "label": ".getCategorySetting()", - "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_getcategorysetting", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".getcategorysetting()" - }, - { - "label": ".getFinancialSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L270", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".getfinancialsettings()" - }, - { - "label": ".getScientificTerms()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L372", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_getscientificterms", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".getscientificterms()" - }, - { - "label": ".getSmsCredit()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L587", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_getsmscredit", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".getsmscredit()" - }, - { - "label": ".getSmsSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L583", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_getsmssettings", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".getsmssettings()" - }, - { - "label": ".getUiTexts()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L184", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_getuitexts", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".getuitexts()" - }, - { - "label": ".onModuleInit()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L153", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_onmoduleinit", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".onmoduleinit()" - }, - { - "label": ".seedDefaultUiTexts()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L157", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".seeddefaultuitexts()" - }, - { - "label": ".testSms()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L600", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_testsms", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".testsms()" - }, - { - "label": ".updateBulkUiTexts()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L261", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".updatebulkuitexts()" - }, - { - "label": ".updateCategorySetting()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L499", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".updatecategorysetting()" - }, - { - "label": ".updateFinancialSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L326", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".updatefinancialsettings()" - }, - { - "label": ".updateSmsSettings()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L591", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_updatesmssettings", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".updatesmssettings()" - }, - { - "label": ".updateUiText()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L229", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_updateuitext", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".updateuitext()" - }, - { - "label": ".upsertScientificTerm()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L376", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_upsertscientificterm", - "community": 56, - "community_name": "SettingsService", - "norm_label": ".upsertscientificterm()" - }, - { - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "community_name": "ContactService", - "norm_label": ".updatesubmissionstatus()" - }, - { - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "community_name": "tickets.controller.ts", - "norm_label": ".updateticketstatus()" - }, - { - "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": 60, - "community_name": "CreateUserDto", - "norm_label": ".createuser()" - }, - { - "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": 60, - "community_name": "CreateUserDto", - "norm_label": ".updateuser()" - }, - { - "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": 60, - "community_name": "CreateUserDto", - "norm_label": ".createuser()" - }, - { - "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": 60, - "community_name": "CreateUserDto", - "norm_label": ".updateuser()" - }, - { - "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": 65, - "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": 65, - "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": 65, - "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": 65, - "community_name": "ProductPage.tsx", - "norm_label": "productreviews()" - }, - { - "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": 66, - "community_name": "AdminController", - "norm_label": ".constructor()" - }, - { - "label": ".getCoupons()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L195", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_getcoupons", - "community": 66, - "community_name": "AdminController", - "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": 66, - "community_name": "AdminController", - "norm_label": ".getdashboardstats()" - }, - { - "label": ".getDoctors()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L233", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_getdoctors", - "community": 66, - "community_name": "AdminController", - "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": 66, - "community_name": "AdminController", - "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": 66, - "community_name": "AdminController", - "norm_label": ".getproducts()" - }, - { - "label": ".getSettings()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L280", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_getsettings", - "community": 66, - "community_name": "AdminController", - "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": 66, - "community_name": "AdminController", - "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": 66, - "community_name": "AdminController", - "norm_label": ".getusers()" - }, - { - "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": 67, - "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": 67, - "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": 67, - "community_name": "PetsController", - "norm_label": ".getpets()" - }, - { - "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": 67, - "community_name": "PetsController", - "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": 67, - "community_name": "PetsController", - "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": 67, - "community_name": "PetsController", - "norm_label": ".getpets()" - }, - { - "label": ".addComment()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L65", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", - "community": 68, - "community_name": "BlogsController", - "norm_label": ".addcomment()" - }, - { - "label": ".findAll()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L36", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_blogscontroller_findall", - "community": 68, - "community_name": "BlogsController", - "norm_label": ".findall()" - }, - { - "label": ".findComments()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L57", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", - "community": 68, - "community_name": "BlogsController", - "norm_label": ".findcomments()" - }, - { - "label": ".findHomepage()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L43", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", - "community": 68, - "community_name": "BlogsController", - "norm_label": ".findhomepage()" - }, - { - "label": ".findOne()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L51", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_blogscontroller_findone", - "community": 68, - "community_name": "BlogsController", - "norm_label": ".findone()" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L8", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_service_blogsservice_constructor", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".constructor()" - }, - { - "label": ".createBlog()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L44", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_service_blogsservice_createblog", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".createblog()" - }, - { - "label": ".deleteBlog()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L59", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_service_blogsservice_deleteblog", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".deleteblog()" - }, - { - "label": ".deleteComment()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L106", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_service_blogsservice_deletecomment", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".deletecomment()" - }, - { - "label": ".getBlogs()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L10", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_service_blogsservice_getblogs", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".getblogs()" - }, - { - "label": ".getComments()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L66", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_service_blogsservice_getcomments", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".getcomments()" - }, - { - "label": ".updateBlog()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L53", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_service_blogsservice_updateblog", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".updateblog()" - }, - { - "label": ".updateCommentStatus()", - "file_type": "code", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L100", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_blogs_service_blogsservice_updatecommentstatus", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".updatecommentstatus()" - }, - { - "label": ".constructor()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L31", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_blogscontroller_constructor", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".constructor()" - }, - { - "label": ".addComment()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L127", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_service_blogsservice_addcomment", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".addcomment()" - }, - { - "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": 7, - "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": 7, - "community_name": "PaginationDto", - "norm_label": ".findall()" - }, - { - "label": ".findCommentsBySlug()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L114", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_service_blogsservice_findcommentsbyslug", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".findcommentsbyslug()" - }, - { - "label": ".findHomepage()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L58", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_service_blogsservice_findhomepage", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".findhomepage()" - }, - { - "label": ".findOneBySlug()", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L88", - "_callable": true, - "_origin": "ast", - "id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug", - "community": 7, - "community_name": "PaginationDto", - "norm_label": ".findonebyslug()" - }, - { - "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": 7, - "community_name": "PaginationDto", - "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": 7, - "community_name": "PaginationDto", - "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": 7, - "community_name": "PaginationDto", - "norm_label": ".findone()" - }, - { - "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": 7, - "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": 7, - "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": 7, - "community_name": "PaginationDto", - "norm_label": ".findonebykey()" - }, - { - "label": "AboutPage()", - "file_type": "code", - "source_file": "frontend/application/app/about/page.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_about_page_aboutpage", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "aboutpage()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/about/page.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_about_page_generatemetadata", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "generatemetadata()" - }, - { - "label": "Checkout()", - "file_type": "code", - "source_file": "frontend/application/app/checkout/page.tsx", - "source_location": "L14", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_checkout_page_checkout", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "checkout()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/checkout/page.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_checkout_page_generatemetadata", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "generatemetadata()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/page.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_page_generatemetadata", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "generatemetadata()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/privacy/page.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_privacy_page_generatemetadata", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "generatemetadata()" - }, - { - "label": "PrivacyPage()", - "file_type": "code", - "source_file": "frontend/application/app/privacy/page.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_privacy_page_privacypage", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "privacypage()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/search/page.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_search_page_generatemetadata", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "generatemetadata()" - }, - { - "label": "SearchPage()", - "file_type": "code", - "source_file": "frontend/application/app/search/page.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_search_page_searchpage", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "searchpage()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/shop/page.tsx", - "source_location": "L5", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_shop_page_generatemetadata", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "generatemetadata()" - }, - { - "label": "Shop()", - "file_type": "code", - "source_file": "frontend/application/app/shop/page.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_shop_page_shop", - "community": 71, - "community_name": "getPageMetadata", - "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": 71, - "community_name": "getPageMetadata", - "norm_label": "archivepage()" - }, - { - "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": 71, - "community_name": "getPageMetadata", - "norm_label": "searchresultspage()" - }, - { - "label": "getPageMetadata()", - "file_type": "code", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L173", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_lib_seo_getpagemetadata", - "community": 71, - "community_name": "getPageMetadata", - "norm_label": "getpagemetadata()" - }, - { - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "community_name": "WikiController", - "norm_label": ".updateterm()" - }, - { - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "community_name": "PetsController", - "norm_label": ".update()" - }, - { - "label": ".uploadPetImage()", - "file_type": "code", - "source_file": "backend/src/pets/pets.controller.ts", - "source_location": "L81", - "_callable": true, - "_origin": "ast", - "id": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", - "community": 75, - "community_name": "PetsController", - "norm_label": ".uploadpetimage()" - }, - { - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "norm_label": ".create()" - }, - { - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "norm_label": ".findallbyuser()" - }, - { - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "norm_label": ".update()" - }, - { - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "community_name": "seo.module.ts", - "norm_label": ".getsitemapurls()" - }, - { - "label": ".deleteCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L226", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_deletecoupon", - "community": 78, - "community_name": "Param", - "norm_label": ".deletecoupon()" - }, - { - "label": ".deleteDoctor()", - "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L273", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_controller_admincontroller_deletedoctor", - "community": 78, - "community_name": "Param", - "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": 78, - "community_name": "Param", - "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": 78, - "community_name": "Param", - "norm_label": ".deleteuser()" - }, - { - "label": ".deleteCoupon()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L781", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_deletecoupon", - "community": 78, - "community_name": "Param", - "norm_label": ".deletecoupon()" - }, - { - "label": ".deleteDoctor()", - "file_type": "code", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L911", - "_callable": true, - "_origin": "ast", - "id": "backend_src_admin_admin_service_adminservice_deletedoctor", - "community": 78, - "community_name": "Param", - "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": 78, - "community_name": "Param", - "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": 78, - "community_name": "Param", - "norm_label": ".deleteuser()" - }, - { - "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": 8, - "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": 8, - "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": 8, - "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": 8, - "community_name": "admin.module.ts", - "norm_label": ".getdashboardreports()" - }, - { - "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": 8, - "community_name": "admin.module.ts", - "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": 8, - "community_name": "admin.module.ts", - "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": 8, - "community_name": "admin.module.ts", - "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": 8, - "community_name": "admin.module.ts", - "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": 8, - "community_name": "admin.module.ts", - "norm_label": ".updateterm()" - }, - { - "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": 85, - "community_name": "sms.service.ts", - "norm_label": ".getsmslogs()" - }, - { - "label": ".getSmsLogs()", - "file_type": "code", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L616", - "_callable": true, - "_origin": "ast", - "id": "backend_src_settings_settings_service_settingsservice_getsmslogs", - "community": 85, - "community_name": "sms.service.ts", - "norm_label": ".getsmslogs()" - }, - { "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": 86, - "community_name": "zibal.service.ts", - "norm_label": ".checkhealth()" + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".checkhealth()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L304" }, { + "id": "backend_src_payment_zibal_service_zibalservice_createsubmerchant", + "label": ".createSubMerchant()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".createsubmerchant()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L746" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_editsubmerchant", + "label": ".editSubMerchant()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".editsubmerchant()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L768" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getaccesstoken", + "label": ".getAccessToken()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getaccesstoken()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L465" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getcheckoutqueuereport", + "label": ".getCheckoutQueueReport()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getcheckoutqueuereport()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L722" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getcheckoutreport", + "label": ".getCheckoutReport()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getcheckoutreport()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L701" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getgatewayname", "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": 86, - "community_name": "zibal.service.ts", - "norm_label": ".getgatewayname()" + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getgatewayname()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L49" }, { - "label": ".getStartUrl()", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L53", + "id": "backend_src_payment_zibal_service_zibalservice_getgatewaytransactionsreport", + "label": ".getGatewayTransactionsReport()", "_callable": true, "_origin": "ast", - "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl", - "community": 86, - "community_name": "zibal.service.ts", - "norm_label": ".getstarturl()" + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getgatewaytransactionsreport()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L667" }, { - "label": ".inquiryPayment()", - "file_type": "code", - "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", - "source_location": "L52", + "id": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "label": ".getMerchant()", "_callable": true, "_origin": "ast", - "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment", - "community": 86, - "community_name": "zibal.service.ts", - "norm_label": ".inquirypayment()" + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getmerchant()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L93" }, { + "id": "backend_src_payment_zibal_service_zibalservice_getrefundlist", + "label": ".getRefundList()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getrefundlist()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L643" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getsubmerchantlist", + "label": ".getSubMerchantList()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getsubmerchantlist()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L761" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getwalletbalance", + "label": ".getWalletBalance()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getwalletbalance()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L582" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getwalletlist", + "label": ".getWalletList()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".getwalletlist()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L575" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_inquirecheckoutreport", + "label": ".inquireCheckoutReport()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".inquirecheckoutreport()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L731" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_inquirerefund", + "label": ".inquireRefund()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".inquirerefund()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L625" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", + "label": ".requestLazyPayment()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".requestlazypayment()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L368" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_requestpayment", "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": 86, - "community_name": "zibal.service.ts", - "norm_label": ".requestpayment()" + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".requestpayment()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L156" }, { + "id": "backend_src_payment_zibal_service_zibalservice_requestrefund", + "label": ".requestRefund()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".requestrefund()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L589" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_verifylazypayment", + "label": ".verifyLazyPayment()", + "_callable": true, + "_origin": "ast", + "community": 294, + "community_name": "ZibalService", + "file_type": "code", + "norm_label": ".verifylazypayment()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L422" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_verifypayment", "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": 86, - "community_name": "zibal.service.ts", - "norm_label": ".verifypayment()" - }, - { - "label": ".getAdminTransactions()", + "community": 294, + "community_name": "ZibalService", "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": 86, - "community_name": "zibal.service.ts", - "norm_label": ".getadmintransactions()" - }, - { - "label": "HomeClient()", - "file_type": "code", - "source_file": "frontend/application/app/HomeClient.tsx", - "source_location": "L24", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_homeclient_homeclient", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "homeclient()" - }, - { - "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": 88, - "community_name": "HomeClient.tsx", - "norm_label": "globalloading()" - }, - { - "label": "getHomeData()", - "file_type": "code", - "source_file": "frontend/application/app/page.tsx", - "source_location": "L13", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_page_gethomedata", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "gethomedata()" - }, - { - "label": "Home()", - "file_type": "code", - "source_file": "frontend/application/app/page.tsx", - "source_location": "L32", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_page_home", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "home()" - }, - { - "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": 88, - "community_name": "HomeClient.tsx", - "norm_label": "archiveproductcard()" - }, - { - "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": 88, - "community_name": "HomeClient.tsx", - "norm_label": "bannerplacement()" - }, - { - "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": 88, - "community_name": "HomeClient.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": 88, - "community_name": "HomeClient.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": 88, - "community_name": "HomeClient.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": 88, - "community_name": "HomeClient.tsx", - "norm_label": "skeleton()" - }, - { - "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": 88, - "community_name": "HomeClient.tsx", - "norm_label": ".getbanners()" - }, - { - "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": 89, - "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": 89, - "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": 89, - "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": 89, - "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": 89, - "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": 89, - "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": 89, - "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": 89, - "community_name": "seed-products.ts", - "norm_label": "slugify()" + "norm_label": ".verifypayment()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L218" }, { + "id": "backend_src_payment_payment_controller_paymentcontroller_constructor", "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": 92, - "community_name": "OrdersService", - "norm_label": ".constructor()" + "community": 297, + "community_name": "ZibalEBankService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L42" }, { - "label": ".create()", - "file_type": "code", - "source_file": "backend/src/orders/orders.controller.ts", - "source_location": "L85", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_cancelcheckout", + "label": ".cancelCheckout()", "_callable": true, "_origin": "ast", - "id": "backend_src_orders_orders_controller_orderscontroller_create", - "community": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "community_name": "OrdersService", - "norm_label": ".validatecoupon()" - }, - { - "label": "BlogPostPage()", - "file_type": "code", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L66", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_blog_slug_page_blogpostpage", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "blogpostpage()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L34", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_blog_slug_page_generatemetadata", - "community": 95, - "community_name": "getSeoConfig", - "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": 95, - "community_name": "getSeoConfig", - "norm_label": "getblog()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/layout.tsx", - "source_location": "L6", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_layout_generatemetadata", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "generatemetadata()" - }, - { - "label": "RootLayout()", - "file_type": "code", - "source_file": "frontend/application/app/layout.tsx", - "source_location": "L97", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_layout_rootlayout", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "rootlayout()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/shop/[slug]/page.tsx", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_shop_slug_page_generatemetadata", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "generatemetadata()" - }, - { - "label": "ShopProductPage()", - "file_type": "code", - "source_file": "frontend/application/app/shop/[slug]/page.tsx", - "source_location": "L47", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_shop_slug_page_shopproductpage", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "shopproductpage()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/wiki/[slug]/page.tsx", - "source_location": "L20", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_wiki_slug_page_generatemetadata", - "community": 95, - "community_name": "getSeoConfig", - "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": 95, - "community_name": "getSeoConfig", - "norm_label": "getwikiterm()" - }, - { - "label": "WikiTermPage()", - "file_type": "code", - "source_file": "frontend/application/app/wiki/[slug]/page.tsx", - "source_location": "L52", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_wiki_slug_page_wikitermpage", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "wikitermpage()" - }, - { - "label": "formatPageTitle()", - "file_type": "code", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L123", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_lib_seo_formatpagetitle", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "formatpagetitle()" - }, - { - "label": "getSeoConfig()", - "file_type": "code", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L32", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_lib_seo_getseoconfig", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "getseoconfig()" - }, - { - "label": "generateMetadata()", - "file_type": "code", - "source_file": "frontend/application/app/trust-seals/page.tsx", - "source_location": "L7", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_trust_seals_page_generatemetadata", - "community": 99, - "community_name": "trust-seals/page.tsx", - "norm_label": "generatemetadata()" - }, - { - "label": "TrustSealsPage()", - "file_type": "code", - "source_file": "frontend/application/app/trust-seals/page.tsx", - "source_location": "L15", - "_callable": true, - "_origin": "ast", - "id": "frontend_application_app_trust_seals_page_trustsealspage", - "community": 99, - "community_name": "trust-seals/page.tsx", - "norm_label": "trustsealspage()" - }, - { - "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": 99, - "community_name": "trust-seals/page.tsx", - "norm_label": "enamadbadge()" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_apibearerauth", - "community": 0, - "community_name": "Roles", - "norm_label": "apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_apioperation", - "community": 0, - "community_name": "Roles", - "norm_label": "apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_apitags", - "community": 0, - "community_name": "Roles", - "norm_label": "apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_body", - "community": 0, - "community_name": "Roles", - "norm_label": "body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_controller", - "community": 0, - "community_name": "Roles", - "norm_label": "controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_get", - "community": 0, - "community_name": "Roles", - "norm_label": "get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_param", - "community": 0, - "community_name": "Roles", - "norm_label": "param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_post", - "community": 0, - "community_name": "Roles", - "norm_label": "post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_put", - "community": 0, - "community_name": "Roles", - "norm_label": "put" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_query", - "community": 0, - "community_name": "Roles", - "norm_label": "query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_controller_ts_useguards", - "community": 0, - "community_name": "Roles", - "norm_label": "useguards" - }, - { - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "community_name": "app.module.ts", - "norm_label": "module" - }, - { - "label": "Global", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_common_sms_module_ts_global", - "community": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "community_name": "app.module.ts", - "norm_label": "module" - }, - { - "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": 1, - "community_name": "app.module.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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "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": 1, - "community_name": "app.module.ts", - "norm_label": "module" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_apibearerauth", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_apioperation", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_apitags", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_body", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_controller", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_delete", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_get", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_param", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_patch", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_post", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "post" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_query", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "query" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_req", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_controller_ts_useguards", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_reviews_reviews_service_ts_injectable", - "community": 10, - "community_name": "ReviewsService", - "norm_label": "injectable" - }, - { - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "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": 100, - "community_name": "Deep Audit Summary Report", - "norm_label": "inspected scopes" - }, - { - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "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": 101, - "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)" - }, - { - "label": "jest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L76", - "_origin": "ast", - "id": "backend_package_jest", - "community": 102, - "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": 102, - "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": 102, - "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": 102, - "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": 102, - "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": 102, - "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": 102, - "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": 102, - "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": 102, - "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": 102, - "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": 102, - "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": 102, - "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": 102, - "community_name": "jest", - "norm_label": "**/*.(t|j)s" - }, - { - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "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": 103, - "community_name": "Comprehensive Change Log", - "norm_label": "phase 3.2 \u2014 implementation readiness change log" - }, - { - "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": 104, - "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": 104, - "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": 104, - "community_name": "Coupons.tsx", - "norm_label": "financialsettingspage.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": 104, - "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": 104, - "community_name": "Coupons.tsx", - "norm_label": "financialsettingspage" - }, - { - "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": 105, - "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": 105, - "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": 105, - "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": 105, - "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": 105, - "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": 105, - "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": 105, - "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": 105, - "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": 105, - "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": 105, - "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": 105, - "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": 105, - "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)" - }, - { - "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": 106, - "community_name": "catalog/page.tsx", - "norm_label": "catalog/page.tsx" - }, - { - "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": 107, - "community_name": "wiki/page.tsx", - "norm_label": "wiki/page.tsx" - }, - { - "label": "ApiExcludeController", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "apiexcludecontroller", - "community": 108, - "community_name": "PrismaService", - "norm_label": "apiexcludecontroller" - }, - { - "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": 108, - "community_name": "PrismaService", - "norm_label": "media.service.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": 108, - "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": 108, - "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": 108, - "community_name": "PrismaService", - "norm_label": "metrics.controller.ts" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_common_metrics_controller_ts_controller", - "community": 108, - "community_name": "PrismaService", - "norm_label": "controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_common_metrics_controller_ts_get", - "community": 108, - "community_name": "PrismaService", - "norm_label": "get" - }, - { - "label": "Res", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_common_metrics_controller_ts_res", - "community": 108, - "community_name": "PrismaService", - "norm_label": "res" - }, - { - "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": 108, - "community_name": "PrismaService", - "norm_label": "contact.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": 108, - "community_name": "PrismaService", - "norm_label": "ingredients.service.ts" - }, - { - "label": "menu.service.ts", - "file_type": "code", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_menu_menu_service", - "community": 108, - "community_name": "PrismaService", - "norm_label": "menu.service.ts" - }, - { - "label": "zibal-ebank.service.ts", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", + "norm_label": ".cancelcheckout()", "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_payment_zibal_ebank_service", - "community": 108, - "community_name": "PrismaService", - "norm_label": "zibal-ebank.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": 108, - "community_name": "PrismaService", - "norm_label": "pets.service.spec.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": 108, - "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": 108, - "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": 108, - "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": 108, - "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": 108, - "community_name": "PrismaService", - "norm_label": "settings.service.ts" - }, - { - "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": 108, - "community_name": "PrismaService", - "norm_label": "canonical_aliases" - }, - { - "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": 108, - "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": 108, - "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": 108, - "community_name": "PrismaService", - "norm_label": "testimonials.service.ts" - }, - { - "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": 108, - "community_name": "PrismaService", - "norm_label": "users.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": 108, - "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": 108, - "community_name": "PrismaService", - "norm_label": "videos.service.ts" - }, - { - "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": 109, - "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": 109, - "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": 109, - "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": 109, - "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": 109, - "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": 109, - "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": 109, - "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": 109, - "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": 109, - "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": 109, - "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": 109, - "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": 109, - "community_name": "1. Summary of Integrity Repairs Performed", - "norm_label": "phase 2.6 integrity repair & audit quality gate report" - }, - { - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "norm_label": "mediaselector.tsx" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "pagination.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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "norm_label": "ingredientsmanager.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": 11, - "community_name": "api", - "norm_label": "pets.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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "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": 11, - "community_name": "api", - "norm_label": "videos.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": 11, - "community_name": "api", - "norm_label": "wiki.tsx" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "videos" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "wiki" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "api" - }, - { - "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": 11, - "community_name": "api", - "norm_label": "base_domain" - }, - { - "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": 110, - "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": 110, - "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": 110, - "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": 110, - "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": 110, - "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": 110, - "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": 110, - "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": 110, - "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": 110, - "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": 110, - "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": 110, - "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": 111, - "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": 111, - "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": 111, - "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": 111, - "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": 111, - "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": 111, - "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": 111, - "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": 111, - "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": 111, - "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": 111, - "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": 111, - "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": 112, - "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": 112, - "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": 112, - "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": 112, - "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": 112, - "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": 112, - "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": 112, - "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": 112, - "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": 112, - "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": 112, - "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": 112, - "community_name": "Operational Rules & Boundaries", - "norm_label": "strict input specifications (what files to read)" - }, - { - "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": 113, - "community_name": "ProductDto", - "norm_label": "product.dto.ts" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_dto_product_dto_ts_apipropertyoptional", - "community": 113, - "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": 113, - "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": 113, - "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": 113, - "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": 113, - "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": 113, - "community_name": "ProductDto", - "norm_label": "isstring" - }, - { - "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": 114, - "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": 114, - "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": 114, - "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": 114, - "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": 114, - "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": 114, - "community_name": "AppService", - "norm_label": "injectable" - }, - { - "label": "helmet", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L36", - "_origin": "ast", - "id": "backend_package_dependencies_helmet", - "community": 115, - "community_name": "helmet", - "norm_label": "helmet" - }, - { - "label": "helmet", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L36", - "_origin": "ast", - "id": "helmet", - "community": 115, - "community_name": "helmet", - "norm_label": "helmet" - }, - { - "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": 116, - "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": 116, - "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": 116, - "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": 116, - "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": 116, - "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": 116, - "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": 116, - "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": 116, - "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": 116, - "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": 116, - "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": 116, - "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": 117, - "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": 117, - "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": 117, - "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": 117, - "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": 117, - "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": 117, - "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": 117, - "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": 117, - "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": 117, - "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": 117, - "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": 117, - "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": 118, - "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": 118, - "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": 118, - "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": 118, - "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": 118, - "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": 118, - "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": 118, - "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": 118, - "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": 118, - "community_name": "Operational Rules & Boundaries", - "norm_label": "role & core objective" + "source_location": "L222" }, { - "label": "Strict Input Specifications (What files to read)", - "file_type": "document", - "source_file": ".ai_agency/agents/02_ceo.md", - "source_location": "L7", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus", + "label": ".changeIdentifiedPaymentStatus()", + "_callable": true, "_origin": "ast", - "id": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read", - "community": 118, - "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": 119, - "community_name": "compilerOptions", - "norm_label": "prisma/tsconfig.json" - }, - { - "label": "compilerOptions", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "backend/prisma/tsconfig.json", - "source_location": "L2", - "_origin": "ast", - "id": "backend_prisma_tsconfig_compileroptions", - "community": 119, - "community_name": "compilerOptions", - "norm_label": "compileroptions" + "norm_label": ".changeidentifiedpaymentstatus()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L318" }, { - "label": "esModuleInterop", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.json", - "source_location": "L5", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_constructor", + "label": ".constructor()", + "_callable": true, "_origin": "ast", - "id": "backend_prisma_tsconfig_compileroptions_esmoduleinterop", - "community": 119, - "community_name": "compilerOptions", - "norm_label": "esmoduleinterop" - }, - { - "label": "module", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "backend/prisma/tsconfig.json", - "source_location": "L3", - "_origin": "ast", - "id": "backend_prisma_tsconfig_compileroptions_module", - "community": 119, - "community_name": "compilerOptions", - "norm_label": "module" + "norm_label": ".constructor()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L48" }, { - "label": "moduleResolution", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.json", - "source_location": "L4", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout", + "label": ".createCheckout()", + "_callable": true, "_origin": "ast", - "id": "backend_prisma_tsconfig_compileroptions_moduleresolution", - "community": 119, - "community_name": "compilerOptions", - "norm_label": "moduleresolution" - }, - { - "label": "skipLibCheck", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "backend/prisma/tsconfig.json", - "source_location": "L6", - "_origin": "ast", - "id": "backend_prisma_tsconfig_compileroptions_skiplibcheck", - "community": 119, - "community_name": "compilerOptions", - "norm_label": "skiplibcheck" + "norm_label": ".createcheckout()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L152" }, { - "label": "types", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.json", - "source_location": "L7", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccesstoken", + "label": ".getAccessToken()", + "_callable": true, "_origin": "ast", - "id": "backend_prisma_tsconfig_compileroptions_types", - "community": 119, - "community_name": "compilerOptions", - "norm_label": "types" - }, - { - "label": "include", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "backend/prisma/tsconfig.json", - "source_location": "L9", - "_origin": "ast", - "id": "backend_prisma_tsconfig_include", - "community": 119, - "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": 119, - "community_name": "compilerOptions", - "norm_label": "node" + "norm_label": ".getaccesstoken()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L53" }, { - "label": "./**/*.ts", - "file_type": "concept", - "source_file": "backend/prisma/tsconfig.json", - "source_location": "L9", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountbalance", + "label": ".getAccountBalance()", + "_callable": true, "_origin": "ast", - "id": "backend_prisma_tsconfig_json_ref_ts", - "community": 119, - "community_name": "compilerOptions", - "norm_label": "./**/*.ts" - }, - { - "label": "[id]/page.tsx", + "community": 297, + "community_name": "ZibalEBankService", "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": 12, - "community_name": "PetProfile.tsx", - "norm_label": "[id]/page.tsx" + "norm_label": ".getaccountbalance()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L252" }, { - "label": "Header.tsx", - "file_type": "code", - "source_file": "frontend/application/components/Header.tsx", - "source_location": "L1", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountlist", + "label": ".getAccountList()", + "_callable": true, "_origin": "ast", - "id": "frontend_application_components_header", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "header.tsx" - }, - { - "label": "MENU_ICONS", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "frontend/application/components/Header.tsx", - "source_location": "L19", - "_origin": "ast", - "id": "frontend_application_components_header_menu_icons", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "menu_icons" + "norm_label": ".getaccountlist()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L240" }, { - "label": "OrderSuccess.tsx", - "file_type": "code", - "source_file": "frontend/application/components/OrderSuccess.tsx", - "source_location": "L1", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist", + "label": ".getCheckoutList()", + "_callable": true, "_origin": "ast", - "id": "frontend_application_components_ordersuccess", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "ordersuccess.tsx" - }, - { - "label": "PetProfile.tsx", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "frontend/application/components/PetProfile.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_petprofile", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "petprofile.tsx" + "norm_label": ".getcheckoutlist()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L198" }, { - "label": "PrescriptionUploadModal.tsx", - "file_type": "code", - "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", - "source_location": "L1", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", + "label": ".getDefaultAccountId()", + "_callable": true, "_origin": "ast", - "id": "frontend_application_components_prescriptionuploadmodal", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "prescriptionuploadmodal.tsx" - }, - { - "label": "SmartAdvisor.tsx", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "frontend/application/components/SmartAdvisor.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_smartadvisor", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "smartadvisor.tsx" + "norm_label": ".getdefaultaccountid()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L71" }, { - "label": "CURRENT_SYMPTOMS", - "file_type": "code", - "source_file": "frontend/application/components/SmartAdvisor.tsx", - "source_location": "L32", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist", + "label": ".getIdentifiedPaymentList()", + "_callable": true, "_origin": "ast", - "id": "frontend_application_components_smartadvisor_current_symptoms", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "current_symptoms" - }, - { - "label": "MEDICAL_HISTORIES", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "frontend/application/components/SmartAdvisor.tsx", - "source_location": "L44", - "_origin": "ast", - "id": "frontend_application_components_smartadvisor_medical_histories", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "medical_histories" + "norm_label": ".getidentifiedpaymentlist()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L294" }, { - "label": "Header.test.tsx", - "file_type": "code", - "source_file": "frontend/application/components/__tests__/Header.test.tsx", - "source_location": "L1", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist", + "label": ".getStatementList()", + "_callable": true, "_origin": "ast", - "id": "frontend_application_components_tests_header_test", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "header.test.tsx" - }, - { - "label": "usePetStore.ts", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_lib_store_usepetstore", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "usepetstore.ts" + "norm_label": ".getstatementlist()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L266" }, { - "label": "usePetStore", - "file_type": "code", - "source_file": "frontend/application/lib/store/usePetStore.ts", - "source_location": "L65", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquirecheckout", + "label": ".inquireCheckout()", + "_callable": true, "_origin": "ast", - "id": "frontend_application_lib_store_usepetstore_usepetstore", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "usepetstore" - }, - { - "label": "useUserStore", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "frontend/application/lib/store/userStore.ts", - "source_location": "L63", - "_origin": "ast", - "id": "frontend_application_lib_store_userstore_useuserstore", - "community": 12, - "community_name": "PetProfile.tsx", - "norm_label": "useuserstore" + "norm_label": ".inquirecheckout()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L179" }, { - "label": "tsconfig.seed.json", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L1", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquireidentifiedpayment", + "label": ".inquireIdentifiedPayment()", + "_callable": true, "_origin": "ast", - "id": "backend_prisma_tsconfig_seed", - "community": 120, - "community_name": "compilerOptions", - "norm_label": "tsconfig.seed.json" - }, - { - "label": "compilerOptions", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L2", - "_origin": "ast", - "id": "backend_prisma_tsconfig_seed_compileroptions", - "community": 120, - "community_name": "compilerOptions", - "norm_label": "compileroptions" + "norm_label": ".inquireidentifiedpayment()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L340" }, { - "label": "esModuleInterop", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L5", + "id": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", + "label": ".request()", + "_callable": true, "_origin": "ast", - "id": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", - "community": 120, - "community_name": "compilerOptions", - "norm_label": "esmoduleinterop" - }, - { - "label": "module", + "community": 297, + "community_name": "ZibalEBankService", "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L3", - "_origin": "ast", - "id": "backend_prisma_tsconfig_seed_compileroptions_module", - "community": 120, - "community_name": "compilerOptions", - "norm_label": "module" + "norm_label": ".request()", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L86" }, { - "label": "moduleResolution", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L4", + "id": "backend_src_payment_payment_controller_paymentcontroller_extractrealclientip", + "label": ".extractRealClientIp()", + "_callable": true, "_origin": "ast", - "id": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", - "community": 120, - "community_name": "compilerOptions", - "norm_label": "moduleresolution" - }, - { - "label": "skipLibCheck", + "community": 298, + "community_name": ".initiateOrderPayment", "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L6", - "_origin": "ast", - "id": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", - "community": 120, - "community_name": "compilerOptions", - "norm_label": "skiplibcheck" + "norm_label": ".extractrealclientip()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L48" }, { - "label": "types", - "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L7", + "id": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "label": ".handleZibalCallback()", + "_callable": true, "_origin": "ast", - "id": "backend_prisma_tsconfig_seed_compileroptions_types", - "community": 120, - "community_name": "compilerOptions", - "norm_label": "types" - }, - { - "label": "include", + "community": 298, + "community_name": ".initiateOrderPayment", "file_type": "code", - "source_file": "backend/prisma/tsconfig.seed.json", - "source_location": "L9", - "_origin": "ast", - "id": "backend_prisma_tsconfig_seed_include", - "community": 120, - "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": 120, - "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": 120, - "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": 121, - "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": 121, - "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": 121, - "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": 121, - "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": 121, - "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": 121, - "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": 121, - "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": 121, - "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": 121, - "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": 121, - "community_name": "backend/README.md", - "norm_label": "support" + "norm_label": ".handlezibalcallback()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L116" }, { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", + "id": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "label": ".handleZibalLazyCallback()", + "_callable": true, "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_post", - "community": 122, - "community_name": ".adjustWallet", - "norm_label": "post" - }, - { - "label": "js-yaml", + "community": 298, + "community_name": ".initiateOrderPayment", "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L38", - "_origin": "ast", - "id": "backend_package_dependencies_js_yaml", - "community": 123, - "community_name": "js-yaml", - "norm_label": "js-yaml" - }, - { - "label": "js-yaml", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L38", - "_origin": "ast", - "id": "js_yaml", - "community": 123, - "community_name": "js-yaml", - "norm_label": "js-yaml" - }, - { - "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": 124, - "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": 124, - "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": 124, - "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": 124, - "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": 124, - "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": 124, - "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": 124, - "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": 124, - "community_name": "Repository Map", - "norm_label": "mandatory global audit exclusions" + "norm_label": ".handleziballazycallback()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L194" }, { - "label": "Repository Map", - "file_type": "document", - "source_file": "docs/audit/00-repository-map.md", - "source_location": "L1", + "id": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "label": ".initiateOrderPayment()", + "_callable": true, "_origin": "ast", - "id": "docs_audit_00_repository_map_repository_map", - "community": 124, - "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": 124, - "community_name": "Repository Map", - "norm_label": "repository structure & overview" - }, - { - "label": "validate_integrity.js", + "community": 298, + "community_name": ".initiateOrderPayment", "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L1", - "_origin": "ast", - "id": "docs_audit_validate_integrity", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "validate_integrity.js" + "norm_label": ".initiateorderpayment()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L75" }, { - "label": "dispSum", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L16", + "id": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "label": ".initiateWalletTopup()", + "_callable": true, "_origin": "ast", - "id": "docs_audit_validate_integrity_dispsum", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "dispsum" - }, - { - "label": "errors", + "community": 298, + "community_name": ".initiateOrderPayment", "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L7", - "_origin": "ast", - "id": "docs_audit_validate_integrity_errors", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "errors" + "norm_label": ".initiatewallettopup()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L97" }, { - "label": "invalidNewIds", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L27", + "id": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "label": ".verifyPaymentDirect()", + "_callable": true, "_origin": "ast", - "id": "docs_audit_validate_integrity_invalidnewids", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "invalidnewids" - }, - { - "label": "manifest", + "community": 298, + "community_name": ".initiateOrderPayment", "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L3", - "_origin": "ast", - "id": "docs_audit_validate_integrity_manifest", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "manifest" + "norm_label": ".verifypaymentdirect()", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L169" }, { - "label": "report", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L43", + "id": "backend_src_payment_zibal_service_zibalservice_getfrontendurl", + "label": ".getFrontendUrl()", + "_callable": true, "_origin": "ast", - "id": "docs_audit_validate_integrity_report", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "report" - }, - { - "label": "trackedFiles", + "community": 298, + "community_name": ".initiateOrderPayment", "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L4", - "_origin": "ast", - "id": "docs_audit_validate_integrity_trackedfiles", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "trackedfiles" + "norm_label": ".getfrontendurl()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L111" }, { - "label": "uninspected", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L38", + "id": "frontend_application_app_sitemap_sitemap", + "label": "sitemap()", + "_callable": true, "_origin": "ast", - "id": "docs_audit_validate_integrity_uninspected", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "uninspected" - }, - { - "label": "verifiedIndex", + "community": 3, + "community_name": "productService.ts", "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L5", - "_origin": "ast", - "id": "docs_audit_validate_integrity_verifiedindex", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "verifiedindex" + "norm_label": "sitemap()", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L5" }, { - "label": "warnings", - "file_type": "code", - "source_file": "docs/audit/validate_integrity.js", - "source_location": "L8", + "id": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "label": "CatalogPageSpread()", + "_callable": true, "_origin": "ast", - "id": "docs_audit_validate_integrity_warnings", - "community": 125, - "community_name": "validate_integrity.js", - "norm_label": "warnings" - }, - { - "label": "admin-panel/package.json", + "community": 3, + "community_name": "productService.ts", "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_package", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "admin-panel/package.json" + "norm_label": "catalogpagespread()", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L67" }, { - "label": "name", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L2", + "id": "frontend_application_components_catalog_catalogpagespread_getformbadge", + "label": "getFormBadge()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_package_name", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "name" - }, - { - "label": "private", + "community": 3, + "community_name": "productService.ts", "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L3", - "_origin": "ast", - "id": "frontend_admin_panel_package_private", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "private" + "norm_label": "getformbadge()", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L49" }, { - "label": "scripts", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L6", + "id": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge", + "label": "getSpeciesBadge()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_package_scripts", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "scripts" - }, - { - "label": "build", + "community": 3, + "community_name": "productService.ts", "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L8", - "_origin": "ast", - "id": "frontend_admin_panel_package_scripts_build", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "build" + "norm_label": "getspeciesbadge()", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L61" }, { - "label": "dev", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L7", + "id": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "label": "FlipbookCatalog()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_package_scripts_dev", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "dev" - }, - { - "label": "lint", + "community": 3, + "community_name": "productService.ts", "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L9", - "_origin": "ast", - "id": "frontend_admin_panel_package_scripts_lint", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "lint" + "norm_label": "flipbookcatalog()", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L36" }, { - "label": "preview", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L10", + "id": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext", + "label": "normalizeSearchText()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_package_scripts_preview", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "preview" - }, - { - "label": "type", + "community": 3, + "community_name": "productService.ts", "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L5", - "_origin": "ast", - "id": "frontend_admin_panel_package_type", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "type" + "norm_label": "normalizesearchtext()", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L27" }, { - "label": "version", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L4", + "id": "frontend_application_components_catalog_productdetailmodal_productdetailmodal", + "label": "ProductDetailModal()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_package_version", - "community": 126, - "community_name": "admin-panel/package.json", - "norm_label": "version" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "productdetailmodal()", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L14" }, { - "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", + "id": "frontend_application_components_ingredientwiki_formatingredientdisplayname", + "label": "formatIngredientDisplayName()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme", - "community": 127, - "community_name": "Sahel-Font", - "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/readme.md" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "formatingredientdisplayname()", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L50" }, { - "label": "Arch Linux", - "file_type": "document", - "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", - "source_location": "L119", + "id": "frontend_application_components_ingredientwiki_ingredientwiki", + "label": "IngredientWiki()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux", - "community": 127, - "community_name": "Sahel-Font", - "norm_label": "arch linux" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "ingredientwiki()", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L63" }, { - "label": "Contributors", - "file_type": "document", - "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", - "source_location": "L127", + "id": "frontend_application_lib_services_productservice_productservice_constructor", + "label": ".constructor()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors", - "community": 127, - "community_name": "Sahel-Font", - "norm_label": "contributors" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L74" }, { - "label": "Install", - "file_type": "document", - "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", - "source_location": "L103", + "id": "frontend_application_lib_services_productservice_productservice_getactivefilters", + "label": ".getActiveFilters()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install", - "community": 127, - "community_name": "Sahel-Font", - "norm_label": "install" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": ".getactivefilters()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L298" }, { - "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", + "id": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "label": ".getFeaturedProducts()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", - "community": 127, - "community_name": "Sahel-Font", - "norm_label": "known problems for variable version" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": ".getfeaturedproducts()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L268" }, { - "label": "License", - "file_type": "document", - "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", - "source_location": "L131", + "id": "frontend_application_lib_services_productservice_productservice_getinstance", + "label": ".getInstance()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license", - "community": 127, - "community_name": "Sahel-Font", - "norm_label": "license" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": ".getinstance()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L76" }, { - "label": "Sahel-Font", - "file_type": "document", - "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", - "source_location": "L1", + "id": "frontend_application_lib_services_productservice_productservice_getnavigationfilters", + "label": ".getNavigationFilters()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", - "community": 127, - "community_name": "Sahel-Font", - "norm_label": "sahel-font" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": ".getnavigationfilters()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L312" }, { - "label": "To Do (variable)", - "file_type": "document", - "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", - "source_location": "L17", + "id": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "label": ".getProductById()", + "_callable": true, "_origin": "ast", - "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", - "community": 127, - "community_name": "Sahel-Font", - "norm_label": "to do (variable)" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": ".getproductbyid()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L248" }, { - "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", + "id": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "label": ".getProductBySlug()", + "_callable": true, "_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": 127, - "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" + "community": 3, + "community_name": "productService.ts", + "file_type": "code", + "norm_label": ".getproductbyslug()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L258" }, { - "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", + "id": "frontend_application_lib_services_productservice_productservice_getproducts", + "label": ".getProducts()", + "_callable": true, "_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": 127, - "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": "@nestjs/core", + "community": 3, + "community_name": "productService.ts", "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L25", - "_origin": "ast", - "id": "backend_package_dependencies_nestjs_core", - "community": 128, - "community_name": "@nestjs/core", - "norm_label": "@nestjs/core" + "norm_label": ".getproducts()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L216" }, { - "label": "@nestjs/core", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L25", + "id": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "label": ".mapBackendToFrontend()", + "_callable": true, "_origin": "ast", - "id": "nestjs_core", - "community": 128, - "community_name": "@nestjs/core", - "norm_label": "@nestjs/core" - }, - { - "label": "profile/page.tsx", + "community": 3, + "community_name": "productService.ts", "file_type": "code", - "source_file": "frontend/application/app/profile/page.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_app_profile_page", - "community": 129, - "community_name": "seo.ts", - "norm_label": "profile/page.tsx" + "norm_label": ".mapbackendtofrontend()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L83" }, { - "label": "track/page.tsx", + "id": "frontend_application_app_track_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 311, + "community_name": "track/page.tsx", "file_type": "code", + "norm_label": "generatemetadata()", "source_file": "frontend/application/app/track/page.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_app_track_page", - "community": 129, - "community_name": "seo.ts", - "norm_label": "track/page.tsx" + "source_location": "L5" }, { - "label": "seo.ts", + "id": "frontend_application_app_track_page_trackpage", + "label": "TrackPage()", + "_callable": true, + "_origin": "ast", + "community": 311, + "community_name": "track/page.tsx", "file_type": "code", + "norm_label": "trackpage()", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L13" + }, + { + "id": "frontend_application_components_ordertracking_ordertracking", + "label": "OrderTracking()", + "_callable": true, + "_origin": "ast", + "community": 311, + "community_name": "track/page.tsx", + "file_type": "code", + "norm_label": "ordertracking()", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L18" + }, + { + "id": "frontend_application_app_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 313, + "community_name": "app/page.tsx", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L5" + }, + { + "id": "frontend_application_app_page_gethomedata", + "label": "getHomeData()", + "_callable": true, + "_origin": "ast", + "community": 313, + "community_name": "app/page.tsx", + "file_type": "code", + "norm_label": "gethomedata()", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L13" + }, + { + "id": "frontend_application_app_page_home", + "label": "Home()", + "_callable": true, + "_origin": "ast", + "community": 313, + "community_name": "app/page.tsx", + "file_type": "code", + "norm_label": "home()", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L32" + }, + { + "id": "frontend_application_app_search_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 316, + "community_name": "search/page.tsx", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L5" + }, + { + "id": "frontend_application_app_search_page_searchpage", + "label": "SearchPage()", + "_callable": true, + "_origin": "ast", + "community": 316, + "community_name": "search/page.tsx", + "file_type": "code", + "norm_label": "searchpage()", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L13" + }, + { + "id": "frontend_application_components_searchresultspage_searchresultspage", + "label": "SearchResultsPage()", + "_callable": true, + "_origin": "ast", + "community": 316, + "community_name": "search/page.tsx", + "file_type": "code", + "norm_label": "searchresultspage()", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L13" + }, + { + "id": "frontend_application_app_shop_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 317, + "community_name": "shop/page.tsx", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L5" + }, + { + "id": "frontend_application_app_shop_page_shop", + "label": "Shop()", + "_callable": true, + "_origin": "ast", + "community": 317, + "community_name": "shop/page.tsx", + "file_type": "code", + "norm_label": "shop()", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L13" + }, + { + "id": "frontend_application_components_archivepage_archivepage", + "label": "ArchivePage()", + "_callable": true, + "_origin": "ast", + "community": 317, + "community_name": "shop/page.tsx", + "file_type": "code", + "norm_label": "archivepage()", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L227" + }, + { + "id": "frontend_admin_panel_src_components_ui_maskablefield_maskablefield", + "label": "MaskableField()", + "_callable": true, + "_origin": "ast", + "community": 318, + "community_name": "MaskableField.tsx", + "file_type": "code", + "norm_label": "maskablefield()", + "source_file": "frontend/admin-panel/src/components/ui/MaskableField.tsx", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_src_components_ui_spinner_spinner", + "label": "Spinner()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "spinner()", + "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", + "source_location": "L2" + }, + { + "id": "frontend_admin_panel_src_pages_faqmanager_faqmanager", + "label": "FAQManager()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "faqmanager()", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L21" + }, + { + "id": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage", + "label": "FinancialSettingsPage()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "financialsettingspage()", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L11" + }, + { + "id": "frontend_admin_panel_src_pages_menumanager_menumanager", + "label": "MenuManager()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "menumanager()", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L40" + }, + { + "id": "frontend_admin_panel_src_pages_paymentgatewayspage_paymentgatewayspage", + "label": "PaymentGatewaysPage()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "paymentgatewayspage()", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L22" + }, + { + "id": "frontend_admin_panel_src_pages_reviews_reviews", + "label": "Reviews()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "reviews()", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L58" + }, + { + "id": "frontend_admin_panel_src_pages_reviews_topersiandigits", + "label": "toPersianDigits()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "topersiandigits()", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L52" + }, + { + "id": "frontend_admin_panel_src_pages_settings_settings", + "label": "Settings()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "settings()", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L29" + }, + { + "id": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", + "label": "SslSettingsPage()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "sslsettingspage()", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L41" + }, + { + "id": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", + "label": "SystemSettingsPage()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "systemsettingspage()", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L22" + }, + { + "id": "frontend_admin_panel_src_pages_zibalportalpage_zibalportalpage", + "label": "ZibalPortalPage()", + "_callable": true, + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "zibalportalpage()", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L33" + }, + { + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "label": ".applyForWholesale()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".applyforwholesale()", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L29" + }, + { + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "label": ".approveWholesaleRequest()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".approvewholesalerequest()", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L54" + }, + { + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L21" + }, + { + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "label": ".getWholesaleRequests()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".getwholesalerequests()", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L43" + }, + { + "id": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "label": ".rejectWholesaleRequest()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".rejectwholesalerequest()", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L63" + }, + { + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "label": ".applyForWholesale()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".applyforwholesale()", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L14" + }, + { + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", + "label": ".approveWholesaleRequest()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".approvewholesalerequest()", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L63" + }, + { + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L9" + }, + { + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", + "label": ".getWholesaleRequests()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".getwholesalerequests()", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L54" + }, + { + "id": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest", + "label": ".rejectWholesaleRequest()", + "_callable": true, + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": ".rejectwholesalerequest()", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L77" + }, + { + "id": "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L20" + }, + { + "id": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "label": ".createInquiry()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".createinquiry()", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L24" + }, + { + "id": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "label": ".createWholesaleOrder()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".createwholesaleorder()", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L73" + }, + { + "id": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "label": ".findAllInquiries()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".findallinquiries()", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L44" + }, + { + "id": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "label": ".getAllPartnerAccounts()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".getallpartneraccounts()", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L86" + }, + { + "id": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "label": ".getPartnerProfile()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".getpartnerprofile()", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L64" + }, + { + "id": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "label": ".updateInquiryStatus()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".updateinquirystatus()", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L53" + }, + { + "id": "backend_src_b2b_b2b_service_b2bservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_b2b_b2b_service_b2bservice_createinquiry", + "label": ".createInquiry()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".createinquiry()", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L17" + }, + { + "id": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", + "label": ".createWholesaleOrder()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".createwholesaleorder()", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L67" + }, + { + "id": "backend_src_b2b_b2b_service_b2bservice_findallinquiries", + "label": ".findAllInquiries()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".findallinquiries()", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L34" + }, + { + "id": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", + "label": ".getAllPartnerAccounts()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".getallpartneraccounts()", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L95" + }, + { + "id": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", + "label": ".getPartnerProfile()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".getpartnerprofile()", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L54" + }, + { + "id": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", + "label": ".updateInquiryStatus()", + "_callable": true, + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": ".updateinquirystatus()", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L40" + }, + { + "id": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "label": ".adminLogin()", + "_callable": true, + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": ".adminlogin()", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L97" + }, + { + "id": "backend_src_auth_auth_controller_authcontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L42" + }, + { + "id": "backend_src_auth_auth_controller_authcontroller_login", + "label": ".login()", + "_callable": true, + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": ".login()", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L88" + }, + { + "id": "backend_src_auth_auth_controller_authcontroller_logout", + "label": ".logout()", + "_callable": true, + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": ".logout()", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L120" + }, + { + "id": "backend_src_auth_auth_controller_authcontroller_refresh", + "label": ".refresh()", + "_callable": true, + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": ".refresh()", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L107" + }, + { + "id": "backend_src_auth_auth_controller_authcontroller_register", + "label": ".register()", + "_callable": true, + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": ".register()", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L79" + }, + { + "id": "backend_src_auth_auth_controller_authcontroller_sendotp", + "label": ".sendOtp()", + "_callable": true, + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": ".sendotp()", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L57" + }, + { + "id": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "label": ".verifyOtp()", + "_callable": true, + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": ".verifyotp()", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L68" + }, + { + "id": "backend_src_faq_faq_controller_faqcontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L20" + }, + { + "id": "backend_src_faq_faq_controller_faqcontroller_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L42" + }, + { + "id": "backend_src_faq_faq_controller_faqcontroller_findactive", + "label": ".findActive()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".findactive()", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L24" + }, + { + "id": "backend_src_faq_faq_controller_faqcontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L33" + }, + { + "id": "backend_src_faq_faq_controller_faqcontroller_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L86" + }, + { + "id": "backend_src_faq_faq_controller_faqcontroller_reorder", + "label": ".reorder()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".reorder()", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L59" + }, + { + "id": "backend_src_faq_faq_controller_faqcontroller_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L68" + }, + { + "id": "backend_src_faq_faq_service_faqservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L6" + }, + { + "id": "backend_src_faq_faq_service_faqservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L23" + }, + { + "id": "backend_src_faq_faq_service_faqservice_findactive", + "label": ".findActive()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".findactive()", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L9" + }, + { + "id": "backend_src_faq_faq_service_faqservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L17" + }, + { + "id": "backend_src_faq_faq_service_faqservice_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L46" + }, + { + "id": "backend_src_faq_faq_service_faqservice_reorder", + "label": ".reorder()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".reorder()", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L52" + }, + { + "id": "backend_src_faq_faq_service_faqservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L32" + }, + { + "id": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodal", + "label": "TransactionReceiptModal()", + "_callable": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "transactionreceiptmodal()", + "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", + "source_location": "L30" + }, + { + "id": "frontend_admin_panel_src_components_ui_badge_badge", + "label": "Badge()", + "_callable": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "badge()", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L34" + }, + { + "id": "frontend_admin_panel_src_components_ui_button_button", + "label": "Button()", + "_callable": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "button()", + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L27" + }, + { + "id": "frontend_admin_panel_src_components_ui_thsort_thsort", + "label": "ThSort()", + "_callable": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "thsort()", + "source_file": "frontend/admin-panel/src/components/ui/ThSort.tsx", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_src_pages_monitoringpage_monitoringpage", + "label": "MonitoringPage()", + "_callable": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "monitoringpage()", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L59" + }, + { + "id": "frontend_admin_panel_src_pages_transactions_transactions", + "label": "Transactions()", + "_callable": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "transactions()", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L92" + }, + { + "id": "frontend_admin_panel_src_utils_usetableparams_usetableparams", + "label": "useTableParams()", + "_callable": true, + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "usetableparams()", + "source_file": "frontend/admin-panel/src/utils/useTableParams.ts", + "source_location": "L11" + }, + { + "id": "backend_src_admin_categories_controller_categoriescontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L29" + }, + { + "id": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "label": ".createCategory()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".createcategory()", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L49" + }, + { + "id": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "label": ".deleteCategory()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".deletecategory()", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L66" + }, + { + "id": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "label": ".getAllCategoriesRaw()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".getallcategoriesraw()", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L42" + }, + { + "id": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "label": ".getCategories()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".getcategories()", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L36" + }, + { + "id": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "label": ".updateCategory()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".updatecategory()", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L56" + }, + { + "id": "backend_src_admin_categories_service_categoriesservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L13" + }, + { + "id": "backend_src_admin_categories_service_categoriesservice_createcategory", + "label": ".createCategory()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".createcategory()", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L49" + }, + { + "id": "backend_src_admin_categories_service_categoriesservice_deletecategory", + "label": ".deleteCategory()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".deletecategory()", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L68" + }, + { + "id": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw", + "label": ".getAllCategoriesRaw()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".getallcategoriesraw()", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L45" + }, + { + "id": "backend_src_admin_categories_service_categoriesservice_getcategories", + "label": ".getCategories()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".getcategories()", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_admin_categories_service_categoriesservice_updatecategory", + "label": ".updateCategory()", + "_callable": true, + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": ".updatecategory()", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L61" + }, + { + "id": "frontend_application_components_blogpreviewsection_blogpreviewsection", + "label": "BlogPreviewSection()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "blogpreviewsection()", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L28" + }, + { + "id": "frontend_application_components_blogpreviewsection_blogpreviewsection_loadblogs", + "label": "loadBlogs()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "loadblogs()", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L34" + }, + { + "id": "frontend_application_components_podcastplayermodal_podcastplayermodal", + "label": "PodcastPlayerModal()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "podcastplayermodal()", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L39" + }, + { + "id": "frontend_application_components_podcastplayermodal_podcastplayermodal_handleclickoutside", + "label": "handleClickOutside()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "handleclickoutside()", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L56" + }, + { + "id": "frontend_application_components_safeimage_safeimage", + "label": "SafeImage()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "safeimage()", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L15" + }, + { + "id": "frontend_application_components_testimonialssection_testimonialssection", + "label": "TestimonialsSection()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "testimonialssection()", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L20" + }, + { + "id": "frontend_application_components_testimonialssection_testimonialssection_loadtestimonials", + "label": "loadTestimonials()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "loadtestimonials()", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L26" + }, + { + "id": "frontend_application_components_vetgallery_vetgallery", + "label": "VetGallery()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "vetgallery()", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L71" + }, + { + "id": "frontend_application_components_videomodalplayer_videomodalplayer", + "label": "VideoModalPlayer()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "videomodalplayer()", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L39" + }, + { + "id": "frontend_application_components_videomodalplayer_videomodalplayer_handleclickoutside", + "label": "handleClickOutside()", + "_callable": true, + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "handleclickoutside()", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L61" + }, + { + "id": "backend_src_admin_media_controller_mediacontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L23" + }, + { + "id": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "label": ".deleteManyMedia()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".deletemanymedia()", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L45" + }, + { + "id": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "label": ".deleteMedia()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".deletemedia()", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L56" + }, + { + "id": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "label": ".getAllMedia()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".getallmedia()", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L28" + }, + { + "id": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "label": ".updateMedia()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".updatemedia()", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L66" + }, + { + "id": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "label": ".uploadFile()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".uploadfile()", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L36" + }, + { + "id": "backend_src_admin_media_service_mediaservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_admin_media_service_mediaservice_deletemanymedia", + "label": ".deleteManyMedia()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".deletemanymedia()", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L65" + }, + { + "id": "backend_src_admin_media_service_mediaservice_deletemedia", + "label": ".deleteMedia()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".deletemedia()", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L48" + }, + { + "id": "backend_src_admin_media_service_mediaservice_getallmedia", + "label": ".getAllMedia()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".getallmedia()", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L10" + }, + { + "id": "backend_src_admin_media_service_mediaservice_updatemedia", + "label": ".updateMedia()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".updatemedia()", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L92" + }, + { + "id": "backend_src_admin_media_service_mediaservice_uploadfile", + "label": ".uploadFile()", + "_callable": true, + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": ".uploadfile()", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L16" + }, + { + "id": "backend_src_admin_ssl_controller_sslcontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L25" + }, + { + "id": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "label": ".getStatus()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".getstatus()", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L29" + }, + { + "id": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "label": ".testDomain()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".testdomain()", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L98" + }, + { + "id": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "label": ".updateByText()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".updatebytext()", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L36" + }, + { + "id": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "label": ".uploadFiles()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".uploadfiles()", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L48" + }, + { + "id": "backend_src_admin_ssl_service_sslservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L28" + }, + { + "id": "backend_src_admin_ssl_service_sslservice_getcertpath", + "label": ".getCertPath()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".getcertpath()", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L40" + }, + { + "id": "backend_src_admin_ssl_service_sslservice_getkeypath", + "label": ".getKeyPath()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".getkeypath()", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L44" + }, + { + "id": "backend_src_admin_ssl_service_sslservice_getstatus", + "label": ".getStatus()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".getstatus()", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L62" + }, + { + "id": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", + "label": ".testOnlineDomainSsl()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".testonlinedomainssl()", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L177" + }, + { + "id": "backend_src_admin_ssl_service_sslservice_toshamsi", + "label": ".toShamsi()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".toshamsi()", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L48" + }, + { + "id": "backend_src_admin_ssl_service_sslservice_updatecertificates", + "label": ".updateCertificates()", + "_callable": true, + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": ".updatecertificates()", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L113" + }, + { + "id": "backend_src_banners_banners_controller_bannerscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L22" + }, + { + "id": "backend_src_banners_banners_controller_bannerscontroller_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L35" + }, + { + "id": "backend_src_banners_banners_controller_bannerscontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L26" + }, + { + "id": "backend_src_banners_banners_controller_bannerscontroller_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L62" + }, + { + "id": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "label": ".reorder()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".reorder()", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L44" + }, + { + "id": "backend_src_banners_banners_controller_bannerscontroller_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L53" + }, + { + "id": "backend_src_banners_banners_service_bannersservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L7" + }, + { + "id": "backend_src_banners_banners_service_bannersservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_banners_banners_service_bannersservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L9" + }, + { + "id": "backend_src_banners_banners_service_bannersservice_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L32" + }, + { + "id": "backend_src_banners_banners_service_bannersservice_reorder", + "label": ".reorder()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".reorder()", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L40" + }, + { + "id": "backend_src_banners_banners_service_bannersservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L21" + }, + { + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L21" + }, + { + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L40" + }, + { + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L25" + }, + { + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", + "label": ".findHomepage()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".findhomepage()", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L31" + }, + { + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L58" + }, + { + "id": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L49" + }, + { + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L7" + }, + { + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L22" + }, + { + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L9" + }, + { + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_findhomepage", + "label": ".findHomepage()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".findhomepage()", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L39" + }, + { + "id": "backend_src_testimonials_testimonials_service_testimonialsservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L28" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L30" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "label": ".toggleCoupon()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".togglecoupon()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L224" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "label": ".updateCoupon()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".updatecoupon()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L217" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "label": ".updateDoctor()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".updatedoctor()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L264" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "label": ".updateOrderStatus()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".updateorderstatus()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L169" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "label": ".updateSettings()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".updatesettings()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L295" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "label": ".updateUserRole()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".updateuserrole()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L90" + }, + { + "id": "backend_src_admin_admin_service_adminservice_togglecoupon", + "label": ".toggleCoupon()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".togglecoupon()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L797" + }, + { + "id": "backend_src_admin_admin_service_adminservice_updatecoupon", + "label": ".updateCoupon()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".updatecoupon()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L767" + }, + { + "id": "backend_src_admin_admin_service_adminservice_updatedoctor", + "label": ".updateDoctor()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".updatedoctor()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L921" + }, + { + "id": "backend_src_admin_admin_service_adminservice_updateorderstatus", + "label": ".updateOrderStatus()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".updateorderstatus()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L621" + }, + { + "id": "backend_src_admin_admin_service_adminservice_updateuserrole", + "label": ".updateUserRole()", + "_callable": true, + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": ".updateuserrole()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L279" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L21" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L40" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L25" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L31" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L58" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L49" + }, + { + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L7" + }, + { + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L30" + }, + { + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L9" + }, + { + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L47" + }, + { + "id": "backend_src_ingredients_ingredients_service_ingredientsservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L36" + }, + { + "id": "frontend_admin_panel_src_app_app", + "label": "App()", + "_callable": true, + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "app()", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L17" + }, + { + "id": "frontend_admin_panel_src_app_suspensefallback", + "label": "SuspenseFallback()", + "_callable": true, + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "suspensefallback()", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L6" + }, + { + "id": "frontend_admin_panel_src_pages_cms_cms", + "label": "CMS()", + "_callable": true, + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "cms()", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L23" + }, + { + "id": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", + "label": "ContactSubmissions()", + "_callable": true, + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "contactsubmissions()", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L29" + }, + { + "id": "frontend_admin_panel_src_pages_reports_customtooltip", + "label": "CustomTooltip()", + "_callable": true, + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "customtooltip()", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L22" + }, + { + "id": "frontend_admin_panel_src_pages_reports_reports", + "label": "Reports()", + "_callable": true, + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "reports()", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L65" + }, + { + "id": "frontend_admin_panel_src_utils_lazywithretry_lazywithretry", + "label": "lazyWithRetry()", + "_callable": true, + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "lazywithretry()", + "source_file": "frontend/admin-panel/src/utils/lazyWithRetry.ts", + "source_location": "L7" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L28" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "label": ".createHeroBanner()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".createherobanner()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L39" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "label": ".createSmartAdvisorRule()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".createsmartadvisorrule()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L95" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "label": ".createVetTestimonial()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".createvettestimonial()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L67" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "label": ".deleteHeroBanner()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".deleteherobanner()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L54" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "label": ".deleteSmartAdvisorRule()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".deletesmartadvisorrule()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L110" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "label": ".deleteVetTestimonial()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".deletevettestimonial()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L82" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "label": ".getHeroBanners()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".getherobanners()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L33" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "label": ".getSmartAdvisorRules()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".getsmartadvisorrules()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L89" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "label": ".getVetTestimonials()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".getvettestimonials()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L61" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "label": ".updateHeroBanner()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".updateherobanner()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L45" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "label": ".updateSmartAdvisorRule()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".updatesmartadvisorrule()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L101" + }, + { + "id": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "label": ".updateVetTestimonial()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".updatevettestimonial()", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L73" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L11" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_createherobanner", + "label": ".createHeroBanner()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".createherobanner()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L20" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", + "label": ".createSmartAdvisorRule()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".createsmartadvisorrule()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L67" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_createvettestimonial", + "label": ".createVetTestimonial()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".createvettestimonial()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L41" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_deleteherobanner", + "label": ".deleteHeroBanner()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".deleteherobanner()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L30" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule", + "label": ".deleteSmartAdvisorRule()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".deletesmartadvisorrule()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L82" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_deletevettestimonial", + "label": ".deleteVetTestimonial()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".deletevettestimonial()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L56" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_getherobanners", + "label": ".getHeroBanners()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".getherobanners()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L14" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules", + "label": ".getSmartAdvisorRules()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".getsmartadvisorrules()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L61" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_getvettestimonials", + "label": ".getVetTestimonials()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".getvettestimonials()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L35" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_updateherobanner", + "label": ".updateHeroBanner()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".updateherobanner()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L24" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", + "label": ".updateSmartAdvisorRule()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".updatesmartadvisorrule()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L71" + }, + { + "id": "backend_src_cms_cms_service_cmsservice_updatevettestimonial", + "label": ".updateVetTestimonial()", + "_callable": true, + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": ".updatevettestimonial()", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L45" + }, + { + "id": "backend_src_admin_blogs_controller_blogscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L30" + }, + { + "id": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "label": ".createBlog()", + "_callable": true, + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".createblog()", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L43" + }, + { + "id": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "label": ".deleteBlog()", + "_callable": true, + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".deleteblog()", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L63" + }, + { + "id": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", + "label": ".deleteComment()", + "_callable": true, + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".deletecomment()", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L102" + }, + { + "id": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "label": ".getBlogs()", + "_callable": true, + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".getblogs()", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L37" + }, + { + "id": "backend_src_admin_blogs_controller_blogscontroller_getcomments", + "label": ".getComments()", + "_callable": true, + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".getcomments()", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L79" + }, + { + "id": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "label": ".updateBlog()", + "_callable": true, + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".updateblog()", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L53" + }, + { + "id": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", + "label": ".updateCommentStatus()", + "_callable": true, + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".updatecommentstatus()", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L93" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L28" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L32" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L51" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L61" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "label": ".review()", + "_callable": true, + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": ".review()", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L71" + }, + { + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L19" + }, + { + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L94" + }, + { + "id": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L108" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L21" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L34" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L25" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L55" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L43" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L7" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L9" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L36" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L22" + }, + { + "id": "backend_src_auth_auth_constants_getjwtrefreshsecret", + "label": "getJwtRefreshSecret()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "getjwtrefreshsecret()", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L10" + }, + { + "id": "backend_src_auth_auth_constants_getjwtsecret", + "label": "getJwtSecret()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "getjwtsecret()", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L7" + }, + { + "id": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L16" + }, + { + "id": "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "label": ".validate()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".validate()", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L24" + }, + { + "id": "backend_src_users_users_controller_userscontroller_addaddress", + "label": ".addAddress()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".addaddress()", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L131" + }, + { + "id": "backend_src_users_users_controller_userscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L44" + }, + { + "id": "backend_src_users_users_controller_userscontroller_deleteaddress", + "label": ".deleteAddress()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".deleteaddress()", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L179" + }, + { + "id": "backend_src_users_users_controller_userscontroller_getprofile", + "label": ".getProfile()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".getprofile()", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L68" + }, + { + "id": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "label": ".setDefaultAddress()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".setdefaultaddress()", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L198" + }, + { + "id": "backend_src_users_users_controller_userscontroller_topupwallet", + "label": ".topUpWallet()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".topupwallet()", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L223" + }, + { + "id": "backend_src_users_users_controller_userscontroller_updateaddress", + "label": ".updateAddress()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".updateaddress()", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L159" + }, + { + "id": "backend_src_users_users_controller_userscontroller_updateprofile", + "label": ".updateProfile()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".updateprofile()", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L103" + }, + { + "id": "backend_src_users_users_service_usersservice_addaddress", + "label": ".addAddress()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".addaddress()", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L210" + }, + { + "id": "backend_src_users_users_service_usersservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L25" + }, + { + "id": "backend_src_users_users_service_usersservice_deleteaddress", + "label": ".deleteAddress()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".deleteaddress()", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L258" + }, + { + "id": "backend_src_users_users_service_usersservice_findbyid", + "label": ".findById()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".findbyid()", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L27" + }, + { + "id": "backend_src_users_users_service_usersservice_findbyphone", + "label": ".findByPhone()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".findbyphone()", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L299" + }, + { + "id": "backend_src_users_users_service_usersservice_setdefaultaddress", + "label": ".setDefaultAddress()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".setdefaultaddress()", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L264" + }, + { + "id": "backend_src_users_users_service_usersservice_topupwallet", + "label": ".topUpWallet()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".topupwallet()", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L275" + }, + { + "id": "backend_src_users_users_service_usersservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L125" + }, + { + "id": "backend_src_users_users_service_usersservice_updateaddress", + "label": ".updateAddress()", + "_callable": true, + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": ".updateaddress()", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L232" + }, + { + "id": "frontend_admin_panel_src_components_ui_iconpickermodal_iconpickermodal", + "label": "IconPickerModal()", + "_callable": true, + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "iconpickermodal()", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L90" + }, + { + "id": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditor", + "label": "RichTextEditor()", + "_callable": true, + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "richtexteditor()", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L37" + }, + { + "id": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "label": "ToggleSwitch()", + "_callable": true, + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "toggleswitch()", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L12" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts_createseosection", + "label": "createSeoSection()", + "_callable": true, + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "createseosection()", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L235" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts_uitexts", + "label": "UITexts()", + "_callable": true, + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "uitexts()", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L678" + }, + { + "id": "frontend_admin_panel_src_components_ui_pagination_pagination", + "label": "Pagination()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "pagination()", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L10" + }, + { + "id": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "label": "Skeleton()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "skeleton()", + "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", + "source_location": "L2" + }, + { + "id": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", + "label": "getPaymentMethodLabel()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "getpaymentmethodlabel()", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L148" + }, + { + "id": "frontend_admin_panel_src_pages_orders_getpaymentstatusbadge", + "label": "getPaymentStatusBadge()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "getpaymentstatusbadge()", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L118" + }, + { + "id": "frontend_admin_panel_src_pages_orders_getshippingmethodlabel", + "label": "getShippingMethodLabel()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "getshippingmethodlabel()", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L135" + }, + { + "id": "frontend_admin_panel_src_pages_orders_orders", + "label": "Orders()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "orders()", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L169" + }, + { + "id": "frontend_admin_panel_src_pages_orders_topersiandigits", + "label": "toPersianDigits()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "topersiandigits()", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L163" + }, + { + "id": "frontend_admin_panel_src_pages_pets_pets", + "label": "Pets()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "pets()", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L57" + }, + { + "id": "frontend_admin_panel_src_pages_users_users", + "label": "Users()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "users()", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L42" + }, + { + "id": "frontend_admin_panel_src_pages_wiki_wiki", + "label": "Wiki()", + "_callable": true, + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "wiki()", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L30" + }, + { + "id": "backend_src_contact_contact_controller_contactcontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L18" + }, + { + "id": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "label": ".getAllSubmissions()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".getallsubmissions()", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L42" + }, + { + "id": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "label": ".getContactInfo()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".getcontactinfo()", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L35" + }, + { + "id": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "label": ".submitContact()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".submitcontact()", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L21" + }, + { + "id": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "label": ".updateContactInfo()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".updatecontactinfo()", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L71" + }, + { + "id": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "label": ".updateSubmissionStatus()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".updatesubmissionstatus()", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L57" + }, + { + "id": "backend_src_contact_contact_service_contactservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L25" + }, + { + "id": "backend_src_contact_contact_service_contactservice_getallsubmissions", + "label": ".getAllSubmissions()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".getallsubmissions()", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L125" + }, + { + "id": "backend_src_contact_contact_service_contactservice_getcontactinfo", + "label": ".getContactInfo()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".getcontactinfo()", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L77" + }, + { + "id": "backend_src_contact_contact_service_contactservice_submitcontactform", + "label": ".submitContactForm()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".submitcontactform()", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L30" + }, + { + "id": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems", + "label": ".updateContactInfoItems()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".updatecontactinfoitems()", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L159" + }, + { + "id": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", + "label": ".updateSubmissionStatus()", + "_callable": true, + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": ".updatesubmissionstatus()", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L148" + }, + { + "id": "backend_src_tickets_tickets_controller_ticketscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L34" + }, + { + "id": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "label": ".createTicket()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".createticket()", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L42" + }, + { + "id": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "label": ".getAdminTickets()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".getadmintickets()", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L89" + }, + { + "id": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "label": ".getMyTickets()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".getmytickets()", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L53" + }, + { + "id": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "label": ".getTicketDetails()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".getticketdetails()", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L61" + }, + { + "id": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "label": ".replyTicket()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".replyticket()", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L73" + }, + { + "id": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "label": ".updateTicketStatus()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".updateticketstatus()", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L98" + }, + { + "id": "backend_src_tickets_tickets_service_ticketsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L21" + }, + { + "id": "backend_src_tickets_tickets_service_ticketsservice_createticket", + "label": ".createTicket()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".createticket()", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L31" + }, + { + "id": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber", + "label": ".generateTicketNumber()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".generateticketnumber()", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L23" + }, + { + "id": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", + "label": ".getAdminTickets()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".getadmintickets()", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L207" + }, + { + "id": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails", + "label": ".getTicketDetails()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".getticketdetails()", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L100" + }, + { + "id": "backend_src_tickets_tickets_service_ticketsservice_getusertickets", + "label": ".getUserTickets()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".getusertickets()", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L79" + }, + { + "id": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", + "label": ".replyToTicket()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".replytoticket()", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L142" + }, + { + "id": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", + "label": ".updateTicketStatus()", + "_callable": true, + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": ".updateticketstatus()", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L279" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_updateuser", + "label": ".updateUser()", + "_callable": true, + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": ".updateuser()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69" + }, + { + "id": "backend_src_admin_admin_service_adminservice_updateuser", + "label": ".updateUser()", + "_callable": true, + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": ".updateuser()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L218" + }, + { + "id": "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L19" + }, + { + "id": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L24" + }, + { + "id": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L32" + }, + { + "id": "backend_src_wiki_wiki_service_wikiservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_wiki_wiki_service_wikiservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L10" + }, + { + "id": "backend_src_wiki_wiki_service_wikiservice_findonebykey", + "label": ".findOneByKey()", + "_callable": true, + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".findonebykey()", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L52" + }, + { + "id": "frontend_application_components_podcastinlineplayer_podcastinlineplayer", + "label": "PodcastInlinePlayer()", + "_callable": true, + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "podcastinlineplayer()", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L33" + }, + { + "id": "frontend_application_components_podcastinlineplayer_podcastinlineplayer_handleclickoutside", + "label": "handleClickOutside()", + "_callable": true, + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "handleclickoutside()", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L50" + }, + { + "id": "frontend_application_components_productpage_productpage", + "label": "ProductPage()", + "_callable": true, + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "productpage()", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L76" + }, + { + "id": "frontend_application_components_productreviews_productreviews", + "label": "ProductReviews()", + "_callable": true, + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "productreviews()", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L33" + }, + { + "id": "frontend_application_components_tooltip_tooltip", + "label": "Tooltip()", + "_callable": true, + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "tooltip()", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L14" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "label": ".getCoupons()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getcoupons()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L203" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "label": ".getDashboardStats()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getdashboardstats()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L34" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "label": ".getDoctors()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getdoctors()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L241" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_getorderbyid", + "label": ".getOrderById()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getorderbyid()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L162" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_getorders", + "label": ".getOrders()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getorders()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L155" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_getproducts", + "label": ".getProducts()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getproducts()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L121" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_getsettings", + "label": ".getSettings()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getsettings()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L288" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "label": ".getUserDetails()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getuserdetails()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L62" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_getusers", + "label": ".getUsers()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getusers()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L44" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getcoupons", + "label": ".getCoupons()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getcoupons()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L709" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getdashboardstats", + "label": ".getDashboardStats()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getdashboardstats()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L56" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getdoctors", + "label": ".getDoctors()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getdoctors()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L905" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getorderbyid", + "label": ".getOrderById()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getorderbyid()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L599" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getorders", + "label": ".getOrders()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getorders()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L541" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getproducts", + "label": ".getProducts()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getproducts()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L309" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getuserdetails", + "label": ".getUserDetails()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getuserdetails()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L161" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getusers", + "label": ".getUsers()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".getusers()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L100" + }, + { + "id": "backend_src_redis_redis_service_redisservice_get", + "label": ".get()", + "_callable": true, + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": ".get()", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L27" + }, + { + "id": "backend_src_admin_pets_controller_petscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L25" + }, + { + "id": "backend_src_admin_pets_controller_petscontroller_deletepet", + "label": ".deletePet()", + "_callable": true, + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".deletepet()", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L38" + }, + { + "id": "backend_src_admin_pets_controller_petscontroller_getpets", + "label": ".getPets()", + "_callable": true, + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".getpets()", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L32" + }, + { + "id": "backend_src_admin_pets_service_petsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L13" + }, + { + "id": "backend_src_admin_pets_service_petsservice_deletepet", + "label": ".deletePet()", + "_callable": true, + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".deletepet()", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L65" + }, + { + "id": "backend_src_admin_pets_service_petsservice_getpets", + "label": ".getPets()", + "_callable": true, + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".getpets()", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", + "label": ".addComment()", + "_callable": true, + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".addcomment()", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L65" + }, + { + "id": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L36" + }, + { + "id": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", + "label": ".findComments()", + "_callable": true, + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".findcomments()", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L57" + }, + { + "id": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", + "label": ".findHomepage()", + "_callable": true, + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".findhomepage()", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L43" + }, + { + "id": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L51" + }, + { + "id": "backend_src_admin_blogs_service_blogsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_admin_blogs_service_blogsservice_createblog", + "label": ".createBlog()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".createblog()", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L44" + }, + { + "id": "backend_src_admin_blogs_service_blogsservice_deleteblog", + "label": ".deleteBlog()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".deleteblog()", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L59" + }, + { + "id": "backend_src_admin_blogs_service_blogsservice_deletecomment", + "label": ".deleteComment()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".deletecomment()", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L106" + }, + { + "id": "backend_src_admin_blogs_service_blogsservice_getblogs", + "label": ".getBlogs()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".getblogs()", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L10" + }, + { + "id": "backend_src_admin_blogs_service_blogsservice_getcomments", + "label": ".getComments()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".getcomments()", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L66" + }, + { + "id": "backend_src_admin_blogs_service_blogsservice_updateblog", + "label": ".updateBlog()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".updateblog()", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L53" + }, + { + "id": "backend_src_admin_blogs_service_blogsservice_updatecommentstatus", + "label": ".updateCommentStatus()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".updatecommentstatus()", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L100" + }, + { + "id": "backend_src_blogs_blogs_controller_blogscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L31" + }, + { + "id": "backend_src_blogs_blogs_service_blogsservice_addcomment", + "label": ".addComment()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".addcomment()", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L127" + }, + { + "id": "backend_src_blogs_blogs_service_blogsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_blogs_blogs_service_blogsservice_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L10" + }, + { + "id": "backend_src_blogs_blogs_service_blogsservice_findcommentsbyslug", + "label": ".findCommentsBySlug()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".findcommentsbyslug()", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L114" + }, + { + "id": "backend_src_blogs_blogs_service_blogsservice_findhomepage", + "label": ".findHomepage()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".findhomepage()", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L58" + }, + { + "id": "backend_src_blogs_blogs_service_blogsservice_findonebyslug", + "label": ".findOneBySlug()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".findonebyslug()", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L88" + }, + { + "id": "backend_src_pets_pets_service_petsservice_findalladmin", + "label": ".findAllAdmin()", + "_callable": true, + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": ".findalladmin()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L49" + }, + { + "id": "frontend_application_app_about_page_aboutpage", + "label": "AboutPage()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "aboutpage()", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L13" + }, + { + "id": "frontend_application_app_about_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L5" + }, + { + "id": "frontend_application_app_checkout_page_checkout", + "label": "Checkout()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "checkout()", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L14" + }, + { + "id": "frontend_application_app_checkout_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L5" + }, + { + "id": "frontend_application_app_dashboard_page_dashboardpage", + "label": "DashboardPage()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "dashboardpage()", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L15" + }, + { + "id": "frontend_application_app_dashboard_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L6" + }, + { + "id": "frontend_application_app_privacy_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L5" + }, + { + "id": "frontend_application_app_privacy_page_privacypage", + "label": "PrivacyPage()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "privacypage()", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L13" + }, + { + "id": "frontend_application_app_trust_seals_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L7" + }, + { + "id": "frontend_application_app_trust_seals_page_trustsealspage", + "label": "TrustSealsPage()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "trustsealspage()", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L15" + }, + { + "id": "frontend_application_app_wiki_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L6" + }, + { + "id": "frontend_application_app_wiki_page_wikipage", + "label": "WikiPage()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "wikipage()", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L14" + }, + { + "id": "frontend_application_lib_seo_getpagemetadata", + "label": "getPageMetadata()", + "_callable": true, + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "getpagemetadata()", "source_file": "frontend/application/lib/seo.ts", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_lib_seo", - "community": 129, - "community_name": "seo.ts", - "norm_label": "seo.ts" + "source_location": "L173" }, { - "label": "DEFAULT_SEO_CONFIG", + "id": "backend_src_admin_wiki_controller_wikicontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 74, + "community_name": "WikiController", "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L29" + }, + { + "id": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "label": ".createTerm()", + "_callable": true, + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".createterm()", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L42" + }, + { + "id": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "label": ".deleteTerm()", + "_callable": true, + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".deleteterm()", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L59" + }, + { + "id": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "label": ".getTerms()", + "_callable": true, + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".getterms()", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L36" + }, + { + "id": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "label": ".updateTerm()", + "_callable": true, + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": ".updateterm()", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L49" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "label": ".addHealthLog()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".addhealthlog()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L285" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_addreminder", + "label": ".addReminder()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".addreminder()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L259" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L56" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L119" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L192" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L253" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "label": ".toggleReminder()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".togglereminder()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L269" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L223" + }, + { + "id": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "label": ".uploadPetImage()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".uploadpetimage()", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L81" + }, + { + "id": "backend_src_pets_pets_service_petsservice_addhealthlog", + "label": ".addHealthLog()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".addhealthlog()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L260" + }, + { + "id": "backend_src_pets_pets_service_petsservice_addreminder", + "label": ".addReminder()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".addreminder()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L198" + }, + { + "id": "backend_src_pets_pets_service_petsservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L24" + }, + { + "id": "backend_src_pets_pets_service_petsservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L26" + }, + { + "id": "backend_src_pets_pets_service_petsservice_findallbyuser", + "label": ".findAllByUser()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".findallbyuser()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L109" + }, + { + "id": "backend_src_pets_pets_service_petsservice_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L150" + }, + { + "id": "backend_src_pets_pets_service_petsservice_remove", + "label": ".remove()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".remove()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L191" + }, + { + "id": "backend_src_pets_pets_service_petsservice_togglereminder", + "label": ".toggleReminder()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".togglereminder()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L211" + }, + { + "id": "backend_src_pets_pets_service_petsservice_update", + "label": ".update()", + "_callable": true, + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": ".update()", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L161" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "label": ".adminLiveInquiry()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".adminliveinquiry()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L845" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_adminmanualreject", + "label": ".adminManualReject()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".adminmanualreject()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L987" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_adminmanualverify", + "label": ".adminManualVerify()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".adminmanualverify()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L924" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth", + "label": ".checkGatewayHealth()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".checkgatewayhealth()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L1013" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats", + "label": ".getAdminTransactionStats()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".getadmintransactionstats()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L798" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_gettransaction", + "label": ".getTransaction()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".gettransaction()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L635" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_gettransactionbytrackid", + "label": ".getTransactionByTrackId()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".gettransactionbytrackid()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L896" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "label": ".initiateOrderPayment()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".initiateorderpayment()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L31" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "label": ".initiateWalletTopup()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".initiatewallettopup()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L139" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_inquirydirectzibal", + "label": ".inquiryDirectZibal()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".inquirydirectzibal()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L902" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "label": ".reconcilePendingTransactions()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".reconcilependingtransactions()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L540" + }, + { + "id": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "label": ".verifyAndProcess()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".verifyandprocess()", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L227" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getbackendurl", + "label": ".getBackendUrl()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".getbackendurl()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L130" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getresultmessage", + "label": ".getResultMessage()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".getresultmessage()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L779" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getstarturl", + "label": ".getStartUrl()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".getstarturl()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L211" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", + "label": ".getStatusMessage()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".getstatusmessage()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L816" + }, + { + "id": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "label": ".inquiryPayment()", + "_callable": true, + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": ".inquirypayment()", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L260" + }, + { + "id": "backend_src_seo_seo_controller_seocontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L8" + }, + { + "id": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "label": ".getProductSchema()", + "_callable": true, + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": ".getproductschema()", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L20" + }, + { + "id": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "label": ".getSitemap()", + "_callable": true, + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": ".getsitemap()", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L12" + }, + { + "id": "backend_src_seo_seo_service_seoservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L6" + }, + { + "id": "backend_src_seo_seo_service_seoservice_getproductschema", + "label": ".getProductSchema()", + "_callable": true, + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": ".getproductschema()", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L36" + }, + { + "id": "backend_src_seo_seo_service_seoservice_getsitemapurls", + "label": ".getSitemapUrls()", + "_callable": true, + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": ".getsitemapurls()", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "label": ".deleteCoupon()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".deletecoupon()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L234" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "label": ".deleteDoctor()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".deletedoctor()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L281" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "label": ".deleteProduct()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".deleteproduct()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L145" + }, + { + "id": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "label": ".deleteUser()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".deleteuser()", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L80" + }, + { + "id": "backend_src_admin_admin_service_adminservice_deletecoupon", + "label": ".deleteCoupon()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".deletecoupon()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L804" + }, + { + "id": "backend_src_admin_admin_service_adminservice_deletedoctor", + "label": ".deleteDoctor()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".deletedoctor()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L934" + }, + { + "id": "backend_src_admin_admin_service_adminservice_deleteproduct", + "label": ".deleteProduct()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".deleteproduct()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L535" + }, + { + "id": "backend_src_admin_admin_service_adminservice_deleteuser", + "label": ".deleteUser()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".deleteuser()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L286" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getpets", + "label": ".getPets()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".getpets()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L855" + }, + { + "id": "backend_src_admin_admin_service_adminservice_getsettings", + "label": ".getSettings()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".getsettings()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L810" + }, + { + "id": "backend_src_admin_admin_service_adminservice_updatesettings", + "label": ".updateSettings()", + "_callable": true, + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": ".updatesettings()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L818" + }, + { + "id": "backend_src_admin_reports_controller_reportscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L10" + }, + { + "id": "backend_src_admin_reports_controller_reportscontroller_getreports", + "label": ".getReports()", + "_callable": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": ".getreports()", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L15" + }, + { + "id": "backend_src_admin_reports_service_reportsservice_getdashboardreports", + "label": ".getDashboardReports()", + "_callable": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": ".getdashboardreports()", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_admin_wiki_service_wikiservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L13" + }, + { + "id": "backend_src_admin_wiki_service_wikiservice_createterm", + "label": ".createTerm()", + "_callable": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": ".createterm()", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L45" + }, + { + "id": "backend_src_admin_wiki_service_wikiservice_deleteterm", + "label": ".deleteTerm()", + "_callable": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": ".deleteterm()", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L57" + }, + { + "id": "backend_src_admin_wiki_service_wikiservice_getterms", + "label": ".getTerms()", + "_callable": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": ".getterms()", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_admin_wiki_service_wikiservice_updateterm", + "label": ".updateTerm()", + "_callable": true, + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": ".updateterm()", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L49" + }, + { + "id": "backend_src_admin_admin_service_adminservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L51" + }, + { + "id": "backend_src_redis_redis_service_redisservice_onmoduledestroy", + "label": ".onModuleDestroy()", + "_callable": true, + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": ".onmoduledestroy()", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L15" + }, + { + "id": "backend_src_redis_redis_service_redisservice_onmoduleinit", + "label": ".onModuleInit()", + "_callable": true, + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": ".onmoduleinit()", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_redis_redis_service_redisservice_set", + "label": ".set()", + "_callable": true, + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": ".set()", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L19" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth", + "label": ".checkHealth()", + "_callable": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": ".checkhealth()", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L54" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname", + "label": ".getGatewayName()", + "_callable": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": ".getgatewayname()", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L49" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl", + "label": ".getStartUrl()", + "_callable": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": ".getstarturl()", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L53" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment", + "label": ".inquiryPayment()", + "_callable": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": ".inquirypayment()", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L52" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment", + "label": ".requestPayment()", + "_callable": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": ".requestpayment()", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L50" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment", + "label": ".verifyPayment()", + "_callable": true, + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": ".verifypayment()", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L51" + }, + { + "id": "frontend_application_app_homeclient_homeclient", + "label": "HomeClient()", + "_callable": true, + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "homeclient()", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L24" + }, + { + "id": "frontend_application_components_bannerplacement_bannerplacement", + "label": "BannerPlacement()", + "_callable": true, + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "bannerplacement()", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L12" + }, + { + "id": "frontend_application_components_hero_hero", + "label": "Hero()", + "_callable": true, + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "hero()", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L40" + }, + { + "id": "frontend_application_components_hero_statcounter", + "label": "StatCounter()", + "_callable": true, + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "statcounter()", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L11" + }, + { + "id": "frontend_application_lib_services_productservice_productservice_getbanners", + "label": ".getBanners()", + "_callable": true, + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": ".getbanners()", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L327" + }, + { + "id": "backend_prisma_seed_home_main", + "label": "main()", + "_callable": true, + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "main()", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L5" + }, + { + "id": "backend_prisma_seed_main", + "label": "main()", + "_callable": true, + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "main()", + "source_file": "backend/prisma/seed.ts", + "source_location": "L11" + }, + { + "id": "backend_prisma_seed_products_determinesuitablefor", + "label": "determineSuitableFor()", + "_callable": true, + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "determinesuitablefor()", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L16" + }, + { + "id": "backend_prisma_seed_products_findorcreatecategory", + "label": "findOrCreateCategory()", + "_callable": true, + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "findorcreatecategory()", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L128" + }, + { + "id": "backend_prisma_seed_products_getproductimageurl", + "label": "getProductImageUrl()", + "_callable": true, + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "getproductimageurl()", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L41" + }, + { + "id": "backend_prisma_seed_products_main", + "label": "main()", + "_callable": true, + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "main()", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L268" + }, + { + "id": "backend_prisma_seed_products_parsesize", + "label": "parseSize()", + "_callable": true, + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "parsesize()", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L31" + }, + { + "id": "backend_prisma_seed_products_slugify", + "label": "slugify()", + "_callable": true, + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "slugify()", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L7" + }, + { + "id": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "label": ".sendOrderConfirmation()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".sendorderconfirmation()", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L945" + }, + { + "id": "backend_src_orders_orders_controller_orderscontroller_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L55" + }, + { + "id": "backend_src_orders_orders_controller_orderscontroller_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L85" + }, + { + "id": "backend_src_orders_orders_controller_orderscontroller_findall", + "label": ".findAll()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".findall()", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146" + }, + { + "id": "backend_src_orders_orders_controller_orderscontroller_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L208" + }, + { + "id": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "label": ".retryPayment()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".retrypayment()", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L196" + }, + { + "id": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "label": ".validateCoupon()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".validatecoupon()", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L110" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_constructor", + "label": ".constructor()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".constructor()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L17" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_create", + "label": ".create()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".create()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L101" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_findallbyuser", + "label": ".findAllByUser()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".findallbyuser()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L353" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_findone", + "label": ".findOne()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".findone()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L386" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "label": ".generateTrackingNumber()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".generatetrackingnumber()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L22" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations", + "label": ".releaseExpiredInventoryReservations()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".releaseexpiredinventoryreservations()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L430" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_retrypayment", + "label": ".retryPayment()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".retrypayment()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L452" + }, + { + "id": "backend_src_orders_orders_service_ordersservice_validatecoupon", + "label": ".validateCoupon()", + "_callable": true, + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": ".validatecoupon()", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L27" + }, + { + "id": "frontend_application_app_blog_slug_page_blogpostpage", + "label": "BlogPostPage()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "blogpostpage()", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L66" + }, + { + "id": "frontend_application_app_blog_slug_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L34" + }, + { + "id": "frontend_application_app_blog_slug_page_getblog", + "label": "getBlog()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "getblog()", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L9" + }, + { + "id": "frontend_application_app_layout_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L6" + }, + { + "id": "frontend_application_app_layout_rootlayout", + "label": "RootLayout()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "rootlayout()", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L97" + }, + { + "id": "frontend_application_app_shop_slug_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L7" + }, + { + "id": "frontend_application_app_shop_slug_page_shopproductpage", + "label": "ShopProductPage()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "shopproductpage()", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L47" + }, + { + "id": "frontend_application_app_wiki_slug_page_generatemetadata", + "label": "generateMetadata()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "generatemetadata()", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L20" + }, + { + "id": "frontend_application_app_wiki_slug_page_getwikiterm", + "label": "getWikiTerm()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "getwikiterm()", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L7" + }, + { + "id": "frontend_application_app_wiki_slug_page_wikitermpage", + "label": "WikiTermPage()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "wikitermpage()", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L52" + }, + { + "id": "frontend_application_lib_seo_formatpagetitle", + "label": "formatPageTitle()", + "_callable": true, + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "formatpagetitle()", "source_file": "frontend/application/lib/seo.ts", - "source_location": "L16", - "_origin": "ast", - "id": "frontend_application_lib_seo_default_seo_config", - "community": 129, - "community_name": "seo.ts", - "norm_label": "default_seo_config" + "source_location": "L123" }, { - "label": "http-exception.filter.ts", - "file_type": "code", - "source_file": "backend/src/common/filters/http-exception.filter.ts", - "source_location": "L1", + "id": "frontend_application_lib_seo_getseoconfig", + "label": "getSeoConfig()", + "_callable": true, "_origin": "ast", - "id": "backend_src_common_filters_http_exception_filter", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "http-exception.filter.ts" + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "getseoconfig()", + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L32" }, { - "label": "Catch", - "file_type": "code", - "source_file": "", - "source_location": "", + "id": "backend_src_home_home_controller_homecontroller_constructor", + "label": ".constructor()", + "_callable": true, "_origin": "ast", - "id": "backend_src_common_filters_http_exception_filter_ts_catch", - "community": 13, - "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": 13, - "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": 13, - "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": 13, - "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": 13, - "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": 13, - "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": 13, - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "apiproperty" - }, - { - "label": "home.controller.ts", + "community": 99, + "community_name": "HomeController", "file_type": "code", + "norm_label": ".constructor()", "source_file": "backend/src/home/home.controller.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_home_home_controller", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "home.controller.ts" + "source_location": "L17" }, { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", + "id": "backend_src_home_home_controller_homecontroller_gethomedata", + "label": ".getHomeData()", + "_callable": true, "_origin": "ast", - "id": "backend_src_home_home_controller_ts_apiokresponse", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "apiokresponse" + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": ".gethomedata()", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L24" }, { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", + "id": "backend_src_home_home_service_homeservice_constructor", + "label": ".constructor()", + "_callable": true, "_origin": "ast", - "id": "backend_src_home_home_controller_ts_apioperation", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_home_home_controller_ts_apitags", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "apitags" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_home_home_controller_ts_controller", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_home_home_controller_ts_get", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "module" - }, - { - "label": "home.service.ts", + "community": 99, + "community_name": "HomeController", "file_type": "code", + "norm_label": ".constructor()", "source_file": "backend/src/home/home.service.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_home_home_service", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "home.service.ts" + "source_location": "L6" }, { - "label": "Injectable", + "id": "backend_src_home_home_service_homeservice_gethomedata", + "label": ".getHomeData()", + "_callable": true, + "_origin": "ast", + "community": 99, + "community_name": "HomeController", "file_type": "code", + "norm_label": ".gethomedata()", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L8" + }, + { + "id": "backend_src_payment_payment_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 0, + "community_name": "Roles", + "file_type": "code", + "norm_label": "apibearerauth", "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_home_home_service_ts_injectable", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "injectable" + "source_location": "" }, { - "label": "main.ts", + "id": "backend_src_payment_payment_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "file_type": "code", - "source_file": "backend/src/main.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_main", - "community": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "main.ts" + "norm_label": "apioperation", + "source_file": "", + "source_location": "" }, { - "label": "app_module_1", + "id": "backend_src_payment_payment_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "app_module_1" + "norm_label": "apitags", + "source_file": "", + "source_location": "" }, { - "label": "client_1", + "id": "backend_src_payment_payment_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "client_1" + "norm_label": "body", + "source_file": "", + "source_location": "" }, { - "label": "common_1", + "id": "backend_src_payment_payment_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "common_1" + "norm_label": "controller", + "source_file": "", + "source_location": "" }, { - "label": "decimal_interceptor_1", + "id": "backend_src_payment_payment_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "decimal_interceptor_1" + "norm_label": "get", + "source_file": "", + "source_location": "" }, { - "label": "fs", + "id": "backend_src_payment_payment_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "fs" + "norm_label": "param", + "source_file": "", + "source_location": "" }, { - "label": "http_exception_filter_1", + "id": "backend_src_payment_payment_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "http_exception_filter_1" + "norm_label": "post", + "source_file": "", + "source_location": "" }, { - "label": "app-audit-verification.e2e-spec.js", + "id": "backend_src_payment_payment_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "app-audit-verification.e2e-spec.js" + "norm_label": "put", + "source_file": "", + "source_location": "" }, { - "label": "jwt_1", + "id": "backend_src_payment_payment_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "jwt_1" + "norm_label": "query", + "source_file": "", + "source_location": "" }, { - "label": "path", + "id": "backend_src_payment_payment_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 0, + "community_name": "Roles", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "path" + "norm_label": "useguards", + "source_file": "", + "source_location": "" }, { - "label": "prisma_exception_filter_1", + "id": "backend_src_admin_admin_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "prisma_exception_filter_1" + "norm_label": "module", + "source_file": "", + "source_location": "" }, { - "label": "supertest_1", + "id": "backend_src_app_module", + "label": "app.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "supertest_1" + "norm_label": "app.module.ts", + "source_file": "backend/src/app.module.ts", + "source_location": "L1" }, { - "label": "testing_1", + "id": "backend_src_b2b_b2b_module", + "label": "b2b.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", "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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "testing_1" + "norm_label": "b2b.module.ts", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L1" }, { - "label": "app-audit-verification.e2e-spec.ts", + "id": "backend_src_b2b_b2b_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.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": 13, - "community_name": "app-audit-verification.e2e-spec.js", - "norm_label": "app-audit-verification.e2e-spec.ts" + "norm_label": "module", + "source_file": "", + "source_location": "" }, { - "label": "application/public/fonts/sahel-font-v3.4.0/README.md", + "id": "backend_src_banners_banners_module", + "label": "banners.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "banners.module.ts", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_banners_banners_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_module", + "label": "cms.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "cms.module.ts", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_cms_cms_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_sms_module", + "label": "sms.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "sms.module.ts", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_sms_module_ts_global", + "label": "Global", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "global", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_sms_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_module", + "label": "contact.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "contact.module.ts", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_contact_contact_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_doctors_doctors_module", + "label": "doctors.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "doctors.module.ts", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_doctors_doctors_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_module", + "label": "ingredients.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "ingredients.module.ts", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_ingredients_ingredients_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_payment_module", + "label": "payment.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "payment.module.ts", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_payment_payment_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_module", + "label": "prescriptions.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "prescriptions.module.ts", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_prescriptions_prescriptions_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prisma_prisma_module", + "label": "prisma.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "prisma.module.ts", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_prisma_prisma_module_ts_global", + "label": "Global", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "global", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prisma_prisma_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_module", + "label": "reviews.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "reviews.module.ts", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_reviews_reviews_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_module", + "label": "settings.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "settings.module.ts", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_settings_settings_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_module", + "label": "testimonials.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "testimonials.module.ts", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_testimonials_testimonials_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_module", + "label": "tickets.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "tickets.module.ts", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_tickets_tickets_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wholesale_wholesale_module", + "label": "wholesale.module.ts", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "wholesale.module.ts", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_wholesale_wholesale_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 1, + "community_name": "app.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_create_review_dto", + "label": "create-review.dto.ts", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "create-review.dto.ts", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_reviews_dto_create_review_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_create_review_dto_ts_isint", + "label": "IsInt", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "isint", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_create_review_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_create_review_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_create_review_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_create_review_dto_ts_min", + "label": "Min", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "min", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_update_review_dto", + "label": "update-review.dto.ts", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "update-review.dto.ts", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_reviews_dto_update_review_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_update_review_dto_ts_isin", + "label": "IsIn", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "isin", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_update_review_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_dto_update_review_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_req", + "label": "Req", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "req", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_reviews_reviews_service", + "label": "reviews.service.ts", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "reviews.service.ts", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_reviews_reviews_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "max", + "label": "Max", + "_origin": "ast", + "community": 10, + "community_name": "CreateReviewDto", + "file_type": "code", + "norm_label": "max", + "source_file": "", + "source_location": "" + }, + { + "id": "docs_audit_16_deep_audit_summary", + "label": "16-deep-audit-summary.md", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "community_name": "Sahel-Font", - "norm_label": "application/public/fonts/sahel-font-v3.4.0/readme.md" + "node_kind": "page", + "norm_label": "16-deep-audit-summary.md", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L1" }, { - "label": "Arch Linux", + "id": "docs_audit_16_deep_audit_summary_1_audit_overview", + "label": "1. Audit Overview", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "community_name": "Sahel-Font", - "norm_label": "arch linux" + "node_kind": "heading", + "norm_label": "1. audit overview", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L3" }, { - "label": "Contributors", + "id": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "label": "2. Findings Metrics", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "community_name": "Sahel-Font", - "norm_label": "contributors" + "node_kind": "heading", + "norm_label": "2. findings metrics", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L12" }, { - "label": "Install", + "id": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "label": "3. Inspected Scope & Command Log", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "community_name": "Sahel-Font", - "norm_label": "install" + "node_kind": "heading", + "norm_label": "3. inspected scope & command log", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L41" }, { - "label": "Known problems for variable version", + "id": "docs_audit_16_deep_audit_summary_4_key_business_integration_questions", + "label": "4. Key Business & Integration Questions", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "community_name": "Sahel-Font", - "norm_label": "known problems for variable version" + "node_kind": "heading", + "norm_label": "4. key business & integration questions", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L62" }, { - "label": "License", + "id": "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation", + "label": "5. Audit Limitations & Integrity Confirmation", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "community_name": "Sahel-Font", - "norm_label": "license" + "node_kind": "heading", + "norm_label": "5. audit limitations & integrity confirmation", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L69" }, { - "label": "Sahel-Font", + "id": "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase", + "label": "6. Exact Next Recommended Phase", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "community_name": "Sahel-Font", - "norm_label": "sahel-font" + "node_kind": "heading", + "norm_label": "6. exact next recommended phase", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L75" }, { - "label": "To Do (variable)", + "id": "docs_audit_16_deep_audit_summary_blocked_commands_reasons", + "label": "Blocked Commands & Reasons", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "community_name": "Sahel-Font", - "norm_label": "to do (variable)" + "node_kind": "heading", + "norm_label": "blocked commands & reasons", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L55" }, { - "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", + "id": "docs_audit_16_deep_audit_summary_by_confidence", + "label": "By Confidence", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "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" + "node_kind": "heading", + "norm_label": "by confidence", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L21" }, { - "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", + "id": "docs_audit_16_deep_audit_summary_by_domain", + "label": "By Domain", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 130, - "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" + "node_kind": "heading", + "norm_label": "by domain", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L27" }, { - "label": "00_intake.md", + "id": "docs_audit_16_deep_audit_summary_by_severity", + "label": "By Severity", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "file_type": "document", - "source_file": ".ai_agency/agents/00_intake.md", - "source_location": "L1", - "_origin": "ast", - "id": "ai_agency_agents_00_intake", - "community": 131, - "community_name": "Role & Core Objective", - "norm_label": "00_intake.md" + "node_kind": "heading", + "norm_label": "by severity", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L14" }, { - "label": "1. Ask \u2014 Don't Assume", + "id": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "label": "Deep Audit Summary Report", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 131, - "community_name": "Role & Core Objective", - "norm_label": "1. ask \u2014 don't assume" + "node_kind": "heading", + "norm_label": "deep audit summary report", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L1" }, { - "label": "2. Forbidden Actions", + "id": "docs_audit_16_deep_audit_summary_executed_commands_results", + "label": "Executed Commands & Results", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 131, - "community_name": "Role & Core Objective", - "norm_label": "2. forbidden actions" + "node_kind": "heading", + "norm_label": "executed commands & results", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L49" }, { - "label": "Brownfield Detection", + "id": "docs_audit_16_deep_audit_summary_inspected_scopes", + "label": "Inspected Scopes", + "_origin": "ast", + "community": 100, + "community_name": "Deep Audit Summary Report", "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": 131, - "community_name": "Role & Core Objective", - "norm_label": "brownfield detection" + "node_kind": "heading", + "norm_label": "inspected scopes", + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L43" }, { + "id": "ai_agency_agents_04_architect", + "label": "04_architect.md", + "_origin": "ast", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "04_architect.md", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_04_architect_1_stack_detection_brownfield", + "label": "1. Stack Detection (Brownfield)", + "_origin": "ast", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. stack detection (brownfield)", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L20" + }, + { + "id": "ai_agency_agents_04_architect_2_stack_selection_greenfield", + "label": "2. Stack Selection (Greenfield)", + "_origin": "ast", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. stack selection (greenfield)", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L27" + }, + { + "id": "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice", + "label": "3. Single Non-Negotiable Stack Choice", + "_origin": "ast", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. single non-negotiable stack choice", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L40" + }, + { + "id": "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json", + "label": "4. Tech Stack Must Be Written to state.json", + "_origin": "ast", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. tech stack must be written to state.json", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L45" + }, + { + "id": "ai_agency_agents_04_architect_5_directory_layout", + "label": "5. Directory Layout", + "_origin": "ast", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. directory layout", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L61" + }, + { + "id": "ai_agency_agents_04_architect_6_openapi_api_contract", + "label": "6. OpenAPI / API Contract", + "_origin": "ast", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. openapi / api contract", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L65" + }, + { + "id": "ai_agency_agents_04_architect_7_forbidden_actions", + "label": "7. Forbidden Actions", + "_origin": "ast", + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "7. forbidden actions", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L71" + }, + { + "id": "ai_agency_agents_04_architect_expected_json_output_schema", "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": 131, - "community_name": "Role & Core Objective", - "norm_label": "expected json output schema" + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L88" }, { + "id": "ai_agency_agents_04_architect_operational_rules_boundaries", "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": 131, - "community_name": "Role & Core Objective", - "norm_label": "operational rules & boundaries" + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L18" }, { + "id": "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update", "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": 131, - "community_name": "Role & Core Objective", - "norm_label": "required output artifacts (what files to write/update)" + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L79" }, { + "id": "ai_agency_agents_04_architect_role_core_objective", "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": 131, - "community_name": "Role & Core Objective", - "norm_label": "role & core objective" + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L1" }, { + "id": "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read", "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": 131, - "community_name": "Role & Core Objective", - "norm_label": "strict input specifications (what files to read)" + "community": 101, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L9" }, { - "label": "orchestrate.py", - "file_type": "code", - "source_file": ".ai_agency/orchestrate.py", - "source_location": "L1", + "id": "backend_package_jest", + "label": "jest", "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "code", + "norm_label": "jest", + "source_file": "backend/package.json", + "source_location": "L76" + }, + { + "id": "backend_package_jest_collectcoveragefrom", + "label": "collectCoverageFrom", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "code", + "norm_label": "collectcoveragefrom", + "source_file": "backend/package.json", + "source_location": "L87" + }, + { + "id": "backend_package_jest_coveragedirectory", + "label": "coverageDirectory", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "code", + "norm_label": "coveragedirectory", + "source_file": "backend/package.json", + "source_location": "L90" + }, + { + "id": "backend_package_jest_modulefileextensions", + "label": "moduleFileExtensions", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "code", + "norm_label": "modulefileextensions", + "source_file": "backend/package.json", + "source_location": "L77" + }, + { + "id": "backend_package_jest_rootdir", + "label": "rootDir", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "code", + "norm_label": "rootdir", + "source_file": "backend/package.json", + "source_location": "L82" + }, + { + "id": "backend_package_jest_testenvironment", + "label": "testEnvironment", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "code", + "norm_label": "testenvironment", + "source_file": "backend/package.json", + "source_location": "L91" + }, + { + "id": "backend_package_jest_testregex", + "label": "testRegex", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "code", + "norm_label": "testregex", + "source_file": "backend/package.json", + "source_location": "L83" + }, + { + "id": "backend_package_jest_transform", + "label": "transform", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "code", + "norm_label": "transform", + "source_file": "backend/package.json", + "source_location": "L84" + }, + { + "id": "backend_package_transform_t_j_s", + "label": "^.+\\\\.(t|j)s$", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "code", + "norm_label": "^.+\\\\.(t|j)s$", + "source_file": "backend/package.json", + "source_location": "L85" + }, + { + "id": "backend_package_json_ref_ts", + "label": "ts", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "concept", + "norm_label": "ts", + "source_file": "backend/package.json", + "source_location": "L77" + }, + { + "id": "ref_js", + "label": "js", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "concept", + "norm_label": "js", + "source_file": "backend/package.json", + "source_location": "L77" + }, + { + "id": "ref_json", + "label": "json", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "concept", + "norm_label": "json", + "source_file": "backend/package.json", + "source_location": "L77" + }, + { + "id": "ref_t_j_s", + "label": "**/*.(t|j)s", + "_origin": "ast", + "community": 102, + "community_name": "jest", + "file_type": "concept", + "norm_label": "**/*.(t|j)s", + "source_file": "backend/package.json", + "source_location": "L87" + }, + { + "id": "docs_audit_phase3_2_change_log", + "label": "phase3.2-change-log.md", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "page", + "norm_label": "phase3.2-change-log.md", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L1" + }, + { + "id": "docs_audit_phase3_2_change_log_10_task_verify_001", + "label": "10. `TASK-VERIFY-001`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "10. `task-verify-001`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L109" + }, + { + "id": "docs_audit_phase3_2_change_log_1_task_sec_001", + "label": "1. `TASK-SEC-001`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. `task-sec-001`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L10" + }, + { + "id": "docs_audit_phase3_2_change_log_2_task_sec_002", + "label": "2. `TASK-SEC-002`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. `task-sec-002`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L21" + }, + { + "id": "docs_audit_phase3_2_change_log_3_task_sec_003", + "label": "3. `TASK-SEC-003`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. `task-sec-003`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L32" + }, + { + "id": "docs_audit_phase3_2_change_log_4_task_fin_001", + "label": "4. `TASK-FIN-001`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. `task-fin-001`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L43" + }, + { + "id": "docs_audit_phase3_2_change_log_5_task_build_001", + "label": "5. `TASK-BUILD-001`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. `task-build-001`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L54" + }, + { + "id": "docs_audit_phase3_2_change_log_6_task_auth_001", + "label": "6. `TASK-AUTH-001`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. `task-auth-001`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L65" + }, + { + "id": "docs_audit_phase3_2_change_log_7_task_fe_001", + "label": "7. `TASK-FE-001`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "7. `task-fe-001`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L76" + }, + { + "id": "docs_audit_phase3_2_change_log_8_task_devops_001", + "label": "8. `TASK-DEVOPS-001`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "8. `task-devops-001`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L87" + }, + { + "id": "docs_audit_phase3_2_change_log_9_task_doc_001", + "label": "9. `TASK-DOC-001`", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "9. `task-doc-001`", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L98" + }, + { + "id": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "label": "Comprehensive Change Log", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "comprehensive change log", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L8" + }, + { + "id": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log", + "label": "Phase 3.2 \u2014 Implementation Readiness Change Log", + "_origin": "ast", + "community": 103, + "community_name": "Comprehensive Change Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 3.2 \u2014 implementation readiness change log", + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_priceinput", + "label": "PriceInput.tsx", + "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "priceinput.tsx", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_coupons", + "label": "Coupons.tsx", + "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "coupons.tsx", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_products", + "label": "Products.tsx", + "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "products.tsx", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_shippingsettingspage", + "label": "ShippingSettingsPage.tsx", + "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "shippingsettingspage.tsx", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_coupons", + "label": "Coupons", + "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "coupons", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_products", + "label": "Products", + "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "products", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L12" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_shippingsettingspage", + "label": "ShippingSettingsPage", + "_origin": "ast", + "community": 104, + "community_name": "Coupons.tsx", + "file_type": "code", + "norm_label": "shippingsettingspage", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L37" + }, + { + "id": "ai_agency_agents_07_qa_engineer", + "label": "07_qa_engineer.md", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "07_qa_engineer.md", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack", + "label": "1. Detect Test Runner from Tech Stack", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. detect test runner from tech stack", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L18" + }, + { + "id": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory", + "label": "2. Execution Output Capture (Mandatory)", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. execution output capture (mandatory)", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L33" + }, + { + "id": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification", + "label": "3. Acceptance Criteria Verification", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. acceptance criteria verification", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L41" + }, + { + "id": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol", + "label": "4. Failure Routing Protocol", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. failure routing protocol", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L48" + }, + { + "id": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol", + "label": "5. Success Routing Protocol", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. success routing protocol", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L64" + }, + { + "id": "ai_agency_agents_07_qa_engineer_6_forbidden_actions", + "label": "6. Forbidden Actions", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. forbidden actions", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L74" + }, + { + "id": "ai_agency_agents_07_qa_engineer_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L91" + }, + { + "id": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L16" + }, + { + "id": "ai_agency_agents_07_qa_engineer_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L82" + }, + { + "id": "ai_agency_agents_07_qa_engineer_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 105, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L7" + }, + { + "id": "backend_src_auth_auth_controller", + "label": "auth.controller.ts", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "auth.controller.ts", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_dto_admin_login_dto", + "label": "admin-login.dto.ts", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "admin-login.dto.ts", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_dto_admin_login_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_admin_login_dto_ts_isemail", + "label": "IsEmail", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "isemail", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_admin_login_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_admin_login_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_admin_login_dto_ts_minlength", + "label": "MinLength", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "minlength", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_login_dto", + "label": "login.dto.ts", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "login.dto.ts", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_dto_login_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_login_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_login_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_login_dto_ts_minlength", + "label": "MinLength", + "_origin": "ast", + "community": 106, + "community_name": "auth.controller.ts", + "file_type": "code", + "norm_label": "minlength", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_admin_transaction_filter_dto", + "label": "admin-transaction-filter.dto.ts", + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "admin-transaction-filter.dto.ts", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin", + "label": "IsIn", + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "isin", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber", + "label": "IsNumber", + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type", + "label": "Type", + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "type", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_payment_service", + "label": "payment.service.ts", + "_origin": "ast", + "community": 107, + "community_name": "payment.service.ts", + "file_type": "code", + "norm_label": "payment.service.ts", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L1" + }, + { + "id": "apiexcludecontroller", + "label": "ApiExcludeController", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "apiexcludecontroller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_metrics_controller", + "label": "metrics.controller.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "metrics.controller.ts", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_metrics_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_metrics_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_metrics_controller_ts_res", + "label": "Res", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "res", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_services_sms_service", + "label": "sms.service.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "sms.service.ts", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_contact_contact_service", + "label": "contact.service.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "contact.service.ts", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_menu_menu_service", + "label": "menu.service.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "menu.service.ts", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_orders_orders_service_spec", + "label": "orders.service.spec.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "orders.service.spec.ts", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_payment_zibal_ebank_service", + "label": "zibal-ebank.service.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "zibal-ebank.service.ts", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_prescriptions_prescriptions_service", + "label": "prescriptions.service.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "prescriptions.service.ts", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_prescriptions_prescriptions_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prisma_prisma_service", + "label": "prisma.service.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "prisma.service.ts", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_prisma_prisma_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_default_ui_texts", + "label": "default-ui-texts.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "default-ui-texts.ts", + "source_file": "backend/src/settings/default-ui-texts.ts", + "source_location": "L1" + }, + { + "id": "backend_src_settings_default_ui_texts_default_ui_texts", + "label": "DEFAULT_UI_TEXTS", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "default_ui_texts", + "source_file": "backend/src/settings/default-ui-texts.ts", + "source_location": "L1" + }, + { + "id": "backend_src_settings_settings_service", + "label": "settings.service.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "settings.service.ts", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_settings_settings_service_spec", + "label": "settings.service.spec.ts", + "_origin": "ast", + "community": 108, + "community_name": "PrismaService", + "file_type": "code", + "norm_label": "settings.service.spec.ts", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L1" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report", + "label": "26-phase2-integrity-repair-report.md", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "page", + "norm_label": "26-phase2-integrity-repair-report.md", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L1" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_1_1_authoritative_source_file_inventory_rebuilt", + "label": "1.1 Authoritative Source File Inventory Rebuilt", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1.1 authoritative source file inventory rebuilt", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L12" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_1_2_raw_finding_dispositions_reconciled", + "label": "1.2 Raw Finding Dispositions Reconciled", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1.2 raw finding dispositions reconciled", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L18" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_1_3_finding_identifier_normalization", + "label": "1.3 Finding Identifier Normalization", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1.3 finding identifier normalization", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L27" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_1_4_rejected_finding_cleanup", + "label": "1.4 Rejected Finding Cleanup", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1.4 rejected finding cleanup", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L34" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_1_summary_of_integrity_repairs_performed", + "label": "1. Summary of Integrity Repairs Performed", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. summary of integrity repairs performed", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L10" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "label": "2. Final Verified Finding Metrics", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. final verified finding metrics", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L39" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_3_reference_and_compiler_integrity_results", + "label": "3. Reference and Compiler Integrity Results", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. reference and compiler integrity results", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L57" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_4_quality_gate_conclusion", + "label": "4. Quality Gate Conclusion", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. quality gate conclusion", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L64" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_by_confidence", + "label": "By Confidence", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "by confidence", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L49" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_by_severity", + "label": "By Severity", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "by severity", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L41" + }, + { + "id": "docs_audit_26_phase2_integrity_repair_report_phase_2_6_integrity_repair_audit_quality_gate_report", + "label": "Phase 2.6 Integrity Repair & Audit Quality Gate Report", + "_origin": "ast", + "community": 109, + "community_name": "1. Summary of Integrity Repairs Performed", + "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 2.6 integrity repair & audit quality gate report", + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_confirmmodal", + "label": "ConfirmModal.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "confirmmodal.tsx", + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_mediaselector", + "label": "MediaSelector.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "mediaselector.tsx", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_modal", + "label": "Modal.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "modal.tsx", + "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_modal_maxwidthclasses", + "label": "maxWidthClasses", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "maxwidthclasses", + "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_src_pages_bannersmanager", + "label": "BannersManager.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "bannersmanager.tsx", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_blogs", + "label": "Blogs.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "blogs.tsx", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_categories", + "label": "Categories.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "categories.tsx", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_doctorsmanager", + "label": "DoctorsManager.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "doctorsmanager.tsx", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_ingredientsmanager", + "label": "IngredientsManager.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "ingredientsmanager.tsx", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_testimonialsmanager", + "label": "TestimonialsManager.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "testimonialsmanager.tsx", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_tickets", + "label": "Tickets.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "tickets.tsx", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_videos", + "label": "Videos.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "videos.tsx", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_wholesaleapplications", + "label": "WholesaleApplications.tsx", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "wholesaleapplications.tsx", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "label": "BannersManager", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "bannersmanager", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L27" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_blogs", + "label": "Blogs", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "blogs", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L18" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_categories", + "label": "Categories", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "categories", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L17" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_doctorsmanager", + "label": "DoctorsManager", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "doctorsmanager", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L44" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "label": "IngredientsManager", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "ingredientsmanager", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L30" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "label": "TestimonialsManager", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "testimonialsmanager", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L29" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_tickets", + "label": "Tickets", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "tickets", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L42" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_videos", + "label": "Videos", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "videos", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L25" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", + "label": "WholesaleApplications", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "wholesaleapplications", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L24" + }, + { + "id": "frontend_admin_panel_src_services_api_base_domain", + "label": "BASE_DOMAIN", + "_origin": "ast", + "community": 11, + "community_name": "Modal.tsx", + "file_type": "code", + "norm_label": "base_domain", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L7" + }, + { + "id": "ai_agency_agents_01_auditor", + "label": "01_auditor.md", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "01_auditor.md", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal", + "label": "1. Detect Tech Stack First (Universal)", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. detect tech stack first (universal)", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L19" + }, + { + "id": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal", + "label": "2. Explicit Scoring Methodology (Universal)", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. explicit scoring methodology (universal)", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L30" + }, + { + "id": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule", + "label": "3. Code Coverage Ratio Rule", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. code coverage ratio rule", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L47" + }, + { + "id": "ai_agency_agents_01_auditor_4_deep_directory_scanning", + "label": "4. Deep Directory Scanning", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. deep directory scanning", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L54" + }, + { + "id": "ai_agency_agents_01_auditor_5_forbidden_actions", + "label": "5. Forbidden Actions", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. forbidden actions", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L58" + }, + { + "id": "ai_agency_agents_01_auditor_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L74" + }, + { + "id": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L17" + }, + { + "id": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L66" + }, + { + "id": "ai_agency_agents_01_auditor_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 110, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L7" + }, + { + "id": "ai_agency_agents_10_tech_writer", + "label": "10_tech_writer.md", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "10_tech_writer.md", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete", + "label": "1. Mark Active Task as Complete", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. mark active task as complete", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L23" + }, + { + "id": "ai_agency_agents_10_tech_writer_2_documentation_updates", + "label": "2. Documentation Updates", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. documentation updates", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L30" + }, + { + "id": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical", + "label": "3. Dynamic Routing Protocol (CRITICAL)", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. dynamic routing protocol (critical)", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L44" + }, + { + "id": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check", + "label": "4. Backlog Insufficiency Check", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. backlog insufficiency check", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L72" + }, + { + "id": "ai_agency_agents_10_tech_writer_5_forbidden_actions", + "label": "5. Forbidden Actions", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. forbidden actions", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L77" + }, + { + "id": "ai_agency_agents_10_tech_writer_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L96" + }, + { + "id": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L21" + }, + { + "id": "ai_agency_agents_10_tech_writer_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L84" + }, + { + "id": "ai_agency_agents_10_tech_writer_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 111, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L11" + }, + { + "id": "ai_agency_agents_11_deploy", + "label": "11_deploy.md", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "11_deploy.md", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_11_deploy_1_pre_deployment_checklist", + "label": "1. Pre-Deployment Checklist", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. pre-deployment checklist", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L22" + }, + { + "id": "ai_agency_agents_11_deploy_2_build_verification", + "label": "2. Build Verification", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. build verification", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L37" + }, + { + "id": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target", + "label": "3. Deployment Strategy (Based on Target)", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. deployment strategy (based on target)", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L52" + }, + { + "id": "ai_agency_agents_11_deploy_4_post_deployment_health_check", + "label": "4. Post-Deployment Health Check", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. post-deployment health check", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L75" + }, + { + "id": "ai_agency_agents_11_deploy_5_forbidden_actions", + "label": "5. Forbidden Actions", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. forbidden actions", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L82" + }, + { + "id": "ai_agency_agents_11_deploy_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L102" + }, + { + "id": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L20" + }, + { + "id": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L90" + }, + { + "id": "ai_agency_agents_11_deploy_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 112, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L9" + }, + { + "id": "backend_src_admin_dto_product_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 113, + "community_name": "ProductDto", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_product_dto_ts_isarray", + "label": "IsArray", + "_origin": "ast", + "community": 113, + "community_name": "ProductDto", + "file_type": "code", + "norm_label": "isarray", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_product_dto_ts_isboolean", + "label": "IsBoolean", + "_origin": "ast", + "community": 113, + "community_name": "ProductDto", + "file_type": "code", + "norm_label": "isboolean", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_product_dto_ts_isnumber", + "label": "IsNumber", + "_origin": "ast", + "community": 113, + "community_name": "ProductDto", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_product_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 113, + "community_name": "ProductDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_product_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 113, + "community_name": "ProductDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_app_controller", + "label": "app.controller.ts", + "_origin": "ast", + "community": 114, + "community_name": "AppService", + "file_type": "code", + "norm_label": "app.controller.ts", + "source_file": "backend/src/app.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_app_controller_spec", + "label": "app.controller.spec.ts", + "_origin": "ast", + "community": 114, + "community_name": "AppService", + "file_type": "code", + "norm_label": "app.controller.spec.ts", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_app_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 114, + "community_name": "AppService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_app_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 114, + "community_name": "AppService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_app_service", + "label": "app.service.ts", + "_origin": "ast", + "community": 114, + "community_name": "AppService", + "file_type": "code", + "norm_label": "app.service.ts", + "source_file": "backend/src/app.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_app_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 114, + "community_name": "AppService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_package_dependencies_helmet", + "label": "helmet", + "_origin": "ast", + "community": 115, + "community_name": "helmet", + "file_type": "code", + "norm_label": "helmet", + "source_file": "backend/package.json", + "source_location": "L36" + }, + { + "id": "helmet", + "label": "helmet", + "_origin": "ast", + "community": 115, + "community_name": "helmet", + "file_type": "concept", + "norm_label": "helmet", + "source_file": "backend/package.json", + "source_location": "L36" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog", + "label": "vazirmatn-v33.003/CHANGELOG.md", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "page", + "norm_label": "vazirmatn-v33.003/changelog.md", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_0_0", + "label": "32.0.0", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "32.0.0", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L85" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1", + "label": "32.1", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "32.1", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L77" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101", + "label": "32.101", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "32.101", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L69" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102", + "label": "32.102", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "32.102", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L57" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000", + "label": "33.000", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "33.000", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L31" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001", + "label": "33.001", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "33.001", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L23" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002", + "label": "33.002", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "33.002", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L11" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003", + "label": "33.003", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "33.003", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L3" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_old_vazir_changelog", + "label": "Old Vazir Changelog", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "old vazir changelog", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L158" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "label": "Vazirmatn Changelog", + "_origin": "ast", + "community": 116, + "community_name": "Vazirmatn Changelog", + "file_type": "document", + "node_kind": "heading", + "norm_label": "vazirmatn changelog", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme", + "label": "vazirmatn-v33.003/README.md", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "page", + "norm_label": "vazirmatn-v33.003/readme.md", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_arch_linux_aur_https_aur_archlinux_org_packages_vazirmatn_fonts", + "label": "Arch Linux ([AUR](https://aur.archlinux.org/packages/vazirmatn-fonts))", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "arch linux ([aur](https://aur.archlinux.org/packages/vazirmatn-fonts))", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L41" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_authors", + "label": "Authors", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "authors", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L60" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_build", + "label": "Build", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "build", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L46" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn", + "label": "CDN", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "cdn", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L27" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download", + "label": "Download", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "download", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L11" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "label": "Install", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "install", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L9" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_license", + "label": "License", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "license", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L57" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_npm_https_www_npmjs_com_package_vazirmatn", + "label": "[npm](https://www.npmjs.com/package/vazirmatn)", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "[npm](https://www.npmjs.com/package/vazirmatn)", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L17" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_thank_you", + "label": "Thank you", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "thank you", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L50" + }, + { + "id": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_vazirmatn_font_\u0641\u0648\u0646\u062a_\u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "label": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "_origin": "ast", + "community": 117, + "community_name": "Vazirmatn Font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "file_type": "document", + "node_kind": "heading", + "norm_label": "vazirmatn font \u0641\u0648\u0646\u062a \u0648\u0632\u06cc\u0631\u0645\u062a\u0646", + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_02_ceo", + "label": "02_ceo.md", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "02_ceo.md", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_02_ceo_1_mode_direction_decision", + "label": "1. Mode & Direction Decision", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. mode & direction decision", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L17" + }, + { + "id": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation", + "label": "2. Brownfield Strategic Evaluation", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. brownfield strategic evaluation", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L25" + }, + { + "id": "ai_agency_agents_02_ceo_3_risk_assessment", + "label": "3. Risk Assessment", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. risk assessment", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L32" + }, + { + "id": "ai_agency_agents_02_ceo_4_forbidden_actions", + "label": "4. Forbidden Actions", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. forbidden actions", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L39" + }, + { + "id": "ai_agency_agents_02_ceo_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L56" + }, + { + "id": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L15" + }, + { + "id": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L47" + }, + { + "id": "ai_agency_agents_02_ceo_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 118, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L7" + }, + { + "id": "backend_prisma_tsconfig", + "label": "prisma/tsconfig.json", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "prisma/tsconfig.json", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L1" + }, + { + "id": "backend_prisma_tsconfig_compileroptions", + "label": "compilerOptions", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "compileroptions", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L2" + }, + { + "id": "backend_prisma_tsconfig_compileroptions_esmoduleinterop", + "label": "esModuleInterop", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "esmoduleinterop", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L5" + }, + { + "id": "backend_prisma_tsconfig_compileroptions_module", + "label": "module", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "module", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L3" + }, + { + "id": "backend_prisma_tsconfig_compileroptions_moduleresolution", + "label": "moduleResolution", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "moduleresolution", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L4" + }, + { + "id": "backend_prisma_tsconfig_compileroptions_skiplibcheck", + "label": "skipLibCheck", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "skiplibcheck", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L6" + }, + { + "id": "backend_prisma_tsconfig_compileroptions_types", + "label": "types", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "types", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L7" + }, + { + "id": "backend_prisma_tsconfig_include", + "label": "include", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "include", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L9" + }, + { + "id": "backend_prisma_tsconfig_json_ref_node", + "label": "node", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "node", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L7" + }, + { + "id": "backend_prisma_tsconfig_json_ref_ts", + "label": "./**/*.ts", + "_origin": "ast", + "community": 119, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "./**/*.ts", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L9" + }, + { + "id": "frontend_application_app_checkout_success_id_page", + "label": "[id]/page.tsx", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "[id]/page.tsx", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_app_loading", + "label": "loading.tsx", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "loading.tsx", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_featuredproducts", + "label": "FeaturedProducts.tsx", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "featuredproducts.tsx", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_ordersuccess", + "label": "OrderSuccess.tsx", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "ordersuccess.tsx", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_petprofile", + "label": "PetProfile.tsx", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "petprofile.tsx", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_skeleton", + "label": "components/Skeleton.tsx", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "components/skeleton.tsx", + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_tests_featuredproducts_test", + "label": "FeaturedProducts.test.tsx", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "featuredproducts.test.tsx", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_tests_featuredproducts_test_mockproducts", + "label": "mockProducts", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "mockproducts", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L19" + }, + { + "id": "frontend_application_lib_store_usepetstore", + "label": "usePetStore.ts", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "usepetstore.ts", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_store_usepetstore_usepetstore", + "label": "usePetStore", + "_origin": "ast", + "community": 12, + "community_name": "PetProfile.tsx", + "file_type": "code", + "norm_label": "usepetstore", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L65" + }, + { + "id": "backend_prisma_tsconfig_seed", + "label": "tsconfig.seed.json", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "tsconfig.seed.json", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L1" + }, + { + "id": "backend_prisma_tsconfig_seed_compileroptions", + "label": "compilerOptions", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "compileroptions", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L2" + }, + { + "id": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", + "label": "esModuleInterop", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "esmoduleinterop", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L5" + }, + { + "id": "backend_prisma_tsconfig_seed_compileroptions_module", + "label": "module", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "module", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L3" + }, + { + "id": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", + "label": "moduleResolution", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "moduleresolution", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L4" + }, + { + "id": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", + "label": "skipLibCheck", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "skiplibcheck", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L6" + }, + { + "id": "backend_prisma_tsconfig_seed_compileroptions_types", + "label": "types", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "types", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7" + }, + { + "id": "backend_prisma_tsconfig_seed_include", + "label": "include", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "include", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9" + }, + { + "id": "backend_prisma_tsconfig_seed_json_ref_node", + "label": "node", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "node", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7" + }, + { + "id": "backend_prisma_tsconfig_seed_json_ref_ts", + "label": "./**/*.ts", + "_origin": "ast", + "community": 120, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "./**/*.ts", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9" + }, + { + "id": "backend_readme", + "label": "backend/README.md", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "page", + "norm_label": "backend/readme.md", + "source_file": "backend/README.md", + "source_location": "L1" + }, + { + "id": "backend_readme_compile_and_run_the_project", + "label": "Compile and run the project", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "compile and run the project", + "source_file": "backend/README.md", + "source_location": "L34" + }, + { + "id": "backend_readme_deployment", + "label": "Deployment", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "deployment", + "source_file": "backend/README.md", + "source_location": "L60" + }, + { + "id": "backend_readme_description", + "label": "Description", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "description", + "source_file": "backend/README.md", + "source_location": "L24" + }, + { + "id": "backend_readme_license", + "label": "License", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "license", + "source_file": "backend/README.md", + "source_location": "L96" + }, + { + "id": "backend_readme_project_setup", + "label": "Project setup", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "project setup", + "source_file": "backend/README.md", + "source_location": "L28" + }, + { + "id": "backend_readme_resources", + "label": "Resources", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "resources", + "source_file": "backend/README.md", + "source_location": "L73" + }, + { + "id": "backend_readme_run_tests", + "label": "Run tests", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "run tests", + "source_file": "backend/README.md", + "source_location": "L47" + }, + { + "id": "backend_readme_stay_in_touch", + "label": "Stay in touch", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "stay in touch", + "source_file": "backend/README.md", + "source_location": "L90" + }, + { + "id": "backend_readme_support", + "label": "Support", + "_origin": "ast", + "community": 121, + "community_name": "backend/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "support", + "source_file": "backend/README.md", + "source_location": "L86" + }, + { + "id": "backend_src_admin_admin_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 122, + "community_name": "Body", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_package_dependencies_js_yaml", + "label": "js-yaml", + "_origin": "ast", + "community": 123, + "community_name": "js-yaml", + "file_type": "code", + "norm_label": "js-yaml", + "source_file": "backend/package.json", + "source_location": "L38" + }, + { + "id": "js_yaml", + "label": "js-yaml", + "_origin": "ast", + "community": 123, + "community_name": "js-yaml", + "file_type": "concept", + "norm_label": "js-yaml", + "source_file": "backend/package.json", + "source_location": "L38" + }, + { + "id": "docs_audit_00_repository_map", + "label": "00-repository-map.md", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "page", + "norm_label": "00-repository-map.md", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L1" + }, + { + "id": "docs_audit_00_repository_map_1_active_customer_storefront_react_19_vite_application", + "label": "1. Active Customer Storefront: React 19 + Vite Application", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. active customer storefront: react 19 + vite application", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L17" + }, + { + "id": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application", + "label": "2. Active Backend Service: NestJS Application", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. active backend service: nestjs application", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L23" + }, + { + "id": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories", + "label": "3. Excluded Placeholder / Non-Auditable Directories", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. excluded placeholder / non-auditable directories", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L29" + }, + { + "id": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "label": "Active Applications & Non-Auditable Scopes", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "heading", + "norm_label": "active applications & non-auditable scopes", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L15" + }, + { + "id": "docs_audit_00_repository_map_documentation_governance", + "label": "Documentation Governance", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "heading", + "norm_label": "documentation governance", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L61" + }, + { + "id": "docs_audit_00_repository_map_important_configuration_infrastructure_files", + "label": "Important Configuration & Infrastructure Files", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "heading", + "norm_label": "important configuration & infrastructure files", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L50" + }, + { + "id": "docs_audit_00_repository_map_mandatory_global_audit_exclusions", + "label": "Mandatory Global Audit Exclusions", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "heading", + "norm_label": "mandatory global audit exclusions", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L35" + }, + { + "id": "docs_audit_00_repository_map_repository_map", + "label": "Repository Map", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "heading", + "norm_label": "repository map", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L1" + }, + { + "id": "docs_audit_00_repository_map_repository_structure_overview", + "label": "Repository Structure & Overview", + "_origin": "ast", + "community": 124, + "community_name": "Repository Map", + "file_type": "document", + "node_kind": "heading", + "norm_label": "repository structure & overview", + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L3" + }, + { + "id": "docs_audit_validate_integrity", + "label": "validate_integrity.js", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "validate_integrity.js", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L1" + }, + { + "id": "docs_audit_validate_integrity_dispsum", + "label": "dispSum", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "dispsum", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L16" + }, + { + "id": "docs_audit_validate_integrity_errors", + "label": "errors", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "errors", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L7" + }, + { + "id": "docs_audit_validate_integrity_invalidnewids", + "label": "invalidNewIds", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "invalidnewids", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L27" + }, + { + "id": "docs_audit_validate_integrity_manifest", + "label": "manifest", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "manifest", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L3" + }, + { + "id": "docs_audit_validate_integrity_report", + "label": "report", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "report", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L43" + }, + { + "id": "docs_audit_validate_integrity_trackedfiles", + "label": "trackedFiles", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "trackedfiles", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L4" + }, + { + "id": "docs_audit_validate_integrity_uninspected", + "label": "uninspected", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "uninspected", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L38" + }, + { + "id": "docs_audit_validate_integrity_verifiedindex", + "label": "verifiedIndex", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "verifiedindex", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L5" + }, + { + "id": "docs_audit_validate_integrity_warnings", + "label": "warnings", + "_origin": "ast", + "community": 125, + "community_name": "validate_integrity.js", + "file_type": "code", + "norm_label": "warnings", + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L8" + }, + { + "id": "frontend_admin_panel_package", + "label": "admin-panel/package.json", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "admin-panel/package.json", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_package_name", + "label": "name", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "name", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L2" + }, + { + "id": "frontend_admin_panel_package_private", + "label": "private", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "private", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L3" + }, + { + "id": "frontend_admin_panel_package_scripts", + "label": "scripts", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "scripts", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L6" + }, + { + "id": "frontend_admin_panel_package_scripts_build", + "label": "build", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "build", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L8" + }, + { + "id": "frontend_admin_panel_package_scripts_dev", + "label": "dev", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "dev", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L7" + }, + { + "id": "frontend_admin_panel_package_scripts_lint", + "label": "lint", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "lint", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L9" + }, + { + "id": "frontend_admin_panel_package_scripts_preview", + "label": "preview", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "preview", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L10" + }, + { + "id": "frontend_admin_panel_package_type", + "label": "type", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "type", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_package_version", + "label": "version", + "_origin": "ast", + "community": 126, + "community_name": "admin-panel/package.json", + "file_type": "code", + "norm_label": "version", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L4" + }, + { + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme", + "label": "admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "page", + "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/readme.md", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "label": "Arch Linux", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "arch linux", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L119" + }, + { + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_contributors", + "label": "Contributors", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "contributors", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L127" + }, + { + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_install", + "label": "Install", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "install", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L103" + }, + { + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "label": "Known problems for variable version", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "known problems for variable version", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_license", + "label": "License", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "license", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L131" + }, + { + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "label": "Sahel-Font", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "sahel-font", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "label": "To Do (variable)", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "to do (variable)", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L17" + }, + { + "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", + "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", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "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", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L83" + }, + { + "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", + "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", + "_origin": "ast", + "community": 127, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L24" + }, + { + "id": "backend_package_dependencies_nestjs_core", + "label": "@nestjs/core", + "_origin": "ast", + "community": 128, + "community_name": "@nestjs/core", + "file_type": "code", + "norm_label": "@nestjs/core", + "source_file": "backend/package.json", + "source_location": "L25" + }, + { + "id": "nestjs_core", + "label": "@nestjs/core", + "_origin": "ast", + "community": 128, + "community_name": "@nestjs/core", + "file_type": "concept", + "norm_label": "@nestjs/core", + "source_file": "backend/package.json", + "source_location": "L25" + }, + { + "id": "frontend_application_app_catalog_page", + "label": "catalog/page.tsx", + "_origin": "ast", + "community": 129, + "community_name": "seo.ts", + "file_type": "code", + "norm_label": "catalog/page.tsx", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_app_profile_page", + "label": "profile/page.tsx", + "_origin": "ast", + "community": 129, + "community_name": "seo.ts", + "file_type": "code", + "norm_label": "profile/page.tsx", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_seo", + "label": "seo.ts", + "_origin": "ast", + "community": 129, + "community_name": "seo.ts", + "file_type": "code", + "norm_label": "seo.ts", + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_seo_default_seo_config", + "label": "DEFAULT_SEO_CONFIG", + "_origin": "ast", + "community": 129, + "community_name": "seo.ts", + "file_type": "code", + "norm_label": "default_seo_config", + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L16" + }, + { + "id": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "label": "generate-openapi.ts", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "generate-openapi.ts", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L1" + }, + { + "id": "backend_src_app_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_filters_http_exception_filter_ts_catch", + "label": "Catch", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "catch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_filters_prisma_exception_filter", + "label": "prisma-exception.filter.ts", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "prisma-exception.filter.ts", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_filters_prisma_exception_filter_ts_catch", + "label": "Catch", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "catch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_interceptors_decimal_interceptor", + "label": "decimal.interceptor.ts", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "decimal.interceptor.ts", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_interceptors_decimal_interceptor_spec", + "label": "decimal.interceptor.spec.ts", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "decimal.interceptor.spec.ts", + "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_interceptors_decimal_interceptor_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_main", + "label": "main.ts", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "main.ts", + "source_file": "backend/src/main.ts", + "source_location": "L1" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "label": "app-audit-verification.e2e-spec.ts", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "app-audit-verification.e2e-spec.ts", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L1" + }, + { + "id": "backend_test_app_e2e_spec_ts_backend_test_app_e2e_spec", + "label": "app.e2e-spec.ts", + "_origin": "ast", + "community": 13, + "community_name": "main.ts", + "file_type": "code", + "norm_label": "app.e2e-spec.ts", + "source_file": "backend/test/app.e2e-spec.ts", + "source_location": "L1" + }, + { + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme", + "label": "application/public/fonts/sahel-font-v3.4.0/README.md", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "page", + "norm_label": "application/public/fonts/sahel-font-v3.4.0/readme.md", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1" + }, + { + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_arch_linux", + "label": "Arch Linux", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "arch linux", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L119" + }, + { + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_contributors", + "label": "Contributors", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "contributors", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L127" + }, + { + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_install", + "label": "Install", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "install", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L103" + }, + { + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_known_problems_for_variable_version", + "label": "Known problems for variable version", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "known problems for variable version", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L14" + }, + { + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_license", + "label": "License", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "license", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L131" + }, + { + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_sahel_font", + "label": "Sahel-Font", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "sahel-font", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1" + }, + { + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_readme_to_do_variable", + "label": "To Do (variable)", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "to do (variable)", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L17" + }, + { + "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", + "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", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "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", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L83" + }, + { + "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", + "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", + "_origin": "ast", + "community": 130, + "community_name": "Sahel-Font", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L24" + }, + { + "id": "ai_agency_agents_00_intake", + "label": "00_intake.md", + "_origin": "ast", + "community": 131, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "page", + "norm_label": "00_intake.md", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_00_intake_1_ask_don_t_assume", + "label": "1. Ask \u2014 Don't Assume", + "_origin": "ast", + "community": 131, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. ask \u2014 don't assume", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L30" + }, + { + "id": "ai_agency_agents_00_intake_2_forbidden_actions", + "label": "2. Forbidden Actions", + "_origin": "ast", + "community": 131, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. forbidden actions", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L58" + }, + { + "id": "ai_agency_agents_00_intake_brownfield_detection", + "label": "Brownfield Detection", + "_origin": "ast", + "community": 131, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "brownfield detection", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L17" + }, + { + "id": "ai_agency_agents_00_intake_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 131, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L105" + }, + { + "id": "ai_agency_agents_00_intake_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 131, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L28" + }, + { + "id": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 131, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L65" + }, + { + "id": "ai_agency_agents_00_intake_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 131, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 131, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L9" + }, + { "id": "ai_agency_orchestrate", + "label": "orchestrate.py", + "_origin": "ast", "community": 132, "community_name": "orchestrate.py", - "norm_label": "orchestrate.py" + "file_type": "code", + "norm_label": "orchestrate.py", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L1" }, { - "label": "backend/package.json", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L1", - "_origin": "ast", "id": "backend_package", + "label": "backend/package.json", + "_origin": "ast", "community": 133, "community_name": "backend/package.json", - "norm_label": "backend/package.json" + "file_type": "code", + "norm_label": "backend/package.json", + "source_file": "backend/package.json", + "source_location": "L1" }, { - "label": "author", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L5", - "_origin": "ast", "id": "backend_package_author", + "label": "author", + "_origin": "ast", "community": 133, "community_name": "backend/package.json", - "norm_label": "author" + "file_type": "code", + "norm_label": "author", + "source_file": "backend/package.json", + "source_location": "L5" }, { - "label": "description", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L4", - "_origin": "ast", "id": "backend_package_description", + "label": "description", + "_origin": "ast", "community": 133, "community_name": "backend/package.json", - "norm_label": "description" + "file_type": "code", + "norm_label": "description", + "source_file": "backend/package.json", + "source_location": "L4" }, { - "label": "license", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L7", - "_origin": "ast", "id": "backend_package_license", + "label": "license", + "_origin": "ast", "community": 133, "community_name": "backend/package.json", - "norm_label": "license" + "file_type": "code", + "norm_label": "license", + "source_file": "backend/package.json", + "source_location": "L7" }, { - "label": "name", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L2", - "_origin": "ast", "id": "backend_package_name", + "label": "name", + "_origin": "ast", "community": 133, "community_name": "backend/package.json", - "norm_label": "name" + "file_type": "code", + "norm_label": "name", + "source_file": "backend/package.json", + "source_location": "L2" }, { - "label": "prisma", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L93", - "_origin": "ast", "id": "backend_package_prisma", + "label": "prisma", + "_origin": "ast", "community": 133, "community_name": "backend/package.json", - "norm_label": "prisma" + "file_type": "code", + "norm_label": "prisma", + "source_file": "backend/package.json", + "source_location": "L93" }, { - "label": "seed", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L94", - "_origin": "ast", "id": "backend_package_prisma_seed", + "label": "seed", + "_origin": "ast", "community": 133, "community_name": "backend/package.json", - "norm_label": "seed" + "file_type": "code", + "norm_label": "seed", + "source_file": "backend/package.json", + "source_location": "L94" }, { - "label": "private", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L6", - "_origin": "ast", "id": "backend_package_private", + "label": "private", + "_origin": "ast", "community": 133, "community_name": "backend/package.json", - "norm_label": "private" + "file_type": "code", + "norm_label": "private", + "source_file": "backend/package.json", + "source_location": "L6" }, { - "label": "version", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L3", - "_origin": "ast", "id": "backend_package_version", + "label": "version", + "_origin": "ast", "community": 133, "community_name": "backend/package.json", - "norm_label": "version" + "file_type": "code", + "norm_label": "version", + "source_file": "backend/package.json", + "source_location": "L3" }, { - "label": "@nestjs/throttler", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L30", - "_origin": "ast", "id": "backend_package_dependencies_nestjs_throttler", - "community": 134, - "community_name": "@nestjs/throttler", - "norm_label": "@nestjs/throttler" - }, - { "label": "@nestjs/throttler", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L30", "_origin": "ast", - "id": "nestjs_throttler", "community": 134, "community_name": "@nestjs/throttler", - "norm_label": "@nestjs/throttler" - }, - { - "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": 135, - "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": 135, - "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": 135, - "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": 135, - "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": 135, - "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": 135, - "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": 135, - "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": 135, - "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": 135, - "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": 136, - "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": 136, - "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": 136, - "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": 136, - "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": 136, - "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": 136, - "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": 136, - "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": 136, - "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": 136, - "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": 137, - "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": 137, - "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": 137, - "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": 137, - "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": 137, - "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": 137, - "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": 137, - "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": 137, - "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": 137, - "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": 138, - "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": 138, - "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": 138, - "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": 138, - "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": 138, - "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": 138, - "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": 138, - "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": 138, - "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": 138, - "community_name": "Install", - "norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 sample:" - }, - { - "label": "RouteErrorBoundary.tsx", "file_type": "code", - "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", - "source_location": "L1", + "norm_label": "@nestjs/throttler", + "source_file": "backend/package.json", + "source_location": "L30" + }, + { + "id": "nestjs_throttler", + "label": "@nestjs/throttler", "_origin": "ast", + "community": 134, + "community_name": "@nestjs/throttler", + "file_type": "concept", + "norm_label": "@nestjs/throttler", + "source_file": "backend/package.json", + "source_location": "L30" + }, + { + "id": "claude_skills_graphify_references_exports", + "label": "exports.md", + "_origin": "ast", + "community": 135, + "community_name": "graphify reference: extra exports and benchmark", + "file_type": "document", + "node_kind": "page", + "norm_label": "exports.md", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L1" + }, + { + "id": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "label": "graphify reference: extra exports and benchmark", + "_origin": "ast", + "community": 135, + "community_name": "graphify reference: extra exports and benchmark", + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify reference: extra exports and benchmark", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L1" + }, + { + "id": "claude_skills_graphify_references_exports_step_6b_wiki_only_if_wiki_flag", + "label": "Step 6b - Wiki (only if --wiki flag)", + "_origin": "ast", + "community": 135, + "community_name": "graphify reference: extra exports and benchmark", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 6b - wiki (only if --wiki flag)", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L5" + }, + { + "id": "claude_skills_graphify_references_exports_step_7_neo4j_export_only_if_neo4j_or_neo4j_push_flag", + "label": "Step 7 - Neo4j export (only if --neo4j or --neo4j-push flag)", + "_origin": "ast", + "community": 135, + "community_name": "graphify reference: extra exports and benchmark", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 7 - neo4j export (only if --neo4j or --neo4j-push flag)", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L15" + }, + { + "id": "claude_skills_graphify_references_exports_step_7a_falkordb_export_only_if_falkordb_or_falkordb_push_flag", + "label": "Step 7a - FalkorDB export (only if --falkordb or --falkordb-push flag)", + "_origin": "ast", + "community": 135, + "community_name": "graphify reference: extra exports and benchmark", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 7a - falkordb export (only if --falkordb or --falkordb-push flag)", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L31" + }, + { + "id": "claude_skills_graphify_references_exports_step_7b_svg_export_only_if_svg_flag", + "label": "Step 7b - SVG export (only if --svg flag)", + "_origin": "ast", + "community": 135, + "community_name": "graphify reference: extra exports and benchmark", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 7b - svg export (only if --svg flag)", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L47" + }, + { + "id": "claude_skills_graphify_references_exports_step_7c_graphml_export_only_if_graphml_flag", + "label": "Step 7c - GraphML export (only if --graphml flag)", + "_origin": "ast", + "community": 135, + "community_name": "graphify reference: extra exports and benchmark", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 7c - graphml export (only if --graphml flag)", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L53" + }, + { + "id": "claude_skills_graphify_references_exports_step_7d_mcp_server_only_if_mcp_flag", + "label": "Step 7d - MCP server (only if --mcp flag)", + "_origin": "ast", + "community": 135, + "community_name": "graphify reference: extra exports and benchmark", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 7d - mcp server (only if --mcp flag)", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L59" + }, + { + "id": "claude_skills_graphify_references_exports_step_8_token_reduction_benchmark_only_if_total_words_5000", + "label": "Step 8 - Token reduction benchmark (only if total_words > 5000)", + "_origin": "ast", + "community": 135, + "community_name": "graphify reference: extra exports and benchmark", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 8 - token reduction benchmark (only if total_words > 5000)", + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L79" + }, + { + "id": "docs_audit_21_phase2_quality_gate_summary", + "label": "21-phase2-quality-gate-summary.md", + "_origin": "ast", + "community": 136, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "node_kind": "page", + "norm_label": "21-phase2-quality-gate-summary.md", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L1" + }, + { + "id": "docs_audit_21_phase2_quality_gate_summary_1_executive_summary", + "label": "1. Executive Summary", + "_origin": "ast", + "community": 136, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. executive summary", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L3" + }, + { + "id": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "label": "2. Final Verified Finding Breakdown", + "_origin": "ast", + "community": 136, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. final verified finding breakdown", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L16" + }, + { + "id": "docs_audit_21_phase2_quality_gate_summary_3_source_coverage_diagnostic_metrics", + "label": "3. Source Coverage & Diagnostic Metrics", + "_origin": "ast", + "community": 136, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. source coverage & diagnostic metrics", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L31" + }, + { + "id": "docs_audit_21_phase2_quality_gate_summary_4_integrity_check_quality_gate_status", + "label": "4. Integrity Check & Quality Gate Status", + "_origin": "ast", + "community": 136, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. integrity check & quality gate status", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L40" + }, + { + "id": "docs_audit_21_phase2_quality_gate_summary_5_exact_next_recommended_phase", + "label": "5. Exact Next Recommended Phase", + "_origin": "ast", + "community": 136, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. exact next recommended phase", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L47" + }, + { + "id": "docs_audit_21_phase2_quality_gate_summary_by_confidence", + "label": "By Confidence", + "_origin": "ast", + "community": 136, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "node_kind": "heading", + "norm_label": "by confidence", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L25" + }, + { + "id": "docs_audit_21_phase2_quality_gate_summary_by_severity", + "label": "By Severity", + "_origin": "ast", + "community": 136, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "node_kind": "heading", + "norm_label": "by severity", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L18" + }, + { + "id": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "label": "Phase 2 Final Quality Gate Summary Report", + "_origin": "ast", + "community": 136, + "community_name": "Phase 2 Final Quality Gate Summary Report", + "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 2 final quality gate summary report", + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L1" + }, + { + "id": "docs_audit_phase3_1_change_log", + "label": "phase3.1-change-log.md", + "_origin": "ast", + "community": 137, + "community_name": "Task Modifications Log", + "file_type": "document", + "node_kind": "page", + "norm_label": "phase3.1-change-log.md", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L1" + }, + { + "id": "docs_audit_phase3_1_change_log_1_task_auth_001", + "label": "1. `TASK-AUTH-001`", + "_origin": "ast", + "community": 137, + "community_name": "Task Modifications Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. `task-auth-001`", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L10" + }, + { + "id": "docs_audit_phase3_1_change_log_2_task_fin_001", + "label": "2. `TASK-FIN-001`", + "_origin": "ast", + "community": 137, + "community_name": "Task Modifications Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. `task-fin-001`", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L19" + }, + { + "id": "docs_audit_phase3_1_change_log_3_decision_002", + "label": "3. `DECISION-002`", + "_origin": "ast", + "community": 137, + "community_name": "Task Modifications Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. `decision-002`", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L28" + }, + { + "id": "docs_audit_phase3_1_change_log_4_task_verify_001", + "label": "4. `TASK-VERIFY-001`", + "_origin": "ast", + "community": 137, + "community_name": "Task Modifications Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. `task-verify-001`", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L37" + }, + { + "id": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002", + "label": "5. `TASK-SEC-001` & `TASK-SEC-002`", + "_origin": "ast", + "community": 137, + "community_name": "Task Modifications Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. `task-sec-001` & `task-sec-002`", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L46" + }, + { + "id": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves", + "label": "6. `TASK-BUILD-001` & Execution Waves", + "_origin": "ast", + "community": 137, + "community_name": "Task Modifications Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. `task-build-001` & execution waves", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L55" + }, + { + "id": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", + "label": "Phase 3.1 \u2014 Master Task Backlog Change Log", + "_origin": "ast", + "community": 137, + "community_name": "Task Modifications Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 3.1 \u2014 master task backlog change log", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L1" + }, + { + "id": "docs_audit_phase3_1_change_log_task_modifications_log", + "label": "Task Modifications Log", + "_origin": "ast", + "community": 137, + "community_name": "Task Modifications Log", + "file_type": "document", + "node_kind": "heading", + "norm_label": "task modifications log", + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L8" + }, + { + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme", + "label": "shabnam-font-v5.0.1/README.md", + "_origin": "ast", + "community": 138, + "community_name": "Install", + "file_type": "document", + "node_kind": "page", + "norm_label": "shabnam-font-v5.0.1/readme.md", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_arch_linux", + "label": "Arch Linux", + "_origin": "ast", + "community": 138, + "community_name": "Install", + "file_type": "document", + "node_kind": "heading", + "norm_label": "arch linux", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L110" + }, + { + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_bower", + "label": "bower", + "_origin": "ast", + "community": 138, + "community_name": "Install", + "file_type": "document", + "node_kind": "heading", + "norm_label": "bower", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L80" + }, + { + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_install", + "label": "Install", + "_origin": "ast", + "community": 138, + "community_name": "Install", + "file_type": "document", + "node_kind": "heading", + "norm_label": "install", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L76" + }, + { + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_npm", + "label": "npm", + "_origin": "ast", + "community": 138, + "community_name": "Install", + "file_type": "document", + "node_kind": "heading", + "norm_label": "npm", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L86" + }, + { + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_shabnam_font", + "label": "Shabnam Font", + "_origin": "ast", + "community": 138, + "community_name": "Install", + "file_type": "document", + "node_kind": "heading", + "norm_label": "shabnam font", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_yarn", + "label": "yarn", + "_origin": "ast", + "community": 138, + "community_name": "Install", + "file_type": "document", + "node_kind": "heading", + "norm_label": "yarn", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L91" + }, + { + "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", + "label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628:", + "_origin": "ast", + "community": 138, + "community_name": "Install", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0637\u0631\u06cc\u0642\u0647 \u0627\u0633\u062a\u0641\u0627\u062f\u0647 \u062f\u0631 \u0635\u0641\u062d\u0627\u062a \u0648\u0628:", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L17" + }, + { + "id": "frontend_admin_panel_public_fonts_shabnam_font_v5_0_1_readme_\u0646\u0645\u0648\u0646\u0647_\u0645\u062a\u0646_sample", + "label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 Sample:", + "_origin": "ast", + "community": 138, + "community_name": "Install", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0645\u062a\u0646 sample:", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L14" + }, + { "id": "frontend_admin_panel_src_components_routeerrorboundary", + "label": "RouteErrorBoundary.tsx", + "_origin": "ast", "community": 139, "community_name": "RouteErrorBoundary", - "norm_label": "routeerrorboundary.tsx" + "file_type": "code", + "norm_label": "routeerrorboundary.tsx", + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L1" }, { - "label": "ContactFormClient.tsx", - "file_type": "code", - "source_file": "frontend/application/components/ContactFormClient.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_contactformclient", + "label": "ContactFormClient.tsx", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "contactformclient.tsx" + "file_type": "code", + "norm_label": "contactformclient.tsx", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L1" }, { - "label": "LoginModal.tsx", - "file_type": "code", - "source_file": "frontend/application/components/LoginModal.tsx", - "source_location": "L1", + "id": "frontend_application_components_prescriptionuploadmodal", + "label": "PrescriptionUploadModal.tsx", "_origin": "ast", - "id": "frontend_application_components_loginmodal", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "loginmodal.tsx" + "file_type": "code", + "norm_label": "prescriptionuploadmodal.tsx", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L1" }, { - "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", + "label": "lib/services/api.ts", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "lib/services/api.ts" + "file_type": "code", + "norm_label": "lib/services/api.ts", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L1" }, { - "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", + "label": "api", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "api" - }, - { - "label": "baseURL", "file_type": "code", + "norm_label": "api", "source_file": "frontend/application/lib/services/api.ts", - "source_location": "L13", - "_origin": "ast", + "source_location": "L26" + }, + { "id": "frontend_application_lib_services_api_baseurl", + "label": "baseURL", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "baseurl" + "file_type": "code", + "norm_label": "baseurl", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L13" }, { - "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", + "label": "authService.ts", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "authservice.ts" + "file_type": "code", + "norm_label": "authservice.ts", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L1" }, { - "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", + "label": "orderService.ts", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "orderservice.ts" + "file_type": "code", + "norm_label": "orderservice.ts", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L1" }, { - "label": "cartStore.test.ts", - "file_type": "code", - "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", - "source_location": "L1", + "id": "frontend_application_lib_store_cartstore", + "label": "cartStore.ts", "_origin": "ast", + "community": 14, + "community_name": "lib/services/api.ts", + "file_type": "code", + "norm_label": "cartstore.ts", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L1" + }, + { "id": "frontend_application_lib_store_tests_cartstore_test", + "label": "cartStore.test.ts", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "cartstore.test.ts" - }, - { - "label": "mockProduct", "file_type": "code", + "norm_label": "cartstore.test.ts", "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", - "source_location": "L20", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_application_lib_store_tests_cartstore_test_mockproduct", + "label": "mockProduct", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "mockproduct" + "file_type": "code", + "norm_label": "mockproduct", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L20" }, { - "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", + "label": "userStore.test.ts", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "userstore.test.ts" + "file_type": "code", + "norm_label": "userstore.test.ts", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L1" }, { - "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", + "label": "userStore.ts", + "_origin": "ast", "community": 14, "community_name": "lib/services/api.ts", - "norm_label": "userstore.ts" + "file_type": "code", + "norm_label": "userstore.ts", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L1" }, { - "label": "ErrorBoundary.tsx", - "file_type": "code", - "source_file": "frontend/application/components/ErrorBoundary.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_errorboundary", + "label": "ErrorBoundary.tsx", + "_origin": "ast", "community": 140, "community_name": "ErrorBoundary", - "norm_label": "errorboundary.tsx" + "file_type": "code", + "norm_label": "errorboundary.tsx", + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L1" }, { - "label": "application/package.json", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_package", + "label": "application/package.json", + "_origin": "ast", "community": 141, "community_name": "application/package.json", - "norm_label": "application/package.json" + "file_type": "code", + "norm_label": "application/package.json", + "source_file": "frontend/application/package.json", + "source_location": "L1" }, { - "label": "name", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L2", - "_origin": "ast", "id": "frontend_application_package_name", + "label": "name", + "_origin": "ast", "community": 141, "community_name": "application/package.json", - "norm_label": "name" + "file_type": "code", + "norm_label": "name", + "source_file": "frontend/application/package.json", + "source_location": "L2" }, { - "label": "private", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L4", - "_origin": "ast", "id": "frontend_application_package_private", + "label": "private", + "_origin": "ast", "community": 141, "community_name": "application/package.json", - "norm_label": "private" + "file_type": "code", + "norm_label": "private", + "source_file": "frontend/application/package.json", + "source_location": "L4" }, { - "label": "scripts", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L5", - "_origin": "ast", "id": "frontend_application_package_scripts", + "label": "scripts", + "_origin": "ast", "community": 141, "community_name": "application/package.json", - "norm_label": "scripts" + "file_type": "code", + "norm_label": "scripts", + "source_file": "frontend/application/package.json", + "source_location": "L5" }, { - "label": "build", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L7", - "_origin": "ast", "id": "frontend_application_package_scripts_build", + "label": "build", + "_origin": "ast", "community": 141, "community_name": "application/package.json", - "norm_label": "build" + "file_type": "code", + "norm_label": "build", + "source_file": "frontend/application/package.json", + "source_location": "L7" }, { - "label": "dev", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L6", - "_origin": "ast", "id": "frontend_application_package_scripts_dev", + "label": "dev", + "_origin": "ast", "community": 141, "community_name": "application/package.json", - "norm_label": "dev" + "file_type": "code", + "norm_label": "dev", + "source_file": "frontend/application/package.json", + "source_location": "L6" }, { - "label": "lint", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L9", - "_origin": "ast", "id": "frontend_application_package_scripts_lint", + "label": "lint", + "_origin": "ast", "community": 141, "community_name": "application/package.json", - "norm_label": "lint" + "file_type": "code", + "norm_label": "lint", + "source_file": "frontend/application/package.json", + "source_location": "L9" }, { - "label": "start", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L8", - "_origin": "ast", "id": "frontend_application_package_scripts_start", + "label": "start", + "_origin": "ast", "community": 141, "community_name": "application/package.json", - "norm_label": "start" - }, - { - "label": "version", "file_type": "code", + "norm_label": "start", "source_file": "frontend/application/package.json", - "source_location": "L3", - "_origin": "ast", + "source_location": "L8" + }, + { "id": "frontend_application_package_version", + "label": "version", + "_origin": "ast", "community": 141, "community_name": "application/package.json", - "norm_label": "version" + "file_type": "code", + "norm_label": "version", + "source_file": "frontend/application/package.json", + "source_location": "L3" }, { - "label": "start-dev.js", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L1", - "_origin": "ast", "id": "scripts_start_dev", + "label": "start-dev.js", + "_origin": "ast", "community": 142, "community_name": "start-dev.js", - "norm_label": "start-dev.js" + "file_type": "code", + "norm_label": "start-dev.js", + "source_file": "scripts/start-dev.js", + "source_location": "L1" }, { - "label": "backend", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L35", - "_origin": "ast", "id": "scripts_start_dev_backend", + "label": "backend", + "_origin": "ast", "community": 142, "community_name": "start-dev.js", - "norm_label": "backend" + "file_type": "code", + "norm_label": "backend", + "source_file": "scripts/start-dev.js", + "source_location": "L35" }, { - "label": "distMainPath", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L9", - "_origin": "ast", "id": "scripts_start_dev_distmainpath", + "label": "distMainPath", + "_origin": "ast", "community": 142, "community_name": "start-dev.js", - "norm_label": "distmainpath" + "file_type": "code", + "norm_label": "distmainpath", + "source_file": "scripts/start-dev.js", + "source_location": "L9" }, { - "label": "fs", - "file_type": "code", - "source_file": "scripts/start-dev.js", - "source_location": "L3", - "_origin": "ast", "id": "scripts_start_dev_fs", - "community": 142, - "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": 142, - "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": 142, - "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": 142, - "community_name": "start-dev.js", - "norm_label": "{ spawn, execsync }" - }, - { - "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": 143, - "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": 143, - "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": 143, - "community_name": "generate-openapi.js", - "norm_label": "fs" + "community": 142, + "community_name": "start-dev.js", + "file_type": "code", + "norm_label": "fs", + "source_file": "scripts/start-dev.js", + "source_location": "L3" }, { - "label": "generate-openapi.js", - "file_type": "code", - "source_file": "backend/scripts/generate-openapi.js", - "source_location": "L1", + "id": "scripts_start_dev_http", + "label": "http", "_origin": "ast", - "id": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", - "community": 143, - "community_name": "generate-openapi.js", - "norm_label": "generate-openapi.js" + "community": 142, + "community_name": "start-dev.js", + "file_type": "code", + "norm_label": "http", + "source_file": "scripts/start-dev.js", + "source_location": "L2" }, { + "id": "scripts_start_dev_path", "label": "path", - "file_type": "code", - "source_file": "backend/scripts/generate-openapi.js", - "source_location": "L40", "_origin": "ast", + "community": 142, + "community_name": "start-dev.js", + "file_type": "code", + "norm_label": "path", + "source_file": "scripts/start-dev.js", + "source_location": "L4" + }, + { + "id": "scripts_start_dev_spawn_execsync", + "label": "{ spawn, execSync }", + "_origin": "ast", + "community": 142, + "community_name": "start-dev.js", + "file_type": "code", + "norm_label": "{ spawn, execsync }", + "source_file": "scripts/start-dev.js", + "source_location": "L1" + }, + { + "id": "backend_scripts_generate_openapi_app_module_1", + "label": "app_module_1", + "_origin": "ast", + "community": 143, + "community_name": "generate-openapi.js", + "file_type": "code", + "norm_label": "app_module_1", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L37" + }, + { + "id": "backend_scripts_generate_openapi_core_1", + "label": "core_1", + "_origin": "ast", + "community": 143, + "community_name": "generate-openapi.js", + "file_type": "code", + "norm_label": "core_1", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L36" + }, + { + "id": "backend_scripts_generate_openapi_fs", + "label": "fs", + "_origin": "ast", + "community": 143, + "community_name": "generate-openapi.js", + "file_type": "code", + "norm_label": "fs", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L39" + }, + { + "id": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "label": "generate-openapi.js", + "_origin": "ast", + "community": 143, + "community_name": "generate-openapi.js", + "file_type": "code", + "norm_label": "generate-openapi.js", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L1" + }, + { "id": "backend_scripts_generate_openapi_path", + "label": "path", + "_origin": "ast", "community": 143, "community_name": "generate-openapi.js", - "norm_label": "path" + "file_type": "code", + "norm_label": "path", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L40" }, { - "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", + "label": "swagger_1", + "_origin": "ast", "community": 143, "community_name": "generate-openapi.js", - "norm_label": "swagger_1" - }, - { - "label": "yaml", "file_type": "code", + "norm_label": "swagger_1", "source_file": "backend/scripts/generate-openapi.js", - "source_location": "L41", - "_origin": "ast", + "source_location": "L38" + }, + { "id": "backend_scripts_generate_openapi_yaml", + "label": "yaml", + "_origin": "ast", "community": 143, "community_name": "generate-openapi.js", - "norm_label": "yaml" + "file_type": "code", + "norm_label": "yaml", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L41" }, { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", + "id": "backend_src_auth_dto_register_dto", + "label": "register.dto.ts", "_origin": "ast", - "id": "backend_src_admin_admin_service_ts_injectable", "community": 144, - "community_name": "AdminService", - "norm_label": "injectable" + "community_name": "RegisterDto", + "file_type": "code", + "norm_label": "register.dto.ts", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L1" }, { - "label": "eslint-config-prettier", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L61", + "id": "backend_src_auth_dto_register_dto_ts_apiproperty", + "label": "ApiProperty", "_origin": "ast", + "community": 144, + "community_name": "RegisterDto", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_register_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 144, + "community_name": "RegisterDto", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_register_dto_ts_isemail", + "label": "IsEmail", + "_origin": "ast", + "community": 144, + "community_name": "RegisterDto", + "file_type": "code", + "norm_label": "isemail", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_register_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 144, + "community_name": "RegisterDto", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_register_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 144, + "community_name": "RegisterDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_register_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 144, + "community_name": "RegisterDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_register_dto_ts_minlength", + "label": "MinLength", + "_origin": "ast", + "community": 144, + "community_name": "RegisterDto", + "file_type": "code", + "norm_label": "minlength", + "source_file": "", + "source_location": "" + }, + { "id": "backend_package_devdependencies_eslint_config_prettier", - "community": 145, - "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": 145, "community_name": "eslint-config-prettier", - "norm_label": "eslint-config-prettier" + "file_type": "code", + "norm_label": "eslint-config-prettier", + "source_file": "backend/package.json", + "source_location": "L61" }, { - "label": "01-system-discovery.md", - "file_type": "document", - "source_file": "docs/audit/01-system-discovery.md", - "source_location": "L1", + "id": "eslint_config_prettier", + "label": "eslint-config-prettier", "_origin": "ast", + "community": 145, + "community_name": "eslint-config-prettier", + "file_type": "concept", + "norm_label": "eslint-config-prettier", + "source_file": "backend/package.json", + "source_location": "L61" + }, + { "id": "docs_audit_01_system_discovery", + "label": "01-system-discovery.md", + "_origin": "ast", "community": 146, "community_name": "System Discovery", - "norm_label": "01-system-discovery.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "01-system-discovery.md", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L1" }, { - "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", + "label": "Active Core Applications", + "_origin": "ast", "community": 146, "community_name": "System Discovery", - "norm_label": "active core applications" + "file_type": "document", + "node_kind": "heading", + "norm_label": "active core applications", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L6" }, { - "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", + "label": "Current Architecture", + "_origin": "ast", "community": 146, "community_name": "System Discovery", - "norm_label": "current architecture" + "file_type": "document", + "node_kind": "heading", + "norm_label": "current architecture", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L3" }, { - "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", + "label": "Evidence-Based Status Matrix", + "_origin": "ast", "community": 146, "community_name": "System Discovery", - "norm_label": "evidence-based status matrix" + "file_type": "document", + "node_kind": "heading", + "norm_label": "evidence-based status matrix", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L36" }, { - "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", + "label": "Excluded / Non-Auditable Artifacts", + "_origin": "ast", "community": 146, "community_name": "System Discovery", - "norm_label": "excluded / non-auditable artifacts" + "file_type": "document", + "node_kind": "heading", + "norm_label": "excluded / non-auditable artifacts", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L12" }, { - "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", + "label": "Major Business Domains Discovered", + "_origin": "ast", "community": 146, "community_name": "System Discovery", - "norm_label": "major business domains discovered" + "file_type": "document", + "node_kind": "heading", + "norm_label": "major business domains discovered", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L18" }, { - "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", + "label": "System Discovery", + "_origin": "ast", "community": 146, "community_name": "System Discovery", - "norm_label": "system discovery" - }, - { - "label": "Technical Architecture Summary", "file_type": "document", + "node_kind": "heading", + "norm_label": "system discovery", "source_file": "docs/audit/01-system-discovery.md", - "source_location": "L27", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "docs_audit_01_system_discovery_technical_architecture_summary", + "label": "Technical Architecture Summary", + "_origin": "ast", "community": 146, "community_name": "System Discovery", - "norm_label": "technical architecture summary" + "file_type": "document", + "node_kind": "heading", + "norm_label": "technical architecture summary", + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L27" }, { - "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", + "label": "ImagePreviewModal.tsx", + "_origin": "ast", "community": 147, "community_name": "Media.tsx", - "norm_label": "imagepreviewmodal.tsx" + "file_type": "code", + "norm_label": "imagepreviewmodal.tsx", + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L1" }, { - "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", + "label": "Media.tsx", + "_origin": "ast", "community": 147, "community_name": "Media.tsx", - "norm_label": "media.tsx" + "file_type": "code", + "norm_label": "media.tsx", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L1" }, { - "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", + "label": "PrescriptionsManager.tsx", + "_origin": "ast", "community": 147, "community_name": "Media.tsx", - "norm_label": "prescriptionsmanager.tsx" + "file_type": "code", + "norm_label": "prescriptionsmanager.tsx", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L1" }, { - "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", + "label": "Media", + "_origin": "ast", "community": 147, "community_name": "Media.tsx", - "norm_label": "media" + "file_type": "code", + "norm_label": "media", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L22" }, { - "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", + "label": "PrescriptionsManager", + "_origin": "ast", "community": 147, "community_name": "Media.tsx", - "norm_label": "prescriptionsmanager" + "file_type": "code", + "norm_label": "prescriptionsmanager", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L31" }, { - "label": "@eslint/eslintrc", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L46", - "_origin": "ast", "id": "backend_package_devdependencies_eslint_eslintrc", - "community": 148, - "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": 148, "community_name": "@eslint/eslintrc", - "norm_label": "@eslint/eslintrc" + "file_type": "code", + "norm_label": "@eslint/eslintrc", + "source_file": "backend/package.json", + "source_location": "L46" }, { - "label": "SmsSettingsPage.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", - "source_location": "L1", + "id": "eslint_eslintrc", + "label": "@eslint/eslintrc", "_origin": "ast", + "community": 148, + "community_name": "@eslint/eslintrc", + "file_type": "concept", + "norm_label": "@eslint/eslintrc", + "source_file": "backend/package.json", + "source_location": "L46" + }, + { "id": "frontend_admin_panel_src_pages_smssettingspage", + "label": "SmsSettingsPage.tsx", + "_origin": "ast", "community": 149, "community_name": "SmsSettingsPage.tsx", - "norm_label": "smssettingspage.tsx" + "file_type": "code", + "norm_label": "smssettingspage.tsx", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L1" }, { - "label": "SmsSettingsPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L39", - "_origin": "ast", "id": "frontend_admin_panel_src_routes_adminroutes_smssettingspage", + "label": "SmsSettingsPage", + "_origin": "ast", "community": 149, "community_name": "SmsSettingsPage.tsx", - "norm_label": "smssettingspage" + "file_type": "code", + "norm_label": "smssettingspage", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L39" }, { - "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", + "label": "Layout.tsx", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "layout.tsx" + "file_type": "code", + "norm_label": "layout.tsx", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L1" }, { - "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", + "label": "ProtectedRoute.tsx", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "protectedroute.tsx" + "file_type": "code", + "norm_label": "protectedroute.tsx", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L1" }, { - "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", + "label": "Sidebar.tsx", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "sidebar.tsx" + "file_type": "code", + "norm_label": "sidebar.tsx", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L1" }, { - "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", + "label": "Topbar.tsx", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "topbar.tsx" - }, - { - "label": "SEARCHABLE_PAGES", "file_type": "code", + "norm_label": "topbar.tsx", "source_file": "frontend/admin-panel/src/components/Topbar.tsx", - "source_location": "L12", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_admin_panel_src_components_topbar_searchable_pages", + "label": "SEARCHABLE_PAGES", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "searchable_pages" + "file_type": "code", + "norm_label": "searchable_pages", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L12" }, { - "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", + "label": "B2BManager.tsx", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "b2bmanager.tsx" + "file_type": "code", + "norm_label": "b2bmanager.tsx", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L1" }, { - "label": "Login.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Login.tsx", - "source_location": "L1", + "id": "frontend_admin_panel_src_pages_dashboard", + "label": "Dashboard.tsx", "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "dashboard.tsx", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L1" + }, + { "id": "frontend_admin_panel_src_pages_login", + "label": "Login.tsx", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "login.tsx" + "file_type": "code", + "norm_label": "login.tsx", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L1" }, { - "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", + "label": "SeoSettingsPage.tsx", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "seosettingspage.tsx" + "file_type": "code", + "norm_label": "seosettingspage.tsx", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L1" }, { - "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", + "label": "SmartAdvisorManager.tsx", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "smartadvisormanager.tsx" + "file_type": "code", + "norm_label": "smartadvisormanager.tsx", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L1" }, { - "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": 15, - "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", + "label": "B2BManager", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "b2bmanager" + "file_type": "code", + "norm_label": "b2bmanager", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L32" }, { - "label": "SeoSettingsPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L33", + "id": "frontend_admin_panel_src_routes_adminroutes_dashboard", + "label": "Dashboard", "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "dashboard", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L10" + }, + { "id": "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "label": "SeoSettingsPage", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "seosettingspage" + "file_type": "code", + "norm_label": "seosettingspage", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L33" }, { - "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", + "label": "SmartAdvisorManager", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "smartadvisormanager" - }, - { - "label": "SystemSettingsPage", "file_type": "code", + "norm_label": "smartadvisormanager", "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L38", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", - "community": 15, - "community_name": "src/services/api.ts", - "norm_label": "systemsettingspage" + "source_location": "L28" }, { - "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", + "label": "src/services/api.ts", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "src/services/api.ts" - }, - { - "label": "failedQueue", "file_type": "code", + "norm_label": "src/services/api.ts", "source_file": "frontend/admin-panel/src/services/api.ts", - "source_location": "L32", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_services_api_api", + "label": "api", "_origin": "ast", + "community": 15, + "community_name": "src/services/api.ts", + "file_type": "code", + "norm_label": "api", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L23" + }, + { "id": "frontend_admin_panel_src_services_api_failedqueue", + "label": "failedQueue", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "failedqueue" + "file_type": "code", + "norm_label": "failedqueue", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L32" }, { - "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", + "label": "adminAuthStore.ts", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "adminauthstore.ts" - }, - { - "label": "useAdminAuthStore", "file_type": "code", + "norm_label": "adminauthstore.ts", "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", - "source_location": "L5", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "label": "useAdminAuthStore", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "useadminauthstore" + "file_type": "code", + "norm_label": "useadminauthstore", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L5" }, { - "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", + "label": "admin.ts", + "_origin": "ast", "community": 15, "community_name": "src/services/api.ts", - "norm_label": "admin.ts" + "file_type": "code", + "norm_label": "admin.ts", + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L1" }, { - "label": "prd.md", - "file_type": "document", - "source_file": ".ai_agency/specs/prd.md", - "source_location": "L1", - "_origin": "ast", "id": "ai_agency_specs_prd", + "label": "prd.md", + "_origin": "ast", "community": 150, "community_name": "Product Requirement Document (PRD)", - "norm_label": "prd.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "prd.md", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L1" }, { - "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", + "label": "1. Executive Vision", + "_origin": "ast", "community": 150, "community_name": "Product Requirement Document (PRD)", - "norm_label": "1. executive vision" + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. executive vision", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L3" }, { - "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", + "label": "2. Target Audience", + "_origin": "ast", "community": 150, "community_name": "Product Requirement Document (PRD)", - "norm_label": "2. target audience" + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. target audience", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L6" }, { - "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", + "label": "3. Functional Requirements", + "_origin": "ast", "community": 150, "community_name": "Product Requirement Document (PRD)", - "norm_label": "3. functional requirements" + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. functional requirements", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L9" }, { - "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", + "label": "4. Non-Functional Requirements (Performance, Security)", + "_origin": "ast", "community": 150, "community_name": "Product Requirement Document (PRD)", - "norm_label": "4. non-functional requirements (performance, security)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. non-functional requirements (performance, security)", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L12" }, { - "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", + "label": "5. Epic / Feature Breakdown", + "_origin": "ast", "community": 150, "community_name": "Product Requirement Document (PRD)", - "norm_label": "5. epic / feature breakdown" - }, - { - "label": "Product Requirement Document (PRD)", "file_type": "document", + "node_kind": "heading", + "norm_label": "5. epic / feature breakdown", "source_file": ".ai_agency/specs/prd.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L15" + }, + { "id": "ai_agency_specs_prd_product_requirement_document_prd", + "label": "Product Requirement Document (PRD)", + "_origin": "ast", "community": 150, "community_name": "Product Requirement Document (PRD)", - "norm_label": "product requirement document (prd)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "product requirement document (prd)", + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L1" }, { - "label": "jest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L64", - "_origin": "ast", "id": "backend_package_devdependencies_jest", - "community": 151, - "community_name": "jest", - "norm_label": "jest" - }, - { "label": "jest", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L64", "_origin": "ast", - "id": "jest", "community": 151, "community_name": "jest", - "norm_label": "jest" + "file_type": "code", + "norm_label": "jest", + "source_file": "backend/package.json", + "source_location": "L64" }, { - "label": "@nestjs/cli", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L48", + "id": "jest", + "label": "jest", "_origin": "ast", + "community": 151, + "community_name": "jest", + "file_type": "concept", + "norm_label": "jest", + "source_file": "backend/package.json", + "source_location": "L64" + }, + { "id": "backend_package_devdependencies_nestjs_cli", - "community": 152, - "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": 152, "community_name": "@nestjs/cli", - "norm_label": "@nestjs/cli" + "file_type": "code", + "norm_label": "@nestjs/cli", + "source_file": "backend/package.json", + "source_location": "L48" }, { - "label": "tsconfig.build.json", - "file_type": "code", - "source_file": "backend/tsconfig.build.json", - "source_location": "L1", + "id": "nestjs_cli", + "label": "@nestjs/cli", "_origin": "ast", + "community": 152, + "community_name": "@nestjs/cli", + "file_type": "concept", + "norm_label": "@nestjs/cli", + "source_file": "backend/package.json", + "source_location": "L48" + }, + { "id": "backend_tsconfig_build", + "label": "tsconfig.build.json", + "_origin": "ast", "community": 153, "community_name": "exclude", - "norm_label": "tsconfig.build.json" + "file_type": "code", + "norm_label": "tsconfig.build.json", + "source_file": "backend/tsconfig.build.json", + "source_location": "L1" }, { - "label": "exclude", - "file_type": "code", - "source_file": "backend/tsconfig.build.json", - "source_location": "L3", - "_origin": "ast", "id": "backend_tsconfig_build_exclude", + "label": "exclude", + "_origin": "ast", "community": 153, "community_name": "exclude", - "norm_label": "exclude" + "file_type": "code", + "norm_label": "exclude", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3" }, { - "label": "extends", - "file_type": "code", - "source_file": "backend/tsconfig.build.json", - "source_location": "L2", - "_origin": "ast", "id": "backend_tsconfig_build_extends", + "label": "extends", + "_origin": "ast", "community": 153, "community_name": "exclude", - "norm_label": "extends" + "file_type": "code", + "norm_label": "extends", + "source_file": "backend/tsconfig.build.json", + "source_location": "L2" }, { - "label": "dist", - "file_type": "concept", - "source_file": "backend/tsconfig.build.json", - "source_location": "L3", - "_origin": "ast", "id": "backend_tsconfig_build_json_ref_dist", + "label": "dist", + "_origin": "ast", "community": 153, "community_name": "exclude", - "norm_label": "dist" + "file_type": "concept", + "norm_label": "dist", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3" }, { - "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", + "label": "node_modules", + "_origin": "ast", "community": 153, "community_name": "exclude", - "norm_label": "node_modules" + "file_type": "concept", + "norm_label": "node_modules", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3" }, { - "label": "prisma", - "file_type": "concept", - "source_file": "backend/tsconfig.build.json", - "source_location": "L3", - "_origin": "ast", "id": "backend_tsconfig_build_json_ref_prisma", + "label": "prisma", + "_origin": "ast", "community": 153, "community_name": "exclude", - "norm_label": "prisma" + "file_type": "concept", + "norm_label": "prisma", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3" }, { - "label": "**/*spec.ts", - "file_type": "concept", - "source_file": "backend/tsconfig.build.json", - "source_location": "L3", - "_origin": "ast", "id": "ref_spec_ts", + "label": "**/*spec.ts", + "_origin": "ast", "community": 153, "community_name": "exclude", - "norm_label": "**/*spec.ts" + "file_type": "concept", + "norm_label": "**/*spec.ts", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3" }, { - "label": "test", - "file_type": "concept", - "source_file": "backend/tsconfig.build.json", - "source_location": "L3", - "_origin": "ast", "id": "ref_test", + "label": "test", + "_origin": "ast", "community": 153, "community_name": "exclude", - "norm_label": "test" - }, - { - "label": "./tsconfig.json", "file_type": "concept", + "norm_label": "test", "source_file": "backend/tsconfig.build.json", - "source_location": "L2", - "_origin": "ast", + "source_location": "L3" + }, + { "id": "ref_tsconfig_json", + "label": "./tsconfig.json", + "_origin": "ast", "community": 153, "community_name": "exclude", - "norm_label": "./tsconfig.json" - }, - { - "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": 154, - "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": 154, - "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": 154, - "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": 154, - "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": 154, - "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": 154, - "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": 154, - "community_name": "Baseline Command Plan & Reconciled Command History", - "norm_label": "root `package.json` scripts" - }, - { - "label": "@nestjs/schematics", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L49", - "_origin": "ast", - "id": "backend_package_devdependencies_nestjs_schematics", - "community": 155, - "community_name": "@nestjs/schematics", - "norm_label": "@nestjs/schematics" - }, - { - "label": "@nestjs/schematics", "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L49", - "_origin": "ast", - "id": "nestjs_schematics", - "community": 155, - "community_name": "@nestjs/schematics", - "norm_label": "@nestjs/schematics" + "norm_label": "./tsconfig.json", + "source_file": "backend/tsconfig.build.json", + "source_location": "L2" }, { - "label": "contact/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/contact/page.tsx", - "source_location": "L1", + "id": "docs_audit_03_baseline_command_plan", + "label": "03-baseline-command-plan.md", "_origin": "ast", + "community": 154, + "community_name": "Baseline Command Plan & Reconciled Command History", + "file_type": "document", + "node_kind": "page", + "norm_label": "03-baseline-command-plan.md", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L1" + }, + { + "id": "docs_audit_03_baseline_command_plan_attempted_command_execution_log", + "label": "Attempted Command Execution Log", + "_origin": "ast", + "community": 154, + "community_name": "Baseline Command Plan & Reconciled Command History", + "file_type": "document", + "node_kind": "heading", + "norm_label": "attempted command execution log", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L3" + }, + { + "id": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts", + "label": "Backend `backend/package.json` Scripts", + "_origin": "ast", + "community": 154, + "community_name": "Baseline Command Plan & Reconciled Command History", + "file_type": "document", + "node_kind": "heading", + "norm_label": "backend `backend/package.json` scripts", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L29" + }, + { + "id": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "label": "Baseline Command Plan & Reconciled Command History", + "_origin": "ast", + "community": 154, + "community_name": "Baseline Command Plan & Reconciled Command History", + "file_type": "document", + "node_kind": "heading", + "norm_label": "baseline command plan & reconciled command history", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L1" + }, + { + "id": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "label": "Package Scripts Safety Analysis", + "_origin": "ast", + "community": 154, + "community_name": "Baseline Command Plan & Reconciled Command History", + "file_type": "document", + "node_kind": "heading", + "norm_label": "package scripts safety analysis", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L16" + }, + { + "id": "docs_audit_03_baseline_command_plan_permitted_safe_checks_for_phase_2", + "label": "Permitted Safe Checks for Phase 2", + "_origin": "ast", + "community": 154, + "community_name": "Baseline Command Plan & Reconciled Command History", + "file_type": "document", + "node_kind": "heading", + "norm_label": "permitted safe checks for phase 2", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L46" + }, + { + "id": "docs_audit_03_baseline_command_plan_root_package_json_scripts", + "label": "Root `package.json` Scripts", + "_origin": "ast", + "community": 154, + "community_name": "Baseline Command Plan & Reconciled Command History", + "file_type": "document", + "node_kind": "heading", + "norm_label": "root `package.json` scripts", + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L18" + }, + { + "id": "backend_package_devdependencies_nestjs_schematics", + "label": "@nestjs/schematics", + "_origin": "ast", + "community": 155, + "community_name": "@nestjs/schematics", + "file_type": "code", + "norm_label": "@nestjs/schematics", + "source_file": "backend/package.json", + "source_location": "L49" + }, + { + "id": "nestjs_schematics", + "label": "@nestjs/schematics", + "_origin": "ast", + "community": 155, + "community_name": "@nestjs/schematics", + "file_type": "concept", + "norm_label": "@nestjs/schematics", + "source_file": "backend/package.json", + "source_location": "L49" + }, + { "id": "frontend_application_app_contact_page", + "label": "contact/page.tsx", + "_origin": "ast", "community": 156, "community_name": "contact/page.tsx", - "norm_label": "contact/page.tsx" + "file_type": "code", + "norm_label": "contact/page.tsx", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L1" }, { - "label": "error.tsx", - "file_type": "code", - "source_file": "frontend/application/app/error.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_app_error", + "label": "error.tsx", + "_origin": "ast", "community": 157, "community_name": "ErrorPages.tsx", - "norm_label": "error.tsx" + "file_type": "code", + "norm_label": "error.tsx", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L1" }, { - "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", + "label": "not-found.tsx", + "_origin": "ast", "community": 157, "community_name": "ErrorPages.tsx", - "norm_label": "not-found.tsx" + "file_type": "code", + "norm_label": "not-found.tsx", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L1" }, { - "label": "ErrorPages.tsx", - "file_type": "code", - "source_file": "frontend/application/components/ErrorPages.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_errorpages", + "label": "ErrorPages.tsx", + "_origin": "ast", "community": 157, "community_name": "ErrorPages.tsx", - "norm_label": "errorpages.tsx" + "file_type": "code", + "norm_label": "errorpages.tsx", + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L1" }, { - "label": "@nestjs/testing", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L50", - "_origin": "ast", "id": "backend_package_devdependencies_nestjs_testing", - "community": 158, - "community_name": "@nestjs/testing", - "norm_label": "@nestjs/testing" - }, - { "label": "@nestjs/testing", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L50", "_origin": "ast", - "id": "nestjs_testing", "community": 158, "community_name": "@nestjs/testing", - "norm_label": "@nestjs/testing" + "file_type": "code", + "norm_label": "@nestjs/testing", + "source_file": "backend/package.json", + "source_location": "L50" }, { + "id": "nestjs_testing", + "label": "@nestjs/testing", + "_origin": "ast", + "community": 158, + "community_name": "@nestjs/testing", + "file_type": "concept", + "norm_label": "@nestjs/testing", + "source_file": "backend/package.json", + "source_location": "L50" + }, + { + "id": "gitea_scripts_with_vpn", "label": "with-vpn.sh", + "_origin": "ast", + "community": 159, + "community_name": "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": 159, - "community_name": "with-vpn.sh", - "norm_label": "with-vpn.sh" + "norm_label": "with-vpn.sh", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L1" }, { - "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", + "label": "cleanup()", + "_origin": "ast", "community": 159, "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": 159, - "community_name": "with-vpn.sh", - "norm_label": "log()" + "norm_label": "cleanup()", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L65" }, { - "label": "with-vpn.sh script", + "id": "gitea_scripts_with_vpn_log", + "label": "log()", + "_origin": "ast", + "community": 159, + "community_name": "with-vpn.sh", "file_type": "code", + "metadata": { + "language": "bash", + "kind": "bash_function" + }, + "norm_label": "log()", "source_file": ".gitea/scripts/with-vpn.sh", - "source_location": "L1", + "source_location": "L14" + }, + { + "id": "gitea_scripts_with_vpn_sh__entry", + "label": "with-vpn.sh script", + "_origin": "ast", + "community": 159, + "community_name": "with-vpn.sh", + "file_type": "code", "metadata": { "language": "bash", "kind": "bash_entrypoint" }, - "_origin": "ast", - "id": "gitea_scripts_with_vpn_sh__entry", - "community": 159, - "community_name": "with-vpn.sh", - "norm_label": "with-vpn.sh script" + "norm_label": "with-vpn.sh script", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L1" }, { - "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", + "label": "start_vpn()", + "_origin": "ast", "community": 159, "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", + "norm_label": "start_vpn()", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L20" + }, + { "id": "gitea_scripts_with_vpn_stop_vpn", + "label": "stop_vpn()", + "_origin": "ast", "community": 159, "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", + "norm_label": "stop_vpn()", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L51" + }, + { "id": "gitea_scripts_with_vpn_vpn_is_up", + "label": "vpn_is_up()", + "_origin": "ast", "community": 159, "community_name": "with-vpn.sh", - "norm_label": "vpn_is_up()" + "file_type": "code", + "metadata": { + "language": "bash", + "kind": "bash_function" + }, + "norm_label": "vpn_is_up()", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L16" }, { - "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", + "label": "doctors.controller.ts", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "doctors.controller.ts" + "file_type": "code", + "norm_label": "doctors.controller.ts", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L1" }, { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "apibearerauth" + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" }, { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "apioperation" + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" }, { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "apitags" + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" }, { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_body", + "label": "Body", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "body" + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" }, { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_controller", + "label": "Controller", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "controller" + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" }, { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_delete", + "label": "Delete", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "delete" + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" }, { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_get", + "label": "Get", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "get" + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" }, { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_param", + "label": "Param", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "param" + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" }, { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_post", + "label": "Post", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "post" + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" }, { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_put", + "label": "Put", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "put" + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" }, { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_query", + "label": "Query", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "query" + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" }, { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "useguards" + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" }, { - "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", + "label": "doctors.service.ts", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "doctors.service.ts" + "file_type": "code", + "norm_label": "doctors.service.ts", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L1" }, { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_doctors_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "injectable" + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" }, { - "label": "doctor-query.dto.ts", - "file_type": "code", - "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", - "source_location": "L1", - "_origin": "ast", "id": "backend_src_doctors_dto_doctor_query_dto", + "label": "doctor-query.dto.ts", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "doctor-query.dto.ts" + "file_type": "code", + "norm_label": "doctor-query.dto.ts", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L1" }, { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_dto_doctor_query_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "apipropertyoptional" + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" }, { - "label": "IsBoolean", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_dto_doctor_query_dto_ts_isboolean", + "label": "IsBoolean", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "isboolean" + "file_type": "code", + "norm_label": "isboolean", + "source_file": "", + "source_location": "" }, { - "label": "IsInt", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_dto_doctor_query_dto_ts_isint", + "label": "IsInt", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "isint" + "file_type": "code", + "norm_label": "isint", + "source_file": "", + "source_location": "" }, { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_dto_doctor_query_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "isoptional" + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" }, { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_dto_doctor_query_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "isstring" + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" }, { - "label": "Min", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_dto_doctor_query_dto_ts_min", + "label": "Min", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "min" + "file_type": "code", + "norm_label": "min", + "source_file": "", + "source_location": "" }, { - "label": "Transform", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_dto_doctor_query_dto_ts_transform", + "label": "Transform", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "transform" + "file_type": "code", + "norm_label": "transform", + "source_file": "", + "source_location": "" }, { - "label": "Type", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_doctors_dto_doctor_query_dto_ts_type", + "label": "Type", + "_origin": "ast", "community": 16, "community_name": "DoctorQueryDto", - "norm_label": "type" + "file_type": "code", + "norm_label": "type", + "source_file": "", + "source_location": "" }, { - "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", + "label": "architecture_spec.md", + "_origin": "ast", "community": 160, "community_name": "Architecture Specification", - "norm_label": "architecture_spec.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "architecture_spec.md", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L1" }, { - "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", + "label": "1. Single Non-Negotiable Tech Stack", + "_origin": "ast", "community": 160, "community_name": "Architecture Specification", - "norm_label": "1. single non-negotiable tech stack" + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. single non-negotiable tech stack", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L3" }, { - "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", + "label": "2. Directory Structure Tree", + "_origin": "ast", "community": 160, "community_name": "Architecture Specification", - "norm_label": "2. directory structure tree" + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. directory structure tree", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L10" }, { - "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", + "label": "3. State Management Strategy", + "_origin": "ast", "community": 160, "community_name": "Architecture Specification", - "norm_label": "3. state management strategy" + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. state management strategy", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L25" }, { - "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", + "label": "4. Deployment / Docker Architecture", + "_origin": "ast", "community": 160, "community_name": "Architecture Specification", - "norm_label": "4. deployment / docker architecture" - }, - { - "label": "Architecture Specification", "file_type": "document", + "node_kind": "heading", + "norm_label": "4. deployment / docker architecture", "source_file": ".ai_agency/specs/architecture_spec.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L28" + }, + { "id": "ai_agency_specs_architecture_spec_architecture_specification", + "label": "Architecture Specification", + "_origin": "ast", "community": 160, "community_name": "Architecture Specification", - "norm_label": "architecture specification" + "file_type": "document", + "node_kind": "heading", + "norm_label": "architecture specification", + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L1" }, { - "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", + "label": "project_health.md", + "_origin": "ast", "community": 161, "community_name": "Project Health Audit Report", - "norm_label": "project_health.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "project_health.md", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L1" }, { - "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", + "label": "1. Audit Score Summary", + "_origin": "ast", "community": 161, "community_name": "Project Health Audit Report", - "norm_label": "1. audit score summary" + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. audit score summary", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L3" }, { - "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", + "label": "2. Technical Debt Inventory", + "_origin": "ast", "community": 161, "community_name": "Project Health Audit Report", - "norm_label": "2. technical debt inventory" + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. technical debt inventory", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L7" }, { - "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", + "label": "3. Outdated Dependencies List", + "_origin": "ast", "community": 161, "community_name": "Project Health Audit Report", - "norm_label": "3. outdated dependencies list" + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. outdated dependencies list", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L10" }, { - "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", + "label": "4. Security Risks (.env leaks, unprotected ports)", + "_origin": "ast", "community": 161, "community_name": "Project Health Audit Report", - "norm_label": "4. security risks (.env leaks, unprotected ports)" - }, - { - "label": "Project Health Audit Report", "file_type": "document", + "node_kind": "heading", + "norm_label": "4. security risks (.env leaks, unprotected ports)", "source_file": ".ai_agency/specs/project_health.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L13" + }, + { "id": "ai_agency_specs_project_health_project_health_audit_report", + "label": "Project Health Audit Report", + "_origin": "ast", "community": 161, "community_name": "Project Health Audit Report", - "norm_label": "project health audit report" + "file_type": "document", + "node_kind": "heading", + "norm_label": "project health audit report", + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L1" }, { - "label": "nest-cli.json", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L1", - "_origin": "ast", "id": "backend_nest_cli", + "label": "nest-cli.json", + "_origin": "ast", "community": 162, "community_name": "nest-cli.json", - "norm_label": "nest-cli.json" + "file_type": "code", + "norm_label": "nest-cli.json", + "source_file": "backend/nest-cli.json", + "source_location": "L1" }, { - "label": "collection", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L3", - "_origin": "ast", "id": "backend_nest_cli_collection", + "label": "collection", + "_origin": "ast", "community": 162, "community_name": "nest-cli.json", - "norm_label": "collection" + "file_type": "code", + "norm_label": "collection", + "source_file": "backend/nest-cli.json", + "source_location": "L3" }, { - "label": "compilerOptions", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L5", - "_origin": "ast", "id": "backend_nest_cli_compileroptions", + "label": "compilerOptions", + "_origin": "ast", "community": 162, "community_name": "nest-cli.json", - "norm_label": "compileroptions" + "file_type": "code", + "norm_label": "compileroptions", + "source_file": "backend/nest-cli.json", + "source_location": "L5" }, { - "label": "deleteOutDir", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L6", - "_origin": "ast", "id": "backend_nest_cli_compileroptions_deleteoutdir", + "label": "deleteOutDir", + "_origin": "ast", "community": 162, "community_name": "nest-cli.json", - "norm_label": "deleteoutdir" + "file_type": "code", + "norm_label": "deleteoutdir", + "source_file": "backend/nest-cli.json", + "source_location": "L6" }, { - "label": "$schema", - "file_type": "code", - "source_file": "backend/nest-cli.json", - "source_location": "L2", - "_origin": "ast", "id": "backend_nest_cli_schema", + "label": "$schema", + "_origin": "ast", "community": 162, "community_name": "nest-cli.json", - "norm_label": "$schema" - }, - { - "label": "sourceRoot", "file_type": "code", + "norm_label": "$schema", "source_file": "backend/nest-cli.json", - "source_location": "L4", - "_origin": "ast", + "source_location": "L2" + }, + { "id": "backend_nest_cli_sourceroot", + "label": "sourceRoot", + "_origin": "ast", "community": 162, "community_name": "nest-cli.json", - "norm_label": "sourceroot" + "file_type": "code", + "norm_label": "sourceroot", + "source_file": "backend/nest-cli.json", + "source_location": "L4" }, { - "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", + "label": "query.md", + "_origin": "ast", "community": 163, "community_name": "graphify reference: query, path, explain", - "norm_label": "query.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "query.md", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L1" }, { - "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", + "label": "For /graphify explain", + "_origin": "ast", "community": 163, "community_name": "graphify reference: query, path, explain", - "norm_label": "for /graphify explain" + "file_type": "document", + "node_kind": "heading", + "norm_label": "for /graphify explain", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L254" }, { - "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", + "label": "For /graphify path", + "_origin": "ast", "community": 163, "community_name": "graphify reference: query, path, explain", - "norm_label": "for /graphify path" + "file_type": "document", + "node_kind": "heading", + "norm_label": "for /graphify path", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L186" }, { - "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", + "label": "graphify reference: query, path, explain", + "_origin": "ast", "community": 163, "community_name": "graphify reference: query, path, explain", - "norm_label": "graphify reference: query, path, explain" + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify reference: query, path, explain", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L1" }, { - "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", + "label": "Step 0 \u2014 Constrained query expansion (REQUIRED before traversal)", + "_origin": "ast", "community": 163, "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", + "node_kind": "heading", + "norm_label": "step 0 \u2014 constrained query expansion (required before traversal)", "source_file": ".claude/skills/graphify/references/query.md", - "source_location": "L61", - "_origin": "ast", + "source_location": "L23" + }, + { "id": "claude_skills_graphify_references_query_step_1_traversal", + "label": "Step 1 \u2014 Traversal", + "_origin": "ast", "community": 163, "community_name": "graphify reference: query, path, explain", - "norm_label": "step 1 \u2014 traversal" + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 1 \u2014 traversal", + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L61" }, { - "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", + "label": "04-open-questions.md", + "_origin": "ast", "community": 164, "community_name": "Open Questions", - "norm_label": "04-open-questions.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "04-open-questions.md", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L1" }, { - "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", + "label": "1. Storefront Migration Roadmap (`frontend/application`)", + "_origin": "ast", "community": 164, "community_name": "Open Questions", - "norm_label": "1. storefront migration roadmap (`frontend/application`)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. storefront migration roadmap (`frontend/application`)", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L5" }, { - "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", + "label": "2. Payment Gateway Integration Provider", + "_origin": "ast", "community": 164, "community_name": "Open Questions", - "norm_label": "2. payment gateway integration provider" + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. payment gateway integration provider", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L9" }, { - "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", + "label": "3. Deployment & CI/CD Pipeline Specifications", + "_origin": "ast", "community": 164, "community_name": "Open Questions", - "norm_label": "3. deployment & ci/cd pipeline specifications" + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. deployment & ci/cd pipeline specifications", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L13" }, { - "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", + "label": "4. SMS / OTP Service Provider", + "_origin": "ast", "community": 164, "community_name": "Open Questions", - "norm_label": "4. sms / otp service provider" - }, - { - "label": "Open Questions", "file_type": "document", + "node_kind": "heading", + "norm_label": "4. sms / otp service provider", "source_file": "docs/audit/04-open-questions.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L17" + }, + { "id": "docs_audit_04_open_questions_open_questions", + "label": "Open Questions", + "_origin": "ast", "community": 164, "community_name": "Open Questions", - "norm_label": "open questions" + "file_type": "document", + "node_kind": "heading", + "norm_label": "open questions", + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L1" }, { - "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", + "label": "33-final-phase2-audit-closure.md", + "_origin": "ast", "community": 165, "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "33-final-phase2-audit-closure.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "33-final-phase2-audit-closure.md", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L1" }, { - "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", + "label": "1. Executive Summary & Honest Review-Tier Metrics", + "_origin": "ast", "community": 165, "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "1. executive summary & honest review-tier metrics" + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. executive summary & honest review-tier metrics", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L9" }, { - "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", + "label": "2. Reconciled Findings & Canonical Identifier Normalization", + "_origin": "ast", "community": 165, "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "2. reconciled findings & canonical identifier normalization" + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. reconciled findings & canonical identifier normalization", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L22" }, { - "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", + "label": "3. Validation & Integrity Verification", + "_origin": "ast", "community": 165, "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "3. validation & integrity verification" + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. validation & integrity verification", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L34" }, { - "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", + "label": "4. Final Quality Gate Conclusion", + "_origin": "ast", "community": 165, "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", + "node_kind": "heading", + "norm_label": "4. final quality gate conclusion", "source_file": "docs/audit/33-final-phase2-audit-closure.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L42" + }, + { "id": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "label": "Final Phase 2 Audit Closure Report", + "_origin": "ast", "community": 165, "community_name": "Final Phase 2 Audit Closure Report", - "norm_label": "final phase 2 audit closure report" + "file_type": "document", + "node_kind": "heading", + "norm_label": "final phase 2 audit closure report", + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L1" }, { - "label": "open-browsers.js", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L1", - "_origin": "ast", "id": "scripts_open_browsers", + "label": "open-browsers.js", + "_origin": "ast", "community": 166, "community_name": "open-browsers.js", - "norm_label": "open-browsers.js" + "file_type": "code", + "norm_label": "open-browsers.js", + "source_file": "scripts/open-browsers.js", + "source_location": "L1" }, { - "label": "{ exec }", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L1", - "_origin": "ast", "id": "scripts_open_browsers_exec", + "label": "{ exec }", + "_origin": "ast", "community": 166, "community_name": "open-browsers.js", - "norm_label": "{ exec }" + "file_type": "code", + "norm_label": "{ exec }", + "source_file": "scripts/open-browsers.js", + "source_location": "L1" }, { - "label": "http", - "file_type": "code", - "source_file": "scripts/open-browsers.js", - "source_location": "L2", - "_origin": "ast", "id": "scripts_open_browsers_http", + "label": "http", + "_origin": "ast", "community": 166, "community_name": "open-browsers.js", - "norm_label": "http" - }, - { - "label": "URLS", "file_type": "code", + "norm_label": "http", "source_file": "scripts/open-browsers.js", - "source_location": "L4", - "_origin": "ast", + "source_location": "L2" + }, + { "id": "scripts_open_browsers_urls", + "label": "URLS", + "_origin": "ast", "community": 166, "community_name": "open-browsers.js", - "norm_label": "urls" + "file_type": "code", + "norm_label": "urls", + "source_file": "scripts/open-browsers.js", + "source_location": "L4" }, { - "label": "scratchpad.md", - "file_type": "document", - "source_file": ".ai_agency/memory/scratchpad.md", - "source_location": "L1", - "_origin": "ast", "id": "ai_agency_memory_scratchpad", + "label": "scratchpad.md", + "_origin": "ast", "community": 167, "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", - "norm_label": "scratchpad.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "scratchpad.md", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L1" }, { - "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", + "label": "\ud83d\udcdd Active Agent Working Scratchpad", + "_origin": "ast", "community": 167, "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", - "norm_label": "\ud83d\udcdd active agent working scratchpad" + "file_type": "document", + "node_kind": "heading", + "norm_label": "\ud83d\udcdd active agent working scratchpad", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L1" }, { - "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", + "label": "\ud83c\udfd7\ufe0f Execution Target", + "_origin": "ast", "community": 167, "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", - "norm_label": "\ud83c\udfd7\ufe0f execution target" + "file_type": "document", + "node_kind": "heading", + "norm_label": "\ud83c\udfd7\ufe0f execution target", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L24" }, { - "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", + "label": "Project: Canina Veterinary E-Commerce System", + "_origin": "ast", "community": 167, "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", + "node_kind": "heading", + "norm_label": "project: canina veterinary e-commerce system", "source_file": ".ai_agency/memory/scratchpad.md", - "source_location": "L8", - "_origin": "ast", + "source_location": "L3" + }, + { "id": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request", + "label": "\ud83d\udccb Requirements & Persona Mandates (Intake & User Request)", + "_origin": "ast", "community": 167, "community_name": "\ud83d\udcdd Active Agent Working Scratchpad", - "norm_label": "\ud83d\udccb requirements & persona mandates (intake & user request)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "\ud83d\udccb requirements & persona mandates (intake & user request)", + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L8" }, { - "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", + "label": "code_health_review.md", + "_origin": "ast", "community": 168, "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "code_health_review.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "code_health_review.md", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L1" }, { - "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", + "label": "\ud83d\udd0d Code Health Audit Review (01_auditor)", + "_origin": "ast", "community": 168, "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "\ud83d\udd0d code health audit review (01_auditor)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "\ud83d\udd0d code health audit review (01_auditor)", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L1" }, { - "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", + "label": "Executive Summary", + "_origin": "ast", "community": 168, "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "executive summary" + "file_type": "document", + "node_kind": "heading", + "norm_label": "executive summary", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L3" }, { - "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", + "label": "Key Findings", + "_origin": "ast", "community": 168, "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "key findings" - }, - { - "label": "Recommendations", "file_type": "document", + "node_kind": "heading", + "norm_label": "key findings", "source_file": ".ai_agency/specs/reviews/code_health_review.md", - "source_location": "L19", - "_origin": "ast", + "source_location": "L8" + }, + { "id": "ai_agency_specs_reviews_code_health_review_recommendations", + "label": "Recommendations", + "_origin": "ast", "community": 168, "community_name": "\ud83d\udd0d Code Health Audit Review (01_auditor)", - "norm_label": "recommendations" + "file_type": "document", + "node_kind": "heading", + "norm_label": "recommendations", + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L19" }, { - "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", + "label": "paginated-response.schema.ts", + "_origin": "ast", "community": 169, "community_name": "paginated-response.schema.ts", - "norm_label": "paginated-response.schema.ts" + "file_type": "code", + "norm_label": "paginated-response.schema.ts", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L1" }, { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", "community": 169, "community_name": "paginated-response.schema.ts", - "norm_label": "apiproperty" - }, - { - "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": 17, - "community_name": "admin.service.ts", - "norm_label": "generate-openapi.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": 17, - "community_name": "admin.service.ts", - "norm_label": "admin.service.ts" - }, - { - "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": 17, - "community_name": "admin.service.ts", - "norm_label": "admin.service.spec.ts" - }, - { - "label": "Module", "file_type": "code", + "norm_label": "apiproperty", "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_app_module_ts_module", - "community": 17, - "community_name": "admin.service.ts", - "norm_label": "module" + "source_location": "" }, { - "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": 17, - "community_name": "admin.service.ts", - "norm_label": "auth.service.ts" - }, - { - "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": 17, - "community_name": "admin.service.ts", - "norm_label": "auth.service.spec.ts" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_auth_auth_service_ts_injectable", - "community": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "norm_label": "phone.utils.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": 17, - "community_name": "admin.service.ts", - "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": 17, - "community_name": "admin.service.ts", - "norm_label": "redis.service.spec.ts" - }, - { "label": "Injectable", + "_origin": "ast", + "community": 17, + "community_name": "AuthService", "file_type": "code", + "norm_label": "injectable", "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_redis_redis_service_ts_injectable", - "community": 17, - "community_name": "admin.service.ts", - "norm_label": "injectable" + "source_location": "" }, { - "label": "app.e2e-spec.ts", + "id": "backend_src_common_utils_phone_utils", + "label": "phone.utils.ts", + "_origin": "ast", + "community": 17, + "community_name": "AuthService", "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": 17, - "community_name": "admin.service.ts", - "norm_label": "app.e2e-spec.ts" + "norm_label": "phone.utils.ts", + "source_file": "backend/src/common/utils/phone.utils.ts", + "source_location": "L1" }, { - "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", + "label": "24-omitted-file-inspection-report.md", + "_origin": "ast", "community": 171, "community_name": "Omitted File Inspection Report", - "norm_label": "24-omitted-file-inspection-report.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "24-omitted-file-inspection-report.md", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L1" }, { - "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", + "label": "Conclusion", + "_origin": "ast", "community": 171, "community_name": "Omitted File Inspection Report", - "norm_label": "conclusion" + "file_type": "document", + "node_kind": "heading", + "norm_label": "conclusion", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L32" }, { - "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", + "label": "Key Domain Findings from Omitted File Audit", + "_origin": "ast", "community": 171, "community_name": "Omitted File Inspection Report", - "norm_label": "key domain findings from omitted file audit" + "file_type": "document", + "node_kind": "heading", + "norm_label": "key domain findings from omitted file audit", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L14" }, { - "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", + "label": "Omitted File Inspection Report", + "_origin": "ast", "community": 171, "community_name": "Omitted File Inspection Report", - "norm_label": "omitted file inspection report" - }, - { - "label": "Overview of Omitted File Inspections", "file_type": "document", + "node_kind": "heading", + "norm_label": "omitted file inspection report", "source_file": "docs/audit/24-omitted-file-inspection-report.md", - "source_location": "L11", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "docs_audit_24_omitted_file_inspection_report_overview_of_omitted_file_inspections", + "label": "Overview of Omitted File Inspections", + "_origin": "ast", "community": 171, "community_name": "Omitted File Inspection Report", - "norm_label": "overview of omitted file inspections" + "file_type": "document", + "node_kind": "heading", + "norm_label": "overview of omitted file inspections", + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L11" }, { - "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", + "label": "phase3.2-implementation-readiness.md", + "_origin": "ast", "community": 172, "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", - "norm_label": "phase3.2-implementation-readiness.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "phase3.2-implementation-readiness.md", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L1" }, { - "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", + "label": "1. Executive Summary & Architecture Decisions", + "_origin": "ast", "community": 172, "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", - "norm_label": "1. executive summary & architecture decisions" + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. executive summary & architecture decisions", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L12" }, { - "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", + "label": "2. Updated Task Specifications Overview", + "_origin": "ast", "community": 172, "community_name": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", - "norm_label": "2. updated task specifications overview" + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. updated task specifications overview", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L30" }, { - "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", + "label": "3. Final Readiness Statement", + "_origin": "ast", "community": 172, "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", + "node_kind": "heading", + "norm_label": "3. final readiness statement", "source_file": "docs/audit/phase3.2-implementation-readiness.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L47" + }, + { "id": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", + "label": "Phase 3.2 / 3.3 \u2014 Implementation Readiness & Architectural Finalization Report", + "_origin": "ast", "community": 172, "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" + "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 3.2 / 3.3 \u2014 implementation readiness & architectural finalization report", + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L1" }, { - "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", + "label": "phase3-traceability-matrix.md", + "_origin": "ast", "community": 173, "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "phase3-traceability-matrix.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "phase3-traceability-matrix.md", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L1" }, { - "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", + "label": "Complete Finding-to-Task Traceability Matrix", + "_origin": "ast", "community": 173, "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "complete finding-to-task traceability matrix" + "file_type": "document", + "node_kind": "heading", + "norm_label": "complete finding-to-task traceability matrix", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L11" }, { - "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", + "label": "Finding Disposition & Accounting Verification", + "_origin": "ast", "community": 173, "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "finding disposition & accounting verification" + "file_type": "document", + "node_kind": "heading", + "norm_label": "finding disposition & accounting verification", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L40" }, { - "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", + "label": "Phase 3 Audit Traceability Matrix", + "_origin": "ast", "community": 173, "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "phase 3 audit traceability matrix" - }, - { - "label": "Special Task Traceability (Non-Finding Tasks)", "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 3 audit traceability matrix", "source_file": "docs/audit/phase3-traceability-matrix.md", - "source_location": "L32", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks", + "label": "Special Task Traceability (Non-Finding Tasks)", + "_origin": "ast", "community": 173, "community_name": "Phase 3 Audit Traceability Matrix", - "norm_label": "special task traceability (non-finding tasks)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "special task traceability (non-finding tasks)", + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L32" }, { - "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", + "label": "rebuild_honest_ledger.js", + "_origin": "ast", "community": 174, "community_name": "rebuild_honest_ledger.js", - "norm_label": "rebuild_honest_ledger.js" + "file_type": "code", + "norm_label": "rebuild_honest_ledger.js", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L1" }, { - "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", + "label": "evidenceList", + "_origin": "ast", "community": 174, "community_name": "rebuild_honest_ledger.js", - "norm_label": "evidencelist" + "file_type": "code", + "norm_label": "evidencelist", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L4" }, { - "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", + "label": "ledger", + "_origin": "ast", "community": 174, "community_name": "rebuild_honest_ledger.js", - "norm_label": "ledger" + "file_type": "code", + "norm_label": "ledger", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L9" }, { - "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", + "label": "mandatoryMap", + "_origin": "ast", "community": 174, "community_name": "rebuild_honest_ledger.js", - "norm_label": "mandatorymap" - }, - { - "label": "mandatoryScope", "file_type": "code", + "norm_label": "mandatorymap", "source_file": "docs/audit/rebuild_honest_ledger.js", - "source_location": "L3", - "_origin": "ast", + "source_location": "L6" + }, + { "id": "docs_audit_rebuild_honest_ledger_mandatoryscope", + "label": "mandatoryScope", + "_origin": "ast", "community": 174, "community_name": "rebuild_honest_ledger.js", - "norm_label": "mandatoryscope" + "file_type": "code", + "norm_label": "mandatoryscope", + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L3" }, { - "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", + "label": "validate_evidence_grade.js", + "_origin": "ast", "community": 175, "community_name": "validate_evidence_grade.js", - "norm_label": "validate_evidence_grade.js" + "file_type": "code", + "norm_label": "validate_evidence_grade.js", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L1" }, { - "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", + "label": "activeFiles", + "_origin": "ast", "community": 175, "community_name": "validate_evidence_grade.js", - "norm_label": "activefiles" + "file_type": "code", + "norm_label": "activefiles", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L58" }, { - "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", + "label": "errors", + "_origin": "ast", "community": 175, "community_name": "validate_evidence_grade.js", - "norm_label": "errors" + "file_type": "code", + "norm_label": "errors", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L4" }, { - "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", + "label": "validationOutput", + "_origin": "ast", "community": 175, "community_name": "validate_evidence_grade.js", - "norm_label": "validationoutput" - }, - { - "label": "warnings", "file_type": "code", + "norm_label": "validationoutput", "source_file": "docs/audit/validate_evidence_grade.js", - "source_location": "L5", - "_origin": "ast", + "source_location": "L101" + }, + { "id": "docs_audit_validate_evidence_grade_warnings", + "label": "warnings", + "_origin": "ast", "community": 175, "community_name": "validate_evidence_grade.js", - "norm_label": "warnings" + "file_type": "code", + "norm_label": "warnings", + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L5" }, { - "label": "Reviews.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", - "source_location": "L1", + "id": "backend_src_payment_dto_initiate_payment_dto", + "label": "initiate-payment.dto.ts", "_origin": "ast", - "id": "frontend_admin_panel_src_pages_reviews", "community": 176, - "community_name": "Reviews.tsx", - "norm_label": "reviews.tsx" + "community_name": "InitiatePaymentDto", + "file_type": "code", + "norm_label": "initiate-payment.dto.ts", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L1" }, { - "label": "Reviews", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L43", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "label": "ApiProperty", "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_reviews", "community": 176, - "community_name": "Reviews.tsx", - "norm_label": "reviews" + "community_name": "InitiatePaymentDto", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" }, { - "label": "blog/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L1", + "id": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", "_origin": "ast", + "community": 176, + "community_name": "InitiatePaymentDto", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 176, + "community_name": "InitiatePaymentDto", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 176, + "community_name": "InitiatePaymentDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_initiate_payment_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 176, + "community_name": "InitiatePaymentDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { "id": "frontend_application_app_blog_page", + "label": "blog/page.tsx", + "_origin": "ast", "community": 177, "community_name": "blog/page.tsx", - "norm_label": "blog/page.tsx" + "file_type": "code", + "norm_label": "blog/page.tsx", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L1" }, { - "label": "prettier", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L65", - "_origin": "ast", "id": "backend_package_devdependencies_prettier", - "community": 178, - "community_name": "prettier", - "norm_label": "prettier" - }, - { "label": "prettier", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L65", "_origin": "ast", - "id": "prettier", "community": 178, "community_name": "prettier", - "norm_label": "prettier" + "file_type": "code", + "norm_label": "prettier", + "source_file": "backend/package.json", + "source_location": "L65" }, { - "label": "PodcastPlayerModal.tsx", - "file_type": "code", - "source_file": "frontend/application/components/PodcastPlayerModal.tsx", - "source_location": "L1", + "id": "prettier", + "label": "prettier", + "_origin": "ast", + "community": 178, + "community_name": "prettier", + "file_type": "concept", + "norm_label": "prettier", + "source_file": "backend/package.json", + "source_location": "L65" + }, + { + "id": "backend_src_auth_dto_verify_otp_dto", + "label": "verify-otp.dto.ts", "_origin": "ast", - "id": "frontend_application_components_podcastplayermodal", "community": 179, - "community_name": "PodcastPlayerModal.tsx", - "norm_label": "podcastplayermodal.tsx" + "community_name": "VerifyOtpDto", + "file_type": "code", + "norm_label": "verify-otp.dto.ts", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L1" }, { - "label": "PLAYBACK_RATES", - "file_type": "code", - "source_file": "frontend/application/components/PodcastPlayerModal.tsx", - "source_location": "L33", + "id": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty", + "label": "ApiProperty", "_origin": "ast", - "id": "frontend_application_components_podcastplayermodal_playback_rates", "community": 179, - "community_name": "PodcastPlayerModal.tsx", - "norm_label": "playback_rates" - }, - { - "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": 18, - "community_name": "JwtAuthGuard", - "norm_label": "media.controller.ts" - }, - { - "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": 18, - "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": 18, - "community_name": "JwtAuthGuard", - "norm_label": "jwt-auth.guard.ts" - }, - { - "label": "Injectable", + "community_name": "VerifyOtpDto", "file_type": "code", + "norm_label": "apiproperty", "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_jwt_auth_guard_ts_injectable", - "community": 18, - "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": 18, - "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": 18, - "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": 18, - "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": 18, - "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": 18, - "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": 18, - "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": 18, - "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": 18, - "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": 18, - "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": 18, - "community_name": "JwtAuthGuard", - "norm_label": "contact.controller.ts" - }, - { - "label": "faq.controller.ts", - "file_type": "code", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_faq_faq_controller", - "community": 18, - "community_name": "JwtAuthGuard", - "norm_label": "faq.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": 18, - "community_name": "JwtAuthGuard", - "norm_label": "ingredients.controller.ts" - }, - { - "label": "menu.controller.ts", - "file_type": "code", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_menu_menu_controller", - "community": 18, - "community_name": "JwtAuthGuard", - "norm_label": "menu.controller.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": 18, - "community_name": "JwtAuthGuard", - "norm_label": "orders.controller.ts" + "source_location": "" }, { + "id": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty", "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", "_origin": "ast", - "id": "backend_src_orders_orders_controller_ts_isnotempty", - "community": 18, - "community_name": "JwtAuthGuard", - "norm_label": "isnotempty" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_orders_orders_controller_ts_isnumber", - "community": 18, - "community_name": "JwtAuthGuard", - "norm_label": "isnumber" + "community": 179, + "community_name": "VerifyOtpDto", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" }, { + "id": "backend_src_auth_dto_verify_otp_dto_ts_isstring", "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", "_origin": "ast", - "id": "backend_src_orders_orders_controller_ts_isstring", + "community": 179, + "community_name": "VerifyOtpDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_verify_otp_dto_ts_matches", + "label": "Matches", + "_origin": "ast", + "community": 179, + "community_name": "VerifyOtpDto", + "file_type": "code", + "norm_label": "matches", + "source_file": "", + "source_location": "" + }, + { + "id": "length", + "label": "Length", + "_origin": "ast", + "community": 179, + "community_name": "VerifyOtpDto", + "file_type": "code", + "norm_label": "length", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller", + "label": "ssl.controller.ts", + "_origin": "ast", "community": 18, "community_name": "JwtAuthGuard", - "norm_label": "isstring" + "file_type": "code", + "norm_label": "ssl.controller.ts", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L1" }, { - "label": "payment.controller.ts", - "file_type": "code", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L1", + "id": "backend_src_auth_jwt_auth_guard", + "label": "jwt-auth.guard.ts", "_origin": "ast", - "id": "backend_src_payment_payment_controller", "community": 18, "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": 18, - "community_name": "JwtAuthGuard", - "norm_label": "prescriptions.controller.ts" - }, - { - "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": 18, - "community_name": "JwtAuthGuard", - "norm_label": "reviews.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": 18, - "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": 18, - "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": 18, - "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": 18, - "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": 18, - "community_name": "JwtAuthGuard", - "norm_label": "wholesale.controller.ts" - }, - { - "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": 180, - "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": 180, - "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": 180, - "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": 180, - "community_name": "API Contract Specification", - "norm_label": "api contract specification" - }, - { - "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": 181, - "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": 181, - "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": 181, - "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": 181, - "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": 182, - "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": 182, - "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": 182, - "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": 182, - "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": 183, - "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": 183, - "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": 183, - "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": 183, - "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", - "norm_label": "\ud83d\ude80 seo & content strategy review (12_seo_content)" - }, - { - "label": "eslint", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L60", - "_origin": "ast", - "id": "backend_package_devdependencies_eslint", - "community": 184, - "community_name": "eslint", - "norm_label": "eslint" - }, - { - "label": "eslint", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L60", - "_origin": "ast", - "id": "backend_package_json_eslint", - "community": 184, - "community_name": "eslint", - "norm_label": "eslint" - }, - { - "label": "@types/node", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L57", - "_origin": "ast", - "id": "backend_package_devdependencies_types_node", - "community": 185, - "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": 185, - "community_name": "@types/node", - "norm_label": "@types/node" - }, - { - "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": 186, - "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": 186, - "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": 186, - "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": 187, - "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": 187, - "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": 187, - "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": 188, - "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": 188, - "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": 189, - "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": 189, - "community_name": "update-home.dto.ts", - "norm_label": "update-home.dto.ts" - }, - { - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "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": 19, - "community_name": "ProductsService", - "norm_label": "products.service.spec.ts" + "norm_label": "jwt-auth.guard.ts", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L1" }, { + "id": "backend_src_auth_jwt_auth_guard_ts_injectable", "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", "_origin": "ast", - "id": "backend_src_products_products_service_ts_injectable", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_roles_decorator", + "label": "auth/roles.decorator.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "auth/roles.decorator.ts", + "source_file": "backend/src/auth/roles.decorator.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_roles_guard", + "label": "auth/roles.guard.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "auth/roles.guard.ts", + "source_file": "backend/src/auth/roles.guard.ts", + "source_location": "L1" + }, + { + "id": "backend_src_b2b_b2b_controller", + "label": "b2b.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "b2b.controller.ts", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_b2b_b2b_service", + "label": "b2b.service.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "b2b.service.ts", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_banners_banners_controller", + "label": "banners.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "banners.controller.ts", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_decorators_roles_decorator", + "label": "decorators/roles.decorator.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "decorators/roles.decorator.ts", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_decorators_roles_decorator_roles_key", + "label": "ROLES_KEY", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "roles_key", + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L3" + }, + { + "id": "backend_src_common_guards_roles_guard", + "label": "guards/roles.guard.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "guards/roles.guard.ts", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_guards_roles_guard_spec", + "label": "roles.guard.spec.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "roles.guard.spec.ts", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_guards_roles_guard_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_controller", + "label": "contact.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "contact.controller.ts", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_faq_faq_controller", + "label": "faq.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "faq.controller.ts", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_ingredients_ingredients_controller", + "label": "ingredients.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "ingredients.controller.ts", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_menu_menu_controller", + "label": "menu.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "menu.controller.ts", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_payment_payment_controller", + "label": "payment.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "payment.controller.ts", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller", + "label": "prescriptions.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "prescriptions.controller.ts", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_reviews_reviews_controller", + "label": "reviews.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "reviews.controller.ts", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_settings_settings_controller", + "label": "settings.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "settings.controller.ts", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_settings_settings_controller_spec", + "label": "settings.controller.spec.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "settings.controller.spec.ts", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller", + "label": "smart-advisor.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "smart-advisor.controller.ts", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_testimonials_testimonials_controller", + "label": "testimonials.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "testimonials.controller.ts", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_wholesale_dto_wholesale_apply_dto", + "label": "wholesale-apply.dto.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "wholesale-apply.dto.ts", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_wholesale_wholesale_controller", + "label": "wholesale.controller.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "wholesale.controller.ts", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_wholesale_wholesale_service", + "label": "wholesale.service.ts", + "_origin": "ast", + "community": 18, + "community_name": "JwtAuthGuard", + "file_type": "code", + "norm_label": "wholesale.service.ts", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L1" + }, + { + "id": "ai_agency_specs_api_contract", + "label": "api_contract.md", + "_origin": "ast", + "community": 180, + "community_name": "API Contract Specification", + "file_type": "document", + "node_kind": "page", + "norm_label": "api_contract.md", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L1" + }, + { + "id": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification", + "label": "1. OpenAPI 3.0 (Swagger) Specification", + "_origin": "ast", + "community": 180, + "community_name": "API Contract Specification", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. openapi 3.0 (swagger) specification", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L3" + }, + { + "id": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types", + "label": "2. Endpoint Definitions & Data Types", + "_origin": "ast", + "community": 180, + "community_name": "API Contract Specification", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. endpoint definitions & data types", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L55" + }, + { + "id": "ai_agency_specs_api_contract_api_contract_specification", + "label": "API Contract Specification", + "_origin": "ast", + "community": 180, + "community_name": "API Contract Specification", + "file_type": "document", + "node_kind": "heading", + "norm_label": "api contract specification", + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L1" + }, + { + "id": "ai_agency_specs_reviews_backend_review", + "label": "backend_review.md", + "_origin": "ast", + "community": 181, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "file_type": "document", + "node_kind": "page", + "norm_label": "backend_review.md", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L1" + }, + { + "id": "ai_agency_specs_reviews_backend_review_architectural_overview", + "label": "Architectural Overview", + "_origin": "ast", + "community": 181, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "architectural overview", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L3" + }, + { + "id": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "label": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "_origin": "ast", + "community": 181, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u2699\ufe0f backend technical review (05_dev_backend)", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L1" + }, + { + "id": "ai_agency_specs_reviews_backend_review_critical_review_findings_required_enhancements", + "label": "Critical Review Findings & Required Enhancements", + "_origin": "ast", + "community": 181, + "community_name": "\u2699\ufe0f Backend Technical Review (05_dev_backend)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "critical review findings & required enhancements", + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L8" + }, + { + "id": "ai_agency_specs_reviews_frontend_review", + "label": "frontend_review.md", + "_origin": "ast", + "community": 182, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "file_type": "document", + "node_kind": "page", + "norm_label": "frontend_review.md", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L1" + }, + { + "id": "ai_agency_specs_reviews_frontend_review_architectural_overview", + "label": "Architectural Overview", + "_origin": "ast", + "community": 182, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "architectural overview", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L3" + }, + { + "id": "ai_agency_specs_reviews_frontend_review_critical_review_findings_required_enhancements", + "label": "Critical Review Findings & Required Enhancements", + "_origin": "ast", + "community": 182, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "critical review findings & required enhancements", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L7" + }, + { + "id": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", + "label": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "_origin": "ast", + "community": 182, + "community_name": "\ud83c\udfa8 Frontend & Admin Panel Technical Review (06_dev_frontend)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\ud83c\udfa8 frontend & admin panel technical review (06_dev_frontend)", + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L1" + }, + { + "id": "ai_agency_specs_reviews_seo_content_review", + "label": "seo_content_review.md", + "_origin": "ast", + "community": 183, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "file_type": "document", + "node_kind": "page", + "norm_label": "seo_content_review.md", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L1" + }, + { + "id": "ai_agency_specs_reviews_seo_content_review_overview_content_foundation", + "label": "Overview & Content Foundation", + "_origin": "ast", + "community": 183, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "overview & content foundation", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L3" + }, + { + "id": "ai_agency_specs_reviews_seo_content_review_seo_content_requirements", + "label": "SEO & Content Requirements", + "_origin": "ast", + "community": 183, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "seo & content requirements", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L6" + }, + { + "id": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", + "label": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "_origin": "ast", + "community": 183, + "community_name": "\ud83d\ude80 SEO & Content Strategy Review (12_seo_content)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\ud83d\ude80 seo & content strategy review (12_seo_content)", + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L1" + }, + { + "id": "backend_package_devdependencies_eslint", + "label": "eslint", + "_origin": "ast", + "community": 184, + "community_name": "eslint", + "file_type": "code", + "norm_label": "eslint", + "source_file": "backend/package.json", + "source_location": "L60" + }, + { + "id": "backend_package_json_eslint", + "label": "eslint", + "_origin": "ast", + "community": 184, + "community_name": "eslint", + "file_type": "concept", + "norm_label": "eslint", + "source_file": "backend/package.json", + "source_location": "L60" + }, + { + "id": "backend_package_devdependencies_types_node", + "label": "@types/node", + "_origin": "ast", + "community": 185, + "community_name": "@types/node", + "file_type": "code", + "norm_label": "@types/node", + "source_file": "backend/package.json", + "source_location": "L57" + }, + { + "id": "backend_package_json_types_node", + "label": "@types/node", + "_origin": "ast", + "community": 185, + "community_name": "@types/node", + "file_type": "concept", + "norm_label": "@types/node", + "source_file": "backend/package.json", + "source_location": "L57" + }, + { + "id": "backend_prisma_seed_ui_texts", + "label": "seed-ui-texts.ts", + "_origin": "ast", + "community": 186, + "community_name": "seed-ui-texts.ts", + "file_type": "code", + "norm_label": "seed-ui-texts.ts", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L1" + }, + { + "id": "backend_prisma_seed_ui_texts_prisma", + "label": "prisma", + "_origin": "ast", + "community": 186, + "community_name": "seed-ui-texts.ts", + "file_type": "code", + "norm_label": "prisma", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L3" + }, + { + "id": "backend_prisma_seed_ui_texts_ui_texts", + "label": "UI_TEXTS", + "_origin": "ast", + "community": 186, + "community_name": "seed-ui-texts.ts", + "file_type": "code", + "norm_label": "ui_texts", + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L5" + }, + { + "id": "backend_prisma_seed_wiki", + "label": "seed-wiki.ts", + "_origin": "ast", + "community": 187, + "community_name": "seed-wiki.ts", + "file_type": "code", + "norm_label": "seed-wiki.ts", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L1" + }, + { + "id": "backend_prisma_seed_wiki_canonical_wiki_terms", + "label": "CANONICAL_WIKI_TERMS", + "_origin": "ast", + "community": 187, + "community_name": "seed-wiki.ts", + "file_type": "code", + "norm_label": "canonical_wiki_terms", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L7" + }, + { + "id": "backend_prisma_seed_wiki_prisma", + "label": "prisma", + "_origin": "ast", + "community": 187, + "community_name": "seed-wiki.ts", + "file_type": "code", + "norm_label": "prisma", + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L5" + }, + { + "id": "backend_src_blogs_dto_create_blog_dto", + "label": "create-blog.dto.ts", + "_origin": "ast", + "community": 188, + "community_name": "update-blog.dto.ts", + "file_type": "code", + "norm_label": "create-blog.dto.ts", + "source_file": "backend/src/blogs/dto/create-blog.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_blogs_dto_update_blog_dto", + "label": "update-blog.dto.ts", + "_origin": "ast", + "community": 188, + "community_name": "update-blog.dto.ts", + "file_type": "code", + "norm_label": "update-blog.dto.ts", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_home_dto_create_home_dto", + "label": "create-home.dto.ts", + "_origin": "ast", + "community": 189, + "community_name": "update-home.dto.ts", + "file_type": "code", + "norm_label": "create-home.dto.ts", + "source_file": "backend/src/home/dto/create-home.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_home_dto_update_home_dto", + "label": "update-home.dto.ts", + "_origin": "ast", + "community": 189, + "community_name": "update-home.dto.ts", + "file_type": "code", + "norm_label": "update-home.dto.ts", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_products_dto_get_products_dto", + "label": "get-products.dto.ts", + "_origin": "ast", "community": 19, "community_name": "ProductsService", - "norm_label": "injectable" + "file_type": "code", + "norm_label": "get-products.dto.ts", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L1" }, { - "label": "create-wiki.dto.ts", - "file_type": "code", - "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", - "source_location": "L1", + "id": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_dto_get_products_dto_ts_isenum", + "label": "IsEnum", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "isenum", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_dto_get_products_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_dto_get_products_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_controller", + "label": "products.controller.ts", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "products.controller.ts", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_products_products_controller_spec", + "label": "products.controller.spec.ts", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "products.controller.spec.ts", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_products_products_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_module", + "label": "products.module.ts", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "products.module.ts", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_products_products_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_products_products_service", + "label": "products.service.ts", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "products.service.ts", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_products_products_service_spec", + "label": "products.service.spec.ts", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "products.service.spec.ts", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_products_products_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 19, + "community_name": "ProductsService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { "id": "backend_src_wiki_dto_create_wiki_dto", + "label": "create-wiki.dto.ts", + "_origin": "ast", "community": 190, "community_name": "update-wiki.dto.ts", - "norm_label": "create-wiki.dto.ts" + "file_type": "code", + "norm_label": "create-wiki.dto.ts", + "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", + "source_location": "L1" }, { - "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", + "label": "update-wiki.dto.ts", + "_origin": "ast", "community": 190, "community_name": "update-wiki.dto.ts", - "norm_label": "update-wiki.dto.ts" + "file_type": "code", + "norm_label": "update-wiki.dto.ts", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L1" }, { - "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", + "label": "add-watch.md", + "_origin": "ast", "community": 191, "community_name": "graphify reference: add a URL and watch a folder", - "norm_label": "add-watch.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "add-watch.md", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L1" }, { - "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", + "label": "For /graphify add", + "_origin": "ast", "community": 191, "community_name": "graphify reference: add a URL and watch a folder", - "norm_label": "for /graphify add" + "file_type": "document", + "node_kind": "heading", + "norm_label": "for /graphify add", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L5" }, { - "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", + "label": "For --watch", + "_origin": "ast", "community": 191, "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", + "node_kind": "heading", + "norm_label": "for --watch", "source_file": ".claude/skills/graphify/references/add-watch.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L39" + }, + { "id": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", + "label": "graphify reference: add a URL and watch a folder", + "_origin": "ast", "community": 191, "community_name": "graphify reference: add a URL and watch a folder", - "norm_label": "graphify reference: add a url and watch a folder" + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify reference: add a url and watch a folder", + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L1" }, { - "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", + "label": "hooks.md", + "_origin": "ast", "community": 192, "community_name": "graphify reference: commit hook and native CLAUDE.md integration", - "norm_label": "hooks.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "hooks.md", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L1" }, { - "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", + "label": "For git commit hook", + "_origin": "ast", "community": 192, "community_name": "graphify reference: commit hook and native CLAUDE.md integration", - "norm_label": "for git commit hook" + "file_type": "document", + "node_kind": "heading", + "norm_label": "for git commit hook", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L5" }, { - "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", + "label": "For native CLAUDE.md integration", + "_origin": "ast", "community": 192, "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", + "node_kind": "heading", + "norm_label": "for native claude.md integration", "source_file": ".claude/skills/graphify/references/hooks.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L21" + }, + { "id": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", + "label": "graphify reference: commit hook and native CLAUDE.md integration", + "_origin": "ast", "community": 192, "community_name": "graphify reference: commit hook and native CLAUDE.md integration", - "norm_label": "graphify reference: commit hook and native claude.md integration" + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify reference: commit hook and native claude.md integration", + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L1" }, { - "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", + "label": "update.md", + "_origin": "ast", "community": 193, "community_name": "graphify reference: incremental update and cluster-only", - "norm_label": "update.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "update.md", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L1" }, { - "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", + "label": "For --cluster-only", + "_origin": "ast", "community": 193, "community_name": "graphify reference: incremental update and cluster-only", - "norm_label": "for --cluster-only" + "file_type": "document", + "node_kind": "heading", + "norm_label": "for --cluster-only", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L202" }, { - "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", + "label": "For --update (incremental re-extraction)", + "_origin": "ast", "community": 193, "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", + "node_kind": "heading", + "norm_label": "for --update (incremental re-extraction)", "source_file": ".claude/skills/graphify/references/update.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L5" + }, + { "id": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "label": "graphify reference: incremental update and cluster-only", + "_origin": "ast", "community": 193, "community_name": "graphify reference: incremental update and cluster-only", - "norm_label": "graphify reference: incremental update and cluster-only" + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify reference: incremental update and cluster-only", + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L1" }, { - "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", + "label": "19-finding-verification-report.md", + "_origin": "ast", "community": 194, "community_name": "Raw Finding Verification & Disposition Report", - "norm_label": "19-finding-verification-report.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "19-finding-verification-report.md", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L1" }, { - "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", + "label": "1. Executive Summary & Verification Reconciliation Table", + "_origin": "ast", "community": 194, "community_name": "Raw Finding Verification & Disposition Report", - "norm_label": "1. executive summary & verification reconciliation table" + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. executive summary & verification reconciliation table", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L3" }, { - "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", + "label": "2. Newly Discovered & Split Findings (Canonical IDs)", + "_origin": "ast", "community": 194, "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", + "node_kind": "heading", + "norm_label": "2. newly discovered & split findings (canonical ids)", "source_file": "docs/audit/19-finding-verification-report.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L22" + }, + { "id": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", + "label": "Raw Finding Verification & Disposition Report", + "_origin": "ast", "community": 194, "community_name": "Raw Finding Verification & Disposition Report", - "norm_label": "raw finding verification & disposition report" + "file_type": "document", + "node_kind": "heading", + "norm_label": "raw finding verification & disposition report", + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L1" }, { - "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", + "label": "admin-panel/README.md", + "_origin": "ast", "community": 195, "community_name": "React + TypeScript + Vite", - "norm_label": "admin-panel/readme.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "admin-panel/readme.md", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L1" }, { - "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", + "label": "Expanding the ESLint configuration", + "_origin": "ast", "community": 195, "community_name": "React + TypeScript + Vite", - "norm_label": "expanding the eslint configuration" + "file_type": "document", + "node_kind": "heading", + "norm_label": "expanding the eslint configuration", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L14" }, { - "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", + "label": "React Compiler", + "_origin": "ast", "community": 195, "community_name": "React + TypeScript + Vite", - "norm_label": "react compiler" - }, - { - "label": "React + TypeScript + Vite", "file_type": "document", + "node_kind": "heading", + "norm_label": "react compiler", "source_file": "frontend/admin-panel/README.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L10" + }, + { "id": "frontend_admin_panel_readme_react_typescript_vite", + "label": "React + TypeScript + Vite", + "_origin": "ast", "community": 195, "community_name": "React + TypeScript + Vite", - "norm_label": "react + typescript + vite" + "file_type": "document", + "node_kind": "heading", + "norm_label": "react + typescript + vite", + "source_file": "frontend/admin-panel/README.md", + "source_location": "L1" }, { - "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", + "label": "Select.tsx", + "_origin": "ast", "community": 196, "community_name": "Select.tsx", - "norm_label": "select.tsx" - }, - { - "label": "Select", "file_type": "code", + "norm_label": "select.tsx", "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", - "source_location": "L16", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_admin_panel_src_components_ui_select_select", + "label": "Select", + "_origin": "ast", "community": 196, "community_name": "Select.tsx", - "norm_label": "select" + "file_type": "code", + "norm_label": "select", + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L16" }, { - "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": 197, - "community_name": "source-map-support", - "norm_label": "source-map-support" - }, - { "label": "source-map-support", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L67", "_origin": "ast", - "id": "source_map_support", "community": 197, "community_name": "source-map-support", - "norm_label": "source-map-support" + "file_type": "code", + "norm_label": "source-map-support", + "source_file": "backend/package.json", + "source_location": "L67" }, { - "label": "videos/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/videos/page.tsx", - "source_location": "L1", + "id": "source_map_support", + "label": "source-map-support", "_origin": "ast", + "community": 197, + "community_name": "source-map-support", + "file_type": "concept", + "norm_label": "source-map-support", + "source_file": "backend/package.json", + "source_location": "L67" + }, + { "id": "frontend_application_app_videos_page", + "label": "videos/page.tsx", + "_origin": "ast", "community": 198, "community_name": "videos/page.tsx", - "norm_label": "videos/page.tsx" + "file_type": "code", + "norm_label": "videos/page.tsx", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L1" }, { - "label": "ClientLayout.tsx", - "file_type": "code", - "source_file": "frontend/application/app/ClientLayout.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_app_clientlayout", + "label": "ClientLayout.tsx", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "clientlayout.tsx" + "file_type": "code", + "norm_label": "clientlayout.tsx", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L1" }, { - "label": "AuthModal.tsx", - "file_type": "code", - "source_file": "frontend/application/components/AuthModal.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_authmodal", - "community": 199, - "community_name": "useSettingsStore", - "norm_label": "authmodal.tsx" - }, - { - "label": "BrandLogo.tsx", - "file_type": "code", - "source_file": "frontend/application/components/BrandLogo.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_brandlogo", + "label": "BrandLogo.tsx", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "brandlogo.tsx" + "file_type": "code", + "norm_label": "brandlogo.tsx", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L1" }, { - "label": "FAQSection.tsx", - "file_type": "code", - "source_file": "frontend/application/components/FAQSection.tsx", - "source_location": "L1", + "id": "frontend_application_components_enamadbadge", + "label": "EnamadBadge.tsx", "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "enamadbadge.tsx", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L1" + }, + { "id": "frontend_application_components_faqsection", + "label": "FAQSection.tsx", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "faqsection.tsx" + "file_type": "code", + "norm_label": "faqsection.tsx", + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L1" }, { - "label": "Footer.tsx", - "file_type": "code", - "source_file": "frontend/application/components/Footer.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_footer", + "label": "Footer.tsx", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "footer.tsx" + "file_type": "code", + "norm_label": "footer.tsx", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L1" }, { - "label": "Hero.tsx", - "file_type": "code", - "source_file": "frontend/application/components/Hero.tsx", - "source_location": "L1", + "id": "frontend_application_components_header", + "label": "Header.tsx", "_origin": "ast", - "id": "frontend_application_components_hero", "community": 199, "community_name": "useSettingsStore", - "norm_label": "hero.tsx" + "file_type": "code", + "norm_label": "header.tsx", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L1" }, { - "label": "MaintenancePage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/MaintenancePage.tsx", - "source_location": "L1", + "id": "frontend_application_components_header_menu_icons", + "label": "MENU_ICONS", "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "menu_icons", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L19" + }, + { "id": "frontend_application_components_maintenancepage", + "label": "MaintenancePage.tsx", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "maintenancepage.tsx" + "file_type": "code", + "norm_label": "maintenancepage.tsx", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L1" }, { - "label": "NetworkBanner.tsx", - "file_type": "code", - "source_file": "frontend/application/components/NetworkBanner.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_networkbanner", + "label": "NetworkBanner.tsx", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "networkbanner.tsx" + "file_type": "code", + "norm_label": "networkbanner.tsx", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L1" }, { - "label": "Footer.test.tsx", - "file_type": "code", - "source_file": "frontend/application/components/__tests__/Footer.test.tsx", - "source_location": "L1", + "id": "frontend_application_components_smartadvisor", + "label": "SmartAdvisor.tsx", "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "smartadvisor.tsx", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_smartadvisor_current_symptoms", + "label": "CURRENT_SYMPTOMS", + "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "current_symptoms", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L32" + }, + { + "id": "frontend_application_components_smartadvisor_medical_histories", + "label": "MEDICAL_HISTORIES", + "_origin": "ast", + "community": 199, + "community_name": "useSettingsStore", + "file_type": "code", + "norm_label": "medical_histories", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L44" + }, + { "id": "frontend_application_components_tests_footer_test", + "label": "Footer.test.tsx", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "footer.test.tsx" + "file_type": "code", + "norm_label": "footer.test.tsx", + "source_file": "frontend/application/components/__tests__/Footer.test.tsx", + "source_location": "L1" }, { - "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": 199, - "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": 199, - "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", + "label": "TickerBanner.tsx", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "tickerbanner.tsx" + "file_type": "code", + "norm_label": "tickerbanner.tsx", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L1" }, { - "label": "Tooltip.tsx", - "file_type": "code", - "source_file": "frontend/application/components/Tooltip.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_tooltip", - "community": 199, - "community_name": "useSettingsStore", - "norm_label": "tooltip.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", + "label": "useNetworkStatus.ts", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "usenetworkstatus.ts" + "file_type": "code", + "norm_label": "usenetworkstatus.ts", + "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", + "source_location": "L1" }, { - "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", + "label": "settingsStore.ts", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "settingsstore.ts" - }, - { - "label": "useSettingsStore", "file_type": "code", + "norm_label": "settingsstore.ts", "source_file": "frontend/application/lib/store/settingsStore.ts", - "source_location": "L22", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_application_lib_store_settingsstore_usesettingsstore", + "label": "useSettingsStore", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "usesettingsstore" + "file_type": "code", + "norm_label": "usesettingsstore", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L22" }, { - "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", + "label": "settingsStore.test.ts", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "settingsstore.test.ts" + "file_type": "code", + "norm_label": "settingsstore.test.ts", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L1" }, { - "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", + "label": "uiStore.ts", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "uistore.ts" - }, - { - "label": "useUIStore", "file_type": "code", + "norm_label": "uistore.ts", "source_file": "frontend/application/lib/store/uiStore.ts", - "source_location": "L14", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_application_lib_store_uistore_useuistore", + "label": "useUIStore", + "_origin": "ast", "community": 199, "community_name": "useSettingsStore", - "norm_label": "useuistore" - }, - { - "label": "ApiBearerAuth", "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_apibearerauth", - "community": 2, - "community_name": "SettingsController", - "norm_label": "apibearerauth" - }, - { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_apiokresponse", - "community": 2, - "community_name": "SettingsController", - "norm_label": "apiokresponse" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_apioperation", - "community": 2, - "community_name": "SettingsController", - "norm_label": "apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_apitags", - "community": 2, - "community_name": "SettingsController", - "norm_label": "apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_body", - "community": 2, - "community_name": "SettingsController", - "norm_label": "body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_controller", - "community": 2, - "community_name": "SettingsController", - "norm_label": "controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_delete", - "community": 2, - "community_name": "SettingsController", - "norm_label": "delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_get", - "community": 2, - "community_name": "SettingsController", - "norm_label": "get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_param", - "community": 2, - "community_name": "SettingsController", - "norm_label": "param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_patch", - "community": 2, - "community_name": "SettingsController", - "norm_label": "patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_post", - "community": 2, - "community_name": "SettingsController", - "norm_label": "post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_put", - "community": 2, - "community_name": "SettingsController", - "norm_label": "put" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_query", - "community": 2, - "community_name": "SettingsController", - "norm_label": "query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_controller_ts_useguards", - "community": 2, - "community_name": "SettingsController", - "norm_label": "useguards" - }, - { - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "isstring" - }, - { - "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": 20, - "community_name": "CreateVideoDto", - "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": 20, - "community_name": "CreateVideoDto", - "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": 20, - "community_name": "CreateVideoDto", - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "isoptional" - }, - { - "label": "Transform", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_videos_dto_get_videos_query_dto_ts_transform", - "community": 20, - "community_name": "CreateVideoDto", - "norm_label": "transform" - }, - { - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "videos.controller.ts" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_videos_videos_controller_ts_apibearerauth", - "community": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "useguards" - }, - { - "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": 20, - "community_name": "CreateVideoDto", - "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": 20, - "community_name": "CreateVideoDto", - "norm_label": "module" + "norm_label": "useuistore", + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L14" }, { + "id": "backend_src_common_services_sms_service_ts_injectable", "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", "_origin": "ast", - "id": "backend_src_videos_videos_service_ts_injectable", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_apiokresponse", + "label": "ApiOkResponse", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "apiokresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 2, + "community_name": "SmsService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_create_video_dto", + "label": "create-video.dto.ts", + "_origin": "ast", "community": 20, "community_name": "CreateVideoDto", - "norm_label": "injectable" - }, - { - "label": "application/README.md", - "file_type": "document", - "source_file": "frontend/application/README.md", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_readme", - "community": 200, - "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": 200, - "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": 200, - "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": 200, - "community_name": "application/README.md", - "norm_label": "learn more" - }, - { - "label": "deploy.sh", "file_type": "code", - "source_file": "scripts/deploy.sh", - "source_location": "L1", + "norm_label": "create-video.dto.ts", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_videos_dto_create_video_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_create_video_dto_ts_isboolean", + "label": "IsBoolean", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "isboolean", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_create_video_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_create_video_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_create_video_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_get_videos_query_dto", + "label": "get-videos-query.dto.ts", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "get-videos-query.dto.ts", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean", + "label": "IsBoolean", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "isboolean", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_dto_get_videos_query_dto_ts_transform", + "label": "Transform", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "transform", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller", + "label": "videos.controller.ts", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "videos.controller.ts", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_videos_videos_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_apiquery", + "label": "ApiQuery", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "apiquery", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_module", + "label": "videos.module.ts", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "videos.module.ts", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_videos_videos_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_videos_videos_service", + "label": "videos.service.ts", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "videos.service.ts", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_videos_videos_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 20, + "community_name": "CreateVideoDto", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "frontend_application_readme", + "label": "application/README.md", + "_origin": "ast", + "community": 200, + "community_name": "application/README.md", + "file_type": "document", + "node_kind": "page", + "norm_label": "application/readme.md", + "source_file": "frontend/application/README.md", + "source_location": "L1" + }, + { + "id": "frontend_application_readme_deploy_on_vercel", + "label": "Deploy on Vercel", + "_origin": "ast", + "community": 200, + "community_name": "application/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "deploy on vercel", + "source_file": "frontend/application/README.md", + "source_location": "L32" + }, + { + "id": "frontend_application_readme_getting_started", + "label": "Getting Started", + "_origin": "ast", + "community": 200, + "community_name": "application/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "getting started", + "source_file": "frontend/application/README.md", + "source_location": "L3" + }, + { + "id": "frontend_application_readme_learn_more", + "label": "Learn More", + "_origin": "ast", + "community": 200, + "community_name": "application/README.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "learn more", + "source_file": "frontend/application/README.md", + "source_location": "L23" + }, + { + "id": "scripts_deploy", + "label": "deploy.sh", + "_origin": "ast", + "community": 201, + "community_name": "deploy.sh", + "file_type": "code", "metadata": { "language": "bash", "kind": "file" }, - "_origin": "ast", - "id": "scripts_deploy", - "community": 201, - "community_name": "deploy.sh", - "norm_label": "deploy.sh" + "norm_label": "deploy.sh", + "source_file": "scripts/deploy.sh", + "source_location": "L1" }, { - "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", + "label": "COMPOSE_DOCKER_CLI_BUILD", + "_origin": "ast", "community": 201, "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": 201, - "community_name": "deploy.sh", - "norm_label": "docker_buildkit" + "norm_label": "compose_docker_cli_build", + "source_file": "scripts/deploy.sh", + "source_location": "L5" }, { - "label": "deploy.sh script", + "id": "scripts_deploy_docker_buildkit", + "label": "DOCKER_BUILDKIT", + "_origin": "ast", + "community": 201, + "community_name": "deploy.sh", "file_type": "code", + "metadata": { + "language": "bash", + "kind": "code" + }, + "norm_label": "docker_buildkit", "source_file": "scripts/deploy.sh", - "source_location": "L1", + "source_location": "L4" + }, + { + "id": "scripts_deploy_sh__entry", + "label": "deploy.sh script", + "_origin": "ast", + "community": 201, + "community_name": "deploy.sh", + "file_type": "code", "metadata": { "language": "bash", "kind": "bash_entrypoint" }, - "_origin": "ast", - "id": "scripts_deploy_sh__entry", - "community": 201, - "community_name": "deploy.sh", - "norm_label": "deploy.sh script" + "norm_label": "deploy.sh script", + "source_file": "scripts/deploy.sh", + "source_location": "L1" }, { - "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", + "label": "security_review.md", + "_origin": "ast", "community": 202, "community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)", - "norm_label": "security_review.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "security_review.md", + "source_file": ".ai_agency/specs/reviews/security_review.md", + "source_location": "L1" }, { - "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", + "label": "Security Architecture & Best Practices", + "_origin": "ast", "community": 202, "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", + "node_kind": "heading", + "norm_label": "security architecture & best practices", "source_file": ".ai_agency/specs/reviews/security_review.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L3" + }, + { "id": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security", + "label": "\ud83d\udd12 Security & Performance Review (09_devops_security)", + "_origin": "ast", "community": 202, "community_name": "\ud83d\udd12 Security & Performance Review (09_devops_security)", - "norm_label": "\ud83d\udd12 security & performance review (09_devops_security)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "\ud83d\udd12 security & performance review (09_devops_security)", + "source_file": ".ai_agency/specs/reviews/security_review.md", + "source_location": "L1" }, { - "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", + "label": "ux_review.md", + "_origin": "ast", "community": 203, "community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", - "norm_label": "ux_review.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "ux_review.md", + "source_file": ".ai_agency/specs/reviews/ux_review.md", + "source_location": "L1" }, { - "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", + "label": "Persona Experience Alignment", + "_origin": "ast", "community": 203, "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", + "node_kind": "heading", + "norm_label": "persona experience alignment", "source_file": ".ai_agency/specs/reviews/ux_review.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L3" + }, + { "id": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa", + "label": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", + "_origin": "ast", "community": 203, "community_name": "\ud83d\udc41\ufe0f UX & Persona Interface Review (08_visual_qa)", - "norm_label": "\ud83d\udc41\ufe0f ux & persona interface review (08_visual_qa)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "\ud83d\udc41\ufe0f ux & persona interface review (08_visual_qa)", + "source_file": ".ai_agency/specs/reviews/ux_review.md", + "source_location": "L1" }, { - "label": "supertest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L68", - "_origin": "ast", "id": "backend_package_devdependencies_supertest", - "community": 204, - "community_name": "supertest", - "norm_label": "supertest" - }, - { "label": "supertest", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L68", "_origin": "ast", - "id": "supertest", "community": 204, "community_name": "supertest", - "norm_label": "supertest" + "file_type": "code", + "norm_label": "supertest", + "source_file": "backend/package.json", + "source_location": "L68" }, { - "label": "prisma/scientificTerms.ts", - "file_type": "code", - "source_file": "backend/prisma/scientificTerms.ts", - "source_location": "L1", + "id": "supertest", + "label": "supertest", "_origin": "ast", + "community": 204, + "community_name": "supertest", + "file_type": "concept", + "norm_label": "supertest", + "source_file": "backend/package.json", + "source_location": "L68" + }, + { "id": "backend_prisma_scientificterms", + "label": "prisma/scientificTerms.ts", + "_origin": "ast", "community": 205, "community_name": "prisma/scientificTerms.ts", - "norm_label": "prisma/scientificterms.ts" - }, - { - "label": "SCIENTIFIC_TERMS", "file_type": "code", + "norm_label": "prisma/scientificterms.ts", "source_file": "backend/prisma/scientificTerms.ts", - "source_location": "L7", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "backend_prisma_scientificterms_scientific_terms", + "label": "SCIENTIFIC_TERMS", + "_origin": "ast", "community": 205, "community_name": "prisma/scientificTerms.ts", - "norm_label": "scientific_terms" + "file_type": "code", + "norm_label": "scientific_terms", + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L7" }, { - "label": "seed-blogs.ts", - "file_type": "code", - "source_file": "backend/prisma/seed-blogs.ts", - "source_location": "L1", - "_origin": "ast", "id": "backend_prisma_seed_blogs", + "label": "seed-blogs.ts", + "_origin": "ast", "community": 206, "community_name": "seed-blogs.ts", - "norm_label": "seed-blogs.ts" - }, - { - "label": "prisma", "file_type": "code", + "norm_label": "seed-blogs.ts", "source_file": "backend/prisma/seed-blogs.ts", - "source_location": "L3", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "backend_prisma_seed_blogs_prisma", + "label": "prisma", + "_origin": "ast", "community": 206, "community_name": "seed-blogs.ts", - "norm_label": "prisma" + "file_type": "code", + "norm_label": "prisma", + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L3" }, { - "label": "seed-custom.ts", - "file_type": "code", - "source_file": "backend/prisma/seed-custom.ts", - "source_location": "L1", - "_origin": "ast", "id": "backend_prisma_seed_custom", + "label": "seed-custom.ts", + "_origin": "ast", "community": 207, "community_name": "seed-custom.ts", - "norm_label": "seed-custom.ts" - }, - { - "label": "prisma", "file_type": "code", + "norm_label": "seed-custom.ts", "source_file": "backend/prisma/seed-custom.ts", - "source_location": "L5", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "backend_prisma_seed_custom_prisma", + "label": "prisma", + "_origin": "ast", "community": 207, "community_name": "seed-custom.ts", - "norm_label": "prisma" + "file_type": "code", + "norm_label": "prisma", + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L5" }, { - "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", + "label": "github-and-merge.md", + "_origin": "ast", "community": 208, "community_name": "graphify reference: GitHub clone and cross-repo merge", - "norm_label": "github-and-merge.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "github-and-merge.md", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L1" }, { - "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", + "label": "graphify reference: GitHub clone and cross-repo merge", + "_origin": "ast", "community": 208, "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", + "node_kind": "heading", + "norm_label": "graphify reference: github clone and cross-repo merge", "source_file": ".claude/skills/graphify/references/github-and-merge.md", - "source_location": "L5", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "claude_skills_graphify_references_github_and_merge_step_0_clone_github_repo_s_only_if_a_github_url_was_given", + "label": "Step 0 - Clone GitHub repo(s) (only if a GitHub URL was given)", + "_origin": "ast", "community": 208, "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)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 0 - clone github repo(s) (only if a github url was given)", + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L5" }, { - "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", + "label": "transcribe.md", + "_origin": "ast", "community": 209, "community_name": "graphify reference: transcribe video and audio", - "norm_label": "transcribe.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "transcribe.md", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L1" }, { - "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", + "label": "graphify reference: transcribe video and audio", + "_origin": "ast", "community": 209, "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", + "node_kind": "heading", + "norm_label": "graphify reference: transcribe video and audio", "source_file": ".claude/skills/graphify/references/transcribe.md", - "source_location": "L5", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "claude_skills_graphify_references_transcribe_step_2_5_transcribe_video_audio_files_only_if_video_files_detected", + "label": "Step 2.5 - Transcribe video / audio files (only if video files detected)", + "_origin": "ast", "community": 209, "community_name": "graphify reference: transcribe video and audio", - "norm_label": "step 2.5 - transcribe video / audio files (only if video files detected)" + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 2.5 - transcribe video / audio files (only if video files detected)", + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L5" }, { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", + "id": "frontend_application_app_payment_verify_page", + "label": "verify/page.tsx", "_origin": "ast", - "id": "backend_src_common_services_sms_service_ts_injectable", "community": 21, - "community_name": "SmsService", - "norm_label": "injectable" + "community_name": "toPersian", + "file_type": "code", + "norm_label": "verify/page.tsx", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L1" }, { - "label": "18-compiler-diagnostic-dispositions.md", - "file_type": "document", - "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", - "source_location": "L1", + "id": "frontend_application_components_authmodal", + "label": "AuthModal.tsx", "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "authmodal.tsx", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_b2bportal", + "label": "B2BPortal.tsx", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "b2bportal.tsx", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_backbutton", + "label": "BackButton.tsx", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "backbutton.tsx", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_cartdrawer", + "label": "CartDrawer.tsx", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "cartdrawer.tsx", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_headerbutton", + "label": "HeaderButton.tsx", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "headerbutton.tsx", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_loginmodal", + "label": "LoginModal.tsx", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "loginmodal.tsx", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_tests_cartdrawer_test", + "label": "CartDrawer.test.tsx", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "cartdrawer.test.tsx", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_tests_cartdrawer_test_mockproduct", + "label": "mockProduct", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "mockproduct", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L19" + }, + { + "id": "frontend_application_components_tests_header_test", + "label": "Header.test.tsx", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "header.test.tsx", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_store_cartstore_usecartstore", + "label": "useCartStore", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "usecartstore", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L54" + }, + { + "id": "frontend_application_lib_store_userstore_useuserstore", + "label": "useUserStore", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "useuserstore", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L63" + }, + { + "id": "frontend_application_lib_utils", + "label": "utils.ts", + "_origin": "ast", + "community": 21, + "community_name": "toPersian", + "file_type": "code", + "norm_label": "utils.ts", + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L1" + }, + { "id": "docs_audit_18_compiler_diagnostic_dispositions", + "label": "18-compiler-diagnostic-dispositions.md", + "_origin": "ast", "community": 210, "community_name": "Compiler Diagnostic Dispositions", - "norm_label": "18-compiler-diagnostic-dispositions.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "18-compiler-diagnostic-dispositions.md", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L1" }, { - "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", + "label": "Compiler Diagnostic Dispositions", + "_origin": "ast", "community": 210, "community_name": "Compiler Diagnostic Dispositions", - "norm_label": "compiler diagnostic dispositions" - }, - { - "label": "Reconciled Compiler Diagnostic Table", "file_type": "document", + "node_kind": "heading", + "norm_label": "compiler diagnostic dispositions", "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", - "source_location": "L11", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table", + "label": "Reconciled Compiler Diagnostic Table", + "_origin": "ast", "community": 210, "community_name": "Compiler Diagnostic Dispositions", - "norm_label": "reconciled compiler diagnostic table" + "file_type": "document", + "node_kind": "heading", + "norm_label": "reconciled compiler diagnostic table", + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L11" }, { - "label": "build_manifest.js", - "file_type": "code", - "source_file": "docs/audit/build_manifest.js", - "source_location": "L1", - "_origin": "ast", "id": "docs_audit_build_manifest", + "label": "build_manifest.js", + "_origin": "ast", "community": 212, "community_name": "build_manifest.js", - "norm_label": "build_manifest.js" + "file_type": "code", + "norm_label": "build_manifest.js", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L1" }, { - "label": "entries", - "file_type": "code", - "source_file": "docs/audit/build_manifest.js", - "source_location": "L8", - "_origin": "ast", "id": "docs_audit_build_manifest_entries", + "label": "entries", + "_origin": "ast", "community": 212, "community_name": "build_manifest.js", - "norm_label": "entries" - }, - { - "label": "lines", "file_type": "code", + "norm_label": "entries", "source_file": "docs/audit/build_manifest.js", - "source_location": "L3", - "_origin": "ast", + "source_location": "L8" + }, + { "id": "docs_audit_build_manifest_lines", + "label": "lines", + "_origin": "ast", "community": 212, "community_name": "build_manifest.js", - "norm_label": "lines" + "file_type": "code", + "norm_label": "lines", + "source_file": "docs/audit/build_manifest.js", + "source_location": "L3" }, { - "label": "generate_classification.js", - "file_type": "code", - "source_file": "docs/audit/generate_classification.js", - "source_location": "L1", - "_origin": "ast", "id": "docs_audit_generate_classification", + "label": "generate_classification.js", + "_origin": "ast", "community": 213, "community_name": "generate_classification.js", - "norm_label": "generate_classification.js" + "file_type": "code", + "norm_label": "generate_classification.js", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L1" }, { - "label": "classified", - "file_type": "code", - "source_file": "docs/audit/generate_classification.js", - "source_location": "L8", - "_origin": "ast", "id": "docs_audit_generate_classification_classified", + "label": "classified", + "_origin": "ast", "community": 213, "community_name": "generate_classification.js", - "norm_label": "classified" - }, - { - "label": "lines", "file_type": "code", + "norm_label": "classified", "source_file": "docs/audit/generate_classification.js", - "source_location": "L3", - "_origin": "ast", + "source_location": "L8" + }, + { "id": "docs_audit_generate_classification_lines", + "label": "lines", + "_origin": "ast", "community": 213, "community_name": "generate_classification.js", - "norm_label": "lines" + "file_type": "code", + "norm_label": "lines", + "source_file": "docs/audit/generate_classification.js", + "source_location": "L3" }, { - "label": "generate_evidence.js", - "file_type": "code", - "source_file": "docs/audit/generate_evidence.js", - "source_location": "L1", - "_origin": "ast", "id": "docs_audit_generate_evidence", + "label": "generate_evidence.js", + "_origin": "ast", "community": 214, "community_name": "generate_evidence.js", - "norm_label": "generate_evidence.js" + "file_type": "code", + "norm_label": "generate_evidence.js", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L1" }, { - "label": "classification", - "file_type": "code", - "source_file": "docs/audit/generate_evidence.js", - "source_location": "L4", - "_origin": "ast", "id": "docs_audit_generate_evidence_classification", + "label": "classification", + "_origin": "ast", "community": 214, "community_name": "generate_evidence.js", - "norm_label": "classification" - }, - { - "label": "evidenceEntries", "file_type": "code", + "norm_label": "classification", "source_file": "docs/audit/generate_evidence.js", - "source_location": "L6", - "_origin": "ast", + "source_location": "L4" + }, + { "id": "docs_audit_generate_evidence_evidenceentries", + "label": "evidenceEntries", + "_origin": "ast", "community": 214, "community_name": "generate_evidence.js", - "norm_label": "evidenceentries" + "file_type": "code", + "norm_label": "evidenceentries", + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L6" }, { - "label": "generate_ledger.js", - "file_type": "code", - "source_file": "docs/audit/generate_ledger.js", - "source_location": "L1", - "_origin": "ast", "id": "docs_audit_generate_ledger", + "label": "generate_ledger.js", + "_origin": "ast", "community": 215, "community_name": "generate_ledger.js", - "norm_label": "generate_ledger.js" + "file_type": "code", + "norm_label": "generate_ledger.js", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L1" }, { - "label": "evidence", - "file_type": "code", - "source_file": "docs/audit/generate_ledger.js", - "source_location": "L3", - "_origin": "ast", "id": "docs_audit_generate_ledger_evidence", - "community": 215, - "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": 215, - "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": 216, - "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", + "community": 215, + "community_name": "generate_ledger.js", + "file_type": "code", + "norm_label": "evidence", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L3" + }, + { + "id": "docs_audit_generate_ledger_ledgerentries", + "label": "ledgerEntries", + "_origin": "ast", + "community": 215, + "community_name": "generate_ledger.js", + "file_type": "code", + "norm_label": "ledgerentries", + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L5" + }, + { + "id": "docs_audit_generate_manifest", + "label": "generate_manifest.js", + "_origin": "ast", + "community": 216, + "community_name": "generate_manifest.js", + "file_type": "code", + "norm_label": "generate_manifest.js", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L1" + }, + { "id": "docs_audit_generate_manifest_evidence", + "label": "evidence", + "_origin": "ast", "community": 216, "community_name": "generate_manifest.js", - "norm_label": "evidence" - }, - { - "label": "manifestEntries", "file_type": "code", + "norm_label": "evidence", "source_file": "docs/audit/generate_manifest.js", - "source_location": "L5", - "_origin": "ast", + "source_location": "L3" + }, + { "id": "docs_audit_generate_manifest_manifestentries", + "label": "manifestEntries", + "_origin": "ast", "community": 216, "community_name": "generate_manifest.js", - "norm_label": "manifestentries" + "file_type": "code", + "norm_label": "manifestentries", + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L5" }, { - "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", + "label": "sync_honest_manifest.js", + "_origin": "ast", "community": 217, "community_name": "sync_honest_manifest.js", - "norm_label": "sync_honest_manifest.js" + "file_type": "code", + "norm_label": "sync_honest_manifest.js", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L1" }, { - "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": 217, - "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": 217, - "community_name": "sync_honest_manifest.js", - "norm_label": "manifest" - }, - { - "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": 218, - "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", + "community": 217, + "community_name": "sync_honest_manifest.js", + "file_type": "code", + "norm_label": "ledger", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L3" + }, + { + "id": "docs_audit_sync_honest_manifest_manifest", + "label": "manifest", + "_origin": "ast", + "community": 217, + "community_name": "sync_honest_manifest.js", + "file_type": "code", + "norm_label": "manifest", + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L5" + }, + { + "id": "docs_audit_sync_manifest", + "label": "sync_manifest.js", + "_origin": "ast", + "community": 218, + "community_name": "sync_manifest.js", + "file_type": "code", + "norm_label": "sync_manifest.js", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L1" + }, + { "id": "docs_audit_sync_manifest_ledger", + "label": "ledger", + "_origin": "ast", "community": 218, "community_name": "sync_manifest.js", - "norm_label": "ledger" - }, - { - "label": "manifestEntries", "file_type": "code", + "norm_label": "ledger", "source_file": "docs/audit/sync_manifest.js", - "source_location": "L5", - "_origin": "ast", - "id": "docs_audit_sync_manifest_manifestentries", - "community": 218, - "community_name": "sync_manifest.js", - "norm_label": "manifestentries" + "source_location": "L3" }, { - "label": "FormField.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", - "source_location": "L1", + "id": "docs_audit_sync_manifest_manifestentries", + "label": "manifestEntries", "_origin": "ast", + "community": 218, + "community_name": "sync_manifest.js", + "file_type": "code", + "norm_label": "manifestentries", + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L5" + }, + { "id": "frontend_admin_panel_src_components_ui_formfield", + "label": "FormField.tsx", + "_origin": "ast", "community": 219, "community_name": "FormField.tsx", - "norm_label": "formfield.tsx" + "file_type": "code", + "norm_label": "formfield.tsx", + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L1" }, { - "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": 22, - "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", + "label": "AddressModal.tsx", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "addressmodal.tsx" + "file_type": "code", + "norm_label": "addressmodal.tsx", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L1" }, { - "label": "BackButton.tsx", - "file_type": "code", - "source_file": "frontend/application/components/BackButton.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_backbutton", - "community": 22, - "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", + "label": "CheckoutPage.tsx", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "checkoutpage.tsx" + "file_type": "code", + "norm_label": "checkoutpage.tsx", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L1" }, { - "label": "DeleteConfirmModal.tsx", - "file_type": "code", - "source_file": "frontend/application/components/DeleteConfirmModal.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_deleteconfirmmodal", + "label": "DeleteConfirmModal.tsx", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "deleteconfirmmodal.tsx" + "file_type": "code", + "norm_label": "deleteconfirmmodal.tsx", + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L1" }, { - "label": "HeaderButton.tsx", - "file_type": "code", - "source_file": "frontend/application/components/HeaderButton.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_headerbutton", - "community": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "headerbutton.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": 22, - "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", + "label": "SearchableSelect.tsx", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "searchableselect.tsx" + "file_type": "code", + "norm_label": "searchableselect.tsx", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L1" }, { - "label": "TopUpModal.tsx", - "file_type": "code", - "source_file": "frontend/application/components/TopUpModal.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_topupmodal", + "label": "TopUpModal.tsx", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "topupmodal.tsx" - }, - { - "label": "PRESET_AMOUNTS", "file_type": "code", + "norm_label": "topupmodal.tsx", "source_file": "frontend/application/components/TopUpModal.tsx", - "source_location": "L18", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_application_components_topupmodal_preset_amounts", + "label": "PRESET_AMOUNTS", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "preset_amounts" + "file_type": "code", + "norm_label": "preset_amounts", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L18" }, { - "label": "UserDashboard.tsx", - "file_type": "code", - "source_file": "frontend/application/components/UserDashboard.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_userdashboard", + "label": "UserDashboard.tsx", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "userdashboard.tsx" + "file_type": "code", + "norm_label": "userdashboard.tsx", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L1" }, { - "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", + "label": "provinces.ts", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "provinces.ts" + "file_type": "code", + "norm_label": "provinces.ts", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L1" }, { - "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", + "label": "IRAN_PROVINCES", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "iran_provinces" - }, - { - "label": "PROVINCE_CITIES", "file_type": "code", + "norm_label": "iran_provinces", "source_file": "frontend/application/lib/data/provinces.ts", - "source_location": "L35", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_application_lib_data_provinces_province_cities", + "label": "PROVINCE_CITIES", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "province_cities" + "file_type": "code", + "norm_label": "province_cities", + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L35" }, { - "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", + "label": "ticketService.ts", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "ticketservice.ts" - }, - { - "label": "ticketService", "file_type": "code", + "norm_label": "ticketservice.ts", "source_file": "frontend/application/lib/services/ticketService.ts", - "source_location": "L43", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_application_lib_services_ticketservice_ticketservice", + "label": "ticketService", + "_origin": "ast", "community": 22, "community_name": "UserDashboard.tsx", - "norm_label": "ticketservice" + "file_type": "code", + "norm_label": "ticketservice", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L43" }, { - "label": "utils.ts", - "file_type": "code", - "source_file": "frontend/application/lib/utils.ts", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_lib_utils", - "community": 22, - "community_name": "UserDashboard.tsx", - "norm_label": "utils.ts" - }, - { - "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", + "label": "Input.tsx", + "_origin": "ast", "community": 220, "community_name": "Input.tsx", - "norm_label": "input.tsx" - }, - { - "label": "Input", "file_type": "code", + "norm_label": "input.tsx", "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", - "source_location": "L9", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_admin_panel_src_components_ui_input_input", + "label": "Input", + "_origin": "ast", "community": 220, "community_name": "Input.tsx", - "norm_label": "input" + "file_type": "code", + "norm_label": "input", + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L9" }, { - "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", + "label": "Textarea.tsx", + "_origin": "ast", "community": 221, "community_name": "Textarea.tsx", - "norm_label": "textarea.tsx" - }, - { - "label": "Textarea", "file_type": "code", + "norm_label": "textarea.tsx", "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", - "source_location": "L7", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_admin_panel_src_components_ui_textarea_textarea", + "label": "Textarea", + "_origin": "ast", "community": 221, "community_name": "Textarea.tsx", - "norm_label": "textarea" + "file_type": "code", + "norm_label": "textarea", + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L7" }, { - "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", + "label": "admin-panel/tsconfig.json", + "_origin": "ast", "community": 222, "community_name": "admin-panel/tsconfig.json", - "norm_label": "admin-panel/tsconfig.json" + "file_type": "code", + "norm_label": "admin-panel/tsconfig.json", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L1" }, { - "label": "files", - "file_type": "code", - "source_file": "frontend/admin-panel/tsconfig.json", - "source_location": "L2", - "_origin": "ast", "id": "frontend_admin_panel_tsconfig_files", + "label": "files", + "_origin": "ast", "community": 222, "community_name": "admin-panel/tsconfig.json", - "norm_label": "files" - }, - { - "label": "references", "file_type": "code", + "norm_label": "files", "source_file": "frontend/admin-panel/tsconfig.json", - "source_location": "L3", - "_origin": "ast", + "source_location": "L2" + }, + { "id": "frontend_admin_panel_tsconfig_references", + "label": "references", + "_origin": "ast", "community": 222, "community_name": "admin-panel/tsconfig.json", - "norm_label": "references" + "file_type": "code", + "norm_label": "references", + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L3" }, { - "label": "ts-jest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L69", - "_origin": "ast", "id": "backend_package_devdependencies_ts_jest", - "community": 223, - "community_name": "ts-jest", - "norm_label": "ts-jest" - }, - { "label": "ts-jest", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L69", "_origin": "ast", - "id": "ts_jest", "community": 223, "community_name": "ts-jest", - "norm_label": "ts-jest" + "file_type": "code", + "norm_label": "ts-jest", + "source_file": "backend/package.json", + "source_location": "L69" }, { - "label": "dashboard/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/dashboard/page.tsx", - "source_location": "L1", + "id": "ts_jest", + "label": "ts-jest", + "_origin": "ast", + "community": 223, + "community_name": "ts-jest", + "file_type": "concept", + "norm_label": "ts-jest", + "source_file": "backend/package.json", + "source_location": "L69" + }, + { + "id": "backend_src_auth_dto_send_otp_dto", + "label": "send-otp.dto.ts", "_origin": "ast", - "id": "frontend_application_app_dashboard_page", "community": 224, - "community_name": "dashboard/page.tsx", - "norm_label": "dashboard/page.tsx" + "community_name": "SendOtpDto", + "file_type": "code", + "norm_label": "send-otp.dto.ts", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L1" }, { - "label": "next.config.ts", - "file_type": "code", - "source_file": "frontend/application/next.config.ts", - "source_location": "L1", + "id": "backend_src_auth_dto_send_otp_dto_ts_apiproperty", + "label": "ApiProperty", "_origin": "ast", + "community": 224, + "community_name": "SendOtpDto", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_send_otp_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 224, + "community_name": "SendOtpDto", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_send_otp_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 224, + "community_name": "SendOtpDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_dto_send_otp_dto_ts_matches", + "label": "Matches", + "_origin": "ast", + "community": 224, + "community_name": "SendOtpDto", + "file_type": "code", + "norm_label": "matches", + "source_file": "", + "source_location": "" + }, + { "id": "frontend_application_next_config", + "label": "next.config.ts", + "_origin": "ast", "community": 225, "community_name": "next.config.ts", - "norm_label": "next.config.ts" + "file_type": "code", + "norm_label": "next.config.ts", + "source_file": "frontend/application/next.config.ts", + "source_location": "L1" }, { - "label": "nextConfig", - "file_type": "code", - "source_file": "frontend/application/next.config.ts", - "source_location": "L12", - "_origin": "ast", "id": "frontend_application_next_config_nextconfig", + "label": "nextConfig", + "_origin": "ast", "community": 225, "community_name": "next.config.ts", - "norm_label": "nextconfig" - }, - { - "label": "securityHeaders", "file_type": "code", + "norm_label": "nextconfig", "source_file": "frontend/application/next.config.ts", - "source_location": "L3", - "_origin": "ast", + "source_location": "L12" + }, + { "id": "frontend_application_next_config_securityheaders", + "label": "securityHeaders", + "_origin": "ast", "community": 225, "community_name": "next.config.ts", - "norm_label": "securityheaders" + "file_type": "code", + "norm_label": "securityheaders", + "source_file": "frontend/application/next.config.ts", + "source_location": "L3" }, { - "label": "AGENTS.md", - "file_type": "document", - "source_file": "AGENTS.md", - "source_location": "L1", - "_origin": "ast", "id": "agents", + "label": "AGENTS.md", + "_origin": "ast", "community": 227, "community_name": "AGENTS.md", - "norm_label": "agents.md" - }, - { - "label": "graphify", "file_type": "document", + "node_kind": "page", + "norm_label": "agents.md", "source_file": "AGENTS.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "agents_graphify", + "label": "graphify", + "_origin": "ast", "community": 227, "community_name": "AGENTS.md", - "norm_label": "graphify" + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify", + "source_file": "AGENTS.md", + "source_location": "L1" }, { - "label": "rules/graphify.md", - "file_type": "document", - "source_file": ".agents/rules/graphify.md", - "source_location": "L1", - "_origin": "ast", "id": "agents_rules_graphify", + "label": "rules/graphify.md", + "_origin": "ast", "community": 228, "community_name": "rules/graphify.md", - "norm_label": "rules/graphify.md" - }, - { - "label": "graphify", "file_type": "document", + "frontmatter": { + "trigger": "always_on", + "description": "Consult the graphify knowledge graph at graphify-out/ for codebase and architecture questions." + }, + "node_kind": "page", + "norm_label": "rules/graphify.md", "source_file": ".agents/rules/graphify.md", - "source_location": "L6", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "agents_rules_graphify_graphify", + "label": "graphify", + "_origin": "ast", "community": 228, "community_name": "rules/graphify.md", - "norm_label": "graphify" + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify", + "source_file": ".agents/rules/graphify.md", + "source_location": "L6" }, { - "label": ".agents/workflows/graphify.md", - "file_type": "document", - "source_file": ".agents/workflows/graphify.md", - "source_location": "L1", - "_origin": "ast", "id": "agents_workflows_graphify", + "label": ".agents/workflows/graphify.md", + "_origin": "ast", "community": 229, "community_name": ".agents/workflows/graphify.md", - "norm_label": ".agents/workflows/graphify.md" - }, - { - "label": "Workflow: graphify", "file_type": "document", + "frontmatter": { + "name": "graphify", + "description": "Turn any folder of files into a navigable knowledge graph" + }, + "node_kind": "page", + "norm_label": ".agents/workflows/graphify.md", "source_file": ".agents/workflows/graphify.md", - "source_location": "L6", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "agents_workflows_graphify_workflow_graphify", + "label": "Workflow: graphify", + "_origin": "ast", "community": 229, "community_name": ".agents/workflows/graphify.md", - "norm_label": "workflow: graphify" + "file_type": "document", + "node_kind": "heading", + "norm_label": "workflow: graphify", + "source_file": ".agents/workflows/graphify.md", + "source_location": "L6" }, { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "apibearerauth" + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" }, { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "apioperation" + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" }, { - "label": "ApiQuery", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_apiquery", + "label": "ApiQuery", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "apiquery" + "file_type": "code", + "norm_label": "apiquery", + "source_file": "", + "source_location": "" }, { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "apitags" + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" }, { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_body", + "label": "Body", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "body" + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" }, { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_controller", + "label": "Controller", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "controller" + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" }, { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_delete", + "label": "Delete", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "delete" + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" }, { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_get", + "label": "Get", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "get" + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" }, { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_param", + "label": "Param", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "param" + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" }, { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_post", + "label": "Post", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "post" + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" }, { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_put", + "label": "Put", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "put" + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" }, { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_query", + "label": "Query", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "query" + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" }, { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "useguards" + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" }, { - "label": "menu.module.ts", - "file_type": "code", - "source_file": "backend/src/menu/menu.module.ts", - "source_location": "L1", - "_origin": "ast", "id": "backend_src_menu_menu_module", + "label": "menu.module.ts", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "menu.module.ts" + "file_type": "code", + "norm_label": "menu.module.ts", + "source_file": "backend/src/menu/menu.module.ts", + "source_location": "L1" }, { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_menu_menu_module_ts_module", + "label": "Module", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "module" - }, - { - "label": "Injectable", "file_type": "code", + "norm_label": "module", "source_file": "", - "source_location": "", - "_origin": "ast", + "source_location": "" + }, + { "id": "backend_src_menu_menu_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", "community": 23, "community_name": "MenuService", - "norm_label": "injectable" + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" }, { - "label": "instructions.md", - "file_type": "document", - "source_file": ".antigravity/instructions.md", - "source_location": "L1", - "_origin": "ast", "id": "antigravity_instructions", + "label": "instructions.md", + "_origin": "ast", "community": 230, "community_name": "instructions.md", - "norm_label": "instructions.md" - }, - { - "label": "graphify", "file_type": "document", + "node_kind": "page", + "norm_label": "instructions.md", "source_file": ".antigravity/instructions.md", - "source_location": "L1", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "antigravity_instructions_graphify", + "label": "graphify", + "_origin": "ast", "community": 230, "community_name": "instructions.md", - "norm_label": "graphify" + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify", + "source_file": ".antigravity/instructions.md", + "source_location": "L1" }, { - "label": "bcryptjs", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L33", - "_origin": "ast", "id": "backend_package_dependencies_bcryptjs", - "community": 231, - "community_name": "bcryptjs", - "norm_label": "bcryptjs" - }, - { "label": "bcryptjs", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L33", "_origin": "ast", - "id": "bcryptjs", "community": 231, "community_name": "bcryptjs", - "norm_label": "bcryptjs" + "file_type": "code", + "norm_label": "bcryptjs", + "source_file": "backend/package.json", + "source_location": "L33" }, { - "label": "ts-loader", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L70", + "id": "bcryptjs", + "label": "bcryptjs", "_origin": "ast", + "community": 231, + "community_name": "bcryptjs", + "file_type": "concept", + "norm_label": "bcryptjs", + "source_file": "backend/package.json", + "source_location": "L33" + }, + { "id": "backend_package_devdependencies_ts_loader", - "community": 232, - "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": 232, "community_name": "ts-loader", - "norm_label": "ts-loader" + "file_type": "code", + "norm_label": "ts-loader", + "source_file": "backend/package.json", + "source_location": "L70" }, { - "label": "ts-node", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L71", + "id": "ts_loader", + "label": "ts-loader", "_origin": "ast", + "community": 232, + "community_name": "ts-loader", + "file_type": "concept", + "norm_label": "ts-loader", + "source_file": "backend/package.json", + "source_location": "L70" + }, + { "id": "backend_package_devdependencies_ts_node", - "community": 233, - "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": 233, "community_name": "ts-node", - "norm_label": "ts-node" + "file_type": "code", + "norm_label": "ts-node", + "source_file": "backend/package.json", + "source_location": "L71" }, { - "label": "tsconfig-paths", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L72", + "id": "ts_node", + "label": "ts-node", "_origin": "ast", + "community": 233, + "community_name": "ts-node", + "file_type": "concept", + "norm_label": "ts-node", + "source_file": "backend/package.json", + "source_location": "L71" + }, + { "id": "backend_package_devdependencies_tsconfig_paths", - "community": 234, - "community_name": "tsconfig-paths", - "norm_label": "tsconfig-paths" - }, - { "label": "tsconfig-paths", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L72", "_origin": "ast", - "id": "tsconfig_paths", "community": 234, "community_name": "tsconfig-paths", - "norm_label": "tsconfig-paths" + "file_type": "code", + "norm_label": "tsconfig-paths", + "source_file": "backend/package.json", + "source_location": "L72" }, { - "label": "@nestjs/jwt", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L26", + "id": "tsconfig_paths", + "label": "tsconfig-paths", "_origin": "ast", + "community": 234, + "community_name": "tsconfig-paths", + "file_type": "concept", + "norm_label": "tsconfig-paths", + "source_file": "backend/package.json", + "source_location": "L72" + }, + { "id": "backend_package_dependencies_nestjs_jwt", - "community": 235, - "community_name": "@nestjs/jwt", - "norm_label": "@nestjs/jwt" - }, - { "label": "@nestjs/jwt", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L26", "_origin": "ast", - "id": "nestjs_jwt", "community": 235, "community_name": "@nestjs/jwt", - "norm_label": "@nestjs/jwt" + "file_type": "code", + "norm_label": "@nestjs/jwt", + "source_file": "backend/package.json", + "source_location": "L26" }, { - "label": "@types/bcrypt", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L51", + "id": "nestjs_jwt", + "label": "@nestjs/jwt", "_origin": "ast", + "community": 235, + "community_name": "@nestjs/jwt", + "file_type": "concept", + "norm_label": "@nestjs/jwt", + "source_file": "backend/package.json", + "source_location": "L26" + }, + { "id": "backend_package_devdependencies_types_bcrypt", - "community": 236, - "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": 236, "community_name": "@types/bcrypt", - "norm_label": "@types/bcrypt" + "file_type": "code", + "norm_label": "@types/bcrypt", + "source_file": "backend/package.json", + "source_location": "L51" }, { - "label": "@nestjs/swagger", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L29", + "id": "types_bcrypt", + "label": "@types/bcrypt", "_origin": "ast", + "community": 236, + "community_name": "@types/bcrypt", + "file_type": "concept", + "norm_label": "@types/bcrypt", + "source_file": "backend/package.json", + "source_location": "L51" + }, + { "id": "backend_package_dependencies_nestjs_swagger", - "community": 237, - "community_name": "@nestjs/swagger", - "norm_label": "@nestjs/swagger" - }, - { "label": "@nestjs/swagger", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L29", "_origin": "ast", - "id": "nestjs_swagger", "community": 237, "community_name": "@nestjs/swagger", - "norm_label": "@nestjs/swagger" + "file_type": "code", + "norm_label": "@nestjs/swagger", + "source_file": "backend/package.json", + "source_location": "L29" }, { - "label": "passport-jwt", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L40", + "id": "nestjs_swagger", + "label": "@nestjs/swagger", "_origin": "ast", + "community": 237, + "community_name": "@nestjs/swagger", + "file_type": "concept", + "norm_label": "@nestjs/swagger", + "source_file": "backend/package.json", + "source_location": "L29" + }, + { "id": "backend_package_dependencies_passport_jwt", - "community": 238, - "community_name": "passport-jwt", - "norm_label": "passport-jwt" - }, - { "label": "passport-jwt", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L40", "_origin": "ast", - "id": "passport_jwt", "community": 238, "community_name": "passport-jwt", - "norm_label": "passport-jwt" + "file_type": "code", + "norm_label": "passport-jwt", + "source_file": "backend/package.json", + "source_location": "L40" }, { - "label": "@prisma/client", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L31", + "id": "passport_jwt", + "label": "passport-jwt", "_origin": "ast", + "community": 238, + "community_name": "passport-jwt", + "file_type": "concept", + "norm_label": "passport-jwt", + "source_file": "backend/package.json", + "source_location": "L40" + }, + { "id": "backend_package_dependencies_prisma_client", - "community": 239, - "community_name": "@prisma/client", - "norm_label": "@prisma/client" - }, - { "label": "@prisma/client", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L31", "_origin": "ast", - "id": "prisma_client", "community": 239, "community_name": "@prisma/client", - "norm_label": "@prisma/client" - }, - { - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "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": 24, - "community_name": "BE-001", - "norm_label": "why it matters" - }, - { - "label": "swagger-ui-express", "file_type": "code", + "norm_label": "@prisma/client", "source_file": "backend/package.json", - "source_location": "L43", - "_origin": "ast", - "id": "backend_package_dependencies_swagger_ui_express", - "community": 240, - "community_name": "swagger-ui-express", - "norm_label": "swagger-ui-express" + "source_location": "L31" }, { - "label": "swagger-ui-express", + "id": "prisma_client", + "label": "@prisma/client", + "_origin": "ast", + "community": 239, + "community_name": "@prisma/client", "file_type": "concept", + "norm_label": "@prisma/client", "source_file": "backend/package.json", - "source_location": "L43", - "_origin": "ast", - "id": "swagger_ui_express", - "community": 240, - "community_name": "swagger-ui-express", - "norm_label": "swagger-ui-express" + "source_location": "L31" }, { - "label": "blog.entity.ts", - "file_type": "code", - "source_file": "backend/src/blogs/entities/blog.entity.ts", - "source_location": "L1", + "id": "docs_audit_07_backend_audit", + "label": "07-backend-audit.md", "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "page", + "norm_label": "07-backend-audit.md", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L1" + }, + { + "id": "docs_audit_07_backend_audit_acceptance_criteria", + "label": "Acceptance Criteria", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "acceptance criteria", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L113" + }, + { + "id": "docs_audit_07_backend_audit_affected_application", + "label": "Affected Application", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected application", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L53" + }, + { + "id": "docs_audit_07_backend_audit_affected_files", + "label": "Affected Files", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected files", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L56" + }, + { + "id": "docs_audit_07_backend_audit_alternative_direction", + "label": "Alternative Direction", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "alternative direction", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L95" + }, + { + "id": "docs_audit_07_backend_audit_be_001", + "label": "BE-001", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "be-001", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L33" + }, + { + "id": "docs_audit_07_backend_audit_category", + "label": "Category", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "category", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L41" + }, + { + "id": "docs_audit_07_backend_audit_completion_statement", + "label": "Completion Statement", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "completion statement", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L133" + }, + { + "id": "docs_audit_07_backend_audit_confidence", + "label": "Confidence", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "confidence", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L47" + }, + { + "id": "docs_audit_07_backend_audit_dependencies", + "label": "Dependencies", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "dependencies", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L101" + }, + { + "id": "docs_audit_07_backend_audit_domain", + "label": "Domain", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L38" + }, + { + "id": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths", + "label": "Domain Overview & Confirmed Strengths", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain overview & confirmed strengths", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L15" + }, + { + "id": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics", + "label": "Evaluation of 6 Existing TypeScript Compiler Diagnostics", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "evaluation of 6 existing typescript compiler diagnostics", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L21" + }, + { + "id": "docs_audit_07_backend_audit_evidence", + "label": "Evidence", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "evidence", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L62" + }, + { + "id": "docs_audit_07_backend_audit_finding_summary", + "label": "Finding Summary", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "finding summary", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L121" + }, + { + "id": "docs_audit_07_backend_audit_findings", + "label": "Findings", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "findings", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L31" + }, + { + "id": "docs_audit_07_backend_audit_implementation_complexity", + "label": "Implementation Complexity", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "implementation complexity", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L98" + }, + { + "id": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "label": "NestJS Backend Audit Report", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "nestjs backend audit report", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L1" + }, + { + "id": "docs_audit_07_backend_audit_notes_and_limitations", + "label": "Notes and Limitations", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "notes and limitations", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L116" + }, + { + "id": "docs_audit_07_backend_audit_problem", + "label": "Problem", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "problem", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L73" + }, + { + "id": "docs_audit_07_backend_audit_recommended_direction", + "label": "Recommended Direction", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "recommended direction", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L92" + }, + { + "id": "docs_audit_07_backend_audit_relevant_symbols_or_lines", + "label": "Relevant Symbols or Lines", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "relevant symbols or lines", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L59" + }, + { + "id": "docs_audit_07_backend_audit_risks", + "label": "Risks", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "risks", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L104" + }, + { + "id": "docs_audit_07_backend_audit_root_cause", + "label": "Root Cause", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "root cause", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L77" + }, + { + "id": "docs_audit_07_backend_audit_security_or_data_integrity_impact", + "label": "Security or Data-Integrity Impact", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "security or data-integrity impact", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L89" + }, + { + "id": "docs_audit_07_backend_audit_severity", + "label": "Severity", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "severity", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L44" + }, + { + "id": "docs_audit_07_backend_audit_status", + "label": "Status", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "status", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L50" + }, + { + "id": "docs_audit_07_backend_audit_technical_impact", + "label": "Technical Impact", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "technical impact", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L86" + }, + { + "id": "docs_audit_07_backend_audit_testing_requirements", + "label": "Testing Requirements", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "testing requirements", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L110" + }, + { + "id": "docs_audit_07_backend_audit_title", + "label": "Title", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "title", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L35" + }, + { + "id": "docs_audit_07_backend_audit_user_or_business_impact", + "label": "User or Business Impact", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "user or business impact", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L83" + }, + { + "id": "docs_audit_07_backend_audit_verification_requirements", + "label": "Verification Requirements", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "verification requirements", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L107" + }, + { + "id": "docs_audit_07_backend_audit_why_it_matters", + "label": "Why It Matters", + "_origin": "ast", + "community": 24, + "community_name": "BE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "why it matters", + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L80" + }, + { + "id": "backend_package_dependencies_swagger_ui_express", + "label": "swagger-ui-express", + "_origin": "ast", + "community": 240, + "community_name": "swagger-ui-express", + "file_type": "code", + "norm_label": "swagger-ui-express", + "source_file": "backend/package.json", + "source_location": "L43" + }, + { + "id": "swagger_ui_express", + "label": "swagger-ui-express", + "_origin": "ast", + "community": 240, + "community_name": "swagger-ui-express", + "file_type": "concept", + "norm_label": "swagger-ui-express", + "source_file": "backend/package.json", + "source_location": "L43" + }, + { "id": "backend_src_blogs_entities_blog_entity", + "label": "blog.entity.ts", + "_origin": "ast", "community": 241, "community_name": "blog.entity.ts", - "norm_label": "blog.entity.ts" + "file_type": "code", + "norm_label": "blog.entity.ts", + "source_file": "backend/src/blogs/entities/blog.entity.ts", + "source_location": "L1" }, { - "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", + "label": "home.entity.ts", + "_origin": "ast", "community": 242, "community_name": "home.entity.ts", - "norm_label": "home.entity.ts" + "file_type": "code", + "norm_label": "home.entity.ts", + "source_file": "backend/src/home/entities/home.entity.ts", + "source_location": "L1" }, { - "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", + "label": "wiki.entity.ts", + "_origin": "ast", "community": 243, "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": 245, - "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": 245, - "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": 246, - "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": 246, - "community_name": ".claude/CLAUDE.md", - "norm_label": "graphify" - }, - { - "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": 247, - "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": 247, - "community_name": "extraction-spec.md", - "norm_label": "graphify reference: extraction subagent prompt" - }, - { - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "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": 25, - "community_name": "FE-001", - "norm_label": "why it matters" - }, - { - "label": "robots.ts", "file_type": "code", - "source_file": "frontend/application/app/robots.ts", - "source_location": "L1", + "norm_label": "wiki.entity.ts", + "source_file": "backend/src/wiki/entities/wiki.entity.ts", + "source_location": "L1" + }, + { + "id": "claude", + "label": "CLAUDE.md", "_origin": "ast", + "community": 245, + "community_name": "CLAUDE.md", + "file_type": "document", + "node_kind": "page", + "norm_label": "claude.md", + "source_file": "CLAUDE.md", + "source_location": "L1" + }, + { + "id": "claude_graphify", + "label": "graphify", + "_origin": "ast", + "community": 245, + "community_name": "CLAUDE.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify", + "source_file": "CLAUDE.md", + "source_location": "L1" + }, + { + "id": "claude_claude", + "label": ".claude/CLAUDE.md", + "_origin": "ast", + "community": 246, + "community_name": ".claude/CLAUDE.md", + "file_type": "document", + "node_kind": "page", + "norm_label": ".claude/claude.md", + "source_file": ".claude/CLAUDE.md", + "source_location": "L1" + }, + { + "id": "claude_claude_graphify", + "label": "graphify", + "_origin": "ast", + "community": 246, + "community_name": ".claude/CLAUDE.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify", + "source_file": ".claude/CLAUDE.md", + "source_location": "L1" + }, + { + "id": "claude_skills_graphify_references_extraction_spec", + "label": "extraction-spec.md", + "_origin": "ast", + "community": 247, + "community_name": "extraction-spec.md", + "file_type": "document", + "node_kind": "page", + "norm_label": "extraction-spec.md", + "source_file": ".claude/skills/graphify/references/extraction-spec.md", + "source_location": "L1" + }, + { + "id": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt", + "label": "graphify reference: extraction subagent prompt", + "_origin": "ast", + "community": 247, + "community_name": "extraction-spec.md", + "file_type": "document", + "node_kind": "heading", + "norm_label": "graphify reference: extraction subagent prompt", + "source_file": ".claude/skills/graphify/references/extraction-spec.md", + "source_location": "L1" + }, + { + "id": "docs_audit_06_storefront_audit", + "label": "06-storefront-audit.md", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "page", + "norm_label": "06-storefront-audit.md", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L1" + }, + { + "id": "docs_audit_06_storefront_audit_acceptance_criteria", + "label": "Acceptance Criteria", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "acceptance criteria", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L96" + }, + { + "id": "docs_audit_06_storefront_audit_affected_application", + "label": "Affected Application", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected application", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L44" + }, + { + "id": "docs_audit_06_storefront_audit_affected_files", + "label": "Affected Files", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected files", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L47" + }, + { + "id": "docs_audit_06_storefront_audit_alternative_direction", + "label": "Alternative Direction", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "alternative direction", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L78" + }, + { + "id": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths", + "label": "Architecture Overview & Confirmed Strengths", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "architecture overview & confirmed strengths", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L15" + }, + { + "id": "docs_audit_06_storefront_audit_category", + "label": "Category", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "category", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L32" + }, + { + "id": "docs_audit_06_storefront_audit_completion_statement", + "label": "Completion Statement", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "completion statement", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L116" + }, + { + "id": "docs_audit_06_storefront_audit_confidence", + "label": "Confidence", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "confidence", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L38" + }, + { + "id": "docs_audit_06_storefront_audit_dependencies", + "label": "Dependencies", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "dependencies", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L84" + }, + { + "id": "docs_audit_06_storefront_audit_domain", + "label": "Domain", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L29" + }, + { + "id": "docs_audit_06_storefront_audit_evidence", + "label": "Evidence", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "evidence", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L54" + }, + { + "id": "docs_audit_06_storefront_audit_fe_001", + "label": "FE-001", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "fe-001", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L24" + }, + { + "id": "docs_audit_06_storefront_audit_finding_summary", + "label": "Finding Summary", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "finding summary", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L104" + }, + { + "id": "docs_audit_06_storefront_audit_findings", + "label": "Findings", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "findings", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L22" + }, + { + "id": "docs_audit_06_storefront_audit_implementation_complexity", + "label": "Implementation Complexity", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "implementation complexity", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L81" + }, + { + "id": "docs_audit_06_storefront_audit_notes_and_limitations", + "label": "Notes and Limitations", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "notes and limitations", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L99" + }, + { + "id": "docs_audit_06_storefront_audit_problem", + "label": "Problem", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "problem", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L57" + }, + { + "id": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "label": "React / Vite Storefront Audit Report", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "react / vite storefront audit report", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L1" + }, + { + "id": "docs_audit_06_storefront_audit_recommended_direction", + "label": "Recommended Direction", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "recommended direction", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L75" + }, + { + "id": "docs_audit_06_storefront_audit_relevant_symbols_or_lines", + "label": "Relevant Symbols or Lines", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "relevant symbols or lines", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L51" + }, + { + "id": "docs_audit_06_storefront_audit_risks", + "label": "Risks", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "risks", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L87" + }, + { + "id": "docs_audit_06_storefront_audit_root_cause", + "label": "Root Cause", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "root cause", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L60" + }, + { + "id": "docs_audit_06_storefront_audit_security_or_data_integrity_impact", + "label": "Security or Data-Integrity Impact", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "security or data-integrity impact", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L72" + }, + { + "id": "docs_audit_06_storefront_audit_severity", + "label": "Severity", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "severity", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L35" + }, + { + "id": "docs_audit_06_storefront_audit_status", + "label": "Status", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "status", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L41" + }, + { + "id": "docs_audit_06_storefront_audit_technical_impact", + "label": "Technical Impact", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "technical impact", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L69" + }, + { + "id": "docs_audit_06_storefront_audit_testing_requirements", + "label": "Testing Requirements", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "testing requirements", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L93" + }, + { + "id": "docs_audit_06_storefront_audit_title", + "label": "Title", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "title", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L26" + }, + { + "id": "docs_audit_06_storefront_audit_user_or_business_impact", + "label": "User or Business Impact", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "user or business impact", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L66" + }, + { + "id": "docs_audit_06_storefront_audit_verification_requirements", + "label": "Verification Requirements", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "verification requirements", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L90" + }, + { + "id": "docs_audit_06_storefront_audit_why_it_matters", + "label": "Why It Matters", + "_origin": "ast", + "community": 25, + "community_name": "FE-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "why it matters", + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L63" + }, + { "id": "frontend_application_app_robots", + "label": "robots.ts", + "_origin": "ast", "community": 253, "community_name": "robots.ts", - "norm_label": "robots.ts" + "file_type": "code", + "norm_label": "robots.ts", + "source_file": "frontend/application/app/robots.ts", + "source_location": "L1" }, { - "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", + "label": "application/eslint.config.mjs", + "_origin": "ast", "community": 254, "community_name": "application/eslint.config.mjs", - "norm_label": "application/eslint.config.mjs" - }, - { - "label": "eslintConfig", "file_type": "code", + "norm_label": "application/eslint.config.mjs", "source_file": "frontend/application/eslint.config.mjs", - "source_location": "L5", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_application_eslint_config_eslintconfig", + "label": "eslintConfig", + "_origin": "ast", "community": 254, "community_name": "application/eslint.config.mjs", - "norm_label": "eslintconfig" + "file_type": "code", + "norm_label": "eslintconfig", + "source_file": "frontend/application/eslint.config.mjs", + "source_location": "L5" }, { - "label": "postcss.config.mjs", - "file_type": "code", - "source_file": "frontend/application/postcss.config.mjs", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_postcss_config", + "label": "postcss.config.mjs", + "_origin": "ast", "community": 255, "community_name": "postcss.config.mjs", - "norm_label": "postcss.config.mjs" - }, - { - "label": "config", "file_type": "code", + "norm_label": "postcss.config.mjs", "source_file": "frontend/application/postcss.config.mjs", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_postcss_config_config", - "community": 255, - "community_name": "postcss.config.mjs", - "norm_label": "config" + "source_location": "L1" }, { - "label": "vitest.setup.ts", - "file_type": "code", - "source_file": "frontend/application/vitest.setup.ts", - "source_location": "L1", + "id": "frontend_application_postcss_config_config", + "label": "config", "_origin": "ast", + "community": 255, + "community_name": "postcss.config.mjs", + "file_type": "code", + "norm_label": "config", + "source_file": "frontend/application/postcss.config.mjs", + "source_location": "L1" + }, + { "id": "frontend_application_vitest_setup", + "label": "vitest.setup.ts", + "_origin": "ast", "community": 256, "community_name": "vitest.setup.ts", - "norm_label": "vitest.setup.ts" + "file_type": "code", + "norm_label": "vitest.setup.ts", + "source_file": "frontend/application/vitest.setup.ts", + "source_location": "L1" }, { - "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": 257, - "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" - }, + "label": "backup_db.sh", "_origin": "ast", - "id": "scripts_backup_db_sh__entry", "community": 257, "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": 258, - "community_name": "start.sh", - "norm_label": "start.sh" + "norm_label": "backup_db.sh", + "source_file": "scripts/backup_db.sh", + "source_location": "L1" }, { - "label": "start.sh script", + "id": "scripts_backup_db_sh__entry", + "label": "backup_db.sh script", + "_origin": "ast", + "community": 257, + "community_name": "backup_db.sh", "file_type": "code", - "source_file": "start.sh", - "source_location": "L1", "metadata": { "language": "bash", "kind": "bash_entrypoint" }, - "_origin": "ast", - "id": "start_sh__entry", - "community": 258, - "community_name": "start.sh", - "norm_label": "start.sh script" + "norm_label": "backup_db.sh script", + "source_file": "scripts/backup_db.sh", + "source_location": "L1" }, { - "label": "reviews/README.md", - "file_type": "document", - "source_file": ".ai_agency/specs/reviews/README.md", - "source_location": "L1", + "id": "start", + "label": "start.sh", "_origin": "ast", + "community": 258, + "community_name": "start.sh", + "file_type": "code", + "metadata": { + "language": "bash", + "kind": "file" + }, + "norm_label": "start.sh", + "source_file": "start.sh", + "source_location": "L1" + }, + { + "id": "start_sh__entry", + "label": "start.sh script", + "_origin": "ast", + "community": 258, + "community_name": "start.sh", + "file_type": "code", + "metadata": { + "language": "bash", + "kind": "bash_entrypoint" + }, + "norm_label": "start.sh script", + "source_file": "start.sh", + "source_location": "L1" + }, + { "id": "ai_agency_specs_reviews_readme", + "label": "reviews/README.md", + "_origin": "ast", "community": 259, "community_name": "reviews/README.md", - "norm_label": "reviews/readme.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "reviews/readme.md", + "source_file": ".ai_agency/specs/reviews/README.md", + "source_location": "L1" }, { - "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", + "label": "08-admin-features-audit.md", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "08-admin-features-audit.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "08-admin-features-audit.md", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L1" }, { - "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", + "label": "Acceptance Criteria", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "acceptance criteria" + "file_type": "document", + "node_kind": "heading", + "norm_label": "acceptance criteria", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L101" }, { - "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", + "label": "ADM-001", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "adm-001" + "file_type": "document", + "node_kind": "heading", + "norm_label": "adm-001", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L23" }, { - "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", + "label": "Admin Features Audit Report", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "admin features audit report" + "file_type": "document", + "node_kind": "heading", + "norm_label": "admin features audit report", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L1" }, { - "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", + "label": "Affected Application", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "affected application" + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected application", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L43" }, { - "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", + "label": "Affected Files", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "affected files" + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected files", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L46" }, { - "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", + "label": "Alternative Direction", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "alternative direction" + "file_type": "document", + "node_kind": "heading", + "norm_label": "alternative direction", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L83" }, { - "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", + "label": "Category", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "category" + "file_type": "document", + "node_kind": "heading", + "norm_label": "category", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L31" }, { - "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", + "label": "Completion Statement", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "completion statement" + "file_type": "document", + "node_kind": "heading", + "norm_label": "completion statement", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L121" }, { - "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", + "label": "Confidence", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "confidence" + "file_type": "document", + "node_kind": "heading", + "norm_label": "confidence", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L37" }, { - "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", + "label": "Dependencies", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "dependencies" + "file_type": "document", + "node_kind": "heading", + "norm_label": "dependencies", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L89" }, { - "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", + "label": "Domain", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "domain" + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L28" }, { - "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", + "label": "Domain Overview & Confirmed Strengths", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "domain overview & confirmed strengths" + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain overview & confirmed strengths", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L15" }, { - "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", + "label": "Evidence", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "evidence" + "file_type": "document", + "node_kind": "heading", + "norm_label": "evidence", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L53" }, { - "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", + "label": "Finding Summary", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "finding summary" + "file_type": "document", + "node_kind": "heading", + "norm_label": "finding summary", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L109" }, { - "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", + "label": "Findings", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "findings" + "file_type": "document", + "node_kind": "heading", + "norm_label": "findings", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L21" }, { - "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", + "label": "Implementation Complexity", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "implementation complexity" + "file_type": "document", + "node_kind": "heading", + "norm_label": "implementation complexity", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L86" }, { - "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", + "label": "Notes and Limitations", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "notes and limitations" + "file_type": "document", + "node_kind": "heading", + "norm_label": "notes and limitations", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L104" }, { - "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", + "label": "Problem", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "problem" + "file_type": "document", + "node_kind": "heading", + "norm_label": "problem", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L62" }, { - "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", + "label": "Recommended Direction", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "recommended direction" + "file_type": "document", + "node_kind": "heading", + "norm_label": "recommended direction", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L80" }, { - "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", + "label": "Relevant Symbols or Lines", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "relevant symbols or lines" + "file_type": "document", + "node_kind": "heading", + "norm_label": "relevant symbols or lines", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L49" }, { - "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", + "label": "Risks", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "risks" + "file_type": "document", + "node_kind": "heading", + "norm_label": "risks", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L92" }, { - "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", + "label": "Root Cause", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "root cause" + "file_type": "document", + "node_kind": "heading", + "norm_label": "root cause", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L65" }, { - "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", + "label": "Security or Data-Integrity Impact", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "security or data-integrity impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "security or data-integrity impact", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L77" }, { - "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", + "label": "Severity", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "severity" + "file_type": "document", + "node_kind": "heading", + "norm_label": "severity", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L34" }, { - "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", + "label": "Status", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "status" + "file_type": "document", + "node_kind": "heading", + "norm_label": "status", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L40" }, { - "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", + "label": "Technical Impact", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "technical impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "technical impact", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L74" }, { - "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", + "label": "Testing Requirements", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "testing requirements" + "file_type": "document", + "node_kind": "heading", + "norm_label": "testing requirements", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L98" }, { - "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", + "label": "Title", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "title" + "file_type": "document", + "node_kind": "heading", + "norm_label": "title", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L25" }, { - "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", + "label": "User or Business Impact", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "user or business impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "user or business impact", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L71" }, { - "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", + "label": "Verification Requirements", + "_origin": "ast", "community": 26, "community_name": "ADM-001", - "norm_label": "verification requirements" - }, - { - "label": "Why It Matters", "file_type": "document", + "node_kind": "heading", + "norm_label": "verification requirements", "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": 26, - "community_name": "ADM-001", - "norm_label": "why it matters" + "source_location": "L95" }, { - "label": "backend/eslint.config.mjs", - "file_type": "code", - "source_file": "backend/eslint.config.mjs", - "source_location": "L1", + "id": "docs_audit_08_admin_features_audit_why_it_matters", + "label": "Why It Matters", "_origin": "ast", + "community": 26, + "community_name": "ADM-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "why it matters", + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L68" + }, + { "id": "backend_eslint_config", + "label": "backend/eslint.config.mjs", + "_origin": "ast", "community": 260, "community_name": "backend/eslint.config.mjs", - "norm_label": "backend/eslint.config.mjs" + "file_type": "code", + "norm_label": "backend/eslint.config.mjs", + "source_file": "backend/eslint.config.mjs", + "source_location": "L1" }, { - "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", + "label": "generate-openapi.d.ts", + "_origin": "ast", "community": 263, "community_name": "generate-openapi.d.ts", - "norm_label": "generate-openapi.d.ts" + "file_type": "code", + "norm_label": "generate-openapi.d.ts", + "source_file": "backend/scripts/generate-openapi.d.ts", + "source_location": "L1" }, { - "label": "@types/bcryptjs", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L52", - "_origin": "ast", "id": "backend_package_devdependencies_types_bcryptjs", - "community": 264, - "community_name": "@types/bcryptjs", - "norm_label": "@types/bcryptjs" - }, - { "label": "@types/bcryptjs", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L52", "_origin": "ast", - "id": "types_bcryptjs", "community": 264, "community_name": "@types/bcryptjs", - "norm_label": "@types/bcryptjs" + "file_type": "code", + "norm_label": "@types/bcryptjs", + "source_file": "backend/package.json", + "source_location": "L52" }, { - "label": "@types/express", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L53", + "id": "types_bcryptjs", + "label": "@types/bcryptjs", "_origin": "ast", + "community": 264, + "community_name": "@types/bcryptjs", + "file_type": "concept", + "norm_label": "@types/bcryptjs", + "source_file": "backend/package.json", + "source_location": "L52" + }, + { "id": "backend_package_devdependencies_types_express", - "community": 265, - "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": 265, "community_name": "@types/express", - "norm_label": "@types/express" + "file_type": "code", + "norm_label": "@types/express", + "source_file": "backend/package.json", + "source_location": "L53" }, { - "label": "@types/jest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L54", + "id": "types_express", + "label": "@types/express", "_origin": "ast", + "community": 265, + "community_name": "@types/express", + "file_type": "concept", + "norm_label": "@types/express", + "source_file": "backend/package.json", + "source_location": "L53" + }, + { "id": "backend_package_devdependencies_types_jest", - "community": 266, - "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": 266, "community_name": "@types/jest", - "norm_label": "@types/jest" + "file_type": "code", + "norm_label": "@types/jest", + "source_file": "backend/package.json", + "source_location": "L54" }, { - "label": "@types/js-yaml", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L55", + "id": "types_jest", + "label": "@types/jest", "_origin": "ast", + "community": 266, + "community_name": "@types/jest", + "file_type": "concept", + "norm_label": "@types/jest", + "source_file": "backend/package.json", + "source_location": "L54" + }, + { "id": "backend_package_devdependencies_types_js_yaml", - "community": 267, - "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": 267, "community_name": "@types/js-yaml", - "norm_label": "@types/js-yaml" + "file_type": "code", + "norm_label": "@types/js-yaml", + "source_file": "backend/package.json", + "source_location": "L55" }, { - "label": "@types/multer", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L56", + "id": "types_js_yaml", + "label": "@types/js-yaml", "_origin": "ast", + "community": 267, + "community_name": "@types/js-yaml", + "file_type": "concept", + "norm_label": "@types/js-yaml", + "source_file": "backend/package.json", + "source_location": "L55" + }, + { "id": "backend_package_devdependencies_types_multer", - "community": 268, - "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": 268, "community_name": "@types/multer", - "norm_label": "@types/multer" - }, - { - "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": 269, - "community_name": "eslint-plugin-react-hooks", - "norm_label": "eslint-plugin-react-hooks" + "norm_label": "@types/multer", + "source_file": "backend/package.json", + "source_location": "L56" }, { - "label": "eslint-plugin-react-hooks", + "id": "types_multer", + "label": "@types/multer", + "_origin": "ast", + "community": 268, + "community_name": "@types/multer", "file_type": "concept", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L33", + "norm_label": "@types/multer", + "source_file": "backend/package.json", + "source_location": "L56" + }, + { + "id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks", + "label": "eslint-plugin-react-hooks", "_origin": "ast", - "id": "eslint_plugin_react_hooks", "community": 269, "community_name": "eslint-plugin-react-hooks", - "norm_label": "eslint-plugin-react-hooks" - }, - { - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "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": 27, - "community_name": "DB-001", - "norm_label": "why it matters" - }, - { - "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", + "norm_label": "eslint-plugin-react-hooks", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33" + }, + { + "id": "eslint_plugin_react_hooks", + "label": "eslint-plugin-react-hooks", "_origin": "ast", + "community": 269, + "community_name": "eslint-plugin-react-hooks", + "file_type": "concept", + "norm_label": "eslint-plugin-react-hooks", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33" + }, + { + "id": "docs_audit_09_database_audit", + "label": "09-database-audit.md", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "page", + "norm_label": "09-database-audit.md", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L1" + }, + { + "id": "docs_audit_09_database_audit_acceptance_criteria", + "label": "Acceptance Criteria", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "acceptance criteria", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L103" + }, + { + "id": "docs_audit_09_database_audit_affected_application", + "label": "Affected Application", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected application", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L43" + }, + { + "id": "docs_audit_09_database_audit_affected_files", + "label": "Affected Files", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected files", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L46" + }, + { + "id": "docs_audit_09_database_audit_alternative_direction", + "label": "Alternative Direction", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "alternative direction", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L85" + }, + { + "id": "docs_audit_09_database_audit_category", + "label": "Category", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "category", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L31" + }, + { + "id": "docs_audit_09_database_audit_completion_statement", + "label": "Completion Statement", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "completion statement", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L123" + }, + { + "id": "docs_audit_09_database_audit_confidence", + "label": "Confidence", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "confidence", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L37" + }, + { + "id": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "label": "Database and Data Integrity Audit Report", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "database and data integrity audit report", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L1" + }, + { + "id": "docs_audit_09_database_audit_db_001", + "label": "DB-001", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "db-001", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L23" + }, + { + "id": "docs_audit_09_database_audit_dependencies", + "label": "Dependencies", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "dependencies", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L91" + }, + { + "id": "docs_audit_09_database_audit_domain", + "label": "Domain", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L28" + }, + { + "id": "docs_audit_09_database_audit_domain_overview_confirmed_strengths", + "label": "Domain Overview & Confirmed Strengths", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain overview & confirmed strengths", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L15" + }, + { + "id": "docs_audit_09_database_audit_evidence", + "label": "Evidence", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "evidence", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L52" + }, + { + "id": "docs_audit_09_database_audit_finding_summary", + "label": "Finding Summary", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "finding summary", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L111" + }, + { + "id": "docs_audit_09_database_audit_findings", + "label": "Findings", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "findings", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L21" + }, + { + "id": "docs_audit_09_database_audit_implementation_complexity", + "label": "Implementation Complexity", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "implementation complexity", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L88" + }, + { + "id": "docs_audit_09_database_audit_notes_and_limitations", + "label": "Notes and Limitations", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "notes and limitations", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L106" + }, + { + "id": "docs_audit_09_database_audit_problem", + "label": "Problem", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "problem", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L64" + }, + { + "id": "docs_audit_09_database_audit_recommended_direction", + "label": "Recommended Direction", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "recommended direction", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L82" + }, + { + "id": "docs_audit_09_database_audit_relevant_symbols_or_lines", + "label": "Relevant Symbols or Lines", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "relevant symbols or lines", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L49" + }, + { + "id": "docs_audit_09_database_audit_risks", + "label": "Risks", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "risks", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L94" + }, + { + "id": "docs_audit_09_database_audit_root_cause", + "label": "Root Cause", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "root cause", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L67" + }, + { + "id": "docs_audit_09_database_audit_security_or_data_integrity_impact", + "label": "Security or Data-Integrity Impact", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "security or data-integrity impact", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L79" + }, + { + "id": "docs_audit_09_database_audit_severity", + "label": "Severity", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "severity", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L34" + }, + { + "id": "docs_audit_09_database_audit_status", + "label": "Status", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "status", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L40" + }, + { + "id": "docs_audit_09_database_audit_technical_impact", + "label": "Technical Impact", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "technical impact", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L76" + }, + { + "id": "docs_audit_09_database_audit_testing_requirements", + "label": "Testing Requirements", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "testing requirements", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L100" + }, + { + "id": "docs_audit_09_database_audit_title", + "label": "Title", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "title", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L25" + }, + { + "id": "docs_audit_09_database_audit_user_or_business_impact", + "label": "User or Business Impact", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "user or business impact", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L73" + }, + { + "id": "docs_audit_09_database_audit_verification_requirements", + "label": "Verification Requirements", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "verification requirements", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L97" + }, + { + "id": "docs_audit_09_database_audit_why_it_matters", + "label": "Why It Matters", + "_origin": "ast", + "community": 27, + "community_name": "DB-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "why it matters", + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L70" + }, + { "id": "backend_test_app_audit_verification_e2e_spec_d", + "label": "app-audit-verification.e2e-spec.d.ts", + "_origin": "ast", "community": 270, "community_name": "app-audit-verification.e2e-spec.d.ts", - "norm_label": "app-audit-verification.e2e-spec.d.ts" + "file_type": "code", + "norm_label": "app-audit-verification.e2e-spec.d.ts", + "source_file": "backend/test/app-audit-verification.e2e-spec.d.ts", + "source_location": "L1" }, { - "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", + "label": "app.e2e-spec.d.ts", + "_origin": "ast", "community": 271, "community_name": "app.e2e-spec.d.ts", - "norm_label": "app.e2e-spec.d.ts" + "file_type": "code", + "norm_label": "app.e2e-spec.d.ts", + "source_file": "backend/test/app.e2e-spec.d.ts", + "source_location": "L1" }, { - "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", + "label": "eslint.config.js", + "_origin": "ast", "community": 278, "community_name": "eslint.config.js", - "norm_label": "eslint.config.js" + "file_type": "code", + "norm_label": "eslint.config.js", + "source_file": "frontend/admin-panel/eslint.config.js", + "source_location": "L1" }, { - "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", + "label": "postcss.config.js", + "_origin": "ast", "community": 279, "community_name": "postcss.config.js", - "norm_label": "postcss.config.js" + "file_type": "code", + "norm_label": "postcss.config.js", + "source_file": "frontend/admin-panel/postcss.config.js", + "source_location": "L1" }, { - "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", + "label": "11-code-quality-audit.md", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "11-code-quality-audit.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "11-code-quality-audit.md", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L1" }, { - "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", + "label": "Acceptance Criteria", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "acceptance criteria" + "file_type": "document", + "node_kind": "heading", + "norm_label": "acceptance criteria", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L98" }, { - "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", + "label": "Affected Application", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "affected application" + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected application", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L42" }, { - "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", + "label": "Affected Files", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "affected files" + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected files", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L45" }, { - "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", + "label": "Alternative Direction", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "alternative direction" + "file_type": "document", + "node_kind": "heading", + "norm_label": "alternative direction", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L80" }, { - "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", + "label": "Category", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "category" + "file_type": "document", + "node_kind": "heading", + "norm_label": "category", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L30" }, { - "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", + "label": "Completion Statement", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "completion statement" + "file_type": "document", + "node_kind": "heading", + "norm_label": "completion statement", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L118" }, { - "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", + "label": "Confidence", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "confidence" + "file_type": "document", + "node_kind": "heading", + "norm_label": "confidence", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L36" }, { - "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", + "label": "Dependencies", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "dependencies" + "file_type": "document", + "node_kind": "heading", + "norm_label": "dependencies", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L86" }, { - "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", + "label": "Domain", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "domain" + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L27" }, { - "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", + "label": "Domain Overview & Confirmed Strengths", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "domain overview & confirmed strengths" + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain overview & confirmed strengths", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L15" }, { - "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", + "label": "Evidence", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "evidence" + "file_type": "document", + "node_kind": "heading", + "norm_label": "evidence", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L51" }, { - "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", + "label": "Finding Summary", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "finding summary" + "file_type": "document", + "node_kind": "heading", + "norm_label": "finding summary", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L106" }, { - "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", + "label": "Findings", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "findings" + "file_type": "document", + "node_kind": "heading", + "norm_label": "findings", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L20" }, { - "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", + "label": "Implementation Complexity", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "implementation complexity" + "file_type": "document", + "node_kind": "heading", + "norm_label": "implementation complexity", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L83" }, { - "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", + "label": "Notes and Limitations", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "notes and limitations" + "file_type": "document", + "node_kind": "heading", + "norm_label": "notes and limitations", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L101" }, { - "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", + "label": "Problem", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "problem" + "file_type": "document", + "node_kind": "heading", + "norm_label": "problem", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L59" }, { - "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", + "label": "Recommended Direction", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "recommended direction" + "file_type": "document", + "node_kind": "heading", + "norm_label": "recommended direction", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L77" }, { - "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", + "label": "Relevant Symbols or Lines", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "relevant symbols or lines" + "file_type": "document", + "node_kind": "heading", + "norm_label": "relevant symbols or lines", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L48" }, { - "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", + "label": "Risks", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "risks" + "file_type": "document", + "node_kind": "heading", + "norm_label": "risks", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L89" }, { - "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", + "label": "Root Cause", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "root cause" + "file_type": "document", + "node_kind": "heading", + "norm_label": "root cause", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L62" }, { - "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", + "label": "Security or Data-Integrity Impact", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "security or data-integrity impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "security or data-integrity impact", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L74" }, { - "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", + "label": "Severity", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "severity" + "file_type": "document", + "node_kind": "heading", + "norm_label": "severity", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L33" }, { - "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", + "label": "Status", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "status" + "file_type": "document", + "node_kind": "heading", + "norm_label": "status", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L39" }, { - "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", + "label": "Technical Impact", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "technical impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "technical impact", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L71" }, { - "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", + "label": "Testing Requirements", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "testing requirements" + "file_type": "document", + "node_kind": "heading", + "norm_label": "testing requirements", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L95" }, { - "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", + "label": "Title", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "title" + "file_type": "document", + "node_kind": "heading", + "norm_label": "title", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L24" }, { - "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", + "label": "TS-001", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "ts-001" + "file_type": "document", + "node_kind": "heading", + "norm_label": "ts-001", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L22" }, { - "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", + "label": "TypeScript and Code Quality Audit Report", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "typescript and code quality audit report" + "file_type": "document", + "node_kind": "heading", + "norm_label": "typescript and code quality audit report", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L1" }, { - "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", + "label": "User or Business Impact", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "user or business impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "user or business impact", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L68" }, { - "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", + "label": "Verification Requirements", + "_origin": "ast", "community": 28, "community_name": "TS-001", - "norm_label": "verification requirements" - }, - { - "label": "Why It Matters", "file_type": "document", + "node_kind": "heading", + "norm_label": "verification requirements", "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": 28, - "community_name": "TS-001", - "norm_label": "why it matters" + "source_location": "L92" }, { - "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", + "id": "docs_audit_11_code_quality_audit_why_it_matters", + "label": "Why It Matters", "_origin": "ast", + "community": 28, + "community_name": "TS-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "why it matters", + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L65" + }, + { "id": "frontend_admin_panel_public_fonts_sahel_font_v3_4_0_changelog", + "label": "admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "_origin": "ast", "community": 280, "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" + "file_type": "document", + "node_kind": "page", + "norm_label": "admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md", + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "source_location": "L1" }, { - "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", + "label": "shabnam-font-v5.0.1/CHANGELOG.md", + "_origin": "ast", "community": 281, "community_name": "shabnam-font-v5.0.1/CHANGELOG.md", - "norm_label": "shabnam-font-v5.0.1/changelog.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "shabnam-font-v5.0.1/changelog.md", + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md", + "source_location": "L1" }, { - "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", + "label": "tailwind.config.js", + "_origin": "ast", "community": 282, "community_name": "tailwind.config.js", - "norm_label": "tailwind.config.js" + "file_type": "code", + "norm_label": "tailwind.config.js", + "source_file": "frontend/admin-panel/tailwind.config.js", + "source_location": "L1" }, { - "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", + "label": "vite.config.ts", + "_origin": "ast", "community": 283, "community_name": "vite.config.ts", - "norm_label": "vite.config.ts" + "file_type": "code", + "norm_label": "vite.config.ts", + "source_file": "frontend/admin-panel/vite.config.ts", + "source_location": "L1" }, { - "label": "application/CLAUDE.md", - "file_type": "document", - "source_file": "frontend/application/CLAUDE.md", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_claude", + "label": "application/CLAUDE.md", + "_origin": "ast", "community": 284, "community_name": "application/CLAUDE.md", - "norm_label": "application/claude.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "application/claude.md", + "source_file": "frontend/application/CLAUDE.md", + "source_location": "L1" }, { - "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", + "label": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "_origin": "ast", "community": 285, "community_name": "application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", - "norm_label": "application/public/fonts/sahel-font-v3.4.0/changelog.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "application/public/fonts/sahel-font-v3.4.0/changelog.md", + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md", + "source_location": "L1" }, { - "label": "vitest.config.ts", - "file_type": "code", - "source_file": "frontend/application/vitest.config.ts", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_vitest_config", + "label": "vitest.config.ts", + "_origin": "ast", "community": 289, "community_name": "vitest.config.ts", - "norm_label": "vitest.config.ts" + "file_type": "code", + "norm_label": "vitest.config.ts", + "source_file": "frontend/application/vitest.config.ts", + "source_location": "L1" }, { - "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", + "label": "12-testing-audit.md", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "12-testing-audit.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "12-testing-audit.md", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L1" }, { - "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", + "label": "Acceptance Criteria", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "acceptance criteria" + "file_type": "document", + "node_kind": "heading", + "norm_label": "acceptance criteria", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L102" }, { - "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", + "label": "Affected Application", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "affected application" + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected application", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L42" }, { - "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", + "label": "Affected Files", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "affected files" + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected files", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L45" }, { - "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", + "label": "Alternative Direction", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "alternative direction" + "file_type": "document", + "node_kind": "heading", + "norm_label": "alternative direction", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L84" }, { - "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", + "label": "Category", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "category" + "file_type": "document", + "node_kind": "heading", + "norm_label": "category", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L30" }, { - "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", + "label": "Completion Statement", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "completion statement" + "file_type": "document", + "node_kind": "heading", + "norm_label": "completion statement", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L122" }, { - "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", + "label": "Confidence", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "confidence" + "file_type": "document", + "node_kind": "heading", + "norm_label": "confidence", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L36" }, { - "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", + "label": "Dependencies", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "dependencies" + "file_type": "document", + "node_kind": "heading", + "norm_label": "dependencies", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L90" }, { - "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", + "label": "Domain", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "domain" + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L27" }, { - "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", + "label": "Domain Overview & Confirmed Strengths", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "domain overview & confirmed strengths" + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain overview & confirmed strengths", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L15" }, { - "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", + "label": "Evidence", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "evidence" + "file_type": "document", + "node_kind": "heading", + "norm_label": "evidence", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L55" }, { - "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", + "label": "Finding Summary", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "finding summary" + "file_type": "document", + "node_kind": "heading", + "norm_label": "finding summary", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L110" }, { - "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", + "label": "Findings", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "findings" + "file_type": "document", + "node_kind": "heading", + "norm_label": "findings", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L20" }, { - "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", + "label": "Implementation Complexity", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "implementation complexity" + "file_type": "document", + "node_kind": "heading", + "norm_label": "implementation complexity", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L87" }, { - "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", + "label": "Notes and Limitations", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "notes and limitations" + "file_type": "document", + "node_kind": "heading", + "norm_label": "notes and limitations", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L105" }, { - "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", + "label": "Problem", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "problem" + "file_type": "document", + "node_kind": "heading", + "norm_label": "problem", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L63" }, { - "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", + "label": "Recommended Direction", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "recommended direction" + "file_type": "document", + "node_kind": "heading", + "norm_label": "recommended direction", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L81" }, { - "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", + "label": "Relevant Symbols or Lines", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "relevant symbols or lines" + "file_type": "document", + "node_kind": "heading", + "norm_label": "relevant symbols or lines", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L50" }, { - "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", + "label": "Risks", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "risks" + "file_type": "document", + "node_kind": "heading", + "norm_label": "risks", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L93" }, { - "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", + "label": "Root Cause", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "root cause" + "file_type": "document", + "node_kind": "heading", + "norm_label": "root cause", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L66" }, { - "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", + "label": "Security or Data-Integrity Impact", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "security or data-integrity impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "security or data-integrity impact", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L78" }, { - "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", + "label": "Severity", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "severity" + "file_type": "document", + "node_kind": "heading", + "norm_label": "severity", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L33" }, { - "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", + "label": "Status", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "status" + "file_type": "document", + "node_kind": "heading", + "norm_label": "status", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L39" }, { - "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", + "label": "Technical Impact", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "technical impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "technical impact", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L75" }, { - "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", + "label": "TEST-001", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "test-001" + "file_type": "document", + "node_kind": "heading", + "norm_label": "test-001", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L22" }, { - "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", + "label": "Testing and Reliability Audit Report", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "testing and reliability audit report" + "file_type": "document", + "node_kind": "heading", + "norm_label": "testing and reliability audit report", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L1" }, { - "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", + "label": "Testing Requirements", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "testing requirements" + "file_type": "document", + "node_kind": "heading", + "norm_label": "testing requirements", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L99" }, { - "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", + "label": "Title", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "title" + "file_type": "document", + "node_kind": "heading", + "norm_label": "title", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L24" }, { - "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", + "label": "User or Business Impact", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "user or business impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "user or business impact", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L72" }, { - "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", + "label": "Verification Requirements", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "verification requirements" - }, - { - "label": "Why It Matters", "file_type": "document", + "node_kind": "heading", + "norm_label": "verification requirements", "source_file": "docs/audit/12-testing-audit.md", - "source_location": "L69", - "_origin": "ast", + "source_location": "L96" + }, + { "id": "docs_audit_12_testing_audit_why_it_matters", + "label": "Why It Matters", + "_origin": "ast", "community": 29, "community_name": "TEST-001", - "norm_label": "why it matters" + "file_type": "document", + "node_kind": "heading", + "norm_label": "why it matters", + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L69" }, { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_payment_service_ts_injectable", - "community": 294, - "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", + "label": "Injectable", + "_origin": "ast", "community": 294, "community_name": "ZibalService", - "norm_label": "injectable" - }, - { - "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": 295, - "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": 295, - "community_name": "eslint-plugin-react-refresh", - "norm_label": "eslint-plugin-react-refresh" - }, - { - "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": 296, - "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": 296, - "community_name": "tailwindcss", - "norm_label": "tailwindcss" - }, - { - "label": "Injectable", "file_type": "code", + "norm_label": "injectable", "source_file": "", - "source_location": "", + "source_location": "" + }, + { + "id": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh", + "label": "eslint-plugin-react-refresh", "_origin": "ast", + "community": 295, + "community_name": "eslint-plugin-react-refresh", + "file_type": "code", + "norm_label": "eslint-plugin-react-refresh", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34" + }, + { + "id": "eslint_plugin_react_refresh", + "label": "eslint-plugin-react-refresh", + "_origin": "ast", + "community": 295, + "community_name": "eslint-plugin-react-refresh", + "file_type": "concept", + "norm_label": "eslint-plugin-react-refresh", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34" + }, + { + "id": "frontend_admin_panel_package_devdependencies_tailwindcss", + "label": "tailwindcss", + "_origin": "ast", + "community": 296, + "community_name": "tailwindcss", + "file_type": "code", + "norm_label": "tailwindcss", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37" + }, + { + "id": "frontend_admin_panel_package_json_tailwindcss", + "label": "tailwindcss", + "_origin": "ast", + "community": 296, + "community_name": "tailwindcss", + "file_type": "concept", + "norm_label": "tailwindcss", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37" + }, + { "id": "backend_src_payment_zibal_ebank_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", "community": 297, "community_name": "ZibalEBankService", - "norm_label": "injectable" - }, - { - "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": 298, - "community_name": ".initiateOrderPayment", - "norm_label": "initiate-payment.dto.ts" - }, - { - "label": "ApiProperty", "file_type": "code", + "norm_label": "injectable", "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", - "community": 298, - "community_name": ".initiateOrderPayment", - "norm_label": "apiproperty" + "source_location": "" }, { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", - "community": 298, - "community_name": ".initiateOrderPayment", - "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": 298, - "community_name": ".initiateOrderPayment", - "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": 298, - "community_name": ".initiateOrderPayment", - "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": 298, - "community_name": ".initiateOrderPayment", - "norm_label": "isstring" - }, - { - "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", + "label": "verify-payment.dto.ts", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "verify-payment.dto.ts" + "file_type": "code", + "norm_label": "verify-payment.dto.ts", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L1" }, { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "apipropertyoptional" + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" }, { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_payment_dto_verify_payment_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "isoptional" + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" }, { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_payment_dto_verify_payment_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "isstring" + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" }, { - "label": "ApiBadRequestResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_payment_payment_controller_ts_apibadrequestresponse", + "label": "ApiBadRequestResponse", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "apibadrequestresponse" + "file_type": "code", + "norm_label": "apibadrequestresponse", + "source_file": "", + "source_location": "" }, { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_payment_payment_controller_ts_apiokresponse", + "label": "ApiOkResponse", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "apiokresponse" + "file_type": "code", + "norm_label": "apiokresponse", + "source_file": "", + "source_location": "" }, { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_payment_payment_controller_ts_req", + "label": "Req", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "req" + "file_type": "code", + "norm_label": "req", + "source_file": "", + "source_location": "" }, { - "label": "Res", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_payment_payment_controller_ts_res", + "label": "Res", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "res" + "file_type": "code", + "norm_label": "res", + "source_file": "", + "source_location": "" }, { - "label": "Headers", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "headers", + "label": "Headers", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "headers" - }, - { - "label": "Ip", "file_type": "code", + "norm_label": "headers", "source_file": "", - "source_location": "", - "_origin": "ast", + "source_location": "" + }, + { "id": "ip", + "label": "Ip", + "_origin": "ast", "community": 298, "community_name": ".initiateOrderPayment", - "norm_label": "ip" + "file_type": "code", + "norm_label": "ip", + "source_file": "", + "source_location": "" }, { - "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": 299, - "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": 299, "community_name": "@tailwindcss/postcss", - "norm_label": "@tailwindcss/postcss" + "file_type": "code", + "norm_label": "@tailwindcss/postcss", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26" }, { - "label": "CatalogClient.tsx", - "file_type": "code", - "source_file": "frontend/application/app/catalog/CatalogClient.tsx", - "source_location": "L1", + "id": "frontend_admin_panel_package_json_tailwindcss_postcss", + "label": "@tailwindcss/postcss", "_origin": "ast", + "community": 299, + "community_name": "@tailwindcss/postcss", + "file_type": "concept", + "norm_label": "@tailwindcss/postcss", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26" + }, + { "id": "frontend_application_app_catalog_catalogclient", + "label": "CatalogClient.tsx", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "catalogclient.tsx" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "catalogclient.tsx", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L1" }, { - "label": "sitemap.ts", - "file_type": "code", - "source_file": "frontend/application/app/sitemap.ts", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_app_sitemap", + "label": "sitemap.ts", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "sitemap.ts" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "sitemap.ts", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L1" }, { - "label": "B2BPortal.tsx", - "file_type": "code", - "source_file": "frontend/application/components/B2BPortal.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_b2bportal", - "community": 3, - "community_name": "useCartStore", - "norm_label": "b2bportal.tsx" - }, - { - "label": "BlogPage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/BlogPage.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_blogpage", + "label": "BlogPage.tsx", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "blogpage.tsx" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "blogpage.tsx", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L1" }, { - "label": "CartDrawer.tsx", - "file_type": "code", - "source_file": "frontend/application/components/CartDrawer.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_cartdrawer", - "community": 3, - "community_name": "useCartStore", - "norm_label": "cartdrawer.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", + "label": "CatalogPageSpread.tsx", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "catalogpagespread.tsx" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "catalogpagespread.tsx", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L1" }, { - "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", + "label": "FlipbookCatalog.tsx", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "flipbookcatalog.tsx" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "flipbookcatalog.tsx", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L1" }, { - "label": "FeaturedProducts.tsx", - "file_type": "code", - "source_file": "frontend/application/components/FeaturedProducts.tsx", - "source_location": "L1", + "id": "frontend_application_components_catalog_productdetailmodal", + "label": "ProductDetailModal.tsx", "_origin": "ast", - "id": "frontend_application_components_featuredproducts", "community": 3, - "community_name": "useCartStore", - "norm_label": "featuredproducts.tsx" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "productdetailmodal.tsx", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L1" }, { - "label": "IngredientWiki.tsx", - "file_type": "code", - "source_file": "frontend/application/components/IngredientWiki.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_ingredientwiki", + "label": "IngredientWiki.tsx", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "ingredientwiki.tsx" - }, - { - "label": "INGREDIENT_MATCH_KEYWORDS", + "community_name": "productService.ts", "file_type": "code", + "norm_label": "ingredientwiki.tsx", "source_file": "frontend/application/components/IngredientWiki.tsx", - "source_location": "L16", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_application_components_ingredientwiki_ingredient_match_keywords", + "label": "INGREDIENT_MATCH_KEYWORDS", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "ingredient_match_keywords" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "ingredient_match_keywords", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L16" }, { - "label": "OrderTracking.tsx", - "file_type": "code", - "source_file": "frontend/application/components/OrderTracking.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_ordertracking", - "community": 3, - "community_name": "useCartStore", - "norm_label": "ordertracking.tsx" - }, - { - "label": "SearchResultsPage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/SearchResultsPage.tsx", - "source_location": "L1", - "_origin": "ast", "id": "frontend_application_components_searchresultspage", + "label": "SearchResultsPage.tsx", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "searchresultspage.tsx" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "searchresultspage.tsx", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L1" }, { - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "norm_label": "mockproduct" - }, - { - "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": 3, - "community_name": "useCartStore", - "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": 3, - "community_name": "useCartStore", - "norm_label": "mockproducts" - }, - { - "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", + "label": "products.ts", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "products.ts" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "products.ts", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L1" }, { - "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", + "label": "INGREDIENTS_WIKI", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "ingredients_wiki" - }, - { - "label": "PRODUCTS", + "community_name": "productService.ts", "file_type": "code", + "norm_label": "ingredients_wiki", "source_file": "frontend/application/lib/data/products.ts", - "source_location": "L383", - "_origin": "ast", + "source_location": "L80" + }, + { "id": "frontend_application_lib_data_products_products", + "label": "PRODUCTS", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "products" + "community_name": "productService.ts", + "file_type": "code", + "norm_label": "products", + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L383" }, { - "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", + "label": "productService.ts", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "productservice.ts" - }, - { - "label": "CATEGORY_SLUG_TO_NAME", + "community_name": "productService.ts", "file_type": "code", + "norm_label": "productservice.ts", "source_file": "frontend/application/lib/services/productService.ts", - "source_location": "L5", - "_origin": "ast", + "source_location": "L1" + }, + { "id": "frontend_application_lib_services_productservice_category_slug_to_name", + "label": "CATEGORY_SLUG_TO_NAME", + "_origin": "ast", "community": 3, - "community_name": "useCartStore", - "norm_label": "category_slug_to_name" - }, - { - "label": "cartStore.ts", + "community_name": "productService.ts", "file_type": "code", - "source_file": "frontend/application/lib/store/cartStore.ts", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_lib_store_cartstore", - "community": 3, - "community_name": "useCartStore", - "norm_label": "cartstore.ts" + "norm_label": "category_slug_to_name", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L5" }, { - "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": 3, - "community_name": "useCartStore", - "norm_label": "usecartstore" - }, - { - "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", + "label": "13-devops-audit.md", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "13-devops-audit.md" + "file_type": "document", + "node_kind": "page", + "norm_label": "13-devops-audit.md", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L1" }, { - "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", + "label": "Acceptance Criteria", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "acceptance criteria" + "file_type": "document", + "node_kind": "heading", + "norm_label": "acceptance criteria", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L94" }, { - "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", + "label": "Affected Application", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "affected application" + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected application", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L43" }, { - "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", + "label": "Affected Files", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "affected files" + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected files", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L46" }, { - "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", + "label": "Alternative Direction", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "alternative direction" + "file_type": "document", + "node_kind": "heading", + "norm_label": "alternative direction", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L76" }, { - "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", + "label": "Category", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "category" + "file_type": "document", + "node_kind": "heading", + "norm_label": "category", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L31" }, { - "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", + "label": "Completion Statement", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "completion statement" + "file_type": "document", + "node_kind": "heading", + "norm_label": "completion statement", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L114" }, { - "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", + "label": "Confidence", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "confidence" + "file_type": "document", + "node_kind": "heading", + "norm_label": "confidence", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L37" }, { - "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", + "label": "Dependencies", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "dependencies" + "file_type": "document", + "node_kind": "heading", + "norm_label": "dependencies", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L82" }, { - "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", + "label": "DEVOPS-001", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "devops-001" + "file_type": "document", + "node_kind": "heading", + "norm_label": "devops-001", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L23" }, { - "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", + "label": "DevOps and CI/CD Audit Report", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "devops and ci/cd audit report" + "file_type": "document", + "node_kind": "heading", + "norm_label": "devops and ci/cd audit report", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L1" }, { - "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", + "label": "Domain", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "domain" + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L28" }, { - "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", + "label": "Domain Overview & Confirmed Strengths", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "domain overview & confirmed strengths" + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain overview & confirmed strengths", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L15" }, { - "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", + "label": "Evidence", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "evidence" + "file_type": "document", + "node_kind": "heading", + "norm_label": "evidence", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L52" }, { - "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", + "label": "Finding Summary", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "finding summary" + "file_type": "document", + "node_kind": "heading", + "norm_label": "finding summary", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L102" }, { - "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", + "label": "Findings", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "findings" + "file_type": "document", + "node_kind": "heading", + "norm_label": "findings", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L21" }, { - "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", + "label": "Implementation Complexity", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "implementation complexity" + "file_type": "document", + "node_kind": "heading", + "norm_label": "implementation complexity", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L79" }, { - "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", + "label": "Notes and Limitations", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "notes and limitations" + "file_type": "document", + "node_kind": "heading", + "norm_label": "notes and limitations", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L97" }, { - "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", + "label": "Problem", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "problem" + "file_type": "document", + "node_kind": "heading", + "norm_label": "problem", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L55" }, { - "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", + "label": "Recommended Direction", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "recommended direction" + "file_type": "document", + "node_kind": "heading", + "norm_label": "recommended direction", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L73" }, { - "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", + "label": "Relevant Symbols or Lines", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "relevant symbols or lines" + "file_type": "document", + "node_kind": "heading", + "norm_label": "relevant symbols or lines", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L49" }, { - "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", + "label": "Risks", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "risks" + "file_type": "document", + "node_kind": "heading", + "norm_label": "risks", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L85" }, { - "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", + "label": "Root Cause", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "root cause" + "file_type": "document", + "node_kind": "heading", + "norm_label": "root cause", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L58" }, { - "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", + "label": "Security or Data-Integrity Impact", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "security or data-integrity impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "security or data-integrity impact", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L70" }, { - "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", + "label": "Severity", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "severity" + "file_type": "document", + "node_kind": "heading", + "norm_label": "severity", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L34" }, { - "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", + "label": "Status", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "status" + "file_type": "document", + "node_kind": "heading", + "norm_label": "status", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L40" }, { - "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", + "label": "Technical Impact", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "technical impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "technical impact", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L67" }, { - "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", + "label": "Testing Requirements", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "testing requirements" + "file_type": "document", + "node_kind": "heading", + "norm_label": "testing requirements", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L91" }, { - "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", + "label": "Title", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "title" + "file_type": "document", + "node_kind": "heading", + "norm_label": "title", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L25" }, { - "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", + "label": "User or Business Impact", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "user or business impact" + "file_type": "document", + "node_kind": "heading", + "norm_label": "user or business impact", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L64" }, { - "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", + "label": "Verification Requirements", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "verification requirements" - }, - { - "label": "Why It Matters", "file_type": "document", + "node_kind": "heading", + "norm_label": "verification requirements", "source_file": "docs/audit/13-devops-audit.md", - "source_location": "L61", - "_origin": "ast", + "source_location": "L88" + }, + { "id": "docs_audit_13_devops_audit_why_it_matters", + "label": "Why It Matters", + "_origin": "ast", "community": 30, "community_name": "DEVOPS-001", - "norm_label": "why it matters" + "file_type": "document", + "node_kind": "heading", + "norm_label": "why it matters", + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L61" }, { - "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": 300, - "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": 300, "community_name": "typescript", - "norm_label": "typescript" + "file_type": "code", + "norm_label": "typescript", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38" }, { - "label": "app_module_1", - "file_type": "code", - "source_file": "backend/test/app.e2e-spec.js", - "source_location": "L8", + "id": "frontend_admin_panel_package_json_typescript", + "label": "typescript", "_origin": "ast", + "community": 300, + "community_name": "typescript", + "file_type": "concept", + "norm_label": "typescript", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38" + }, + { "id": "backend_test_app_e2e_spec_app_module_1", + "label": "app_module_1", + "_origin": "ast", "community": 301, "community_name": "app.e2e-spec.js", - "norm_label": "app_module_1" + "file_type": "code", + "norm_label": "app_module_1", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L8" }, { - "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", + "label": "app.e2e-spec.js", + "_origin": "ast", "community": 301, "community_name": "app.e2e-spec.js", - "norm_label": "app.e2e-spec.js" + "file_type": "code", + "norm_label": "app.e2e-spec.js", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L1" }, { - "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", + "label": "supertest_1", + "_origin": "ast", "community": 301, "community_name": "app.e2e-spec.js", - "norm_label": "supertest_1" - }, - { - "label": "testing_1", "file_type": "code", + "norm_label": "supertest_1", "source_file": "backend/test/app.e2e-spec.js", - "source_location": "L6", - "_origin": "ast", + "source_location": "L7" + }, + { "id": "backend_test_app_e2e_spec_testing_1", + "label": "testing_1", + "_origin": "ast", "community": 301, "community_name": "app.e2e-spec.js", - "norm_label": "testing_1" + "file_type": "code", + "norm_label": "testing_1", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L6" }, { - "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": 302, - "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": 302, "community_name": "typescript-eslint", - "norm_label": "typescript-eslint" + "file_type": "code", + "norm_label": "typescript-eslint", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L39" }, { - "label": "@testing-library/jest-dom", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L23", + "id": "frontend_admin_panel_package_json_typescript_eslint", + "label": "typescript-eslint", "_origin": "ast", + "community": 302, + "community_name": "typescript-eslint", + "file_type": "concept", + "norm_label": "typescript-eslint", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L39" + }, + { "id": "frontend_application_package_devdependencies_testing_library_jest_dom", - "community": 303, - "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": 303, "community_name": "@testing-library/jest-dom", - "norm_label": "@testing-library/jest-dom" + "file_type": "code", + "norm_label": "@testing-library/jest-dom", + "source_file": "frontend/application/package.json", + "source_location": "L23" }, { - "label": "@testing-library/react", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L24", + "id": "testing_library_jest_dom", + "label": "@testing-library/jest-dom", "_origin": "ast", + "community": 303, + "community_name": "@testing-library/jest-dom", + "file_type": "concept", + "norm_label": "@testing-library/jest-dom", + "source_file": "frontend/application/package.json", + "source_location": "L23" + }, + { "id": "frontend_application_package_devdependencies_testing_library_react", - "community": 304, - "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": 304, "community_name": "@testing-library/react", - "norm_label": "@testing-library/react" + "file_type": "code", + "norm_label": "@testing-library/react", + "source_file": "frontend/application/package.json", + "source_location": "L24" }, { - "label": "@types/react", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L26", + "id": "testing_library_react", + "label": "@testing-library/react", "_origin": "ast", + "community": 304, + "community_name": "@testing-library/react", + "file_type": "concept", + "norm_label": "@testing-library/react", + "source_file": "frontend/application/package.json", + "source_location": "L24" + }, + { "id": "frontend_application_package_devdependencies_types_react", - "community": 305, - "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": 305, "community_name": "@types/react", - "norm_label": "@types/react" + "file_type": "code", + "norm_label": "@types/react", + "source_file": "frontend/application/package.json", + "source_location": "L26" }, { - "label": "globals", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L63", + "id": "frontend_application_package_json_types_react", + "label": "@types/react", "_origin": "ast", + "community": 305, + "community_name": "@types/react", + "file_type": "concept", + "norm_label": "@types/react", + "source_file": "frontend/application/package.json", + "source_location": "L26" + }, + { "id": "backend_package_devdependencies_globals", - "community": 306, - "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": 306, "community_name": "globals", - "norm_label": "globals" + "file_type": "code", + "norm_label": "globals", + "source_file": "backend/package.json", + "source_location": "L63" }, { - "label": "@types/react-dom", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L27", + "id": "backend_package_json_globals", + "label": "globals", "_origin": "ast", + "community": 306, + "community_name": "globals", + "file_type": "concept", + "norm_label": "globals", + "source_file": "backend/package.json", + "source_location": "L63" + }, + { "id": "frontend_application_package_devdependencies_types_react_dom", - "community": 307, - "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": 307, "community_name": "@types/react-dom", - "norm_label": "@types/react-dom" - }, - { - "label": "vitest", "file_type": "code", + "norm_label": "@types/react-dom", "source_file": "frontend/application/package.json", - "source_location": "L34", - "_origin": "ast", - "id": "frontend_application_package_devdependencies_vitest", - "community": 308, - "community_name": "vitest", - "norm_label": "vitest" + "source_location": "L27" }, { - "label": "vitest", + "id": "frontend_application_package_json_types_react_dom", + "label": "@types/react-dom", + "_origin": "ast", + "community": 307, + "community_name": "@types/react-dom", "file_type": "concept", + "norm_label": "@types/react-dom", "source_file": "frontend/application/package.json", - "source_location": "L34", - "_origin": "ast", - "id": "vitest", - "community": 308, - "community_name": "vitest", - "norm_label": "vitest" + "source_location": "L27" }, { - "label": "axios", - "file_type": "code", - "source_file": "axios", - "confidence": "EXTRACTED", + "id": "frontend_application_package_devdependencies_vitest", + "label": "vitest", "_origin": "ast", + "community": 308, + "community_name": "vitest", + "file_type": "code", + "norm_label": "vitest", + "source_file": "frontend/application/package.json", + "source_location": "L34" + }, + { + "id": "vitest", + "label": "vitest", + "_origin": "ast", + "community": 308, + "community_name": "vitest", + "file_type": "concept", + "norm_label": "vitest", + "source_file": "frontend/application/package.json", + "source_location": "L34" + }, + { "id": "axios_axios", + "label": "axios", + "_origin": "ast", "community": 309, "community_name": "axios", - "norm_label": "axios" - }, - { - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "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": 31, - "community_name": "DOC-001", - "norm_label": "why it matters" - }, - { - "label": "tailwindcss", - "file_type": "code", - "source_file": "tailwindcss", "confidence": "EXTRACTED", + "file_type": "code", + "norm_label": "axios", + "source_file": "axios" + }, + { + "id": "docs_audit_14_documentation_audit", + "label": "14-documentation-audit.md", "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "page", + "norm_label": "14-documentation-audit.md", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L1" + }, + { + "id": "docs_audit_14_documentation_audit_acceptance_criteria", + "label": "Acceptance Criteria", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "acceptance criteria", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L95" + }, + { + "id": "docs_audit_14_documentation_audit_affected_application", + "label": "Affected Application", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected application", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L42" + }, + { + "id": "docs_audit_14_documentation_audit_affected_files", + "label": "Affected Files", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "affected files", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L45" + }, + { + "id": "docs_audit_14_documentation_audit_alternative_direction", + "label": "Alternative Direction", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "alternative direction", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L77" + }, + { + "id": "docs_audit_14_documentation_audit_category", + "label": "Category", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "category", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L30" + }, + { + "id": "docs_audit_14_documentation_audit_completion_statement", + "label": "Completion Statement", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "completion statement", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L115" + }, + { + "id": "docs_audit_14_documentation_audit_confidence", + "label": "Confidence", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "confidence", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L36" + }, + { + "id": "docs_audit_14_documentation_audit_dependencies", + "label": "Dependencies", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "dependencies", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L83" + }, + { + "id": "docs_audit_14_documentation_audit_doc_001", + "label": "DOC-001", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "doc-001", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L22" + }, + { + "id": "docs_audit_14_documentation_audit_documentation_audit_report", + "label": "Documentation Audit Report", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "documentation audit report", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L1" + }, + { + "id": "docs_audit_14_documentation_audit_domain", + "label": "Domain", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L27" + }, + { + "id": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths", + "label": "Domain Overview & Confirmed Strengths", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "domain overview & confirmed strengths", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L15" + }, + { + "id": "docs_audit_14_documentation_audit_evidence", + "label": "Evidence", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "evidence", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L53" + }, + { + "id": "docs_audit_14_documentation_audit_finding_summary", + "label": "Finding Summary", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "finding summary", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L103" + }, + { + "id": "docs_audit_14_documentation_audit_findings", + "label": "Findings", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "findings", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L20" + }, + { + "id": "docs_audit_14_documentation_audit_implementation_complexity", + "label": "Implementation Complexity", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "implementation complexity", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L80" + }, + { + "id": "docs_audit_14_documentation_audit_notes_and_limitations", + "label": "Notes and Limitations", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "notes and limitations", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L98" + }, + { + "id": "docs_audit_14_documentation_audit_problem", + "label": "Problem", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "problem", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L56" + }, + { + "id": "docs_audit_14_documentation_audit_recommended_direction", + "label": "Recommended Direction", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "recommended direction", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L74" + }, + { + "id": "docs_audit_14_documentation_audit_relevant_symbols_or_lines", + "label": "Relevant Symbols or Lines", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "relevant symbols or lines", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L49" + }, + { + "id": "docs_audit_14_documentation_audit_risks", + "label": "Risks", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "risks", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L86" + }, + { + "id": "docs_audit_14_documentation_audit_root_cause", + "label": "Root Cause", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "root cause", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L59" + }, + { + "id": "docs_audit_14_documentation_audit_security_or_data_integrity_impact", + "label": "Security or Data-Integrity Impact", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "security or data-integrity impact", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L71" + }, + { + "id": "docs_audit_14_documentation_audit_severity", + "label": "Severity", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "severity", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L33" + }, + { + "id": "docs_audit_14_documentation_audit_status", + "label": "Status", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "status", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L39" + }, + { + "id": "docs_audit_14_documentation_audit_technical_impact", + "label": "Technical Impact", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "technical impact", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L68" + }, + { + "id": "docs_audit_14_documentation_audit_testing_requirements", + "label": "Testing Requirements", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "testing requirements", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L92" + }, + { + "id": "docs_audit_14_documentation_audit_title", + "label": "Title", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "title", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L24" + }, + { + "id": "docs_audit_14_documentation_audit_user_or_business_impact", + "label": "User or Business Impact", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "user or business impact", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L65" + }, + { + "id": "docs_audit_14_documentation_audit_verification_requirements", + "label": "Verification Requirements", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "verification requirements", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L89" + }, + { + "id": "docs_audit_14_documentation_audit_why_it_matters", + "label": "Why It Matters", + "_origin": "ast", + "community": 31, + "community_name": "DOC-001", + "file_type": "document", + "node_kind": "heading", + "norm_label": "why it matters", + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L62" + }, + { "id": "tailwindcss_tailwindcss", + "label": "tailwindcss", + "_origin": "ast", "community": 310, "community_name": "tailwindcss", - "norm_label": "tailwindcss" - }, - { - "label": "@eslint/js", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L47", - "_origin": "ast", - "id": "backend_package_devdependencies_eslint_js", - "community": 314, - "community_name": "@eslint/js", - "norm_label": "@eslint/js" - }, - { - "label": "@eslint/js", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L47", - "_origin": "ast", - "id": "backend_package_json_eslint_js", - "community": 314, - "community_name": "@eslint/js", - "norm_label": "@eslint/js" - }, - { - "label": "typescript", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L33", - "_origin": "ast", - "id": "frontend_application_package_devdependencies_typescript", - "community": 315, - "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": 315, - "community_name": "typescript", - "norm_label": "typescript" - }, - { - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "spinner.tsx" - }, - { - "label": "FAQManager.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_faqmanager", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "faqmanager.tsx" - }, - { - "label": "MenuManager.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_menumanager", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "menumanager.tsx" - }, - { - "label": "MENU_TABS", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", - "source_location": "L27", - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_menumanager_menu_tabs", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "menu_tabs" - }, - { - "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": 32, - "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": 32, - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "colors" - }, - { - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "settings.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": 32, - "community_name": "Spinner.tsx", - "norm_label": "shippingsettingspage.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": 32, - "community_name": "Spinner.tsx", - "norm_label": "sslsettingspage.tsx" - }, - { - "label": "ZibalPortalPage.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_zibalportalpage", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "zibalportalpage.tsx" - }, - { - "label": "FAQManager", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L45", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_faqmanager", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "faqmanager" - }, - { - "label": "MenuManager", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L46", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_menumanager", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "menumanager" - }, - { - "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": 32, - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "reports" - }, - { - "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": 32, - "community_name": "Spinner.tsx", - "norm_label": "settings" - }, - { - "label": "ShippingSettingsPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L37", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_shippingsettingspage", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "shippingsettingspage" - }, - { - "label": "SslSettingsPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L40", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "sslsettingspage" - }, - { - "label": "ZibalPortalPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L36", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_zibalportalpage", - "community": 32, - "community_name": "Spinner.tsx", - "norm_label": "zibalportalpage" - }, - { - "label": "typescript-eslint", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L74", - "_origin": "ast", - "id": "backend_package_devdependencies_typescript_eslint", - "community": 324, - "community_name": "typescript-eslint", - "norm_label": "typescript-eslint" - }, - { - "label": "typescript-eslint", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L74", - "_origin": "ast", - "id": "backend_package_json_typescript_eslint", - "community": 324, - "community_name": "typescript-eslint", - "norm_label": "typescript-eslint" - }, - { - "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": 33, - "community_name": "WholesaleApplyDto", - "norm_label": "wholesale-apply.dto.ts" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", - "community": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "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": 33, - "community_name": "WholesaleApplyDto", - "norm_label": "useguards" - }, - { - "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": 33, - "community_name": "WholesaleApplyDto", - "norm_label": "wholesale.service.ts" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wholesale_wholesale_service_ts_injectable", - "community": 33, - "community_name": "WholesaleApplyDto", - "norm_label": "injectable" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_b2b_b2b_controller_ts_apibearerauth", - "community": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "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": 34, - "community_name": "B2BService", - "norm_label": "injectable" - }, - { - "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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.ts", - "norm_label": "apibadrequestresponse" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_auth_controller_ts_apibearerauth", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "apibearerauth" - }, - { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_auth_controller_ts_apiokresponse", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "apiokresponse" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_auth_controller_ts_apioperation", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_auth_controller_ts_apitags", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_auth_controller_ts_body", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_auth_controller_ts_controller", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "controller" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_auth_controller_ts_post", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "post" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_auth_controller_ts_req", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_auth_auth_controller_ts_useguards", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "useguards" - }, - { - "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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.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": 35, - "community_name": "auth.controller.ts", - "norm_label": "matches" - }, - { - "label": "HttpCode", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "httpcode", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "httpcode" - }, - { - "label": "Length", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "length", - "community": 35, - "community_name": "auth.controller.ts", - "norm_label": "length" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_apibearerauth", - "community": 36, - "community_name": "FaqService", - "norm_label": "apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_apioperation", - "community": 36, - "community_name": "FaqService", - "norm_label": "apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_apitags", - "community": 36, - "community_name": "FaqService", - "norm_label": "apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_body", - "community": 36, - "community_name": "FaqService", - "norm_label": "body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_controller", - "community": 36, - "community_name": "FaqService", - "norm_label": "controller" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_delete", - "community": 36, - "community_name": "FaqService", - "norm_label": "delete" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_get", - "community": 36, - "community_name": "FaqService", - "norm_label": "get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_param", - "community": 36, - "community_name": "FaqService", - "norm_label": "param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_post", - "community": 36, - "community_name": "FaqService", - "norm_label": "post" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_put", - "community": 36, - "community_name": "FaqService", - "norm_label": "put" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_controller_ts_useguards", - "community": 36, - "community_name": "FaqService", - "norm_label": "useguards" - }, - { - "label": "faq.module.ts", - "file_type": "code", - "source_file": "backend/src/faq/faq.module.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_faq_faq_module", - "community": 36, - "community_name": "FaqService", - "norm_label": "faq.module.ts" - }, - { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_module_ts_module", - "community": 36, - "community_name": "FaqService", - "norm_label": "module" - }, - { - "label": "faq.service.ts", - "file_type": "code", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_faq_faq_service", - "community": 36, - "community_name": "FaqService", - "norm_label": "faq.service.ts" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_faq_faq_service_ts_injectable", - "community": 36, - "community_name": "FaqService", - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": 37, - "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": "TransactionReceiptModal.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_components_transactionreceiptmodal", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "transactionreceiptmodal.tsx" - }, - { - "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": 38, - "community_name": "Transactions.tsx", - "norm_label": "badge.tsx" - }, - { - "label": "variantStyles", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", - "source_location": "L22", - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_badge_variantstyles", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "variantstyles" - }, - { - "label": "Button.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_button", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "button.tsx" - }, - { - "label": "MaskableField.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/MaskableField.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_maskablefield", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "maskablefield.tsx" - }, - { - "label": "Modal.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_modal", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "modal.tsx" - }, - { - "label": "maxWidthClasses", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", - "source_location": "L16", - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_modal_maxwidthclasses", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "maxwidthclasses" - }, - { - "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": 38, - "community_name": "Transactions.tsx", - "norm_label": "ui/skeleton.tsx" - }, - { - "label": "ThSort.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/components/ui/ThSort.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_components_ui_thsort", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "thsort.tsx" - }, - { - "label": "MonitoringPage.tsx", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_monitoringpage", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "monitoringpage.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": 38, - "community_name": "Transactions.tsx", - "norm_label": "orders.tsx" - }, - { - "label": "ORDER_STATUS_MAP", - "file_type": "code", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L107", - "_origin": "ast", - "id": "frontend_admin_panel_src_pages_orders_order_status_map", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "order_status_map" - }, - { - "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": 38, - "community_name": "Transactions.tsx", - "norm_label": "transactions.tsx" - }, - { - "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": 38, - "community_name": "Transactions.tsx", - "norm_label": "users.tsx" - }, - { - "label": "MonitoringPage", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L47", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_monitoringpage", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "monitoringpage" - }, - { - "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": 38, - "community_name": "Transactions.tsx", - "norm_label": "orders" - }, - { - "label": "Transactions", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L41", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_transactions", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "transactions" - }, - { - "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": 38, - "community_name": "Transactions.tsx", - "norm_label": "users" - }, - { - "label": "useTableParams.ts", - "file_type": "code", - "source_file": "frontend/admin-panel/src/utils/useTableParams.ts", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_admin_panel_src_utils_usetableparams", - "community": 38, - "community_name": "Transactions.tsx", - "norm_label": "usetableparams.ts" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_categories_controller_ts_apibearerauth", - "community": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "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": 39, - "community_name": "CategoriesController", - "norm_label": "useguards" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_categories_service_ts_injectable", - "community": 39, - "community_name": "CategoriesController", - "norm_label": "injectable" - }, - { - "label": "BlogPreviewSection.tsx", - "file_type": "code", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_blogpreviewsection", - "community": 4, - "community_name": "SafeImage.tsx", - "norm_label": "blogpreviewsection.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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "productdetailmodal.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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "safeimage.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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "testimonialssection.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": 4, - "community_name": "SafeImage.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": 4, - "community_name": "SafeImage.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": 4, - "community_name": "SafeImage.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": 4, - "community_name": "SafeImage.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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "videospage.tsx" - }, - { - "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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "base_domain" - }, - { - "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": 4, - "community_name": "SafeImage.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": 4, - "community_name": "SafeImage.tsx", - "norm_label": "videoservice" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_media_controller_ts_apibearerauth", - "community": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "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": 40, - "community_name": "MediaController", - "norm_label": "useinterceptors" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_media_service_ts_injectable", - "community": 40, - "community_name": "MediaController", - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "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": 41, - "community_name": "What You Must Do When Invoked", - "norm_label": "what you must do when invoked" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_ssl_controller_ts_apibearerauth", - "community": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "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": 42, - "community_name": "SslController", - "norm_label": "injectable" - }, - { - "label": "UploadedFiles", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "uploadedfiles", - "community": 42, - "community_name": "SslController", - "norm_label": "uploadedfiles" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_banners_banners_controller_ts_apibearerauth", - "community": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "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": 43, - "community_name": "BannersService", - "norm_label": "injectable" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", - "community": 44, - "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": 44, - "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": 44, - "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": 44, - "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": 44, - "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": 44, - "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": 44, - "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": 44, - "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": 44, - "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": 44, - "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": 44, - "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": 44, - "community_name": "TestimonialsService", - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "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": 45, - "community_name": "What You Must Do When Invoked", - "norm_label": "what you must do when invoked" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_body", - "community": 46, - "community_name": "Body", - "norm_label": "body" - }, - { - "label": "Put", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_put", - "community": 46, - "community_name": "Body", - "norm_label": "put" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", - "community": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "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": 47, - "community_name": "IngredientsService", - "norm_label": "injectable" - }, - { - "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": 48, - "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": 48, - "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": 48, - "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": 48, - "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": 48, - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "tickets.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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "wholesaleapplications.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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "adminroutes.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": 48, - "community_name": "adminRoutes.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": 48, - "community_name": "adminRoutes.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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "categories" - }, - { - "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": 48, - "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": 48, - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "dashboard" - }, - { - "label": "DoctorsManager", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L44", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_doctorsmanager", - "community": 48, - "community_name": "adminRoutes.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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "ingredientsmanager" - }, - { - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "pets" - }, - { - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "products" - }, - { - "label": "router", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L56", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_router", - "community": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "router" - }, - { - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "testimonialsmanager" - }, - { - "label": "Tickets", - "file_type": "code", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L42", - "_origin": "ast", - "id": "frontend_admin_panel_src_routes_adminroutes_tickets", - "community": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "tickets" - }, - { - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "wholesaleapplications" - }, - { - "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": 48, - "community_name": "adminRoutes.tsx", - "norm_label": "lazywithretry.ts" - }, - { - "label": "devDependencies", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L24", - "_origin": "ast", - "id": "frontend_admin_panel_package_devdependencies", - "community": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "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": 49, - "community_name": "devDependencies", - "norm_label": "postcss" - }, - { - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "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": 5, - "community_name": "CmsController", - "norm_label": "isstring" - }, - { - "label": "IsUUID", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "isuuid", - "community": 5, - "community_name": "CmsController", - "norm_label": "isuuid" - }, - { - "label": "devDependencies", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L21", - "_origin": "ast", - "id": "frontend_application_package_devdependencies", - "community": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "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": 50, - "community_name": "devDependencies", - "norm_label": "jsdom" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_blogs_controller_ts_apibearerauth", - "community": 51, - "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": 51, - "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": 51, - "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": 51, - "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": 51, - "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": 51, - "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": 51, - "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": 51, - "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": 51, - "community_name": "BlogsController", - "norm_label": "param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_blogs_controller_ts_patch", - "community": 51, - "community_name": "BlogsController", - "norm_label": "patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_blogs_controller_ts_post", - "community": 51, - "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": 51, - "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": 51, - "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": 51, - "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": 51, - "community_name": "BlogsController", - "norm_label": "useguards" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_apitags", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_body", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_controller", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_get", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_param", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "param" - }, - { - "label": "Patch", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_patch", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "patch" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_post", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "post" - }, - { - "label": "Req", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_req", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "req" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_controller_ts_useguards", - "community": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "useguards" - }, - { - "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": 52, - "community_name": "prescriptions.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": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "module" - }, - { - "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": 52, - "community_name": "prescriptions.module.ts", - "norm_label": "prescriptions.service.ts" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_prescriptions_prescriptions_service_ts_injectable", - "community": 52, - "community_name": "prescriptions.module.ts", - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "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": 53, - "community_name": "SmartAdvisorService", - "norm_label": "injectable" - }, - { - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "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": 54, - "community_name": "UsersService", - "norm_label": "injectable" - }, - { - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "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": 55, - "community_name": "UITexts.tsx", - "norm_label": "uitexts" - }, - { - "label": "Injectable", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_settings_settings_service_ts_injectable", - "community": 56, - "community_name": "SettingsService", - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 57, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "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": 58, - "community_name": "ContactService", - "norm_label": "injectable" - }, - { - "label": "backend/tsconfig.json", - "file_type": "code", - "source_file": "backend/tsconfig.json", - "source_location": "L1", - "_origin": "ast", - "id": "backend_tsconfig", - "community": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "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": 59, - "community_name": "compilerOptions", - "norm_label": "scripts" - }, - { - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "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": 6, - "community_name": "tickets.controller.ts", - "norm_label": "injectable" - }, - { - "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": 60, - "community_name": "CreateUserDto", - "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": 60, - "community_name": "CreateUserDto", - "norm_label": "apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", - "community": 60, - "community_name": "CreateUserDto", - "norm_label": "apipropertyoptional" - }, - { - "label": "IsEmail", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_dto_user_dto_ts_isemail", - "community": 60, - "community_name": "CreateUserDto", - "norm_label": "isemail" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_dto_user_dto_ts_isnotempty", - "community": 60, - "community_name": "CreateUserDto", - "norm_label": "isnotempty" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_dto_user_dto_ts_isnumber", - "community": 60, - "community_name": "CreateUserDto", - "norm_label": "isnumber" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_dto_user_dto_ts_isoptional", - "community": 60, - "community_name": "CreateUserDto", - "norm_label": "isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_dto_user_dto_ts_isstring", - "community": 60, - "community_name": "CreateUserDto", - "norm_label": "isstring" - }, - { - "label": "MinLength", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_dto_user_dto_ts_minlength", - "community": 60, - "community_name": "CreateUserDto", - "norm_label": "minlength" - }, - { - "label": "ebank-checkout.dto.ts", - "file_type": "code", - "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_payment_dto_ebank_checkout_dto", - "community": 61, - "community_name": "CreateEBankCheckoutDto", - "norm_label": "ebank-checkout.dto.ts" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_ebank_checkout_dto_ts_apiproperty", - "community": 61, - "community_name": "CreateEBankCheckoutDto", - "norm_label": "apiproperty" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_ebank_checkout_dto_ts_apipropertyoptional", - "community": 61, - "community_name": "CreateEBankCheckoutDto", - "norm_label": "apipropertyoptional" - }, - { - "label": "IsNotEmpty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_ebank_checkout_dto_ts_isnotempty", - "community": 61, - "community_name": "CreateEBankCheckoutDto", - "norm_label": "isnotempty" - }, - { - "label": "IsNumber", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_ebank_checkout_dto_ts_isnumber", - "community": 61, - "community_name": "CreateEBankCheckoutDto", - "norm_label": "isnumber" - }, - { - "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_ebank_checkout_dto_ts_isoptional", - "community": 61, - "community_name": "CreateEBankCheckoutDto", - "norm_label": "isoptional" - }, - { - "label": "IsString", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_ebank_checkout_dto_ts_isstring", - "community": 61, - "community_name": "CreateEBankCheckoutDto", - "norm_label": "isstring" - }, - { - "label": "Min", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_ebank_checkout_dto_ts_min", - "community": 61, - "community_name": "CreateEBankCheckoutDto", - "norm_label": "min" - }, - { - "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": 62, - "community_name": "CreateOrderDto", - "norm_label": "create-order.dto.ts" - }, - { - "label": "ApiProperty", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_orders_dto_create_order_dto_ts_apiproperty", - "community": 62, - "community_name": "CreateOrderDto", - "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": 62, - "community_name": "CreateOrderDto", - "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": 62, - "community_name": "CreateOrderDto", - "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": 62, - "community_name": "CreateOrderDto", - "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": 62, - "community_name": "CreateOrderDto", - "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": 62, - "community_name": "CreateOrderDto", - "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": 62, - "community_name": "CreateOrderDto", - "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": 62, - "community_name": "CreateOrderDto", - "norm_label": "type" - }, - { - "label": "ValidateNested", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "validatenested", - "community": 62, - "community_name": "CreateOrderDto", - "norm_label": "validatenested" - }, - { - "label": "dependencies", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L23", - "_origin": "ast", - "id": "backend_package_dependencies", - "community": 63, - "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": 63, - "community_name": "dependencies", - "norm_label": "bcrypt" - }, - { - "label": "class-transformer", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L34", - "_origin": "ast", - "id": "backend_package_dependencies_class_transformer", - "community": 63, - "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": 63, - "community_name": "dependencies", - "norm_label": "class-validator" - }, - { - "label": "ioredis", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L37", - "_origin": "ast", - "id": "backend_package_dependencies_ioredis", - "community": 63, - "community_name": "dependencies", - "norm_label": "ioredis" - }, - { - "label": "@nestjs/common", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L24", - "_origin": "ast", - "id": "backend_package_dependencies_nestjs_common", - "community": 63, - "community_name": "dependencies", - "norm_label": "@nestjs/common" - }, - { - "label": "@nestjs/passport", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L27", - "_origin": "ast", - "id": "backend_package_dependencies_nestjs_passport", - "community": 63, - "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": 63, - "community_name": "dependencies", - "norm_label": "@nestjs/platform-express" - }, - { - "label": "passport", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L39", - "_origin": "ast", - "id": "backend_package_dependencies_passport", - "community": 63, - "community_name": "dependencies", - "norm_label": "passport" - }, - { - "label": "reflect-metadata", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L41", - "_origin": "ast", - "id": "backend_package_dependencies_reflect_metadata", - "community": 63, - "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": 63, - "community_name": "dependencies", - "norm_label": "rxjs" - }, - { - "label": "bcrypt", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L32", - "_origin": "ast", - "id": "bcrypt", - "community": 63, - "community_name": "dependencies", - "norm_label": "bcrypt" - }, - { - "label": "class-transformer", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L34", - "_origin": "ast", - "id": "class_transformer", - "community": 63, - "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": 63, - "community_name": "dependencies", - "norm_label": "class-validator" - }, - { - "label": "ioredis", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L37", - "_origin": "ast", - "id": "ioredis", - "community": 63, - "community_name": "dependencies", - "norm_label": "ioredis" - }, - { - "label": "@nestjs/common", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L24", - "_origin": "ast", - "id": "nestjs_common", - "community": 63, - "community_name": "dependencies", - "norm_label": "@nestjs/common" - }, - { - "label": "@nestjs/passport", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L27", - "_origin": "ast", - "id": "nestjs_passport", - "community": 63, - "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": 63, - "community_name": "dependencies", - "norm_label": "@nestjs/platform-express" - }, - { - "label": "passport", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L39", - "_origin": "ast", - "id": "passport", - "community": 63, - "community_name": "dependencies", - "norm_label": "passport" - }, - { - "label": "reflect-metadata", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L41", - "_origin": "ast", - "id": "reflect_metadata", - "community": 63, - "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": 63, - "community_name": "dependencies", - "norm_label": "rxjs" - }, - { - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "community_name": "compilerOptions", - "norm_label": "types" - }, - { - "label": "verbatimModuleSyntax", + "confidence": "EXTRACTED", "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": 64, - "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": 64, - "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": 64, - "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": 64, - "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": 64, - "community_name": "compilerOptions", - "norm_label": "vite.config.ts" - }, - { - "label": "PodcastInlinePlayer.tsx", - "file_type": "code", - "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_podcastinlineplayer", - "community": 65, - "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": 65, - "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": 65, - "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": 65, - "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": 65, - "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": 65, - "community_name": "ProductPage.tsx", - "norm_label": "productreviews.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": 65, - "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": 65, - "community_name": "ProductPage.tsx", - "norm_label": "scientific_terms" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_apibearerauth", - "community": 66, - "community_name": "AdminController", - "norm_label": "apibearerauth" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_apioperation", - "community": 66, - "community_name": "AdminController", - "norm_label": "apioperation" - }, - { - "label": "ApiQuery", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_apiquery", - "community": 66, - "community_name": "AdminController", - "norm_label": "apiquery" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_apitags", - "community": 66, - "community_name": "AdminController", - "norm_label": "apitags" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_controller", - "community": 66, - "community_name": "AdminController", - "norm_label": "controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_get", - "community": 66, - "community_name": "AdminController", - "norm_label": "get" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_query", - "community": 66, - "community_name": "AdminController", - "norm_label": "query" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_useguards", - "community": 66, - "community_name": "AdminController", - "norm_label": "useguards" - }, - { - "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": 67, - "community_name": "PetsController", - "norm_label": "admin/pets.controller.ts" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_pets_controller_ts_apibearerauth", - "community": 67, - "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": 67, - "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": 67, - "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": 67, - "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": 67, - "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": 67, - "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": 67, - "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": 67, - "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": 67, - "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": 67, - "community_name": "PetsController", - "norm_label": "useguards" - }, - { - "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": 67, - "community_name": "PetsController", - "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": 67, - "community_name": "PetsController", - "norm_label": "injectable" - }, - { - "label": "ApiBearerAuth", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_ts_apibearerauth", - "community": 68, - "community_name": "BlogsController", - "norm_label": "apibearerauth" - }, - { - "label": "ApiNotFoundResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse", - "community": 68, - "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": 68, - "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": 68, - "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": 68, - "community_name": "BlogsController", - "norm_label": "apitags" - }, - { - "label": "Body", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_ts_body", - "community": 68, - "community_name": "BlogsController", - "norm_label": "body" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_ts_controller", - "community": 68, - "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": 68, - "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": 68, - "community_name": "BlogsController", - "norm_label": "param" - }, - { - "label": "Post", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_ts_post", - "community": 68, - "community_name": "BlogsController", - "norm_label": "post" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_ts_query", - "community": 68, - "community_name": "BlogsController", - "norm_label": "query" - }, - { - "label": "Request", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_ts_request", - "community": 68, - "community_name": "BlogsController", - "norm_label": "request" - }, - { - "label": "UseGuards", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_blogs_blogs_controller_ts_useguards", - "community": 68, - "community_name": "BlogsController", - "norm_label": "useguards" - }, - { - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "community_name": "Required Review Group Closures", - "norm_label": "6. authentication & authorization backend" + "norm_label": "tailwindcss", + "source_file": "tailwindcss" }, { - "label": "7. Users & Addresses Backend", - "file_type": "document", - "source_file": "docs/audit/31-module-audit-closure.md", - "source_location": "L63", + "id": "frontend_application_app_track_page", + "label": "track/page.tsx", "_origin": "ast", - "id": "docs_audit_31_module_audit_closure_7_users_addresses_backend", - "community": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "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": 69, - "community_name": "Required Review Group Closures", - "norm_label": "required review group closures" - }, - { - "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": 7, - "community_name": "PaginationDto", - "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": 7, - "community_name": "PaginationDto", - "norm_label": "admin/blogs.service.ts" - }, - { - "label": "Injectable", + "community": 311, + "community_name": "track/page.tsx", "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_blogs_service_ts_injectable", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "injectable" + "norm_label": "track/page.tsx", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L1" }, { - "label": "blogs/blogs.controller.ts", - "file_type": "code", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L1", + "id": "frontend_application_components_ordertracking", + "label": "OrderTracking.tsx", "_origin": "ast", - "id": "backend_src_blogs_blogs_controller", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "blogs/blogs.controller.ts" - }, - { - "label": "blogs.module.ts", + "community": 311, + "community_name": "track/page.tsx", "file_type": "code", - "source_file": "backend/src/blogs/blogs.module.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_blogs_blogs_module", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "blogs.module.ts" + "norm_label": "ordertracking.tsx", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L1" }, { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_blogs_blogs_module_ts_module", - "community": 7, - "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": 7, - "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": 7, - "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": 7, - "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": 7, - "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": 7, - "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": 7, - "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": 7, - "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": 7, - "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": 7, - "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": 7, - "community_name": "PaginationDto", - "norm_label": "type" - }, - { - "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": 7, - "community_name": "PaginationDto", - "norm_label": "wiki/wiki.controller.ts" - }, - { - "label": "ApiNotFoundResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "apinotfoundresponse" - }, - { - "label": "ApiOkResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wiki_wiki_controller_ts_apiokresponse", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "apiokresponse" - }, - { - "label": "ApiOperation", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wiki_wiki_controller_ts_apioperation", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "apioperation" - }, - { - "label": "ApiTags", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wiki_wiki_controller_ts_apitags", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "apitags" - }, - { - "label": "Controller", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wiki_wiki_controller_ts_controller", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "controller" - }, - { - "label": "Get", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wiki_wiki_controller_ts_get", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "get" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wiki_wiki_controller_ts_param", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "param" - }, - { - "label": "Query", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_wiki_wiki_controller_ts_query", - "community": 7, - "community_name": "PaginationDto", - "norm_label": "query" - }, - { - "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": 7, - "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": 7, - "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": 7, - "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": 7, - "community_name": "PaginationDto", - "norm_label": "injectable" - }, - { - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "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": 70, - "community_name": "compilerOptions", - "norm_label": "vite/client" - }, - { - "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": 71, - "community_name": "getPageMetadata", - "norm_label": "about/page.tsx" - }, - { - "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": 71, - "community_name": "getPageMetadata", - "norm_label": "checkout/page.tsx" - }, - { - "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": 71, - "community_name": "getPageMetadata", - "norm_label": "privacy/page.tsx" - }, - { - "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": 71, - "community_name": "getPageMetadata", - "norm_label": "search/page.tsx" - }, - { - "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": 71, - "community_name": "getPageMetadata", - "norm_label": "shop/page.tsx" - }, - { - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 72, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 73, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "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": 74, - "community_name": "WikiController", - "norm_label": "useguards" - }, - { - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "community_name": "PetsController", - "norm_label": "isstring" - }, - { - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "norm_label": "pets.controller.spec.ts" - }, - { - "label": "ApiBadRequestResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_pets_pets_controller_ts_apibadrequestresponse", - "community": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "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": 75, - "community_name": "PetsController", - "norm_label": "useinterceptors" - }, - { - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "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": 75, - "community_name": "PetsController", - "norm_label": "injectable" - }, - { - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "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": 76, - "community_name": "CreateReviewDto", - "norm_label": "isstring" - }, - { - "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": 76, - "community_name": "CreateReviewDto", - "norm_label": "reviews.service.ts" - }, - { - "label": "Max", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "max", - "community": 76, - "community_name": "CreateReviewDto", - "norm_label": "max" - }, - { - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "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": 77, - "community_name": "seo.module.ts", - "norm_label": "injectable" - }, - { - "label": "Delete", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_delete", - "community": 78, - "community_name": "Param", - "norm_label": "delete" - }, - { - "label": "Param", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_admin_controller_ts_param", - "community": 78, - "community_name": "Param", - "norm_label": "param" - }, - { - "label": "AGENCY.md", - "file_type": "document", - "source_file": ".ai_agency/AGENCY.md", - "source_location": "L1", - "_origin": "ast", - "id": "ai_agency_agency", - "community": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "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": 79, - "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", - "norm_label": "your identity" - }, - { - "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": 8, - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "module" - }, - { - "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": 8, - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "categories.service.ts" - }, - { - "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": 8, - "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": 8, - "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": 8, - "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": 8, - "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": 8, - "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": 8, - "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": 8, - "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": 8, - "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": 8, - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "ssl.service.ts" - }, - { - "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": 8, - "community_name": "admin.module.ts", - "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": 8, - "community_name": "admin.module.ts", - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "injectable" - }, - { - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "redis.module.ts" - }, - { - "label": "Global", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_redis_redis_module_ts_global", - "community": 8, - "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": 8, - "community_name": "admin.module.ts", - "norm_label": "module" - }, - { - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 80, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 81, - "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": 82, - "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": 82, - "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": 82, - "community_name": "scripts", - "norm_label": "concurrently" - }, - { - "label": "name", - "file_type": "code", - "source_file": "package.json", - "source_location": "L2", - "_origin": "ast", - "id": "package_name", - "community": 82, - "community_name": "scripts", - "norm_label": "name" - }, - { - "label": "private", - "file_type": "code", - "source_file": "package.json", - "source_location": "L4", - "_origin": "ast", - "id": "package_private", - "community": 82, - "community_name": "scripts", - "norm_label": "private" - }, - { - "label": "scripts", - "file_type": "code", - "source_file": "package.json", - "source_location": "L5", - "_origin": "ast", - "id": "package_scripts", - "community": 82, - "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": 82, - "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": 82, - "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": 82, - "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": 82, - "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": 82, - "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": 82, - "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": 82, - "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": 82, - "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": 82, - "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": 82, - "community_name": "scripts", - "norm_label": "start" - }, - { - "label": "version", - "file_type": "code", - "source_file": "package.json", - "source_location": "L3", - "_origin": "ast", - "id": "package_version", - "community": 82, - "community_name": "scripts", - "norm_label": "version" - }, - { - "label": "concurrently", - "file_type": "concept", - "source_file": "package.json", - "source_location": "L18", - "_origin": "ast", - "id": "concurrently", - "community": 82, - "community_name": "scripts", - "norm_label": "concurrently" - }, - { - "label": "dependencies", - "file_type": "code", - "source_file": "frontend/admin-panel/package.json", - "source_location": "L12", - "_origin": "ast", - "id": "frontend_admin_panel_package_dependencies", - "community": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "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": 83, - "community_name": "dependencies", - "norm_label": "vite" - }, - { - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "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": 84, - "community_name": "Role & Core Objective", - "norm_label": "your domain \u2014 what you review (only these areas)" - }, - { - "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": 85, - "community_name": "sms.service.ts", - "norm_label": "sms.service.ts" - }, - { - "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": 85, - "community_name": "sms.service.ts", - "norm_label": "sms.module.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": 86, - "community_name": "zibal.service.ts", - "norm_label": "admin-transaction-filter.dto.ts" - }, - { - "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", - "community": 86, - "community_name": "zibal.service.ts", - "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": 86, - "community_name": "zibal.service.ts", - "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": 86, - "community_name": "zibal.service.ts", - "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": 86, - "community_name": "zibal.service.ts", - "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": 86, - "community_name": "zibal.service.ts", - "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": 86, - "community_name": "zibal.service.ts", - "norm_label": "type" - }, - { - "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": 86, - "community_name": "zibal.service.ts", - "norm_label": "payment-gateway.interface.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": 86, - "community_name": "zibal.service.ts", - "norm_label": "payment.service.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": 86, - "community_name": "zibal.service.ts", - "norm_label": "zibal.service.ts" - }, - { - "label": "dependencies", - "file_type": "code", - "source_file": "frontend/application/package.json", - "source_location": "L11", - "_origin": "ast", - "id": "frontend_application_package_dependencies", - "community": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "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": 87, - "community_name": "dependencies", - "norm_label": "sonner" - }, - { - "label": "HomeClient.tsx", - "file_type": "code", - "source_file": "frontend/application/app/HomeClient.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_app_homeclient", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "homeclient.tsx" - }, - { - "label": "loading.tsx", - "file_type": "code", - "source_file": "frontend/application/app/loading.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_app_loading", - "community": 88, - "community_name": "HomeClient.tsx", - "norm_label": "loading.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": 88, - "community_name": "HomeClient.tsx", - "norm_label": "app/page.tsx" - }, - { - "label": "ArchivePage.tsx", - "file_type": "code", - "source_file": "frontend/application/components/ArchivePage.tsx", - "source_location": "L1", - "_origin": "ast", - "id": "frontend_application_components_archivepage", - "community": 88, - "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": 88, - "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": 88, - "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": 88, - "community_name": "HomeClient.tsx", - "norm_label": "bannerplacement.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": 88, - "community_name": "HomeClient.tsx", - "norm_label": "components/skeleton.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": 88, - "community_name": "HomeClient.tsx", - "norm_label": "types.ts" - }, - { - "label": "seed.ts", - "file_type": "code", - "source_file": "backend/prisma/seed.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_prisma_seed", - "community": 89, - "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": 89, - "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": 89, - "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": 89, - "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": 89, - "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": 89, - "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": 89, - "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": 89, - "community_name": "seed-products.ts", - "norm_label": "product_taglines_map" - }, - { - "label": "devDependencies", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L45", - "_origin": "ast", - "id": "backend_package_devdependencies", - "community": 9, - "community_name": "devDependencies", - "norm_label": "devdependencies" - }, - { - "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": 9, - "community_name": "devDependencies", - "norm_label": "eslint-plugin-prettier" - }, - { - "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": 9, - "community_name": "devDependencies", - "norm_label": "@types/passport-jwt" - }, - { - "label": "@types/supertest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L59", - "_origin": "ast", - "id": "backend_package_devdependencies_types_supertest", - "community": 9, - "community_name": "devDependencies", - "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": 9, - "community_name": "devDependencies", - "norm_label": "typescript" - }, - { - "label": "typescript", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L73", - "_origin": "ast", - "id": "backend_package_json_typescript", - "community": 9, - "community_name": "devDependencies", - "norm_label": "typescript" - }, - { - "label": "eslint-plugin-prettier", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L62", - "_origin": "ast", - "id": "eslint_plugin_prettier", - "community": 9, - "community_name": "devDependencies", - "norm_label": "eslint-plugin-prettier" - }, - { - "label": "@types/passport-jwt", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L58", - "_origin": "ast", - "id": "types_passport_jwt", - "community": 9, - "community_name": "devDependencies", - "norm_label": "@types/passport-jwt" - }, - { - "label": "@types/supertest", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L59", - "_origin": "ast", - "id": "types_supertest", - "community": 9, - "community_name": "devDependencies", - "norm_label": "@types/supertest" - }, - { - "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": 90, - "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": 90, - "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": 90, - "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": 90, - "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": 90, - "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": 90, - "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": 90, - "community_name": "SmsLogQueryDto", - "norm_label": "type" - }, - { - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "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": 91, - "community_name": "Reconciled Audit Roles & Assignments", - "norm_label": "subagent execution mode" - }, - { - "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": 92, - "community_name": "OrdersService", - "norm_label": "orders.controller.spec.ts" - }, - { - "label": "ApiBadRequestResponse", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_orders_orders_controller_ts_apibadrequestresponse", - "community": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "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": 92, - "community_name": "OrdersService", - "norm_label": "req" - }, - { - "label": "UseGuards", + "community": 312, + "community_name": "BlogsModule", "file_type": "code", + "norm_label": "module", "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_orders_orders_controller_ts_useguards", - "community": 92, - "community_name": "OrdersService", - "norm_label": "useguards" - }, - { - "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": 92, - "community_name": "OrdersService", - "norm_label": "orders.module.ts" + "source_location": "" }, { - "label": "Module", - "file_type": "code", - "source_file": "", - "source_location": "", - "_origin": "ast", "id": "backend_src_orders_orders_module_ts_module", - "community": 92, - "community_name": "OrdersService", - "norm_label": "module" - }, - { - "label": "orders.service.ts", - "file_type": "code", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L1", + "label": "Module", "_origin": "ast", - "id": "backend_src_orders_orders_service", - "community": 92, - "community_name": "OrdersService", - "norm_label": "orders.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": 92, - "community_name": "OrdersService", - "norm_label": "orders.service.spec.ts" - }, - { - "label": "Injectable", + "community": 312, + "community_name": "BlogsModule", "file_type": "code", + "norm_label": "module", "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_orders_orders_service_ts_injectable", - "community": 92, - "community_name": "OrdersService", - "norm_label": "injectable" + "source_location": "" }, { - "label": "admin.controller.ts", + "id": "frontend_application_app_page", + "label": "app/page.tsx", + "_origin": "ast", + "community": 313, + "community_name": "app/page.tsx", "file_type": "code", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L1", - "_origin": "ast", - "id": "backend_src_admin_admin_controller", - "community": 93, - "community_name": "admin.controller.ts", - "norm_label": "admin.controller.ts" + "norm_label": "app/page.tsx", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L1" }, { - "label": "admin.controller.spec.ts", + "id": "backend_package_devdependencies_eslint_js", + "label": "@eslint/js", + "_origin": "ast", + "community": 314, + "community_name": "@eslint/js", "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": 93, - "community_name": "admin.controller.ts", - "norm_label": "admin.controller.spec.ts" + "norm_label": "@eslint/js", + "source_file": "backend/package.json", + "source_location": "L47" }, { - "label": "admin-query.dto.ts", + "id": "backend_package_json_eslint_js", + "label": "@eslint/js", + "_origin": "ast", + "community": 314, + "community_name": "@eslint/js", + "file_type": "concept", + "norm_label": "@eslint/js", + "source_file": "backend/package.json", + "source_location": "L47" + }, + { + "id": "frontend_application_package_devdependencies_typescript", + "label": "typescript", + "_origin": "ast", + "community": 315, + "community_name": "typescript", "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": 93, - "community_name": "admin.controller.ts", - "norm_label": "admin-query.dto.ts" + "norm_label": "typescript", + "source_file": "frontend/application/package.json", + "source_location": "L33" }, { + "id": "frontend_application_package_json_typescript", + "label": "typescript", + "_origin": "ast", + "community": 315, + "community_name": "typescript", + "file_type": "concept", + "norm_label": "typescript", + "source_file": "frontend/application/package.json", + "source_location": "L33" + }, + { + "id": "frontend_application_app_search_page", + "label": "search/page.tsx", + "_origin": "ast", + "community": 316, + "community_name": "search/page.tsx", + "file_type": "code", + "norm_label": "search/page.tsx", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_app_shop_page", + "label": "shop/page.tsx", + "_origin": "ast", + "community": 317, + "community_name": "shop/page.tsx", + "file_type": "code", + "norm_label": "shop/page.tsx", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_maskablefield", + "label": "MaskableField.tsx", + "_origin": "ast", + "community": 318, + "community_name": "MaskableField.tsx", + "file_type": "code", + "norm_label": "maskablefield.tsx", + "source_file": "frontend/admin-panel/src/components/ui/MaskableField.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_button", + "label": "Button.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "button.tsx", + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_spinner", + "label": "Spinner.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "spinner.tsx", + "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_faqmanager", + "label": "FAQManager.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "faqmanager.tsx", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_financialsettingspage", + "label": "FinancialSettingsPage.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "financialsettingspage.tsx", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_menumanager", + "label": "MenuManager.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "menumanager.tsx", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_menumanager_menu_tabs", + "label": "MENU_TABS", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "menu_tabs", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L31" + }, + { + "id": "frontend_admin_panel_src_pages_paymentgatewayspage", + "label": "PaymentGatewaysPage.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "paymentgatewayspage.tsx", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_reviews", + "label": "Reviews.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "reviews.tsx", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_settings", + "label": "Settings.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "settings.tsx", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_sslsettingspage", + "label": "SslSettingsPage.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "sslsettingspage.tsx", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_systemsettingspage", + "label": "SystemSettingsPage.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "systemsettingspage.tsx", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_zibalportalpage", + "label": "ZibalPortalPage.tsx", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "zibalportalpage.tsx", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_faqmanager", + "label": "FAQManager", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "faqmanager", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L45" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_menumanager", + "label": "MenuManager", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "menumanager", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L46" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_paymentgatewayspage", + "label": "PaymentGatewaysPage", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "paymentgatewayspage", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L35" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_reviews", + "label": "Reviews", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "reviews", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L43" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "label": "SslSettingsPage", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "sslsettingspage", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L40" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_zibalportalpage", + "label": "ZibalPortalPage", + "_origin": "ast", + "community": 32, + "community_name": "Button.tsx", + "file_type": "code", + "norm_label": "zibalportalpage", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L36" + }, + { + "id": "backend_package_devdependencies_typescript_eslint", + "label": "typescript-eslint", + "_origin": "ast", + "community": 324, + "community_name": "typescript-eslint", + "file_type": "code", + "norm_label": "typescript-eslint", + "source_file": "backend/package.json", + "source_location": "L74" + }, + { + "id": "backend_package_json_typescript_eslint", + "label": "typescript-eslint", + "_origin": "ast", + "community": 324, + "community_name": "typescript-eslint", + "file_type": "concept", + "norm_label": "typescript-eslint", + "source_file": "backend/package.json", + "source_location": "L74" + }, + { + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", "label": "ApiPropertyOptional", - "file_type": "code", - "source_file": "", - "source_location": "", "_origin": "ast", - "id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", - "community": 93, - "community_name": "admin.controller.ts", - "norm_label": "apipropertyoptional" + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" }, { + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", "label": "IsOptional", - "file_type": "code", - "source_file": "", - "source_location": "", "_origin": "ast", - "id": "backend_src_admin_dto_admin_query_dto_ts_isoptional", - "community": 93, - "community_name": "admin.controller.ts", - "norm_label": "isoptional" + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" }, { + "id": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", "label": "IsString", + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", "file_type": "code", + "norm_label": "isstring", "source_file": "", - "source_location": "", - "_origin": "ast", - "id": "backend_src_admin_dto_admin_query_dto_ts_isstring", - "community": 93, - "community_name": "admin.controller.ts", - "norm_label": "isstring" + "source_location": "" }, { - "label": "phase3.1-backlog-review.md", - "file_type": "document", - "source_file": "docs/audit/phase3.1-backlog-review.md", - "source_location": "L1", + "id": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "label": "ApiBearerAuth", "_origin": "ast", - "id": "docs_audit_phase3_1_backlog_review", - "community": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": 94, - "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": "blog/[slug]/page.tsx", + "community": 33, + "community_name": "WholesaleApplyDto", "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": 95, - "community_name": "getSeoConfig", - "norm_label": "blog/[slug]/page.tsx" + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" }, { - "label": "revalidate", - "file_type": "code", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L30", + "id": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "label": "ApiOperation", "_origin": "ast", - "id": "frontend_application_app_blog_slug_page_revalidate", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "revalidate" + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" }, { - "label": "layout.tsx", - "file_type": "code", - "source_file": "frontend/application/app/layout.tsx", - "source_location": "L1", + "id": "backend_src_wholesale_wholesale_controller_ts_apitags", + "label": "ApiTags", "_origin": "ast", - "id": "frontend_application_app_layout", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "layout.tsx" + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" }, { - "label": "shop/[slug]/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/shop/[slug]/page.tsx", - "source_location": "L1", + "id": "backend_src_wholesale_wholesale_controller_ts_body", + "label": "Body", "_origin": "ast", - "id": "frontend_application_app_shop_slug_page", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "shop/[slug]/page.tsx" + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" }, { - "label": "wiki/[slug]/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/wiki/[slug]/page.tsx", - "source_location": "L1", + "id": "backend_src_wholesale_wholesale_controller_ts_controller", + "label": "Controller", "_origin": "ast", - "id": "frontend_application_app_wiki_slug_page", - "community": 95, - "community_name": "getSeoConfig", - "norm_label": "wiki/[slug]/page.tsx" + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" }, { - "label": "application/tsconfig.json", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L1", + "id": "backend_src_wholesale_wholesale_controller_ts_get", + "label": "Get", "_origin": "ast", - "id": "frontend_application_tsconfig", - "community": 96, + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wholesale_wholesale_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wholesale_wholesale_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wholesale_wholesale_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wholesale_wholesale_controller_ts_request", + "label": "Request", + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "request", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wholesale_wholesale_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wholesale_wholesale_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 33, + "community_name": "WholesaleApplyDto", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_req", + "label": "Req", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "req", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_b2b_b2b_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 34, + "community_name": "B2BService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_spec", + "label": "auth.controller.spec.ts", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "auth.controller.spec.ts", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "label": "ApiBadRequestResponse", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "apibadrequestresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_ts_apiokresponse", + "label": "ApiOkResponse", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "apiokresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_ts_req", + "label": "Req", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "req", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "httpcode", + "label": "HttpCode", + "_origin": "ast", + "community": 35, + "community_name": "AuthController", + "file_type": "code", + "norm_label": "httpcode", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_module", + "label": "faq.module.ts", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "faq.module.ts", + "source_file": "backend/src/faq/faq.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_faq_faq_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_faq_faq_service", + "label": "faq.service.ts", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "faq.service.ts", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_faq_faq_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 36, + "community_name": "FaqService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "docs_04_setup_and_deployment", + "label": "04-setup-and-deployment.md", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "page", + "norm_label": "04-setup-and-deployment.md", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L1" + }, + { + "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L13" + }, + { + "id": "docs_04_setup_and_deployment_\u0627\u062c\u0631\u0627\u06cc_\u0641\u0631\u0627\u0646\u062a_\u0627\u0646\u062f", + "label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u0641\u0631\u0627\u0646\u062a\u200c\u0627\u0646\u062f", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L22" + }, + { + "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", + "label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 PM2", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0627\u062c\u0631\u0627\u06cc \u067e\u0631\u0648\u0698\u0647 \u062f\u0631 \u0633\u0631\u0648\u0631 \u0628\u0627 pm2", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L48" + }, + { + "id": "docs_04_setup_and_deployment_\u0628\u0631\u0627\u06cc_\u0631\u0627\u0647_\u0627\u0646\u062f\u0627\u0632\u06cc_\u0628\u06a9_\u0627\u0646\u062f", + "label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0628\u0631\u0627\u06cc \u0631\u0627\u0647\u200c\u0627\u0646\u062f\u0627\u0632\u06cc \u0628\u06a9\u200c\u0627\u0646\u062f:", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L52" + }, + { + "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", + "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:", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "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:", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L58" + }, + { + "id": "docs_04_setup_and_deployment_\u0628\u06cc\u0644\u062f_\u06a9\u0631\u062f\u0646_\u067e\u0631\u0648\u0698\u0647_building", + "label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (Building)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0628\u06cc\u0644\u062f \u06a9\u0631\u062f\u0646 \u067e\u0631\u0648\u0698\u0647 (building)", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L36" + }, + { + "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", + "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:", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "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:", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L64" + }, + { + "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", + "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)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "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)", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L1" + }, + { + "id": "docs_04_setup_and_deployment_\u0646\u0645\u0648\u0646\u0647_\u0641\u0627\u06cc\u0644_\u06a9\u0627\u0646\u0641\u06cc\u06af_nginx", + "label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af Nginx", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0646\u0645\u0648\u0646\u0647 \u0641\u0627\u06cc\u0644 \u06a9\u0627\u0646\u0641\u06cc\u06af nginx", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L78" + }, + { + "id": "docs_04_setup_and_deployment_\u067e\u06cc\u0634_\u0646\u06cc\u0627\u0632\u0647\u0627", + "label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u067e\u06cc\u0634\u200c\u0646\u06cc\u0627\u0632\u0647\u0627", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L9" + }, + { + "id": "docs_04_setup_and_deployment_\u06f1_\u0645\u062d\u06cc\u0637_\u062a\u0648\u0633\u0639\u0647_development_mode", + "label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (Development Mode)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f1. \u0645\u062d\u06cc\u0637 \u062a\u0648\u0633\u0639\u0647 (development mode)", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L5" + }, + { + "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", + "label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (Production Deployment)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f2. \u0645\u062d\u06cc\u0637 \u067e\u0631\u0648\u062f\u0627\u06a9\u0634\u0646 \u0648 \u0627\u0646\u062a\u0634\u0627\u0631 (production deployment)", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L32" + }, + { + "id": "docs_04_setup_and_deployment_\u06f3_\u062a\u0646\u0638\u06cc\u0645\u0627\u062a_nginx_reverse_proxy", + "label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a Nginx (Reverse Proxy)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f3. \u062a\u0646\u0638\u06cc\u0645\u0627\u062a nginx (reverse proxy)", + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L72" + }, + { + "id": "docs_05_devops_and_monitoring", + "label": "05-devops-and-monitoring.md", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "page", + "norm_label": "05-devops-and-monitoring.md", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L1" + }, + { + "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", + "label": "\u062f\u0648\u0627\u067e\u0633 \u0648 \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0633\u06cc\u0633\u062a\u0645 (DevOps & Monitoring)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "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)", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L1" + }, + { + "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", + "label": "\u06f1. \u0641\u0631\u0622\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (CI/CD)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f1. \u0641\u0631\u0627\u06cc\u0646\u062f \u0627\u0633\u062a\u0642\u0631\u0627\u0631 \u062e\u0648\u062f\u06a9\u0627\u0631 (ci/cd)", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L5" + }, + { + "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", + "label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (PM2 Dashboard)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f2. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u0639\u0645\u0644\u06a9\u0631\u062f (pm2 dashboard)", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L12" + }, + { + "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", + "label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (Logs Management)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f3. \u0628\u0631\u0631\u0633\u06cc \u0644\u0627\u06af\u200c\u0647\u0627\u06cc \u0633\u06cc\u0633\u062a\u0645 (logs management)", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L27" + }, + { + "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", + "label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (PostgreSQL)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f4. \u0645\u0627\u0646\u06cc\u062a\u0648\u0631\u06cc\u0646\u06af \u062f\u06cc\u062a\u0627\u0628\u06cc\u0633 (postgresql)", + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L39" + }, + { + "id": "docs_06_testing", + "label": "06-testing.md", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "page", + "norm_label": "06-testing.md", + "source_file": "docs/06-testing.md", + "source_location": "L1" + }, + { + "id": "docs_06_testing_\u0631\u0627\u0647\u0646\u0645\u0627\u06cc_\u062a\u0633\u062a_\u0633\u06cc\u0633\u062a\u0645_software_testing", + "label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (software testing)", + "source_file": "docs/06-testing.md", + "source_location": "L1" + }, + { + "id": "docs_06_testing_\u06f1_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u0648\u0627\u062d\u062f_\u062f\u0631_backend_unit_testing", + "label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 Backend (Unit Testing)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f1. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u0648\u0627\u062d\u062f \u062f\u0631 backend (unit testing)", + "source_file": "docs/06-testing.md", + "source_location": "L5" + }, + { + "id": "docs_06_testing_\u06f2_\u062a\u0633\u062a_\u0647\u0627\u06cc_end_to_end_\u062f\u0631_backend_e2e_testing", + "label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc End-to-End \u062f\u0631 Backend (E2E Testing)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f2. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc end-to-end \u062f\u0631 backend (e2e testing)", + "source_file": "docs/06-testing.md", + "source_location": "L17" + }, + { + "id": "docs_06_testing_\u06f3_\u062a\u0633\u062a_\u0647\u0627\u06cc_ui_\u062f\u0631_frontend_component_testing", + "label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc UI \u062f\u0631 Frontend (Component Testing)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f3. \u062a\u0633\u062a\u200c\u0647\u0627\u06cc ui \u062f\u0631 frontend (component testing)", + "source_file": "docs/06-testing.md", + "source_location": "L27" + }, + { + "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", + "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)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "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)", + "source_file": "docs/06-testing.md", + "source_location": "L35" + }, + { + "id": "docs_06_testing_\u06f5_\u0686\u06a9_\u0644\u06cc\u0633\u062a_\u062a\u0633\u062a_\u0647\u0627\u06cc_\u062f\u0633\u062a\u06cc_manual_qa_checklist", + "label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (Manual QA Checklist)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u06f5. \u0686\u06a9 \u0644\u06cc\u0633\u062a \u062a\u0633\u062a\u200c\u0647\u0627\u06cc \u062f\u0633\u062a\u06cc (manual qa checklist)", + "source_file": "docs/06-testing.md", + "source_location": "L38" + }, + { + "id": "docs_readme", + "label": "docs/README.md", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "page", + "norm_label": "docs/readme.md", + "source_file": "docs/README.md", + "source_location": "L1" + }, + { + "id": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents", + "label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (Table of Contents)", + "_origin": "ast", + "community": 37, + "community_name": "\u0631\u0627\u0647\u0646\u0645\u0627\u06cc \u062a\u0633\u062a \u0633\u06cc\u0633\u062a\u0645 (Software Testing)", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u0641\u0647\u0631\u0633\u062a \u0645\u0637\u0627\u0644\u0628 (table of contents)", + "source_file": "docs/README.md", + "source_location": "L7" + }, + { + "id": "frontend_admin_panel_src_components_transactionreceiptmodal", + "label": "TransactionReceiptModal.tsx", + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "transactionreceiptmodal.tsx", + "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_badge", + "label": "Badge.tsx", + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "badge.tsx", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_badge_variantstyles", + "label": "variantStyles", + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "variantstyles", + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L22" + }, + { + "id": "frontend_admin_panel_src_components_ui_thsort", + "label": "ThSort.tsx", + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "thsort.tsx", + "source_file": "frontend/admin-panel/src/components/ui/ThSort.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_monitoringpage", + "label": "MonitoringPage.tsx", + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "monitoringpage.tsx", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_transactions", + "label": "Transactions.tsx", + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "transactions.tsx", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_monitoringpage", + "label": "MonitoringPage", + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "monitoringpage", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L47" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_transactions", + "label": "Transactions", + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "transactions", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L41" + }, + { + "id": "frontend_admin_panel_src_utils_usetableparams", + "label": "useTableParams.ts", + "_origin": "ast", + "community": 38, + "community_name": "Button", + "file_type": "code", + "norm_label": "usetableparams.ts", + "source_file": "frontend/admin-panel/src/utils/useTableParams.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_categories_controller", + "label": "categories.controller.ts", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "categories.controller.ts", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_categories_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_apiquery", + "label": "ApiQuery", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "apiquery", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_categories_service", + "label": "categories.service.ts", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "categories.service.ts", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_categories_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 39, + "community_name": "CategoriesController", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "frontend_application_components_blogpreviewsection", + "label": "BlogPreviewSection.tsx", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "blogpreviewsection.tsx", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_orderdetailsmodal", + "label": "OrderDetailsModal.tsx", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "orderdetailsmodal.tsx", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_podcastplayermodal", + "label": "PodcastPlayerModal.tsx", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "podcastplayermodal.tsx", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_podcastplayermodal_playback_rates", + "label": "PLAYBACK_RATES", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "playback_rates", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L34" + }, + { + "id": "frontend_application_components_safeimage", + "label": "SafeImage.tsx", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "safeimage.tsx", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_testimonialssection", + "label": "TestimonialsSection.tsx", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "testimonialssection.tsx", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_vetgallery", + "label": "VetGallery.tsx", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "vetgallery.tsx", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_vetgallery_fallback_videos", + "label": "FALLBACK_VIDEOS", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "fallback_videos", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L28" + }, + { + "id": "frontend_application_components_videomodalplayer", + "label": "VideoModalPlayer.tsx", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "videomodalplayer.tsx", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_videomodalplayer_playback_rates", + "label": "PLAYBACK_RATES", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "playback_rates", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L37" + }, + { + "id": "frontend_application_components_videospage", + "label": "VideosPage.tsx", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "videospage.tsx", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_services_api_base_domain", + "label": "BASE_DOMAIN", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "base_domain", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L14" + }, + { + "id": "frontend_application_lib_services_videoservice", + "label": "videoService.ts", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "videoservice.ts", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_services_videoservice_videoservice", + "label": "videoService", + "_origin": "ast", + "community": 4, + "community_name": "SafeImage.tsx", + "file_type": "code", + "norm_label": "videoservice", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L15" + }, + { + "id": "backend_src_admin_media_controller", + "label": "media.controller.ts", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "media.controller.ts", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_media_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_uploadedfile", + "label": "UploadedFile", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "uploadedfile", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_controller_ts_useinterceptors", + "label": "UseInterceptors", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "useinterceptors", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_media_service", + "label": "media.service.ts", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "media.service.ts", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_media_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 40, + "community_name": "MediaController", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "antigravity_workflows_graphify", + "label": ".antigravity/workflows/graphify.md", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "frontmatter": { + "name": "graphify", + "description": "Use for any question about a codebase, its architecture, file relationships, or project content \u2014 especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools." + }, + "node_kind": "page", + "norm_label": ".antigravity/workflows/graphify.md", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L1" + }, + { + "id": "antigravity_workflows_graphify_for_graphify_add_and_watch", + "label": "For /graphify add and --watch", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "for /graphify add and --watch", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L719" + }, + { + "id": "antigravity_workflows_graphify_for_graphify_query", + "label": "For /graphify query", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "for /graphify query", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L707" + }, + { + "id": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration", + "label": "For the commit hook and native CLAUDE.md integration", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "for the commit hook and native claude.md integration", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L725" + }, + { + "id": "antigravity_workflows_graphify_for_update_and_cluster_only", + "label": "For --update and --cluster-only", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "for --update and --cluster-only", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L701" + }, + { + "id": "antigravity_workflows_graphify_graphify", + "label": "/graphify", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "/graphify", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L6" + }, + { + "id": "antigravity_workflows_graphify_honesty_rules", + "label": "Honesty Rules", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "honesty rules", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L744" + }, + { + "id": "antigravity_workflows_graphify_interpreter_guard_for_subcommands", + "label": "Interpreter guard for subcommands", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "interpreter guard for subcommands", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L681" + }, + { + "id": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files", + "label": "Part A - Structural extraction for code files", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "part a - structural extraction for code files", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L192" + }, + { + "id": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents", + "label": "Part B - Semantic extraction (parallel subagents)", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "part b - semantic extraction (parallel subagents)", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L218" + }, + { + "id": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction", + "label": "Part C - Merge AST + semantic into final extraction", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "part c - merge ast + semantic into final extraction", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L381" + }, + { + "id": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working", + "label": "PowerShell 5.1: Vertical scrolling stops working", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "powershell 5.1: vertical scrolling stops working", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L733" + }, + { + "id": "antigravity_workflows_graphify_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "label": "Step 0 - GitHub repos and multi-path merge (only if a URL or several paths)", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L61" + }, + { + "id": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed", + "label": "Step 1 - Ensure graphify is installed", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 1 - ensure graphify is installed", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L65" + }, + { + "id": "antigravity_workflows_graphify_step_2_5_video_and_audio_only_if_video_files_detected", + "label": "Step 2.5 - Video and audio (only if video files detected)", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 2.5 - video and audio (only if video files detected)", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L169" + }, + { + "id": "antigravity_workflows_graphify_step_2_detect_files", + "label": "Step 2 - Detect files", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 2 - detect files", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L129" + }, + { + "id": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "label": "Step 3 - Extract entities and relationships", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 3 - extract entities and relationships", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L173" + }, + { + "id": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate", + "label": "Step 4.5 - Graph health check (read-only integrity gate)", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 4.5 - graph health check (read-only integrity gate)", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L478" + }, + { + "id": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs", + "label": "Step 4 - Build graph, cluster, analyze, generate outputs", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 4 - build graph, cluster, analyze, generate outputs", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L415" + }, + { + "id": "antigravity_workflows_graphify_step_5_label_communities", + "label": "Step 5 - Label communities", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 5 - label communities", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L504" + }, + { + "id": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html", + "label": "Step 6 - Generate Obsidian vault (opt-in) + HTML", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 6 - generate obsidian vault (opt-in) + html", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L553" + }, + { + "id": "antigravity_workflows_graphify_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "label": "Step 9 - Save manifest, update cost tracker, clean up, and report", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 9 - save manifest, update cost tracker, clean up, and report", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L579" + }, + { + "id": "antigravity_workflows_graphify_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "label": "Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L573" + }, + { + "id": "antigravity_workflows_graphify_troubleshooting", + "label": "Troubleshooting", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "troubleshooting", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L731" + }, + { + "id": "antigravity_workflows_graphify_usage", + "label": "Usage", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "usage", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L10" + }, + { + "id": "antigravity_workflows_graphify_what_graphify_is_for", + "label": "What graphify is for", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what graphify is for", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L45" + }, + { + "id": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "label": "What You Must Do When Invoked", + "_origin": "ast", + "community": 41, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you must do when invoked", + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L49" + }, + { + "id": "backend_src_admin_ssl_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_controller_ts_useinterceptors", + "label": "UseInterceptors", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "useinterceptors", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "uploadedfiles", + "label": "UploadedFiles", + "_origin": "ast", + "community": 42, + "community_name": "SslController", + "file_type": "code", + "norm_label": "uploadedfiles", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_banners_banners_service", + "label": "banners.service.ts", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "banners.service.ts", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_banners_banners_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 43, + "community_name": "BannersService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_testimonials_testimonials_service", + "label": "testimonials.service.ts", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "testimonials.service.ts", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_testimonials_testimonials_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 44, + "community_name": "TestimonialsService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "claude_skills_graphify_skill", + "label": "SKILL.md", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "frontmatter": { + "name": "graphify", + "description": "Use for any question about a codebase, its architecture, file relationships, or project content \u2014 especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools." + }, + "node_kind": "page", + "norm_label": "skill.md", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L1" + }, + { + "id": "claude_skills_graphify_skill_for_graphify_add_and_watch", + "label": "For /graphify add and --watch", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "for /graphify add and --watch", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L719" + }, + { + "id": "claude_skills_graphify_skill_for_graphify_query", + "label": "For /graphify query", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "for /graphify query", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L707" + }, + { + "id": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration", + "label": "For the commit hook and native CLAUDE.md integration", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "for the commit hook and native claude.md integration", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L725" + }, + { + "id": "claude_skills_graphify_skill_for_update_and_cluster_only", + "label": "For --update and --cluster-only", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "for --update and --cluster-only", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L701" + }, + { + "id": "claude_skills_graphify_skill_graphify", + "label": "/graphify", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "/graphify", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L6" + }, + { + "id": "claude_skills_graphify_skill_honesty_rules", + "label": "Honesty Rules", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "honesty rules", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L744" + }, + { + "id": "claude_skills_graphify_skill_interpreter_guard_for_subcommands", + "label": "Interpreter guard for subcommands", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "interpreter guard for subcommands", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L681" + }, + { + "id": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files", + "label": "Part A - Structural extraction for code files", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "part a - structural extraction for code files", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L192" + }, + { + "id": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents", + "label": "Part B - Semantic extraction (parallel subagents)", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "part b - semantic extraction (parallel subagents)", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L218" + }, + { + "id": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction", + "label": "Part C - Merge AST + semantic into final extraction", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "part c - merge ast + semantic into final extraction", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L381" + }, + { + "id": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working", + "label": "PowerShell 5.1: Vertical scrolling stops working", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "powershell 5.1: vertical scrolling stops working", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L733" + }, + { + "id": "claude_skills_graphify_skill_step_0_github_repos_and_multi_path_merge_only_if_a_url_or_several_paths", + "label": "Step 0 - GitHub repos and multi-path merge (only if a URL or several paths)", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 0 - github repos and multi-path merge (only if a url or several paths)", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L61" + }, + { + "id": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed", + "label": "Step 1 - Ensure graphify is installed", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 1 - ensure graphify is installed", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L65" + }, + { + "id": "claude_skills_graphify_skill_step_2_5_video_and_audio_only_if_video_files_detected", + "label": "Step 2.5 - Video and audio (only if video files detected)", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 2.5 - video and audio (only if video files detected)", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L169" + }, + { + "id": "claude_skills_graphify_skill_step_2_detect_files", + "label": "Step 2 - Detect files", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 2 - detect files", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L129" + }, + { + "id": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "label": "Step 3 - Extract entities and relationships", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 3 - extract entities and relationships", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L173" + }, + { + "id": "claude_skills_graphify_skill_step_4_5_graph_health_check_read_only_integrity_gate", + "label": "Step 4.5 - Graph health check (read-only integrity gate)", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 4.5 - graph health check (read-only integrity gate)", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L478" + }, + { + "id": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs", + "label": "Step 4 - Build graph, cluster, analyze, generate outputs", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 4 - build graph, cluster, analyze, generate outputs", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L415" + }, + { + "id": "claude_skills_graphify_skill_step_5_label_communities", + "label": "Step 5 - Label communities", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 5 - label communities", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L504" + }, + { + "id": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html", + "label": "Step 6 - Generate Obsidian vault (opt-in) + HTML", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 6 - generate obsidian vault (opt-in) + html", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L553" + }, + { + "id": "claude_skills_graphify_skill_step_9_save_manifest_update_cost_tracker_clean_up_and_report", + "label": "Step 9 - Save manifest, update cost tracker, clean up, and report", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 9 - save manifest, update cost tracker, clean up, and report", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L579" + }, + { + "id": "claude_skills_graphify_skill_steps_6b_8_wiki_neo4j_falkordb_svg_graphml_mcp_benchmark_only_on_their_flags", + "label": "Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "steps 6b-8 - wiki, neo4j, falkordb, svg, graphml, mcp, benchmark (only on their flags)", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L573" + }, + { + "id": "claude_skills_graphify_skill_troubleshooting", + "label": "Troubleshooting", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "troubleshooting", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L731" + }, + { + "id": "claude_skills_graphify_skill_usage", + "label": "Usage", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "usage", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L10" + }, + { + "id": "claude_skills_graphify_skill_what_graphify_is_for", + "label": "What graphify is for", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what graphify is for", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L45" + }, + { + "id": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "label": "What You Must Do When Invoked", + "_origin": "ast", + "community": 45, + "community_name": "What You Must Do When Invoked", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you must do when invoked", + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L49" + }, + { + "id": "backend_src_admin_admin_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 46, + "community_name": "AdminController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_ingredients_ingredients_service", + "label": "ingredients.service.ts", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "ingredients.service.ts", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_ingredients_ingredients_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 47, + "community_name": "IngredientsService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "frontend_admin_panel_src_app", + "label": "App.tsx", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "app.tsx", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_main", + "label": "main.tsx", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "main.tsx", + "source_file": "frontend/admin-panel/src/main.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_cms", + "label": "CMS.tsx", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "cms.tsx", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_contactsubmissions", + "label": "ContactSubmissions.tsx", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "contactsubmissions.tsx", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_reports", + "label": "Reports.tsx", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "reports.tsx", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_reports_colors", + "label": "COLORS", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "colors", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes", + "label": "adminRoutes.tsx", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "adminroutes.tsx", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_cms", + "label": "CMS", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "cms", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L23" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "label": "ContactSubmissions", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "contactsubmissions", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L26" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage", + "label": "FinancialSettingsPage", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "financialsettingspage", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L34" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_reports", + "label": "Reports", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "reports", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_router", + "label": "router", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "router", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L56" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_settings", + "label": "Settings", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "settings", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L15" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "label": "SystemSettingsPage", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "systemsettingspage", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L38" + }, + { + "id": "frontend_admin_panel_src_utils_lazywithretry", + "label": "lazyWithRetry.ts", + "_origin": "ast", + "community": 48, + "community_name": "adminRoutes.tsx", + "file_type": "code", + "norm_label": "lazywithretry.ts", + "source_file": "frontend/admin-panel/src/utils/lazyWithRetry.ts", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_package_devdependencies", + "label": "devDependencies", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "devdependencies", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L24" + }, + { + "id": "frontend_admin_panel_package_devdependencies_autoprefixer", + "label": "autoprefixer", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "autoprefixer", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31" + }, + { + "id": "frontend_admin_panel_package_devdependencies_eslint", + "label": "eslint", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "eslint", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32" + }, + { + "id": "frontend_admin_panel_package_devdependencies_eslint_js", + "label": "@eslint/js", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@eslint/js", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25" + }, + { + "id": "frontend_admin_panel_package_devdependencies_globals", + "label": "globals", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "globals", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35" + }, + { + "id": "frontend_admin_panel_package_devdependencies_postcss", + "label": "postcss", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "postcss", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36" + }, + { + "id": "frontend_admin_panel_package_devdependencies_types_node", + "label": "@types/node", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@types/node", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27" + }, + { + "id": "frontend_admin_panel_package_devdependencies_types_react", + "label": "@types/react", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@types/react", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28" + }, + { + "id": "frontend_admin_panel_package_devdependencies_types_react_dom", + "label": "@types/react-dom", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@types/react-dom", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29" + }, + { + "id": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "label": "@vitejs/plugin-react", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@vitejs/plugin-react", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30" + }, + { + "id": "autoprefixer", + "label": "autoprefixer", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "autoprefixer", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31" + }, + { + "id": "frontend_admin_panel_package_json_eslint", + "label": "eslint", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "eslint", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32" + }, + { + "id": "frontend_admin_panel_package_json_eslint_js", + "label": "@eslint/js", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@eslint/js", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25" + }, + { + "id": "frontend_admin_panel_package_json_globals", + "label": "globals", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "globals", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35" + }, + { + "id": "frontend_admin_panel_package_json_types_node", + "label": "@types/node", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@types/node", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27" + }, + { + "id": "frontend_admin_panel_package_json_types_react", + "label": "@types/react", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@types/react", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28" + }, + { + "id": "frontend_admin_panel_package_json_types_react_dom", + "label": "@types/react-dom", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@types/react-dom", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29" + }, + { + "id": "frontend_admin_panel_package_json_vitejs_plugin_react", + "label": "@vitejs/plugin-react", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@vitejs/plugin-react", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30" + }, + { + "id": "postcss", + "label": "postcss", + "_origin": "ast", + "community": 49, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "postcss", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36" + }, + { + "id": "backend_src_cms_cms_controller", + "label": "cms.controller.ts", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "cms.controller.ts", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_cms_cms_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_cms_service", + "label": "cms.service.ts", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "cms.service.ts", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_cms_cms_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_dto_cms_dto", + "label": "cms.dto.ts", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "cms.dto.ts", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_dto_cms_dto_ts_isboolean", + "label": "IsBoolean", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "isboolean", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_dto_cms_dto_ts_isnumber", + "label": "IsNumber", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_dto_cms_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_cms_dto_cms_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "isuuid", + "label": "IsUUID", + "_origin": "ast", + "community": 5, + "community_name": "CmsController", + "file_type": "code", + "norm_label": "isuuid", + "source_file": "", + "source_location": "" + }, + { + "id": "frontend_application_package_devdependencies", + "label": "devDependencies", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "devdependencies", + "source_file": "frontend/application/package.json", + "source_location": "L21" + }, + { + "id": "frontend_application_package_devdependencies_eslint", + "label": "eslint", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "eslint", + "source_file": "frontend/application/package.json", + "source_location": "L29" + }, + { + "id": "frontend_application_package_devdependencies_eslint_config_next", + "label": "eslint-config-next", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "eslint-config-next", + "source_file": "frontend/application/package.json", + "source_location": "L30" + }, + { + "id": "frontend_application_package_devdependencies_jsdom", + "label": "jsdom", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "jsdom", + "source_file": "frontend/application/package.json", + "source_location": "L31" + }, + { + "id": "frontend_application_package_devdependencies_tailwindcss", + "label": "tailwindcss", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "tailwindcss", + "source_file": "frontend/application/package.json", + "source_location": "L32" + }, + { + "id": "frontend_application_package_devdependencies_tailwindcss_postcss", + "label": "@tailwindcss/postcss", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@tailwindcss/postcss", + "source_file": "frontend/application/package.json", + "source_location": "L22" + }, + { + "id": "frontend_application_package_devdependencies_types_node", + "label": "@types/node", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@types/node", + "source_file": "frontend/application/package.json", + "source_location": "L25" + }, + { + "id": "frontend_application_package_devdependencies_vitejs_plugin_react", + "label": "@vitejs/plugin-react", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@vitejs/plugin-react", + "source_file": "frontend/application/package.json", + "source_location": "L28" + }, + { + "id": "eslint_config_next", + "label": "eslint-config-next", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "eslint-config-next", + "source_file": "frontend/application/package.json", + "source_location": "L30" + }, + { + "id": "frontend_application_package_json_eslint", + "label": "eslint", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "eslint", + "source_file": "frontend/application/package.json", + "source_location": "L29" + }, + { + "id": "frontend_application_package_json_tailwindcss", + "label": "tailwindcss", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "tailwindcss", + "source_file": "frontend/application/package.json", + "source_location": "L32" + }, + { + "id": "frontend_application_package_json_tailwindcss_postcss", + "label": "@tailwindcss/postcss", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@tailwindcss/postcss", + "source_file": "frontend/application/package.json", + "source_location": "L22" + }, + { + "id": "frontend_application_package_json_types_node", + "label": "@types/node", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@types/node", + "source_file": "frontend/application/package.json", + "source_location": "L25" + }, + { + "id": "frontend_application_package_json_vitejs_plugin_react", + "label": "@vitejs/plugin-react", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@vitejs/plugin-react", + "source_file": "frontend/application/package.json", + "source_location": "L28" + }, + { + "id": "jsdom", + "label": "jsdom", + "_origin": "ast", + "community": 50, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "jsdom", + "source_file": "frontend/application/package.json", + "source_location": "L31" + }, + { + "id": "backend_src_admin_blogs_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_apiquery", + "label": "ApiQuery", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "apiquery", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_request", + "label": "Request", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "request", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_blogs_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 51, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_req", + "label": "Req", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "req", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 52, + "community_name": "PrescriptionsController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_module", + "label": "smart-advisor.module.ts", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "smart-advisor.module.ts", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_service", + "label": "smart-advisor.service.ts", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "smart-advisor.service.ts", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_smart_advisor_smart_advisor_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 53, + "community_name": "SmartAdvisorService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_auth_constants", + "label": "auth.constants.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "auth.constants.ts", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_auth_constants_default_jwt_refresh_secret", + "label": "DEFAULT_JWT_REFRESH_SECRET", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "default_jwt_refresh_secret", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L4" + }, + { + "id": "backend_src_auth_auth_constants_default_jwt_secret", + "label": "DEFAULT_JWT_SECRET", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "default_jwt_secret", + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_auth_module", + "label": "auth.module.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "auth.module.ts", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_auth_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_auth_jwt_strategy", + "label": "jwt.strategy.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "jwt.strategy.ts", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_jwt_strategy_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_address_dto", + "label": "address.dto.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "address.dto.ts", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_users_dto_address_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_address_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_address_dto_ts_isboolean", + "label": "IsBoolean", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "isboolean", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_address_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_address_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_address_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_update_profile_dto", + "label": "update-profile.dto.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "update-profile.dto.ts", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_update_profile_dto_ts_isemail", + "label": "IsEmail", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "isemail", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_update_profile_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_update_profile_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_dto_update_profile_dto_ts_minlength", + "label": "MinLength", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "minlength", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller", + "label": "users.controller.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "users.controller.ts", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_users_users_controller_spec", + "label": "users.controller.spec.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "users.controller.spec.ts", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_users_users_controller_ts_apibadrequestresponse", + "label": "ApiBadRequestResponse", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "apibadrequestresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_apicreatedresponse", + "label": "ApiCreatedResponse", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "apicreatedresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_apiokresponse", + "label": "ApiOkResponse", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "apiokresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_req", + "label": "Req", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "req", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_module", + "label": "users.module.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "users.module.ts", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_users_users_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_users_users_service", + "label": "users.service.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "users.service.ts", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_users_users_service_spec", + "label": "users.service.spec.ts", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "users.service.spec.ts", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_users_users_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 54, + "community_name": "UsersService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "frontend_admin_panel_src_components_ui_iconpickermodal", + "label": "IconPickerModal.tsx", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "iconpickermodal.tsx", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_iconpickermodal_icon_registry", + "label": "ICON_REGISTRY", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "icon_registry", + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L51" + }, + { + "id": "frontend_admin_panel_src_components_ui_richtexteditor", + "label": "RichTextEditor.tsx", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "richtexteditor.tsx", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_richtexteditor_colors", + "label": "COLORS", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "colors", + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L27" + }, + { + "id": "frontend_admin_panel_src_components_ui_toggleswitch", + "label": "ToggleSwitch.tsx", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "toggleswitch.tsx", + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts", + "label": "UITexts.tsx", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "uitexts.tsx", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts_shared_footer_fields", + "label": "SHARED_FOOTER_FIELDS", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "shared_footer_fields", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L663" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts_shared_header_fields", + "label": "SHARED_HEADER_FIELDS", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "shared_header_fields", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L649" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts_site_pages", + "label": "SITE_PAGES", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "site_pages", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L272" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts_v1_group_page_map", + "label": "V1_GROUP_PAGE_MAP", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "v1_group_page_map", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L199" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts_v1_groups", + "label": "V1_GROUPS", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "v1_groups", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L63" + }, + { + "id": "frontend_admin_panel_src_pages_uitexts_v1_page_tabs", + "label": "V1_PAGE_TABS", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "v1_page_tabs", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L54" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_uitexts", + "label": "UITexts", + "_origin": "ast", + "community": 55, + "community_name": "UITexts.tsx", + "file_type": "code", + "norm_label": "uitexts", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L21" + }, + { + "id": "frontend_admin_panel_src_components_ui_pagination", + "label": "Pagination.tsx", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "pagination.tsx", + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_components_ui_skeleton", + "label": "ui/Skeleton.tsx", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "ui/skeleton.tsx", + "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_orders", + "label": "Orders.tsx", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "orders.tsx", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_orders_order_status_map", + "label": "ORDER_STATUS_MAP", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "order_status_map", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L107" + }, + { + "id": "frontend_admin_panel_src_pages_pets", + "label": "Pets.tsx", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "pets.tsx", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_users", + "label": "Users.tsx", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "users.tsx", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_pages_wiki", + "label": "Wiki.tsx", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "wiki.tsx", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_orders", + "label": "Orders", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "orders", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_pets", + "label": "Pets", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "pets", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L20" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_users", + "label": "Users", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "users", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L11" + }, + { + "id": "frontend_admin_panel_src_routes_adminroutes_wiki", + "label": "Wiki", + "_origin": "ast", + "community": 56, + "community_name": "Orders.tsx", + "file_type": "code", + "norm_label": "wiki", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L19" + }, + { + "id": "ai_agency_agents_12_seo_content", + "label": "12_seo_content.md", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "page", + "norm_label": "12_seo_content.md", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_12_seo_content_create_mode_normal_operation", + "label": "CREATE MODE \u2014 Normal Operation", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "create mode \u2014 normal operation", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L101" + }, + { + "id": "ai_agency_agents_12_seo_content_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L259" + }, + { + "id": "ai_agency_agents_12_seo_content_file_scope_boundary", + "label": "File Scope Boundary", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "file scope boundary", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L238" + }, + { + "id": "ai_agency_agents_12_seo_content_forbidden_actions", + "label": "Forbidden Actions", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "forbidden actions", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L231" + }, + { + "id": "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase", + "label": "MODE 1: REVIEW (called during Review Phase)", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "mode 1: review (called during review phase)", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L116" + }, + { + "id": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "label": "MODE 2: CONTENT CREATION (standalone task from backlog)", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "mode 2: content creation (standalone task from backlog)", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L160" + }, + { + "id": "ai_agency_agents_12_seo_content_operating_modes", + "label": "Operating Modes", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operating modes", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L114" + }, + { + "id": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L229" + }, + { + "id": "ai_agency_agents_12_seo_content_output", + "label": "Output", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "output", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L63" + }, + { + "id": "ai_agency_agents_12_seo_content_required_output_artifacts", + "label": "Required Output Artifacts", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L244" + }, + { + "id": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u2605 review mode (called during review phase)", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L13" + }, + { + "id": "ai_agency_agents_12_seo_content_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_12_seo_content_step_1_gather_resources", + "label": "Step 1: Gather Resources", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 1: gather resources", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L166" + }, + { + "id": "ai_agency_agents_12_seo_content_step_2_seo_strategy", + "label": "Step 2: SEO Strategy", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 2: seo strategy", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L179" + }, + { + "id": "ai_agency_agents_12_seo_content_step_3_content_hierarchy", + "label": "Step 3: Content Hierarchy", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 3: content hierarchy", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L188" + }, + { + "id": "ai_agency_agents_12_seo_content_step_4_structured_data_json_ld", + "label": "Step 4: Structured Data (JSON-LD)", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 4: structured data (json-ld)", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L199" + }, + { + "id": "ai_agency_agents_12_seo_content_step_5_real_content_writing_standards", + "label": "Step 5: Real Content Writing Standards", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 5: real content writing standards", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L211" + }, + { + "id": "ai_agency_agents_12_seo_content_step_6_image_alt_text", + "label": "Step 6: Image Alt Text", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 6: image alt text", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L221" + }, + { + "id": "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L103" + }, + { + "id": "ai_agency_agents_12_seo_content_what_you_do_not_review", + "label": "What You DO NOT Review", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you do not review", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L29" + }, + { + "id": "ai_agency_agents_12_seo_content_what_you_look_for_seo_expert_eyes_only", + "label": "What You Look For (SEO Expert Eyes Only)", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you look for (seo expert eyes only)", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L32" + }, + { + "id": "ai_agency_agents_12_seo_content_your_domain_what_you_review_only_these_areas", + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "_origin": "ast", + "community": 57, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "your domain \u2014 what you review (only these areas)", + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L17" + }, + { + "id": "backend_src_contact_contact_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_contact_contact_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 58, + "community_name": "ContactService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_tsconfig", + "label": "backend/tsconfig.json", + "_origin": "ast", + "community": 59, "community_name": "compilerOptions", - "norm_label": "application/tsconfig.json" + "file_type": "code", + "norm_label": "backend/tsconfig.json", + "source_file": "backend/tsconfig.json", + "source_location": "L1" }, { + "id": "backend_tsconfig_compileroptions", "label": "compilerOptions", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L2", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "compileroptions" + "file_type": "code", + "norm_label": "compileroptions", + "source_file": "backend/tsconfig.json", + "source_location": "L2" }, { - "label": "allowJs", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L5", + "id": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports", + "label": "allowSyntheticDefaultImports", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_allowjs", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "allowjs" + "file_type": "code", + "norm_label": "allowsyntheticdefaultimports", + "source_file": "backend/tsconfig.json", + "source_location": "L12" }, { + "id": "backend_tsconfig_compileroptions_baseurl", + "label": "baseUrl", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "baseurl", + "source_file": "backend/tsconfig.json", + "source_location": "L17" + }, + { + "id": "backend_tsconfig_compileroptions_declaration", + "label": "declaration", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "declaration", + "source_file": "backend/tsconfig.json", + "source_location": "L8" + }, + { + "id": "backend_tsconfig_compileroptions_emitdecoratormetadata", + "label": "emitDecoratorMetadata", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "emitdecoratormetadata", + "source_file": "backend/tsconfig.json", + "source_location": "L10" + }, + { + "id": "backend_tsconfig_compileroptions_esmoduleinterop", "label": "esModuleInterop", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L9", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_esmoduleinterop", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "esmoduleinterop" + "file_type": "code", + "norm_label": "esmoduleinterop", + "source_file": "backend/tsconfig.json", + "source_location": "L6" }, { + "id": "backend_tsconfig_compileroptions_experimentaldecorators", + "label": "experimentalDecorators", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "experimentaldecorators", + "source_file": "backend/tsconfig.json", + "source_location": "L11" + }, + { + "id": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames", + "label": "forceConsistentCasingInFileNames", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "forceconsistentcasinginfilenames", + "source_file": "backend/tsconfig.json", + "source_location": "L21" + }, + { + "id": "backend_tsconfig_compileroptions_incremental", "label": "incremental", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L15", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_incremental", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "incremental" + "file_type": "code", + "norm_label": "incremental", + "source_file": "backend/tsconfig.json", + "source_location": "L18" }, { + "id": "backend_tsconfig_compileroptions_isolatedmodules", "label": "isolatedModules", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L13", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_isolatedmodules", - "community": 96, + "community": 59, "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": 96, - "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": 96, - "community_name": "compilerOptions", - "norm_label": "lib" + "file_type": "code", + "norm_label": "isolatedmodules", + "source_file": "backend/tsconfig.json", + "source_location": "L7" }, { + "id": "backend_tsconfig_compileroptions_module", "label": "module", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L10", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_module", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "module" + "file_type": "code", + "norm_label": "module", + "source_file": "backend/tsconfig.json", + "source_location": "L3" }, { + "id": "backend_tsconfig_compileroptions_moduleresolution", "label": "moduleResolution", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L11", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_moduleresolution", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "moduleresolution" + "file_type": "code", + "norm_label": "moduleresolution", + "source_file": "backend/tsconfig.json", + "source_location": "L4" }, { - "label": "noEmit", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L8", + "id": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch", + "label": "noFallthroughCasesInSwitch", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_noemit", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "noemit" + "file_type": "code", + "norm_label": "nofallthroughcasesinswitch", + "source_file": "backend/tsconfig.json", + "source_location": "L24" }, { - "label": "paths", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L21", + "id": "backend_tsconfig_compileroptions_noimplicitany", + "label": "noImplicitAny", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_paths", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "paths" + "file_type": "code", + "norm_label": "noimplicitany", + "source_file": "backend/tsconfig.json", + "source_location": "L22" }, { - "label": "plugins", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L16", + "id": "backend_tsconfig_compileroptions_outdir", + "label": "outDir", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_plugins", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "plugins" + "file_type": "code", + "norm_label": "outdir", + "source_file": "backend/tsconfig.json", + "source_location": "L15" }, { - "label": "resolveJsonModule", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L12", + "id": "backend_tsconfig_compileroptions_removecomments", + "label": "removeComments", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_resolvejsonmodule", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "resolvejsonmodule" + "file_type": "code", + "norm_label": "removecomments", + "source_file": "backend/tsconfig.json", + "source_location": "L9" }, { + "id": "backend_tsconfig_compileroptions_resolvepackagejsonexports", + "label": "resolvePackageJsonExports", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "resolvepackagejsonexports", + "source_file": "backend/tsconfig.json", + "source_location": "L5" + }, + { + "id": "backend_tsconfig_compileroptions_rootdir", + "label": "rootDir", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "rootdir", + "source_file": "backend/tsconfig.json", + "source_location": "L16" + }, + { + "id": "backend_tsconfig_compileroptions_skiplibcheck", "label": "skipLibCheck", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L6", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_skiplibcheck", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "skiplibcheck" + "file_type": "code", + "norm_label": "skiplibcheck", + "source_file": "backend/tsconfig.json", + "source_location": "L19" }, { - "label": "strict", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L7", + "id": "backend_tsconfig_compileroptions_sourcemap", + "label": "sourceMap", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_strict", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "strict" + "file_type": "code", + "norm_label": "sourcemap", + "source_file": "backend/tsconfig.json", + "source_location": "L14" }, { + "id": "backend_tsconfig_compileroptions_strictbindcallapply", + "label": "strictBindCallApply", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "strictbindcallapply", + "source_file": "backend/tsconfig.json", + "source_location": "L23" + }, + { + "id": "backend_tsconfig_compileroptions_strictnullchecks", + "label": "strictNullChecks", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "strictnullchecks", + "source_file": "backend/tsconfig.json", + "source_location": "L20" + }, + { + "id": "backend_tsconfig_compileroptions_target", "label": "target", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L3", "_origin": "ast", - "id": "frontend_application_tsconfig_compileroptions_target", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "target" + "file_type": "code", + "norm_label": "target", + "source_file": "backend/tsconfig.json", + "source_location": "L13" }, { + "id": "backend_tsconfig_exclude", "label": "exclude", - "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L33", "_origin": "ast", - "id": "frontend_application_tsconfig_exclude", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "exclude" + "file_type": "code", + "norm_label": "exclude", + "source_file": "backend/tsconfig.json", + "source_location": "L27" }, { + "id": "backend_tsconfig_include", "label": "include", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", "file_type": "code", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L25", - "_origin": "ast", - "id": "frontend_application_tsconfig_include", - "community": 96, - "community_name": "compilerOptions", - "norm_label": "include" + "norm_label": "include", + "source_file": "backend/tsconfig.json", + "source_location": "L26" }, { - "label": "dom", + "id": "backend_tsconfig_json_ref_dist", + "label": "dist", + "_origin": "ast", + "community": 59, + "community_name": "compilerOptions", "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L4", - "_origin": "ast", - "id": "frontend_application_tsconfig_json_ref_dom", - "community": 96, - "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": 96, - "community_name": "compilerOptions", - "norm_label": "dom.iterable" + "norm_label": "dist", + "source_file": "backend/tsconfig.json", + "source_location": "L27" }, { + "id": "backend_tsconfig_json_ref_node_modules", "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": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "node_modules" + "file_type": "concept", + "norm_label": "node_modules", + "source_file": "backend/tsconfig.json", + "source_location": "L27" }, { + "id": "backend_tsconfig_json_ref_prisma", "label": "prisma", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L33", "_origin": "ast", - "id": "frontend_application_tsconfig_json_ref_prisma", - "community": 96, + "community": 59, "community_name": "compilerOptions", - "norm_label": "prisma" + "file_type": "concept", + "norm_label": "prisma", + "source_file": "backend/tsconfig.json", + "source_location": "L27" }, { - "label": "**/*.ts", - "file_type": "concept", - "source_file": "frontend/application/tsconfig.json", - "source_location": "L25", + "id": "backend_tsconfig_json_ref_src", + "label": "src/**/*", "_origin": "ast", - "id": "frontend_application_tsconfig_json_ref_ts", - "community": 96, + "community": 59, "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": 96, - "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": 96, - "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": 96, - "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": 96, - "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": 96, - "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": 96, - "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": 96, - "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": 96, - "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": 96, - "community_name": "compilerOptions", - "norm_label": "vitest.setup.ts" - }, - { - "label": "prisma", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L66", - "_origin": "ast", - "id": "backend_package_devdependencies_prisma", - "community": 97, - "community_name": "prisma", - "norm_label": "prisma" - }, - { - "label": "prisma", - "file_type": "concept", - "source_file": "backend/package.json", - "source_location": "L66", - "_origin": "ast", - "id": "prisma", - "community": 97, - "community_name": "prisma", - "norm_label": "prisma" + "norm_label": "src/**/*", + "source_file": "backend/tsconfig.json", + "source_location": "L26" }, { + "id": "ref_scripts", "label": "scripts", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L8", "_origin": "ast", - "id": "backend_package_scripts", - "community": 98, - "community_name": "scripts", - "norm_label": "scripts" + "community": 59, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "scripts", + "source_file": "backend/tsconfig.json", + "source_location": "L27" }, { - "label": "build", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L9", + "id": "backend_src_tickets_dto_create_ticket_dto", + "label": "create-ticket.dto.ts", "_origin": "ast", - "id": "backend_package_scripts_build", - "community": 98, - "community_name": "scripts", - "norm_label": "build" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "create-ticket.dto.ts", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L1" }, { - "label": "build:nest", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L10", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "label": "ApiProperty", "_origin": "ast", - "id": "backend_package_scripts_build_nest", - "community": 98, - "community_name": "scripts", - "norm_label": "build:nest" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" }, { - "label": "docs:generate", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L21", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", "_origin": "ast", - "id": "backend_package_scripts_docs_generate", - "community": 98, - "community_name": "scripts", - "norm_label": "docs:generate" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" }, { - "label": "lint", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L15", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "label": "IsNotEmpty", "_origin": "ast", - "id": "backend_package_scripts_lint", - "community": 98, - "community_name": "scripts", - "norm_label": "lint" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" }, { - "label": "start", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L11", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "label": "IsOptional", "_origin": "ast", - "id": "backend_package_scripts_start", - "community": 98, - "community_name": "scripts", - "norm_label": "start" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" }, { - "label": "start:debug", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L13", + "id": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "label": "IsString", "_origin": "ast", - "id": "backend_package_scripts_start_debug", - "community": 98, - "community_name": "scripts", - "norm_label": "start:debug" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" }, { - "label": "start:dev", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L12", + "id": "backend_src_tickets_dto_ticket_query_dto", + "label": "ticket-query.dto.ts", "_origin": "ast", - "id": "backend_package_scripts_start_dev", - "community": 98, - "community_name": "scripts", - "norm_label": "start:dev" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "ticket-query.dto.ts", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L1" }, { - "label": "start:prod", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L14", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", "_origin": "ast", - "id": "backend_package_scripts_start_prod", - "community": 98, - "community_name": "scripts", - "norm_label": "start:prod" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" }, { - "label": "test", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L16", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber", + "label": "IsNumber", "_origin": "ast", - "id": "backend_package_scripts_test", - "community": 98, - "community_name": "scripts", - "norm_label": "test" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" }, { - "label": "test:cov", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L18", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional", + "label": "IsOptional", "_origin": "ast", - "id": "backend_package_scripts_test_cov", - "community": 98, - "community_name": "scripts", - "norm_label": "test:cov" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" }, { - "label": "test:debug", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L19", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_isstring", + "label": "IsString", "_origin": "ast", - "id": "backend_package_scripts_test_debug", - "community": 98, - "community_name": "scripts", - "norm_label": "test:debug" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" }, { - "label": "test:e2e", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L20", + "id": "backend_src_tickets_dto_ticket_query_dto_ts_type", + "label": "Type", "_origin": "ast", - "id": "backend_package_scripts_test_e2e", - "community": 98, - "community_name": "scripts", - "norm_label": "test:e2e" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "type", + "source_file": "", + "source_location": "" }, { - "label": "test:watch", - "file_type": "code", - "source_file": "backend/package.json", - "source_location": "L17", + "id": "backend_src_tickets_tickets_controller", + "label": "tickets.controller.ts", "_origin": "ast", - "id": "backend_package_scripts_test_watch", - "community": 98, - "community_name": "scripts", - "norm_label": "test:watch" + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "tickets.controller.ts", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L1" }, { - "label": "trust-seals/page.tsx", - "file_type": "code", - "source_file": "frontend/application/app/trust-seals/page.tsx", - "source_location": "L1", + "id": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "label": "ApiBearerAuth", "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_req", + "label": "Req", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "req", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_tickets_tickets_service", + "label": "tickets.service.ts", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "tickets.service.ts", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_tickets_tickets_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 6, + "community_name": "tickets.controller.ts", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller", + "label": "admin.controller.ts", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "admin.controller.ts", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_admin_controller_spec", + "label": "admin.controller.spec.ts", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "admin.controller.spec.ts", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_admin_service", + "label": "admin.service.ts", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "admin.service.ts", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_dto_product_dto", + "label": "product.dto.ts", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "product.dto.ts", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_dto_user_dto", + "label": "user.dto.ts", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "user.dto.ts", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_dto_user_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_user_dto_ts_isemail", + "label": "IsEmail", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "isemail", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_user_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_user_dto_ts_isnumber", + "label": "IsNumber", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_user_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_user_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_user_dto_ts_minlength", + "label": "MinLength", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "minlength", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_settings_service_canonical_aliases", + "label": "CANONICAL_ALIASES", + "_origin": "ast", + "community": 60, + "community_name": "admin.service.ts", + "file_type": "code", + "norm_label": "canonical_aliases", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L13" + }, + { + "id": "backend_src_payment_dto_ebank_checkout_dto", + "label": "ebank-checkout.dto.ts", + "_origin": "ast", + "community": 61, + "community_name": "CreateEBankCheckoutDto", + "file_type": "code", + "norm_label": "ebank-checkout.dto.ts", + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_payment_dto_ebank_checkout_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 61, + "community_name": "CreateEBankCheckoutDto", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_ebank_checkout_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 61, + "community_name": "CreateEBankCheckoutDto", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_ebank_checkout_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 61, + "community_name": "CreateEBankCheckoutDto", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_ebank_checkout_dto_ts_isnumber", + "label": "IsNumber", + "_origin": "ast", + "community": 61, + "community_name": "CreateEBankCheckoutDto", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_ebank_checkout_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 61, + "community_name": "CreateEBankCheckoutDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_ebank_checkout_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 61, + "community_name": "CreateEBankCheckoutDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_dto_ebank_checkout_dto_ts_min", + "label": "Min", + "_origin": "ast", + "community": 61, + "community_name": "CreateEBankCheckoutDto", + "file_type": "code", + "norm_label": "min", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_controller", + "label": "wiki/wiki.controller.ts", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "wiki/wiki.controller.ts", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", + "label": "ApiNotFoundResponse", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "apinotfoundresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_controller_ts_apiokresponse", + "label": "ApiOkResponse", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "apiokresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_module", + "label": "wiki.module.ts", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "wiki.module.ts", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_wiki_wiki_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_wiki_wiki_service", + "label": "wiki/wiki.service.ts", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "wiki/wiki.service.ts", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_wiki_wiki_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 62, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_package_dependencies", + "label": "dependencies", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "dependencies", + "source_file": "backend/package.json", + "source_location": "L23" + }, + { + "id": "backend_package_dependencies_bcrypt", + "label": "bcrypt", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "bcrypt", + "source_file": "backend/package.json", + "source_location": "L32" + }, + { + "id": "backend_package_dependencies_class_transformer", + "label": "class-transformer", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "class-transformer", + "source_file": "backend/package.json", + "source_location": "L34" + }, + { + "id": "backend_package_dependencies_class_validator", + "label": "class-validator", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "class-validator", + "source_file": "backend/package.json", + "source_location": "L35" + }, + { + "id": "backend_package_dependencies_ioredis", + "label": "ioredis", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "ioredis", + "source_file": "backend/package.json", + "source_location": "L37" + }, + { + "id": "backend_package_dependencies_nestjs_common", + "label": "@nestjs/common", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "@nestjs/common", + "source_file": "backend/package.json", + "source_location": "L24" + }, + { + "id": "backend_package_dependencies_nestjs_passport", + "label": "@nestjs/passport", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "@nestjs/passport", + "source_file": "backend/package.json", + "source_location": "L27" + }, + { + "id": "backend_package_dependencies_nestjs_platform_express", + "label": "@nestjs/platform-express", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "@nestjs/platform-express", + "source_file": "backend/package.json", + "source_location": "L28" + }, + { + "id": "backend_package_dependencies_passport", + "label": "passport", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "passport", + "source_file": "backend/package.json", + "source_location": "L39" + }, + { + "id": "backend_package_dependencies_reflect_metadata", + "label": "reflect-metadata", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "reflect-metadata", + "source_file": "backend/package.json", + "source_location": "L41" + }, + { + "id": "backend_package_dependencies_rxjs", + "label": "rxjs", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "rxjs", + "source_file": "backend/package.json", + "source_location": "L42" + }, + { + "id": "bcrypt", + "label": "bcrypt", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "bcrypt", + "source_file": "backend/package.json", + "source_location": "L32" + }, + { + "id": "class_transformer", + "label": "class-transformer", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "class-transformer", + "source_file": "backend/package.json", + "source_location": "L34" + }, + { + "id": "class_validator", + "label": "class-validator", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "class-validator", + "source_file": "backend/package.json", + "source_location": "L35" + }, + { + "id": "ioredis", + "label": "ioredis", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "ioredis", + "source_file": "backend/package.json", + "source_location": "L37" + }, + { + "id": "nestjs_common", + "label": "@nestjs/common", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "@nestjs/common", + "source_file": "backend/package.json", + "source_location": "L24" + }, + { + "id": "nestjs_passport", + "label": "@nestjs/passport", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "@nestjs/passport", + "source_file": "backend/package.json", + "source_location": "L27" + }, + { + "id": "nestjs_platform_express", + "label": "@nestjs/platform-express", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "@nestjs/platform-express", + "source_file": "backend/package.json", + "source_location": "L28" + }, + { + "id": "passport", + "label": "passport", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "passport", + "source_file": "backend/package.json", + "source_location": "L39" + }, + { + "id": "reflect_metadata", + "label": "reflect-metadata", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "reflect-metadata", + "source_file": "backend/package.json", + "source_location": "L41" + }, + { + "id": "rxjs", + "label": "rxjs", + "_origin": "ast", + "community": 63, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "rxjs", + "source_file": "backend/package.json", + "source_location": "L42" + }, + { + "id": "frontend_admin_panel_tsconfig_node", + "label": "tsconfig.node.json", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "tsconfig.node.json", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions", + "label": "compilerOptions", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "compileroptions", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L2" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions", + "label": "allowImportingTsExtensions", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "allowimportingtsextensions", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L12" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly", + "label": "erasableSyntaxOnly", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "erasablesyntaxonly", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L20" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_lib", + "label": "lib", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "lib", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_module", + "label": "module", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "module", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L6" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection", + "label": "moduleDetection", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "moduledetection", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution", + "label": "moduleResolution", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "moduleresolution", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L11" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_noemit", + "label": "noEmit", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "noemit", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L15" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch", + "label": "noFallthroughCasesInSwitch", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "nofallthroughcasesinswitch", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L21" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals", + "label": "noUnusedLocals", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "nounusedlocals", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L18" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters", + "label": "noUnusedParameters", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "nounusedparameters", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L19" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck", + "label": "skipLibCheck", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "skiplibcheck", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L8" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_target", + "label": "target", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "target", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L4" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile", + "label": "tsBuildInfoFile", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "tsbuildinfofile", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L3" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_types", + "label": "types", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "types", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L7" + }, + { + "id": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax", + "label": "verbatimModuleSyntax", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "verbatimmodulesyntax", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_tsconfig_node_include", + "label": "include", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "include", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L23" + }, + { + "id": "frontend_admin_panel_tsconfig_node_json_ref_es2023", + "label": "ES2023", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "es2023", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_tsconfig_node_json_ref_node", + "label": "node", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "node", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L7" + }, + { + "id": "ref_vite_config_ts", + "label": "vite.config.ts", + "_origin": "ast", + "community": 64, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "vite.config.ts", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L23" + }, + { + "id": "frontend_application_components_podcastinlineplayer", + "label": "PodcastInlinePlayer.tsx", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "podcastinlineplayer.tsx", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_podcastinlineplayer_playback_rates", + "label": "PLAYBACK_RATES", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "playback_rates", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L30" + }, + { + "id": "frontend_application_components_productpage", + "label": "ProductPage.tsx", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "productpage.tsx", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_productpage_icon_map", + "label": "ICON_MAP", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "icon_map", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L34" + }, + { + "id": "frontend_application_components_productpage_usecalculatorstore", + "label": "useCalculatorStore", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "usecalculatorstore", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L61" + }, + { + "id": "frontend_application_components_productreviews", + "label": "ProductReviews.tsx", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "productreviews.tsx", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_tests_tooltip_test", + "label": "Tooltip.test.tsx", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "tooltip.test.tsx", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_tooltip", + "label": "Tooltip.tsx", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "tooltip.tsx", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_data_scientificterms", + "label": "data/scientificTerms.ts", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "data/scientificterms.ts", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_data_scientificterms_scientific_terms", + "label": "SCIENTIFIC_TERMS", + "_origin": "ast", + "community": 65, + "community_name": "ProductPage.tsx", + "file_type": "code", + "norm_label": "scientific_terms", + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L7" + }, + { + "id": "backend_src_admin_admin_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_apiquery", + "label": "ApiQuery", + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": "apiquery", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_admin_query_dto", + "label": "admin-query.dto.ts", + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": "admin-query.dto.ts", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_admin_query_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_dto_admin_query_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 66, + "community_name": "ApiOperation", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller", + "label": "admin/pets.controller.ts", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "admin/pets.controller.ts", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_pets_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller_ts_apiquery", + "label": "ApiQuery", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apiquery", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_pets_service", + "label": "admin/pets.service.ts", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "admin/pets.service.ts", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_pets_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 67, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse", + "label": "ApiNotFoundResponse", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "apinotfoundresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "label": "ApiOkResponse", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "apiokresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_request", + "label": "Request", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "request", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 68, + "community_name": "BlogsController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "docs_audit_31_module_audit_closure", + "label": "31-module-audit-closure.md", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "page", + "norm_label": "31-module-audit-closure.md", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L1" + }, + { + "id": "docs_audit_31_module_audit_closure_10_orders_backend", + "label": "10. Orders Backend", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "10. orders backend", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L88" + }, + { + "id": "docs_audit_31_module_audit_closure_11_settings_administrative_backend", + "label": "11. Settings & Administrative Backend", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "11. settings & administrative backend", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L96" + }, + { + "id": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed", + "label": "12. Prisma Schema, Migrations & Seed", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "12. prisma schema, migrations & seed", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L104" + }, + { + "id": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state", + "label": "13. Redis & Temporary Auth State", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "13. redis & temporary auth state", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L114" + }, + { + "id": "docs_audit_31_module_audit_closure_14_unit_e2e_tests", + "label": "14. Unit & E2E Tests", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "14. unit & e2e tests", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L122" + }, + { + "id": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config", + "label": "15. Docker, NGINX, Prometheus & Deployment Config", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "15. docker, nginx, prometheus & deployment config", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L131" + }, + { + "id": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts", + "label": "16. Documentation & OpenAPI Artifacts", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "16. documentation & openapi artifacts", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L139" + }, + { + "id": "docs_audit_31_module_audit_closure_1_storefront_shell_routing", + "label": "1. Storefront Shell & Routing", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. storefront shell & routing", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L10" + }, + { + "id": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients", + "label": "2. Authentication UI, Stores & API Clients", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. authentication ui, stores & api clients", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L19" + }, + { + "id": "docs_audit_31_module_audit_closure_3_cart_checkout_order_wallet_payment_ui", + "label": "3. Cart, Checkout, Order, Wallet & Payment UI", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. cart, checkout, order, wallet & payment ui", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L28" + }, + { + "id": "docs_audit_31_module_audit_closure_4_product_pet_scientific_term_settings_ui", + "label": "4. Product, Pet, Scientific Term & Settings UI", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. product, pet, scientific term & settings ui", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L37" + }, + { + "id": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure", + "label": "5. NestJS Bootstrap & Shared Infrastructure", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. nestjs bootstrap & shared infrastructure", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L46" + }, + { + "id": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend", + "label": "6. Authentication & Authorization Backend", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. authentication & authorization backend", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L55" + }, + { + "id": "docs_audit_31_module_audit_closure_7_users_addresses_backend", + "label": "7. Users & Addresses Backend", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "7. users & addresses backend", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L63" + }, + { + "id": "docs_audit_31_module_audit_closure_8_pets_backend", + "label": "8. Pets Backend", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "8. pets backend", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L71" + }, + { + "id": "docs_audit_31_module_audit_closure_9_products_backend", + "label": "9. Products Backend", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "9. products backend", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L79" + }, + { + "id": "docs_audit_31_module_audit_closure_conclusion", + "label": "Conclusion", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "conclusion", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L149" + }, + { + "id": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "label": "Module Audit Closure Report", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "module audit closure report", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L1" + }, + { + "id": "docs_audit_31_module_audit_closure_required_review_group_closures", + "label": "Required Review Group Closures", + "_origin": "ast", + "community": 69, + "community_name": "Required Review Group Closures", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required review group closures", + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L8" + }, + { + "id": "backend_src_admin_blogs_controller", + "label": "admin/blogs.controller.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "admin/blogs.controller.ts", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_blogs_service", + "label": "admin/blogs.service.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "admin/blogs.service.ts", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_blogs_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_blogs_blogs_controller", + "label": "blogs/blogs.controller.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "blogs/blogs.controller.ts", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_blogs_blogs_module", + "label": "blogs.module.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "blogs.module.ts", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_blogs_blogs_service", + "label": "blogs/blogs.service.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "blogs/blogs.service.ts", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_blogs_blogs_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_dto_pagination_dto", + "label": "pagination.dto.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "pagination.dto.ts", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_dto_pagination_dto_ts_isenum", + "label": "IsEnum", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "isenum", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_dto_pagination_dto_ts_isint", + "label": "IsInt", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "isint", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_dto_pagination_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_dto_pagination_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_dto_pagination_dto_ts_min", + "label": "Min", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "min", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_dto_pagination_dto_ts_type", + "label": "Type", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "type", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_dto_create_order_dto", + "label": "create-order.dto.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "create-order.dto.ts", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_orders_orders_controller", + "label": "orders.controller.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "orders.controller.ts", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_orders_orders_controller_spec", + "label": "orders.controller.spec.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "orders.controller.spec.ts", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_orders_orders_controller_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_isnumber", + "label": "IsNumber", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_module", + "label": "orders.module.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "orders.module.ts", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_orders_orders_service", + "label": "orders.service.ts", + "_origin": "ast", + "community": 7, + "community_name": "PaginationDto", + "file_type": "code", + "norm_label": "orders.service.ts", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_tsconfig_app", + "label": "tsconfig.app.json", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "tsconfig.app.json", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L1" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions", + "label": "compilerOptions", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "compileroptions", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L2" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions", + "label": "allowImportingTsExtensions", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "allowimportingtsextensions", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L12" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly", + "label": "erasableSyntaxOnly", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "erasablesyntaxonly", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L21" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_jsx", + "label": "jsx", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "jsx", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "label": "lib", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "lib", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_module", + "label": "module", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "module", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L6" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection", + "label": "moduleDetection", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "moduledetection", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution", + "label": "moduleResolution", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "moduleresolution", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L11" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_noemit", + "label": "noEmit", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "noemit", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L15" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch", + "label": "noFallthroughCasesInSwitch", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "nofallthroughcasesinswitch", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L22" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals", + "label": "noUnusedLocals", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "nounusedlocals", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L19" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters", + "label": "noUnusedParameters", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "nounusedparameters", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L20" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck", + "label": "skipLibCheck", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "skiplibcheck", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L8" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_target", + "label": "target", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "target", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L4" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile", + "label": "tsBuildInfoFile", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "tsbuildinfofile", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L3" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_types", + "label": "types", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "types", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7" + }, + { + "id": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax", + "label": "verbatimModuleSyntax", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "verbatimmodulesyntax", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_tsconfig_app_include", + "label": "include", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "include", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24" + }, + { + "id": "frontend_admin_panel_tsconfig_app_json_ref_dom", + "label": "DOM", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "dom", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_tsconfig_app_json_ref_dom_iterable", + "label": "DOM.Iterable", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "dom.iterable", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_tsconfig_app_json_ref_es2023", + "label": "ES2023", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "es2023", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5" + }, + { + "id": "frontend_admin_panel_tsconfig_app_json_ref_src", + "label": "src", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "src", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24" + }, + { + "id": "ref_vite_client", + "label": "vite/client", + "_origin": "ast", + "community": 70, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "vite/client", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7" + }, + { + "id": "frontend_application_app_about_page", + "label": "about/page.tsx", + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "about/page.tsx", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_app_checkout_page", + "label": "checkout/page.tsx", + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "checkout/page.tsx", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_app_dashboard_page", + "label": "dashboard/page.tsx", + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "dashboard/page.tsx", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_app_privacy_page", + "label": "privacy/page.tsx", + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "privacy/page.tsx", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L1" + }, + { "id": "frontend_application_app_trust_seals_page", - "community": 99, - "community_name": "trust-seals/page.tsx", - "norm_label": "trust-seals/page.tsx" - }, - { - "label": "EnamadBadge.tsx", - "file_type": "code", - "source_file": "frontend/application/components/EnamadBadge.tsx", - "source_location": "L1", + "label": "trust-seals/page.tsx", "_origin": "ast", - "id": "frontend_application_components_enamadbadge", - "community": 99, - "community_name": "trust-seals/page.tsx", - "norm_label": "enamadbadge.tsx" + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "trust-seals/page.tsx", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L1" }, { + "id": "frontend_application_app_wiki_page", + "label": "wiki/page.tsx", + "_origin": "ast", + "community": 71, + "community_name": "getPageMetadata", + "file_type": "code", + "norm_label": "wiki/page.tsx", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_06_dev_frontend", + "label": "06_dev_frontend.md", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "06_dev_frontend.md", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first", + "label": "1. Always Read Tech Stack First", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. always read tech stack first", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L119" + }, + { + "id": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support", + "label": "2. Sub-step Execution (Token Resume Support)", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. sub-step execution (token resume support)", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L131" + }, + { + "id": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement", + "label": "3. API Mocking Requirement", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. api mocking requirement", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L141" + }, + { + "id": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture", + "label": "4. Modular Component Architecture", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. modular component architecture", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L148" + }, + { + "id": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory", + "label": "5. Responsive Design (Mandatory)", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. responsive design (mandatory)", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L157" + }, + { + "id": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary", + "label": "6. File Scope Boundary", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. file scope boundary", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L163" + }, + { + "id": "ai_agency_agents_06_dev_frontend_7_forbidden_actions", + "label": "7. Forbidden Actions", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "7. forbidden actions", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L167" + }, + { + "id": "ai_agency_agents_06_dev_frontend_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L187" + }, + { + "id": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation", + "label": "IMPLEMENT MODE \u2014 Normal Operation", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "implement mode \u2014 normal operation", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L103" + }, + { + "id": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L117" + }, + { + "id": "ai_agency_agents_06_dev_frontend_output", + "label": "Output", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "output", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L65" + }, + { + "id": "ai_agency_agents_06_dev_frontend_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L175" + }, + { + "id": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u2605 review mode (called during review phase)", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L7" + }, + { + "id": "ai_agency_agents_06_dev_frontend_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L107" + }, + { + "id": "ai_agency_agents_06_dev_frontend_what_you_do_not_review", + "label": "What You DO NOT Review", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you do not review", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L23" + }, + { + "id": "ai_agency_agents_06_dev_frontend_what_you_look_for_frontend_expert_eyes_only", + "label": "What You Look For (Frontend Expert Eyes Only)", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you look for (frontend expert eyes only)", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L26" + }, + { + "id": "ai_agency_agents_06_dev_frontend_your_domain_what_you_review_only_these_areas", + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "_origin": "ast", + "community": 72, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "your domain \u2014 what you review (only these areas)", + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L11" + }, + { + "id": "ai_agency_agents_08_visual_qa", + "label": "08_visual_qa.md", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "08_visual_qa.md", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis", + "label": "1. Framework-Aware Analysis", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. framework-aware analysis", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L115" + }, + { + "id": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis", + "label": "2. DOM & Semantic Structure Analysis", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. dom & semantic structure analysis", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L126" + }, + { + "id": "ai_agency_agents_08_visual_qa_3_accessibility_compliance", + "label": "3. Accessibility Compliance", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. accessibility compliance", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L134" + }, + { + "id": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification", + "label": "4. Responsive Layout Verification", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. responsive layout verification", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L143" + }, + { + "id": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode", + "label": "5. Fallback Inspection Mode", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. fallback inspection mode", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L155" + }, + { + "id": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol", + "label": "6. Defect Routing Protocol", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. defect routing protocol", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L162" + }, + { + "id": "ai_agency_agents_08_visual_qa_7_forbidden_actions", + "label": "7. Forbidden Actions", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "7. forbidden actions", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L174" + }, + { + "id": "ai_agency_agents_08_visual_qa_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L190" + }, + { + "id": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification", + "label": "INSPECT MODE \u2014 Normal Operation (Post-Task Verification)", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "inspect mode \u2014 normal operation (post-task verification)", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L99" + }, + { + "id": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L113" + }, + { + "id": "ai_agency_agents_08_visual_qa_output", + "label": "Output", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "output", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L63" + }, + { + "id": "ai_agency_agents_08_visual_qa_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L182" + }, + { + "id": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u2605 review mode (called during review phase)", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L9" + }, + { + "id": "ai_agency_agents_08_visual_qa_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L103" + }, + { + "id": "ai_agency_agents_08_visual_qa_what_you_do_not_review", + "label": "What You DO NOT Review", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you do not review", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L24" + }, + { + "id": "ai_agency_agents_08_visual_qa_what_you_look_for_ux_expert_eyes_only", + "label": "What You Look For (UX Expert Eyes Only)", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you look for (ux expert eyes only)", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L27" + }, + { + "id": "ai_agency_agents_08_visual_qa_your_domain_what_you_review_only_these_areas", + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "_origin": "ast", + "community": 73, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "your domain \u2014 what you review (only these areas)", + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L13" + }, + { + "id": "backend_src_admin_wiki_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_apiquery", + "label": "ApiQuery", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "apiquery", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_put", + "label": "Put", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "put", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_wiki_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 74, + "community_name": "WikiController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_health_log_dto", + "label": "create-health-log.dto.ts", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "create-health-log.dto.ts", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_health_log_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_health_log_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_pet_dto", + "label": "create-pet.dto.ts", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "create-pet.dto.ts", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_pets_dto_create_pet_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_pet_dto_ts_isarray", + "label": "IsArray", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isarray", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_pet_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_pet_dto_ts_isnumber", + "label": "IsNumber", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_pet_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_pet_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_reminder_dto", + "label": "create-reminder.dto.ts", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "create-reminder.dto.ts", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_reminder_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_create_reminder_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_dto_update_pet_dto", + "label": "update-pet.dto.ts", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "update-pet.dto.ts", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_pets_pets_controller", + "label": "pets/pets.controller.ts", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "pets/pets.controller.ts", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_pets_pets_controller_spec", + "label": "pets.controller.spec.ts", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "pets.controller.spec.ts", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_pets_pets_controller_ts_apibadrequestresponse", + "label": "ApiBadRequestResponse", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apibadrequestresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_apicreatedresponse", + "label": "ApiCreatedResponse", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apicreatedresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "label": "ApiNotFoundResponse", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apinotfoundresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_apiokresponse", + "label": "ApiOkResponse", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apiokresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_patch", + "label": "Patch", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "patch", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_req", + "label": "Req", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "req", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_uploadedfile", + "label": "UploadedFile", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "uploadedfile", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_controller_ts_useinterceptors", + "label": "UseInterceptors", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "useinterceptors", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_module", + "label": "pets.module.ts", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "pets.module.ts", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_pets_pets_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_pets_pets_service", + "label": "pets/pets.service.ts", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "pets/pets.service.ts", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_pets_pets_service_spec", + "label": "pets.service.spec.ts", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "pets.service.spec.ts", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_pets_pets_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 75, + "community_name": "PetsController", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_payment_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 76, + "community_name": "PaymentService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_seo_seo_controller", + "label": "seo.controller.ts", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "seo.controller.ts", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_seo_seo_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_seo_seo_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_seo_seo_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_seo_seo_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_seo_seo_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_seo_seo_module", + "label": "seo.module.ts", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "seo.module.ts", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_seo_seo_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_seo_seo_service", + "label": "seo.service.ts", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "seo.service.ts", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_seo_seo_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 77, + "community_name": "seo.module.ts", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_delete", + "label": "Delete", + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": "delete", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_admin_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 78, + "community_name": "AdminService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "ai_agency_agency", + "label": "AGENCY.md", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "page", + "norm_label": "agency.md", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agency_activation", + "label": "Activation", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "activation", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L12" + }, + { + "id": "ai_agency_agency_agent_directory_reference", + "label": "Agent Directory Reference", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "agent directory reference", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L239" + }, + { + "id": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "label": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\ud83c\udfe2 ai software agency \u2014 master orchestration protocol v3", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agency_phase_1_specialist_review_all_agents_read_none_write_code_yet", + "label": "Phase 1: Specialist Review (All agents read, none write code yet)", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 1: specialist review (all agents read, none write code yet)", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L79" + }, + { + "id": "ai_agency_agency_phase_2_master_synthesis_02_product_manager_in_synthesis_mode", + "label": "Phase 2: Master Synthesis (02_product_manager in SYNTHESIS mode)", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 2: master synthesis (02_product_manager in synthesis mode)", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L104" + }, + { + "id": "ai_agency_agency_phase_3_execution_same_as_always", + "label": "Phase 3: Execution (Same as always)", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 3: execution (same as always)", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L114" + }, + { + "id": "ai_agency_agency_pipeline_a_new_project_greenfield", + "label": "PIPELINE A \u2014 New Project (GREENFIELD)", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "pipeline a \u2014 new project (greenfield)", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L67" + }, + { + "id": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "label": "PIPELINE B \u2014 Review & Improve Existing Project (REVIEW_AND_PLAN) \u2605", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "pipeline b \u2014 review & improve existing project (review_and_plan) \u2605", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L75" + }, + { + "id": "ai_agency_agency_pipeline_c_add_specific_feature_add_feature", + "label": "PIPELINE C \u2014 Add Specific Feature (ADD_FEATURE)", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "pipeline c \u2014 add specific feature (add_feature)", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L121" + }, + { + "id": "ai_agency_agency_pipeline_d_content_seo_only_content_creation", + "label": "PIPELINE D \u2014 Content & SEO Only (CONTENT_CREATION)", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "pipeline d \u2014 content & seo only (content_creation)", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L133" + }, + { + "id": "ai_agency_agency_real_data_policy", + "label": "Real Data Policy", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "real data policy", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L259" + }, + { + "id": "ai_agency_agency_state_json_template_full_schema_v3", + "label": "State.json Template (Full Schema v3)", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "state.json template (full schema v3)", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L192" + }, + { + "id": "ai_agency_agency_state_machine_active_agent_tracking", + "label": "State Machine \u2014 Active Agent Tracking", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "state machine \u2014 active agent tracking", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L182" + }, + { + "id": "ai_agency_agency_step_1_detect_project_intent", + "label": "STEP 1 \u2014 Detect Project Intent", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 1 \u2014 detect project intent", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L25" + }, + { + "id": "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical", + "label": "STEP 2 \u2014 Token Limit / Context Resume Protocol (CRITICAL)", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "step 2 \u2014 token limit / context resume protocol (critical)", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L41" + }, + { + "id": "ai_agency_agency_task_execution_loop_all_pipelines", + "label": "TASK EXECUTION LOOP (All Pipelines)", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "task execution loop (all pipelines)", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L144" + }, + { + "id": "ai_agency_agency_your_identity", + "label": "Your Identity", + "_origin": "ast", + "community": 79, + "community_name": "\ud83c\udfe2 AI Software Agency \u2014 Master Orchestration Protocol v3", + "file_type": "document", + "node_kind": "heading", + "norm_label": "your identity", + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L3" + }, + { + "id": "backend_src_admin_admin_module", + "label": "admin.module.ts", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "admin.module.ts", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_reports_controller", + "label": "reports.controller.ts", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "reports.controller.ts", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_reports_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_reports_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_reports_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_reports_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_reports_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_reports_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_reports_service", + "label": "reports.service.ts", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "reports.service.ts", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_reports_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_admin_ssl_service", + "label": "ssl.service.ts", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "ssl.service.ts", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_wiki_controller", + "label": "admin/wiki.controller.ts", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "admin/wiki.controller.ts", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_wiki_service", + "label": "admin/wiki.service.ts", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "admin/wiki.service.ts", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_admin_wiki_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 8, + "community_name": "admin.module.ts", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "ai_agency_agents_03_product_manager", + "label": "03_product_manager.md", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "03_product_manager.md", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier", + "label": "1. Hierarchical Decomposition Algorithm (3-Tier)", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. hierarchical decomposition algorithm (3-tier)", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L86" + }, + { + "id": "ai_agency_agents_03_product_manager_2_sub_step_definition_required_for_all_tasks", + "label": "2. Sub-step Definition (Required for all tasks)", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. sub-step definition (required for all tasks)", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L98" + }, + { + "id": "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule", + "label": "3. Brownfield Completeness Rule", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. brownfield completeness rule", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L110" + }, + { + "id": "ai_agency_agents_03_product_manager_4_role_assignment_rules", + "label": "4. Role Assignment Rules", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. role assignment rules", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L116" + }, + { + "id": "ai_agency_agents_03_product_manager_5_dependency_tracking_strict", + "label": "5. Dependency Tracking (Strict)", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. dependency tracking (strict)", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L126" + }, + { + "id": "ai_agency_agents_03_product_manager_6_priority_assignment", + "label": "6. Priority Assignment", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. priority assignment", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L132" + }, + { + "id": "ai_agency_agents_03_product_manager_7_forbidden_actions", + "label": "7. Forbidden Actions", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "7. forbidden actions", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L140" + }, + { + "id": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects", + "label": "DECOMPOSE MODE \u2014 Normal Operation (New Projects)", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "decompose mode \u2014 normal operation (new projects)", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L72" + }, + { + "id": "ai_agency_agents_03_product_manager_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L194" + }, + { + "id": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L84" + }, + { + "id": "ai_agency_agents_03_product_manager_output_of_synthesis_mode", + "label": "Output of Synthesis Mode", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "output of synthesis mode", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L62" + }, + { + "id": "ai_agency_agents_03_product_manager_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L149" + }, + { + "id": "ai_agency_agents_03_product_manager_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_03_product_manager_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L74" + }, + { + "id": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "label": "\u2605 SYNTHESIS MODE (called after Review Phase completes)", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u2605 synthesis mode (called after review phase completes)", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L7" + }, + { + "id": "ai_agency_agents_03_product_manager_synthesis_rules", + "label": "Synthesis Rules", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "synthesis rules", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L23" + }, + { + "id": "ai_agency_agents_03_product_manager_what_you_read_all_of_these_the_full_picture", + "label": "What You Read (ALL of these \u2014 the full picture)", + "_origin": "ast", + "community": 80, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you read (all of these \u2014 the full picture)", + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L11" + }, + { + "id": "ai_agency_agents_05_dev_backend", + "label": "05_dev_backend.md", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "page", + "norm_label": "05_dev_backend.md", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first", + "label": "1. Always Read Tech Stack First", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. always read tech stack first", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L110" + }, + { + "id": "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support", + "label": "2. Sub-step Execution (Token Resume Support)", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. sub-step execution (token resume support)", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L121" + }, + { + "id": "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring", + "label": "3. Mandatory Test Authoring", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. mandatory test authoring", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L131" + }, + { + "id": "ai_agency_agents_05_dev_backend_4_code_quality_standards", + "label": "4. Code Quality Standards", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. code quality standards", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L138" + }, + { + "id": "ai_agency_agents_05_dev_backend_5_file_scope_boundary", + "label": "5. File Scope Boundary", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. file scope boundary", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L146" + }, + { + "id": "ai_agency_agents_05_dev_backend_6_forbidden_actions", + "label": "6. Forbidden Actions", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. forbidden actions", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L151" + }, + { + "id": "ai_agency_agents_05_dev_backend_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L172" + }, + { + "id": "ai_agency_agents_05_dev_backend_implement_mode_normal_operation", + "label": "IMPLEMENT MODE \u2014 Normal Operation", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "implement mode \u2014 normal operation", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L94" + }, + { + "id": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L108" + }, + { + "id": "ai_agency_agents_05_dev_backend_output", + "label": "Output", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "output", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L60" + }, + { + "id": "ai_agency_agents_05_dev_backend_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L160" + }, + { + "id": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u2605 review mode (called during review phase)", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L7" + }, + { + "id": "ai_agency_agents_05_dev_backend_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L98" + }, + { + "id": "ai_agency_agents_05_dev_backend_what_you_do_not_review", + "label": "What You DO NOT Review", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you do not review", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L23" + }, + { + "id": "ai_agency_agents_05_dev_backend_what_you_look_for_backend_expert_eyes_only", + "label": "What You Look For (Backend Expert Eyes Only)", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you look for (backend expert eyes only)", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L26" + }, + { + "id": "ai_agency_agents_05_dev_backend_your_domain_what_you_review_only_these_areas", + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "_origin": "ast", + "community": 81, + "community_name": "Operational Rules & Boundaries", + "file_type": "document", + "node_kind": "heading", + "norm_label": "your domain \u2014 what you review (only these areas)", + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L11" + }, + { + "id": "package", + "label": "package.json", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "package.json", + "source_file": "package.json", + "source_location": "L1" + }, + { + "id": "package_devdependencies", + "label": "devDependencies", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "devdependencies", + "source_file": "package.json", + "source_location": "L17" + }, + { + "id": "package_devdependencies_concurrently", + "label": "concurrently", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "concurrently", + "source_file": "package.json", + "source_location": "L18" + }, + { + "id": "package_name", + "label": "name", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "name", + "source_file": "package.json", + "source_location": "L2" + }, + { + "id": "package_private", + "label": "private", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "private", + "source_file": "package.json", + "source_location": "L4" + }, + { + "id": "package_scripts", + "label": "scripts", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "scripts", + "source_file": "package.json", + "source_location": "L5" + }, + { + "id": "package_scripts_build", + "label": "build", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "build", + "source_file": "package.json", + "source_location": "L14" + }, + { + "id": "package_scripts_build_admin", + "label": "build:admin", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "build:admin", + "source_file": "package.json", + "source_location": "L13" + }, + { + "id": "package_scripts_build_backend", + "label": "build:backend", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "build:backend", + "source_file": "package.json", + "source_location": "L11" + }, + { + "id": "package_scripts_build_frontend", + "label": "build:frontend", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "build:frontend", + "source_file": "package.json", + "source_location": "L12" + }, + { + "id": "package_scripts_dev", + "label": "dev", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "dev", + "source_file": "package.json", + "source_location": "L10" + }, + { + "id": "package_scripts_dev_admin", + "label": "dev:admin", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "dev:admin", + "source_file": "package.json", + "source_location": "L9" + }, + { + "id": "package_scripts_dev_backend", + "label": "dev:backend", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "dev:backend", + "source_file": "package.json", + "source_location": "L7" + }, + { + "id": "package_scripts_dev_frontend", + "label": "dev:frontend", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "dev:frontend", + "source_file": "package.json", + "source_location": "L8" + }, + { + "id": "package_scripts_install_all", + "label": "install:all", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "install:all", + "source_file": "package.json", + "source_location": "L6" + }, + { + "id": "package_scripts_start", + "label": "start", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "start", + "source_file": "package.json", + "source_location": "L15" + }, + { + "id": "package_version", + "label": "version", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "code", + "norm_label": "version", + "source_file": "package.json", + "source_location": "L3" + }, + { + "id": "concurrently", + "label": "concurrently", + "_origin": "ast", + "community": 82, + "community_name": "scripts", + "file_type": "concept", + "norm_label": "concurrently", + "source_file": "package.json", + "source_location": "L18" + }, + { + "id": "frontend_admin_panel_package_dependencies", + "label": "dependencies", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "dependencies", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L12" + }, + { + "id": "frontend_admin_panel_package_dependencies_axios", + "label": "axios", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "axios", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_package_dependencies_lucide_react", + "label": "lucide-react", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "lucide-react", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15" + }, + { + "id": "frontend_admin_panel_package_dependencies_react", + "label": "react", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "react", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_package_dependencies_react_dom", + "label": "react-dom", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "react-dom", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17" + }, + { + "id": "frontend_admin_panel_package_dependencies_react_hot_toast", + "label": "react-hot-toast", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "react-hot-toast", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18" + }, + { + "id": "frontend_admin_panel_package_dependencies_react_router_dom", + "label": "react-router-dom", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "react-router-dom", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19" + }, + { + "id": "frontend_admin_panel_package_dependencies_recharts", + "label": "recharts", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "recharts", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20" + }, + { + "id": "frontend_admin_panel_package_dependencies_tanstack_react_query", + "label": "@tanstack/react-query", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "@tanstack/react-query", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13" + }, + { + "id": "frontend_admin_panel_package_dependencies_vite", + "label": "vite", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "vite", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21" + }, + { + "id": "frontend_admin_panel_package_dependencies_zustand", + "label": "zustand", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "zustand", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22" + }, + { + "id": "frontend_admin_panel_package_json_axios", + "label": "axios", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "axios", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14" + }, + { + "id": "frontend_admin_panel_package_json_lucide_react", + "label": "lucide-react", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "lucide-react", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15" + }, + { + "id": "frontend_admin_panel_package_json_react", + "label": "react", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "react", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16" + }, + { + "id": "frontend_admin_panel_package_json_react_dom", + "label": "react-dom", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "react-dom", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17" + }, + { + "id": "frontend_admin_panel_package_json_zustand", + "label": "zustand", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "zustand", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22" + }, + { + "id": "react_hot_toast", + "label": "react-hot-toast", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "react-hot-toast", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18" + }, + { + "id": "react_router_dom", + "label": "react-router-dom", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "react-router-dom", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19" + }, + { + "id": "recharts", + "label": "recharts", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "recharts", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20" + }, + { + "id": "tanstack_react_query", + "label": "@tanstack/react-query", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "@tanstack/react-query", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13" + }, + { + "id": "vite", + "label": "vite", + "_origin": "ast", + "community": 83, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "vite", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21" + }, + { + "id": "ai_agency_agents_09_devops_security", + "label": "09_devops_security.md", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "page", + "norm_label": "09_devops_security.md", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files", + "label": "1. Active Secret Scanning (All Modified Files)", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. active secret scanning (all modified files)", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L108" + }, + { + "id": "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists", + "label": "2. Docker Container Verification (if Dockerfile exists)", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. docker container verification (if dockerfile exists)", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L120" + }, + { + "id": "ai_agency_agents_09_devops_security_3_ci_cd_basic_check_if_github_workflows_exists", + "label": "3. CI/CD Basic Check (if `.github/workflows/` exists)", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. ci/cd basic check (if `.github/workflows/` exists)", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L133" + }, + { + "id": "ai_agency_agents_09_devops_security_4_failure_routing_protocol", + "label": "4. Failure Routing Protocol", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. failure routing protocol", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L138" + }, + { + "id": "ai_agency_agents_09_devops_security_5_forbidden_actions", + "label": "5. Forbidden Actions", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. forbidden actions", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L150" + }, + { + "id": "ai_agency_agents_09_devops_security_enforce_mode_normal_operation", + "label": "ENFORCE MODE \u2014 Normal Operation", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "enforce mode \u2014 normal operation", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L93" + }, + { + "id": "ai_agency_agents_09_devops_security_expected_json_output_schema", + "label": "Expected JSON Output Schema", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "expected json output schema", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L168" + }, + { + "id": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "label": "Operational Rules & Boundaries", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "operational rules & boundaries", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L106" + }, + { + "id": "ai_agency_agents_09_devops_security_output", + "label": "Output", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "output", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L58" + }, + { + "id": "ai_agency_agents_09_devops_security_required_output_artifacts_what_files_to_write_update", + "label": "Required Output Artifacts (What files to write/update)", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "required output artifacts (what files to write/update)", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L158" + }, + { + "id": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "label": "\u2605 REVIEW MODE (called during Review Phase)", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "\u2605 review mode (called during review phase)", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L7" + }, + { + "id": "ai_agency_agents_09_devops_security_role_core_objective", + "label": "Role & Core Objective", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "role & core objective", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L1" + }, + { + "id": "ai_agency_agents_09_devops_security_strict_input_specifications_what_files_to_read", + "label": "Strict Input Specifications (What files to read)", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strict input specifications (what files to read)", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L97" + }, + { + "id": "ai_agency_agents_09_devops_security_what_you_do_not_review", + "label": "What You DO NOT Review", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you do not review", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L23" + }, + { + "id": "ai_agency_agents_09_devops_security_what_you_look_for_security_expert_eyes_only", + "label": "What You Look For (Security Expert Eyes Only)", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "what you look for (security expert eyes only)", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L26" + }, + { + "id": "ai_agency_agents_09_devops_security_your_domain_what_you_review_only_these_areas", + "label": "Your Domain \u2014 What You Review (ONLY these areas)", + "_origin": "ast", + "community": 84, + "community_name": "Role & Core Objective", + "file_type": "document", + "node_kind": "heading", + "norm_label": "your domain \u2014 what you review (only these areas)", + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L11" + }, + { + "id": "backend_src_admin_admin_service_spec", + "label": "admin.service.spec.ts", + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "admin.service.spec.ts", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_auth_service", + "label": "auth.service.ts", + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "auth.service.ts", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_auth_auth_service_spec", + "label": "auth.service.spec.ts", + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "auth.service.spec.ts", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_redis_redis_module", + "label": "redis.module.ts", + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "redis.module.ts", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_redis_redis_module_ts_global", + "label": "Global", + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "global", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_redis_redis_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_redis_redis_service", + "label": "redis.service.ts", + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "redis.service.ts", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_redis_redis_service_spec", + "label": "redis.service.spec.ts", + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "redis.service.spec.ts", + "source_file": "backend/src/redis/redis.service.spec.ts", + "source_location": "L1" + }, + { + "id": "backend_src_redis_redis_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 85, + "community_name": "auth.service.ts", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_payment_interfaces_payment_gateway_interface", + "label": "payment-gateway.interface.ts", + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": "payment-gateway.interface.ts", + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L1" + }, + { + "id": "backend_src_payment_zibal_service", + "label": "zibal.service.ts", + "_origin": "ast", + "community": 86, + "community_name": "zibal.service.ts", + "file_type": "code", + "norm_label": "zibal.service.ts", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L1" + }, + { + "id": "frontend_application_package_dependencies", + "label": "dependencies", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "dependencies", + "source_file": "frontend/application/package.json", + "source_location": "L11" + }, + { + "id": "frontend_application_package_dependencies_axios", + "label": "axios", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "axios", + "source_file": "frontend/application/package.json", + "source_location": "L12" + }, + { + "id": "frontend_application_package_dependencies_lucide_react", + "label": "lucide-react", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "lucide-react", + "source_file": "frontend/application/package.json", + "source_location": "L13" + }, + { + "id": "frontend_application_package_dependencies_motion", + "label": "motion", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "motion", + "source_file": "frontend/application/package.json", + "source_location": "L14" + }, + { + "id": "frontend_application_package_dependencies_next", + "label": "next", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "next", + "source_file": "frontend/application/package.json", + "source_location": "L15" + }, + { + "id": "frontend_application_package_dependencies_react", + "label": "react", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "react", + "source_file": "frontend/application/package.json", + "source_location": "L16" + }, + { + "id": "frontend_application_package_dependencies_react_dom", + "label": "react-dom", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "react-dom", + "source_file": "frontend/application/package.json", + "source_location": "L17" + }, + { + "id": "frontend_application_package_dependencies_sonner", + "label": "sonner", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "sonner", + "source_file": "frontend/application/package.json", + "source_location": "L18" + }, + { + "id": "frontend_application_package_dependencies_zustand", + "label": "zustand", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "code", + "norm_label": "zustand", + "source_file": "frontend/application/package.json", + "source_location": "L19" + }, + { + "id": "frontend_application_package_json_axios", + "label": "axios", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "axios", + "source_file": "frontend/application/package.json", + "source_location": "L12" + }, + { + "id": "frontend_application_package_json_lucide_react", + "label": "lucide-react", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "lucide-react", + "source_file": "frontend/application/package.json", + "source_location": "L13" + }, + { + "id": "frontend_application_package_json_react", + "label": "react", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "react", + "source_file": "frontend/application/package.json", + "source_location": "L16" + }, + { + "id": "frontend_application_package_json_react_dom", + "label": "react-dom", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "react-dom", + "source_file": "frontend/application/package.json", + "source_location": "L17" + }, + { + "id": "frontend_application_package_json_zustand", + "label": "zustand", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "zustand", + "source_file": "frontend/application/package.json", + "source_location": "L19" + }, + { + "id": "motion", + "label": "motion", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "motion", + "source_file": "frontend/application/package.json", + "source_location": "L14" + }, + { + "id": "next", + "label": "next", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "next", + "source_file": "frontend/application/package.json", + "source_location": "L15" + }, + { + "id": "sonner", + "label": "sonner", + "_origin": "ast", + "community": 87, + "community_name": "dependencies", + "file_type": "concept", + "norm_label": "sonner", + "source_file": "frontend/application/package.json", + "source_location": "L18" + }, + { + "id": "frontend_application_app_homeclient", + "label": "HomeClient.tsx", + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "homeclient.tsx", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_archivepage", + "label": "ArchivePage.tsx", + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "archivepage.tsx", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_archivepage_category_map", + "label": "CATEGORY_MAP", + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "category_map", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L43" + }, + { + "id": "frontend_application_components_archivepage_icon_map", + "label": "ICON_MAP", + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "icon_map", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L34" + }, + { + "id": "frontend_application_components_bannerplacement", + "label": "BannerPlacement.tsx", + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "bannerplacement.tsx", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_hero", + "label": "Hero.tsx", + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "hero.tsx", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_components_tests_hero_test", + "label": "Hero.test.tsx", + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "hero.test.tsx", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_lib_types", + "label": "types.ts", + "_origin": "ast", + "community": 88, + "community_name": "HomeClient.tsx", + "file_type": "code", + "norm_label": "types.ts", + "source_file": "frontend/application/lib/types.ts", + "source_location": "L1" + }, + { + "id": "backend_prisma_seed", + "label": "seed.ts", + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "seed.ts", + "source_file": "backend/prisma/seed.ts", + "source_location": "L1" + }, + { + "id": "backend_prisma_seed_home", + "label": "seed-home.ts", + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "seed-home.ts", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L1" + }, + { + "id": "backend_prisma_seed_home_prisma", + "label": "prisma", + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "prisma", + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L3" + }, + { + "id": "backend_prisma_seed_prisma", + "label": "prisma", + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "prisma", + "source_file": "backend/prisma/seed.ts", + "source_location": "L9" + }, + { + "id": "backend_prisma_seed_products", + "label": "seed-products.ts", + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "seed-products.ts", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L1" + }, + { + "id": "backend_prisma_seed_products_prisma", + "label": "prisma", + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "prisma", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L5" + }, + { + "id": "backend_prisma_seed_products_product_symptoms_map", + "label": "PRODUCT_SYMPTOMS_MAP", + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "product_symptoms_map", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L148" + }, + { + "id": "backend_prisma_seed_products_product_taglines_map", + "label": "PRODUCT_TAGLINES_MAP", + "_origin": "ast", + "community": 89, + "community_name": "seed-products.ts", + "file_type": "code", + "norm_label": "product_taglines_map", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L208" + }, + { + "id": "backend_package_devdependencies", + "label": "devDependencies", + "_origin": "ast", + "community": 9, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "devdependencies", + "source_file": "backend/package.json", + "source_location": "L45" + }, + { + "id": "backend_package_devdependencies_eslint_plugin_prettier", + "label": "eslint-plugin-prettier", + "_origin": "ast", + "community": 9, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "eslint-plugin-prettier", + "source_file": "backend/package.json", + "source_location": "L62" + }, + { + "id": "backend_package_devdependencies_types_passport_jwt", + "label": "@types/passport-jwt", + "_origin": "ast", + "community": 9, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@types/passport-jwt", + "source_file": "backend/package.json", + "source_location": "L58" + }, + { + "id": "backend_package_devdependencies_types_supertest", + "label": "@types/supertest", + "_origin": "ast", + "community": 9, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "@types/supertest", + "source_file": "backend/package.json", + "source_location": "L59" + }, + { + "id": "backend_package_devdependencies_typescript", + "label": "typescript", + "_origin": "ast", + "community": 9, + "community_name": "devDependencies", + "file_type": "code", + "norm_label": "typescript", + "source_file": "backend/package.json", + "source_location": "L73" + }, + { + "id": "backend_package_json_typescript", + "label": "typescript", + "_origin": "ast", + "community": 9, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "typescript", + "source_file": "backend/package.json", + "source_location": "L73" + }, + { + "id": "eslint_plugin_prettier", + "label": "eslint-plugin-prettier", + "_origin": "ast", + "community": 9, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "eslint-plugin-prettier", + "source_file": "backend/package.json", + "source_location": "L62" + }, + { + "id": "types_passport_jwt", + "label": "@types/passport-jwt", + "_origin": "ast", + "community": 9, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@types/passport-jwt", + "source_file": "backend/package.json", + "source_location": "L58" + }, + { + "id": "types_supertest", + "label": "@types/supertest", + "_origin": "ast", + "community": 9, + "community_name": "devDependencies", + "file_type": "concept", + "norm_label": "@types/supertest", + "source_file": "backend/package.json", + "source_location": "L59" + }, + { + "id": "backend_src_settings_dto_sms_log_query_dto", + "label": "sms-log-query.dto.ts", + "_origin": "ast", + "community": 90, + "community_name": "SmsLogQueryDto", + "file_type": "code", + "norm_label": "sms-log-query.dto.ts", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L1" + }, + { + "id": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 90, + "community_name": "SmsLogQueryDto", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isin", + "label": "IsIn", + "_origin": "ast", + "community": 90, + "community_name": "SmsLogQueryDto", + "file_type": "code", + "norm_label": "isin", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber", + "label": "IsNumber", + "_origin": "ast", + "community": 90, + "community_name": "SmsLogQueryDto", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 90, + "community_name": "SmsLogQueryDto", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_dto_sms_log_query_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 90, + "community_name": "SmsLogQueryDto", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_settings_dto_sms_log_query_dto_ts_type", + "label": "Type", + "_origin": "ast", + "community": 90, + "community_name": "SmsLogQueryDto", + "file_type": "code", + "norm_label": "type", + "source_file": "", + "source_location": "" + }, + { + "id": "docs_audit_02_audit_plan", + "label": "02-audit-plan.md", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "page", + "norm_label": "02-audit-plan.md", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L1" + }, + { + "id": "docs_audit_02_audit_plan_10_documentation_engineer", + "label": "10. Documentation Engineer", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "10. documentation engineer", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L73" + }, + { + "id": "docs_audit_02_audit_plan_1_lead_architect_orchestrator", + "label": "1. Lead Architect / Orchestrator", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. lead architect / orchestrator", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L28" + }, + { + "id": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor", + "label": "2. React / Vite Storefront Auditor", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. react / vite storefront auditor", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L33" + }, + { + "id": "docs_audit_02_audit_plan_3_nestjs_backend_auditor", + "label": "3. NestJS Backend Auditor", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. nestjs backend auditor", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L38" + }, + { + "id": "docs_audit_02_audit_plan_4_admin_features_auditor", + "label": "4. Admin Features Auditor", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. admin features auditor", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L43" + }, + { + "id": "docs_audit_02_audit_plan_5_database_data_integrity_auditor", + "label": "5. Database & Data Integrity Auditor", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. database & data integrity auditor", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L48" + }, + { + "id": "docs_audit_02_audit_plan_6_security_auditor", + "label": "6. Security Auditor", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. security auditor", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L53" + }, + { + "id": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor", + "label": "7. TypeScript & Code Quality Auditor", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "7. typescript & code quality auditor", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L58" + }, + { + "id": "docs_audit_02_audit_plan_8_testing_reliability_auditor", + "label": "8. Testing & Reliability Auditor", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "8. testing & reliability auditor", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L63" + }, + { + "id": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor", + "label": "9. DevOps & CI/CD Auditor", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "9. devops & ci/cd auditor", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L68" + }, + { + "id": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "label": "Audit Plan & Subagent Roles", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "audit plan & subagent roles", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L1" + }, + { + "id": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions", + "label": "Mandatory Global Audit Exclusions", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "mandatory global audit exclusions", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L10" + }, + { + "id": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "label": "Reconciled Audit Roles & Assignments", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "reconciled audit roles & assignments", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L26" + }, + { + "id": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation", + "label": "Strategy for Deduplication & Consolidation", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "strategy for deduplication & consolidation", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L80" + }, + { + "id": "docs_audit_02_audit_plan_subagent_execution_mode", + "label": "Subagent Execution Mode", + "_origin": "ast", + "community": 91, + "community_name": "Reconciled Audit Roles & Assignments", + "file_type": "document", + "node_kind": "heading", + "norm_label": "subagent execution mode", + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L3" + }, + { + "id": "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional", + "label": "ApiPropertyOptional", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "apipropertyoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_dto_create_order_dto_ts_isarray", + "label": "IsArray", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "isarray", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_dto_create_order_dto_ts_isnotempty", + "label": "IsNotEmpty", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "isnotempty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_dto_create_order_dto_ts_isnumber", + "label": "IsNumber", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "isnumber", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_dto_create_order_dto_ts_isoptional", + "label": "IsOptional", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "isoptional", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_dto_create_order_dto_ts_isstring", + "label": "IsString", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "isstring", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_dto_create_order_dto_ts_type", + "label": "Type", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "type", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "label": "ApiBadRequestResponse", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "apibadrequestresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_apibearerauth", + "label": "ApiBearerAuth", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "apibearerauth", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_apicreatedresponse", + "label": "ApiCreatedResponse", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "apicreatedresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_apinotfoundresponse", + "label": "ApiNotFoundResponse", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "apinotfoundresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_apiokresponse", + "label": "ApiOkResponse", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "apiokresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_body", + "label": "Body", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "body", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_param", + "label": "Param", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "param", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_post", + "label": "Post", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "post", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_query", + "label": "Query", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "query", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_req", + "label": "Req", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "req", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_controller_ts_useguards", + "label": "UseGuards", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "useguards", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_orders_orders_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "validatenested", + "label": "ValidateNested", + "_origin": "ast", + "community": 92, + "community_name": "OrdersService", + "file_type": "code", + "norm_label": "validatenested", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_common_filters_http_exception_filter", + "label": "http-exception.filter.ts", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "http-exception.filter.ts", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_schemas_error_response_schema", + "label": "error-response.schema.ts", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "error-response.schema.ts", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L1" + }, + { + "id": "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "label": "ApiProperty", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "apiproperty", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_app_module_1", + "label": "app_module_1", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "app_module_1", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L42" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_client_1", + "label": "client_1", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "client_1", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L44" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_common_1", + "label": "common_1", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "common_1", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L40" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_decimal_interceptor_1", + "label": "decimal_interceptor_1", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "decimal_interceptor_1", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L47" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_fs", + "label": "fs", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "fs", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L48" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_http_exception_filter_1", + "label": "http_exception_filter_1", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "http_exception_filter_1", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L45" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "label": "app-audit-verification.e2e-spec.js", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "app-audit-verification.e2e-spec.js", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L1" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_jwt_1", + "label": "jwt_1", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "jwt_1", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L43" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_path", + "label": "path", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "path", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L49" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_prisma_exception_filter_1", + "label": "prisma_exception_filter_1", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "prisma_exception_filter_1", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L46" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_supertest_1", + "label": "supertest_1", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "supertest_1", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L41" + }, + { + "id": "backend_test_app_audit_verification_e2e_spec_testing_1", + "label": "testing_1", + "_origin": "ast", + "community": 93, + "community_name": "app-audit-verification.e2e-spec.js", + "file_type": "code", + "norm_label": "testing_1", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L39" + }, + { + "id": "docs_audit_phase3_1_backlog_review", + "label": "phase3.1-backlog-review.md", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "page", + "norm_label": "phase3.1-backlog-review.md", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L1" + }, + { + "id": "docs_audit_phase3_1_backlog_review_10_dependency_wave_adjustments", + "label": "10. Dependency & Wave Adjustments", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "10. dependency & wave adjustments", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L102" + }, + { + "id": "docs_audit_phase3_1_backlog_review_11_acceptance_criteria_refinements", + "label": "11. Acceptance Criteria Refinements", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "11. acceptance criteria refinements", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L114" + }, + { + "id": "docs_audit_phase3_1_backlog_review_12_business_and_product_decision_classification", + "label": "12. Business and Product Decision Classification", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "12. business and product decision classification", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L124" + }, + { + "id": "docs_audit_phase3_1_backlog_review_13_final_recommended_backlog_summary", + "label": "13. Final Recommended Backlog Summary", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "13. final recommended backlog summary", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L134" + }, + { + "id": "docs_audit_phase3_1_backlog_review_1_executive_assessment", + "label": "1. Executive Assessment", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "1. executive assessment", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L14" + }, + { + "id": "docs_audit_phase3_1_backlog_review_2_findings_that_require_no_change", + "label": "2. Findings That Require No Change", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "2. findings that require no change", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L26" + }, + { + "id": "docs_audit_phase3_1_backlog_review_3_findings_requiring_task_refinements", + "label": "3. Findings Requiring Task Refinements", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "3. findings requiring task refinements", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L41" + }, + { + "id": "docs_audit_phase3_1_backlog_review_4_tasks_requiring_splitting", + "label": "4. Tasks Requiring Splitting", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "4. tasks requiring splitting", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L50" + }, + { + "id": "docs_audit_phase3_1_backlog_review_5_tasks_requiring_merging", + "label": "5. Tasks Requiring Merging", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "5. tasks requiring merging", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L56" + }, + { + "id": "docs_audit_phase3_1_backlog_review_6_unsupported_assumptions_identified", + "label": "6. Unsupported Assumptions Identified", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "6. unsupported assumptions identified", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L62" + }, + { + "id": "docs_audit_phase3_1_backlog_review_7_scope_creep_identified_and_removed", + "label": "7. Scope Creep Identified and Removed", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "7. scope creep identified and removed", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L71" + }, + { + "id": "docs_audit_phase3_1_backlog_review_8_security_deep_dive_review", + "label": "8. Security Deep-Dive Review", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "8. security deep-dive review", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L78" + }, + { + "id": "docs_audit_phase3_1_backlog_review_9_architecture_review", + "label": "9. Architecture Review", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "9. architecture review", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L92" + }, + { + "id": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "label": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "_origin": "ast", + "community": 94, + "community_name": "Phase 3.1 \u2014 Human Review Preparation and Master Backlog Critique", + "file_type": "document", + "node_kind": "heading", + "norm_label": "phase 3.1 \u2014 human review preparation and master backlog critique", + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L1" + }, + { + "id": "frontend_application_app_blog_slug_page", + "label": "blog/[slug]/page.tsx", + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "blog/[slug]/page.tsx", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_app_blog_slug_page_revalidate", + "label": "revalidate", + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "revalidate", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L30" + }, + { + "id": "frontend_application_app_layout", + "label": "layout.tsx", + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "layout.tsx", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_app_shop_slug_page", + "label": "shop/[slug]/page.tsx", + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "shop/[slug]/page.tsx", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_app_wiki_slug_page", + "label": "wiki/[slug]/page.tsx", + "_origin": "ast", + "community": 95, + "community_name": "getSeoConfig", + "file_type": "code", + "norm_label": "wiki/[slug]/page.tsx", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L1" + }, + { + "id": "frontend_application_tsconfig", + "label": "application/tsconfig.json", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "application/tsconfig.json", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L1" + }, + { + "id": "frontend_application_tsconfig_compileroptions", + "label": "compilerOptions", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "compileroptions", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L2" + }, + { + "id": "frontend_application_tsconfig_compileroptions_allowjs", + "label": "allowJs", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "allowjs", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L5" + }, + { + "id": "frontend_application_tsconfig_compileroptions_esmoduleinterop", + "label": "esModuleInterop", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "esmoduleinterop", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L9" + }, + { + "id": "frontend_application_tsconfig_compileroptions_incremental", + "label": "incremental", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "incremental", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L15" + }, + { + "id": "frontend_application_tsconfig_compileroptions_isolatedmodules", + "label": "isolatedModules", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "isolatedmodules", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L13" + }, + { + "id": "frontend_application_tsconfig_compileroptions_jsx", + "label": "jsx", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "jsx", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L14" + }, + { + "id": "frontend_application_tsconfig_compileroptions_lib", + "label": "lib", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "lib", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4" + }, + { + "id": "frontend_application_tsconfig_compileroptions_module", + "label": "module", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "module", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L10" + }, + { + "id": "frontend_application_tsconfig_compileroptions_moduleresolution", + "label": "moduleResolution", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "moduleresolution", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L11" + }, + { + "id": "frontend_application_tsconfig_compileroptions_noemit", + "label": "noEmit", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "noemit", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L8" + }, + { + "id": "frontend_application_tsconfig_compileroptions_paths", + "label": "paths", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "paths", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L21" + }, + { + "id": "frontend_application_tsconfig_compileroptions_plugins", + "label": "plugins", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "plugins", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L16" + }, + { + "id": "frontend_application_tsconfig_compileroptions_resolvejsonmodule", + "label": "resolveJsonModule", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "resolvejsonmodule", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L12" + }, + { + "id": "frontend_application_tsconfig_compileroptions_skiplibcheck", + "label": "skipLibCheck", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "skiplibcheck", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L6" + }, + { + "id": "frontend_application_tsconfig_compileroptions_strict", + "label": "strict", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "strict", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L7" + }, + { + "id": "frontend_application_tsconfig_compileroptions_target", + "label": "target", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "target", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L3" + }, + { + "id": "frontend_application_tsconfig_exclude", + "label": "exclude", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "exclude", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33" + }, + { + "id": "frontend_application_tsconfig_include", + "label": "include", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "code", + "norm_label": "include", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25" + }, + { + "id": "frontend_application_tsconfig_json_ref_dom", + "label": "dom", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "dom", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4" + }, + { + "id": "frontend_application_tsconfig_json_ref_dom_iterable", + "label": "dom.iterable", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "dom.iterable", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4" + }, + { + "id": "frontend_application_tsconfig_json_ref_node_modules", + "label": "node_modules", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "node_modules", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33" + }, + { + "id": "frontend_application_tsconfig_json_ref_prisma", + "label": "prisma", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "prisma", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33" + }, + { + "id": "frontend_application_tsconfig_json_ref_ts", + "label": "**/*.ts", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "**/*.ts", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25" + }, + { + "id": "ref_esnext", + "label": "esnext", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "esnext", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4" + }, + { + "id": "ref_mts", + "label": "**/*.mts", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "**/*.mts", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25" + }, + { + "id": "ref_next_dev_types_ts", + "label": ".next/dev/types/**/*.ts", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": ".next/dev/types/**/*.ts", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25" + }, + { + "id": "ref_next_env_d_ts", + "label": "next-env.d.ts", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "next-env.d.ts", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25" + }, + { + "id": "ref_next_types_ts", + "label": ".next/types/**/*.ts", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": ".next/types/**/*.ts", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25" + }, + { + "id": "ref_tests", + "label": "**/__tests__/**", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "**/__tests__/**", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33" + }, + { + "id": "ref_tsx", + "label": "**/*.tsx", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "**/*.tsx", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25" + }, + { + "id": "ref_vitest_config_ts", + "label": "vitest.config.ts", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "vitest.config.ts", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33" + }, + { + "id": "ref_vitest_setup_ts", + "label": "vitest.setup.ts", + "_origin": "ast", + "community": 96, + "community_name": "compilerOptions", + "file_type": "concept", + "norm_label": "vitest.setup.ts", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33" + }, + { + "id": "backend_package_devdependencies_prisma", + "label": "prisma", + "_origin": "ast", + "community": 97, + "community_name": "prisma", + "file_type": "code", + "norm_label": "prisma", + "source_file": "backend/package.json", + "source_location": "L66" + }, + { + "id": "prisma", + "label": "prisma", + "_origin": "ast", + "community": 97, + "community_name": "prisma", + "file_type": "concept", + "norm_label": "prisma", + "source_file": "backend/package.json", + "source_location": "L66" + }, + { + "id": "backend_package_scripts", + "label": "scripts", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "scripts", + "source_file": "backend/package.json", + "source_location": "L8" + }, + { + "id": "backend_package_scripts_build", + "label": "build", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "build", + "source_file": "backend/package.json", + "source_location": "L9" + }, + { + "id": "backend_package_scripts_build_nest", + "label": "build:nest", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "build:nest", + "source_file": "backend/package.json", + "source_location": "L10" + }, + { + "id": "backend_package_scripts_docs_generate", + "label": "docs:generate", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "docs:generate", + "source_file": "backend/package.json", + "source_location": "L21" + }, + { + "id": "backend_package_scripts_lint", + "label": "lint", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "lint", + "source_file": "backend/package.json", + "source_location": "L15" + }, + { + "id": "backend_package_scripts_start", + "label": "start", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "start", + "source_file": "backend/package.json", + "source_location": "L11" + }, + { + "id": "backend_package_scripts_start_debug", + "label": "start:debug", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "start:debug", + "source_file": "backend/package.json", + "source_location": "L13" + }, + { + "id": "backend_package_scripts_start_dev", + "label": "start:dev", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "start:dev", + "source_file": "backend/package.json", + "source_location": "L12" + }, + { + "id": "backend_package_scripts_start_prod", + "label": "start:prod", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "start:prod", + "source_file": "backend/package.json", + "source_location": "L14" + }, + { + "id": "backend_package_scripts_test", + "label": "test", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "test", + "source_file": "backend/package.json", + "source_location": "L16" + }, + { + "id": "backend_package_scripts_test_cov", + "label": "test:cov", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "test:cov", + "source_file": "backend/package.json", + "source_location": "L18" + }, + { + "id": "backend_package_scripts_test_debug", + "label": "test:debug", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "test:debug", + "source_file": "backend/package.json", + "source_location": "L19" + }, + { + "id": "backend_package_scripts_test_e2e", + "label": "test:e2e", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "test:e2e", + "source_file": "backend/package.json", + "source_location": "L20" + }, + { + "id": "backend_package_scripts_test_watch", + "label": "test:watch", + "_origin": "ast", + "community": 98, + "community_name": "scripts", + "file_type": "code", + "norm_label": "test:watch", + "source_file": "backend/package.json", + "source_location": "L17" + }, + { + "id": "backend_src_home_home_controller", + "label": "home.controller.ts", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "home.controller.ts", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L1" + }, + { + "id": "backend_src_home_home_controller_ts_apiokresponse", + "label": "ApiOkResponse", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "apiokresponse", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_home_home_controller_ts_apioperation", + "label": "ApiOperation", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "apioperation", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_home_home_controller_ts_apitags", + "label": "ApiTags", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "apitags", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_home_home_controller_ts_controller", + "label": "Controller", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "controller", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_home_home_controller_ts_get", + "label": "Get", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "get", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_home_home_module", + "label": "home.module.ts", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "home.module.ts", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L1" + }, + { + "id": "backend_src_home_home_module_ts_module", + "label": "Module", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "module", + "source_file": "", + "source_location": "" + }, + { + "id": "backend_src_home_home_service", + "label": "home.service.ts", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "home.service.ts", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L1" + }, + { + "id": "backend_src_home_home_service_ts_injectable", + "label": "Injectable", + "_origin": "ast", + "community": 99, + "community_name": "HomeController", + "file_type": "code", + "norm_label": "injectable", + "source_file": "", + "source_location": "" + }, + { + "id": "frontend_application_public_fonts_vazirmatn_v33_003_authors", "label": "Vazirmatn Authors", "_origin": "semantic", "author": "Saber Rastikerdar", @@ -44255,40 +45232,40 @@ "community_name": "Vazirmatn Font README", "file_type": "document", "norm_label": "vazirmatn authors", - "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt", - "id": "frontend_application_public_fonts_vazirmatn_v33_003_authors" + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt" }, { + "id": "dejavu_sans", "label": "DejaVu Sans Font", "_origin": "semantic", "community": 170, "community_name": "Vazirmatn Font README", "file_type": "concept", "norm_label": "dejavu sans font", - "rationale": "The original software base for the Vazir project.", - "id": "dejavu_sans" + "rationale": "The original software base for the Vazir project." }, { + "id": "roboto_font", "label": "Roboto Font", "_origin": "semantic", "community": 170, "community_name": "Vazirmatn Font README", "file_type": "concept", "norm_label": "roboto font", - "rationale": "Used for Latin glyphs in Vazirmatn.", - "id": "roboto_font" + "rationale": "Used for Latin glyphs in Vazirmatn." }, { + "id": "frontend_application_public_fonts_vazirmatn_v33_003_ofl", "label": "SIL Open Font License (OFL)", "_origin": "semantic", "community": 170, "community_name": "Vazirmatn Font README", "file_type": "document", "norm_label": "sil open font license (ofl)", - "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt", - "id": "frontend_application_public_fonts_vazirmatn_v33_003_ofl" + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt" }, { + "id": "frontend_application_public_fonts_vazirmatn_v33_003_readme", "label": "Vazirmatn Font README", "_origin": "semantic", "community": 170, @@ -44296,10 +45273,10 @@ "file_type": "document", "norm_label": "vazirmatn font readme", "rationale": "Project overview for Vazirmatn, mentioning its base in DejaVu Sans and Roboto.", - "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", - "id": "frontend_application_public_fonts_vazirmatn_v33_003_readme" + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md" }, { + "id": "docs_audit_adr_auth_001", "label": "ADR-AUTH-001: Admin Panel Authentication Architecture & Token Management", "_origin": "semantic", "community": 211, @@ -44307,10 +45284,10 @@ "file_type": "document", "norm_label": "adr-auth-001: admin panel authentication architecture & token management", "rationale": "Defines the finalized dual-token hybrid architecture for the Admin Panel to mitigate XSS and CSRF risks.", - "source_file": "docs/audit/ADR-AUTH-001.md", - "id": "docs_audit_adr_auth_001" + "source_file": "docs/audit/ADR-AUTH-001.md" }, { + "id": "docs_audit_master_task_backlog", "label": "Master Task Backlog (Phase 3.3)", "_origin": "semantic", "community": 211, @@ -44318,10 +45295,10 @@ "file_type": "document", "norm_label": "master task backlog (phase 3.3)", "rationale": "Canonical list of implementation tasks (TASK-SEC-001 to TASK-VERIFY-001) mapped to audit findings.", - "source_file": "docs/audit/MASTER-TASK-BACKLOG.md", - "id": "docs_audit_master_task_backlog" + "source_file": "docs/audit/MASTER-TASK-BACKLOG.md" }, { + "id": "docs_audit_phase3_execution_plan", "label": "Phase 3 Master Execution Plan", "_origin": "semantic", "community": 211, @@ -44329,20 +45306,20 @@ "file_type": "document", "norm_label": "phase 3 master execution plan", "rationale": "Outlines the dependency graph and wave-based execution strategy for remediation tasks.", - "source_file": "docs/audit/phase3-execution-plan.md", - "id": "docs_audit_phase3_execution_plan" + "source_file": "docs/audit/phase3-execution-plan.md" }, { + "id": "vazir_font", "label": "Vazir Font", "_origin": "semantic", "community": 226, "community_name": "Shabnam Font README", "file_type": "concept", "norm_label": "vazir font", - "rationale": "The base font for Shabnam and the predecessor to Vazirmatn.", - "id": "vazir_font" + "rationale": "The base font for Shabnam and the predecessor to Vazirmatn." }, { + "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", "label": "Shabnam Font README", "_origin": "semantic", "community": 226, @@ -44350,20 +45327,20 @@ "file_type": "document", "norm_label": "shabnam font readme", "rationale": "Main documentation for Shabnam font, including usage instructions and project origins.", - "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md", - "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme" + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md" }, { + "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample", "label": "Shabnam Font Sample", "_origin": "semantic", "community": 226, "community_name": "Shabnam Font README", "file_type": "image", "norm_label": "shabnam font sample", - "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png", - "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample" + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png" }, { + "id": "docs_02_user_guide_roles", "label": "User Roles and Capabilities", "_origin": "semantic", "community": 244, @@ -44371,10 +45348,10 @@ "file_type": "document", "norm_label": "user roles and capabilities", "rationale": "Defines B2C, B2B, and Admin roles and their respective functionalities within the system.", - "source_file": "docs/02-user-guide.md", - "id": "docs_02_user_guide_roles" + "source_file": "docs/02-user-guide.md" }, { + "id": "backend_uploads_1781288429353_508765350", "label": "User Profile Photo", "_origin": "semantic", "community": 244, @@ -44382,10 +45359,10 @@ "file_type": "image", "norm_label": "user profile photo", "rationale": "A portrait of a man with a beard wearing a Red Bull Batalla cap, likely a profile or contributor image.", - "source_file": "backend/uploads/1781288429353-508765350.jpg", - "id": "backend_uploads_1781288429353_508765350" + "source_file": "backend/uploads/1781288429353-508765350.jpg" }, { + "id": "database_schema_products", "label": "Products Table", "_origin": "semantic", "community": 248, @@ -44393,10 +45370,10 @@ "file_type": "code", "norm_label": "products table", "source_file": "DATABASE_SCHEMA.md", - "source_location": "2.4", - "id": "database_schema_products" + "source_location": "2.4" }, { + "id": "readme_smartadvisor", "label": "Smart Advisor Component", "_origin": "semantic", "community": 248, @@ -44404,10 +45381,10 @@ "file_type": "concept", "norm_label": "smart advisor component", "rationale": "Clinical screening engine for pet breed and symptoms.", - "source_file": "README.md", - "id": "readme_smartadvisor" + "source_file": "README.md" }, { + "id": "database_schema_users", "label": "Users Table", "_origin": "semantic", "community": 249, @@ -44415,20 +45392,20 @@ "file_type": "code", "norm_label": "users table", "source_file": "DATABASE_SCHEMA.md", - "source_location": "2.1", - "id": "database_schema_users" + "source_location": "2.1" }, { + "id": "docker_backend_prod", "label": "Backend Production Container", "_origin": "semantic", "community": 249, "community_name": "Users Table", "file_type": "code", "norm_label": "backend production container", - "source_file": "docker-compose.yml", - "id": "docker_backend_prod" + "source_file": "docker-compose.yml" }, { + "id": "docs_audit_05_architectural_audit_findings", "label": "Architectural Audit Findings", "_origin": "semantic", "community": 250, @@ -44436,10 +45413,10 @@ "file_type": "document", "norm_label": "architectural audit findings", "rationale": "Identifies a high-severity mismatch between frontend and backend authentication protocols (ARCH-001).", - "source_file": "docs/audit/05-architectural-audit.md", - "id": "docs_audit_05_architectural_audit_findings" + "source_file": "docs/audit/05-architectural-audit.md" }, { + "id": "docs_audit_10_security_audit_findings", "label": "Security Audit Findings", "_origin": "semantic", "community": 250, @@ -44447,10 +45424,10 @@ "file_type": "document", "norm_label": "security audit findings", "rationale": "Highlights critical security vulnerabilities including hardcoded JWT secrets (SEC-001) and predictable OTP generation (SEC-002).", - "source_file": "docs/audit/10-security-audit.md", - "id": "docs_audit_10_security_audit_findings" + "source_file": "docs/audit/10-security-audit.md" }, { + "id": "docs_audit_cross_boundary_dependencies", "label": "Cross Boundary Dependencies & Backend Architecture Specification", "_origin": "semantic", "community": 251, @@ -44458,10 +45435,10 @@ "file_type": "document", "norm_label": "cross boundary dependencies & backend architecture specification", "rationale": "Details the 10 feature domains and schema additions required for cross-boundary functionality.", - "source_file": "docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md", - "id": "docs_audit_cross_boundary_dependencies" + "source_file": "docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md" }, { + "id": "docs_audit_frontend_integration_requirements", "label": "Comprehensive Frontend Integration Requirements & API Contract", "_origin": "semantic", "community": 251, @@ -44469,10 +45446,10 @@ "file_type": "document", "norm_label": "comprehensive frontend integration requirements & api contract", "rationale": "Specifies the API contract, authentication headers, and action items for both Storefront and Admin Panel.", - "source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md", - "id": "docs_audit_frontend_integration_requirements" + "source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md" }, { + "id": "frontend_application_agents", "label": "Next.js Agent Rules & Brand Guidelines", "_origin": "semantic", "community": 252, @@ -44480,20 +45457,20 @@ "file_type": "document", "norm_label": "next.js agent rules & brand guidelines", "rationale": "Enforces brand naming 'Canina' and specific CSS/cookie naming conventions.", - "source_file": "frontend/application/AGENTS.md", - "id": "frontend_application_agents" + "source_file": "frontend/application/AGENTS.md" }, { + "id": "image_pharma_lab", "label": "Pharma Quality Lab Image", "_origin": "semantic", "community": 252, "community_name": "Next.js Agent Rules & Brand Guidelines", "file_type": "image", "norm_label": "pharma quality lab image", - "source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png", - "id": "image_pharma_lab" + "source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png" }, { + "id": "backend_integration_login", "label": "User Login API", "_origin": "semantic", "community": 261, @@ -44502,10 +45479,10 @@ "norm_label": "user login api", "rationale": "Endpoint for user authentication supporting multiple roles.", "source_file": "BACKEND_INTEGRATION.md", - "source_location": "2.1.1", - "id": "backend_integration_login" + "source_location": "2.1.1" }, { + "id": "backend_integration_logout", "label": "User Logout API", "_origin": "semantic", "community": 262, @@ -44513,10 +45490,10 @@ "file_type": "code", "norm_label": "user logout api", "source_file": "BACKEND_INTEGRATION.md", - "source_location": "2.1.2", - "id": "backend_integration_logout" + "source_location": "2.1.2" }, { + "id": "canina_pharma_gmbh", "label": "Canina Pharma GmbH", "_origin": "semantic", "community": 272, @@ -44524,10 +45501,10 @@ "file_type": "concept", "norm_label": "canina pharma gmbh", "rationale": "German manufacturer of pharmaceutical-grade pet supplements.", - "source_file": "canina.md", - "id": "canina_pharma_gmbh" + "source_file": "canina.md" }, { + "id": "database_schema_pets", "label": "Pets Table", "_origin": "semantic", "community": 273, @@ -44535,10 +45512,10 @@ "file_type": "code", "norm_label": "pets table", "source_file": "DATABASE_SCHEMA.md", - "source_location": "2.6", - "id": "database_schema_pets" + "source_location": "2.6" }, { + "id": "docs_01_introduction_canina_iran", "label": "Canina Iran Project Introduction", "_origin": "semantic", "community": 274, @@ -44546,10 +45523,10 @@ "file_type": "document", "norm_label": "canina iran project introduction", "rationale": "Overview of the Canina Iran platform, its goals, and the technology stack used (Next.js, NestJS, PostgreSQL, Prisma).", - "source_file": "docs/01-introduction.md", - "id": "docs_01_introduction_canina_iran" + "source_file": "docs/01-introduction.md" }, { + "id": "docs_03_developer_guide_standards", "label": "Developer Standards and Architecture", "_origin": "semantic", "community": 275, @@ -44557,10 +45534,10 @@ "file_type": "document", "norm_label": "developer standards and architecture", "rationale": "Detailed folder structure, frontend/backend standards, and state management (Zustand) guidelines.", - "source_file": "docs/03-developer-guide.md", - "id": "docs_03_developer_guide_standards" + "source_file": "docs/03-developer-guide.md" }, { + "id": "docs_audit_frontend_route_map", "label": "Frontend & Admin Architecture Route Map Specification", "_origin": "semantic", "community": 276, @@ -44568,10 +45545,10 @@ "file_type": "document", "norm_label": "frontend & admin architecture route map specification", "rationale": "Defines the routing structure for the Admin Panel SPA using react-router-dom.", - "source_file": "docs/audit/frontend-route-map.md", - "id": "docs_audit_frontend_route_map" + "source_file": "docs/audit/frontend-route-map.md" }, { + "id": "docs_backlog_tasks", "label": "Project Backlog and Tasks", "_origin": "semantic", "community": 277, @@ -44579,20 +45556,20 @@ "file_type": "document", "norm_label": "project backlog and tasks", "rationale": "Comprehensive list of atomic tasks for frontend, backend, and database development.", - "source_file": "docs/backlog.md", - "id": "docs_backlog_tasks" + "source_file": "docs/backlog.md" }, { + "id": "frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable", "label": "Sahel Font Sample", "_origin": "semantic", "community": 286, "community_name": "Sahel Font Sample", "file_type": "image", "norm_label": "sahel font sample", - "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif", - "id": "frontend_application_public_fonts_sahel_font_v3_4_0_sample_variable" + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif" }, { + "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_changelog", "label": "Shabnam Font Changelog", "_origin": "semantic", "community": 287, @@ -44600,10 +45577,10 @@ "file_type": "document", "norm_label": "shabnam font changelog", "rationale": "Contains version history and specific glyph improvements for Shabnam font.", - "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md", - "id": "frontend_application_public_fonts_shabnam_font_v5_0_1_changelog" + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md" }, { + "id": "frontend_application_public_fonts_vazirmatn_v33_003_changelog", "label": "Vazirmatn Changelog", "_origin": "semantic", "community": 288, @@ -44611,30 +45588,30 @@ "file_type": "document", "norm_label": "vazirmatn changelog", "rationale": "Detailed history of Vazir/Vazirmatn font development.", - "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md", - "id": "frontend_application_public_fonts_vazirmatn_v33_003_changelog" + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md" }, { + "id": "image_sahel_sample", "label": "Sahel Font Variable Sample", "_origin": "semantic", "community": 290, "community_name": "Sahel Font Variable Sample", "file_type": "image", "norm_label": "sahel font variable sample", - "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif", - "id": "image_sahel_sample" + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif" }, { + "id": "image_shabnam_sample", "label": "Shabnam Font Sample", "_origin": "semantic", "community": 291, "community_name": "Shabnam Font Sample", "file_type": "image", "norm_label": "shabnam font sample", - "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png", - "id": "image_shabnam_sample" + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png" }, { + "id": "scripts_compose_prod", "label": "Production Docker Compose", "_origin": "semantic", "community": 292, @@ -44642,10 +45619,10 @@ "file_type": "code", "norm_label": "production docker compose", "rationale": "Defines production infrastructure for the Canina application.", - "source_file": "scripts/compose.prod.yml", - "id": "scripts_compose_prod" + "source_file": "scripts/compose.prod.yml" }, { + "id": "scripts_compose_stage", "label": "Staging Docker Compose", "_origin": "semantic", "community": 293, @@ -44653,80049 +45630,81662 @@ "file_type": "code", "norm_label": "staging docker compose", "rationale": "Defines staging infrastructure for the Canina application.", - "source_file": "scripts/compose.stage.yml", - "id": "scripts_compose_stage" + "source_file": "scripts/compose.stage.yml" } ], "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L106", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L76", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L177", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L42", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L129", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L138", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L292", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L302", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L304", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L312", + "weight": 1.0 }, { + "source": "backend_prisma_seed_products_main", + "target": "backend_prisma_seed_products_getproductimageurl", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_admin_admin_service_adminservice_createuser", + "target": "backend_src_common_utils_phone_utils_normalizemobile", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L796", - "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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L819", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice_updateuser", + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L63", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L99", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L208", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L150", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L151", + "weight": 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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L173", + "weight": 1.0 + }, + { + "source": "backend_src_app_module_appmodule_configure", + "target": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/app.module.ts", "source_location": "L93", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_app_module_appmodule_configure", - "target": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_login", + "target": "backend_src_common_utils_phone_utils_normalizemobile", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_register", + "target": "backend_src_common_utils_phone_utils_normalizemobile", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_common_utils_phone_utils_normalizemobile", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_verifyotp", + "target": "backend_src_common_utils_phone_utils_normalizemobile", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "target": "backend_src_auth_auth_constants_getjwtsecret", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L42", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L32", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L33", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L482", + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_addpattern", + "target": "backend_src_common_services_sms_service_smsservice_postasmx", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L505", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L560", + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_editpattern", + "target": "backend_src_common_services_sms_service_smsservice_postasmx", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L582", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L305", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L371", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L376", + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_getpatterns", + "target": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendotp", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendotp", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L685", + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendsms", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_sendsms", + "target": "backend_src_common_services_sms_service_smsservice_recordlog", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L816", + "weight": 1.0 }, { + "source": "backend_src_common_services_sms_service_smsservice_testsms", + "target": "backend_src_common_services_sms_service_smsservice_recordlog", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L178", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L92", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L92", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L83", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L83", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L55", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_faq_faq_service_faqservice_reorder", "target": "backend_src_faq_faq_service_faqservice_update", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L55", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L12", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_menu_menu_service_menuservice_onmoduleinit", "target": "backend_src_menu_menu_service_menuservice_seedifempty", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L12", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L152", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_menu_menu_service_menuservice_reorder", "target": "backend_src_menu_menu_service_menuservice_update", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L228", + "weight": 1.0 }, { + "source": "backend_src_menu_menu_service_menuservice_seedifempty", + "target": "backend_src_menu_menu_service_menuservice_create", "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/orders/orders.service.ts", - "source_location": "L172", - "weight": 1.0, "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L113", + "weight": 1.0 + }, + { "source": "backend_src_orders_orders_service_ordersservice_create", "target": "backend_src_orders_orders_service_ordersservice_validatecoupon", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L172", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L191", + "weight": 1.0 }, { + "source": "backend_src_orders_orders_service_ordersservice_retrypayment", + "target": "backend_src_orders_orders_service_ordersservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L123", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", "target": "backend_src_payment_payment_controller_paymentcontroller_extractrealclientip", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L123", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L81", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", "target": "backend_src_payment_payment_controller_paymentcontroller_extractrealclientip", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L81", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L103", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", "target": "backend_src_payment_payment_controller_paymentcontroller_extractrealclientip", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L103", + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L581", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L223", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_cancelcheckout", "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L223", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L224", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_cancelcheckout", "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L224", + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L323", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L324", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L153", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L170", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L253", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountbalance", "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L253", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L254", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountbalance", "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L254", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L241", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountlist", "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L241", + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L199", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L206", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L295", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L302", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L267", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L274", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquirecheckout", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L184", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquirecheckout", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquirecheckout", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal-ebank.service.ts", "source_location": "L185", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquirecheckout", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L341", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquireidentifiedpayment", "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L341", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L342", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquireidentifiedpayment", "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L342", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L94", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccesstoken", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L94", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L521", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_apirequest", "target": "backend_src_payment_zibal_service_zibalservice_getaccesstoken", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L521", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L522", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_apirequest", "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L522", + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_checkhealth", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L751", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_createsubmerchant", "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L751", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L773", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_editsubmerchant", "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L773", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L145", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L723", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_getcheckoutqueuereport", "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L723", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L709", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_getcheckoutreport", "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L709", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L681", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_getgatewaytransactionsreport", "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L681", + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_getgatewaytransactionsreport", + "target": "backend_src_payment_zibal_service_zibalservice_apirequest", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L682", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_getgatewaytransactionsreport", - "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_getrefundlist", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L651", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_getrefundlist", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_getrefundlist", + "target": "backend_src_payment_zibal_service_zibalservice_apirequest", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L652", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_getrefundlist", - "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L762", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_getsubmerchantlist", "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L762", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L583", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_getwalletbalance", "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L583", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L576", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_getwalletlist", "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L576", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L736", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_zibal_service_zibalservice_inquirecheckoutreport", "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L736", + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_inquirerefund", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L629", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_inquirerefund", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_inquirerefund", + "target": "backend_src_payment_zibal_service_zibalservice_apirequest", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L630", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_inquirerefund", - "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L375", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L388", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", - "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", - "confidence_score": 1.0 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L162", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L175", + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_requestrefund", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L597", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_requestrefund", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_requestrefund", + "target": "backend_src_payment_zibal_service_zibalservice_apirequest", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L619", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_requestrefund", - "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_verifylazypayment", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L425", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_verifylazypayment", - "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", - "confidence_score": 1.0 + "weight": 1.0 }, { + "source": "backend_src_payment_zibal_service_zibalservice_verifylazypayment", + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/payment/zibal.service.ts", "source_location": "L431", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_verifylazypayment", - "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", - "confidence_score": 1.0 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L219", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L226", + "weight": 1.0 }, { + "source": "backend_src_pets_pets_service_petsservice_addhealthlog", + "target": "backend_src_pets_pets_service_petsservice_findone", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 1.0 }, { + "source": "backend_src_pets_pets_service_petsservice_addhealthlog", + "target": "backend_src_pets_pets_service_petsservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L199", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L200", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L192", + "weight": 1.0 }, { + "source": "backend_src_pets_pets_service_petsservice_togglereminder", + "target": "backend_src_pets_pets_service_petsservice_findone", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L250", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L162", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L11", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L405", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L405", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L271", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L271", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L186", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L186", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L154", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L154", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L265", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L265", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L532", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L532", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "backend/src/settings/settings.service.ts", - "source_location": "L368", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L368", + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L369", - "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L37", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L269", + "weight": 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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "source_location": "L290", + "weight": 1.0 }, { + "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", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L138", + "weight": 1.0 + }, + { "source": "backend_src_users_users_service_usersservice_updateaddress", "target": "backend_src_users_users_service_usersservice_update", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L243", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L106", + "weight": 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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_admin_panel_src_components_topbar_topbar", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/admin-panel/src/components/Topbar.tsx", "source_location": "L65", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_topbar_topbar", - "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore" + "weight": 1.0 }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L238", + "weight": 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" + "context": "call", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L28", + "weight": 1.0 }, { + "source": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Media.tsx", - "source_location": "L253", - "weight": 1.0, "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_login_login", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { "source": "frontend_admin_panel_src_pages_media_mediamanager", "target": "frontend_admin_panel_src_pages_media_getfiletype", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L259", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L357", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L427", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L657", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L727", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L292", + "weight": 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", - "confidence_score": 1.0, - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L113", - "weight": 1.0, "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions_transactions", - "target": "frontend_admin_panel_src_utils_usetableparams_usetableparams" - }, - { - "relation": "calls", - "context": "call", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L818", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions_transactions", + "target": "frontend_admin_panel_src_utils_usetableparams_usetableparams", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L106", + "weight": 1.0 + }, + { + "source": "frontend_application_app_about_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/about/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_about_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L37", - "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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_blog_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "source_location": "L37", + "weight": 1.0 }, { + "source": "frontend_application_app_blog_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L68", - "weight": 1.0, "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { "source": "frontend_application_app_blog_slug_page_blogpostpage", "target": "frontend_application_app_blog_slug_page_getblog", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L68", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/blog/[slug]/page.tsx", - "source_location": "L36", - "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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_slug_page_generatemetadata", + "target": "frontend_application_lib_seo_getseoconfig", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/blog/[slug]/page.tsx", "source_location": "L37", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_blog_slug_page_generatemetadata", - "target": "frontend_application_lib_seo_getseoconfig" + "weight": 1.0 }, { + "source": "frontend_application_app_blog_slug_page_generatemetadata", + "target": "frontend_application_lib_seo_formatpagetitle", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/blog/[slug]/page.tsx", "source_location": "L41", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_blog_slug_page_generatemetadata", - "target": "frontend_application_lib_seo_formatpagetitle" + "weight": 1.0 }, { + "source": "frontend_application_app_catalog_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/catalog/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_catalog_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_checkout_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/checkout/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_checkout_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_clientlayout_clientlayout", + "target": "frontend_application_lib_store_uistore_useuistore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_app_clientlayout_clientlayout", + "target": "frontend_application_lib_store_userstore_useuserstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_app_clientlayout_clientlayout", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_app_contact_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/contact/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_contact_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_dashboard_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/dashboard/page.tsx", "source_location": "L7", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_dashboard_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_homeclient_homeclient", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/HomeClient.tsx", "source_location": "L147", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_homeclient_homeclient", - "target": "frontend_application_lib_utils_topersian" + "weight": 1.0 }, { + "source": "frontend_application_app_homeclient_homeclient", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/HomeClient.tsx", "source_location": "L25", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_homeclient_homeclient", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "weight": 1.0 }, { + "source": "frontend_application_app_layout_generatemetadata", + "target": "frontend_application_lib_seo_getseoconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/layout.tsx", "source_location": "L7", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_layout_generatemetadata", - "target": "frontend_application_lib_seo_getseoconfig" + "weight": 1.0 }, { + "source": "frontend_application_app_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/page.tsx", - "source_location": "L33", - "weight": 1.0, - "_origin": "ast", "source": "frontend_application_app_page_home", "target": "frontend_application_app_page_gethomedata", - "confidence_score": 1.0 + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L33", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L121", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L189", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L42", + "weight": 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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_application_app_privacy_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/privacy/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_privacy_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_profile_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/profile/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_profile_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_search_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/search/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_search_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_shop_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/shop/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_shop_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_shop_slug_page_generatemetadata", + "target": "frontend_application_lib_seo_getseoconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/shop/[slug]/page.tsx", "source_location": "L12", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_shop_slug_page_generatemetadata", - "target": "frontend_application_lib_seo_getseoconfig" + "weight": 1.0 }, { + "source": "frontend_application_app_shop_slug_page_generatemetadata", + "target": "frontend_application_lib_seo_formatpagetitle", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/shop/[slug]/page.tsx", "source_location": "L16", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_shop_slug_page_generatemetadata", - "target": "frontend_application_lib_seo_formatpagetitle" + "weight": 1.0 }, { + "source": "frontend_application_app_track_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/track/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_track_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_trust_seals_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/trust-seals/page.tsx", "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_trust_seals_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_videos_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/videos/page.tsx", "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_videos_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { + "source": "frontend_application_app_wiki_page_generatemetadata", + "target": "frontend_application_lib_seo_getpagemetadata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/wiki/page.tsx", "source_location": "L7", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_wiki_page_generatemetadata", - "target": "frontend_application_lib_seo_getpagemetadata" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/wiki/[slug]/page.tsx", - "source_location": "L22", - "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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_slug_page_generatemetadata", + "target": "frontend_application_lib_seo_getseoconfig", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/wiki/[slug]/page.tsx", "source_location": "L23", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_wiki_slug_page_generatemetadata", - "target": "frontend_application_lib_seo_getseoconfig" + "weight": 1.0 }, { + "source": "frontend_application_app_wiki_slug_page_generatemetadata", + "target": "frontend_application_lib_seo_formatpagetitle", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/app/wiki/[slug]/page.tsx", "source_location": "L27", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_wiki_slug_page_generatemetadata", - "target": "frontend_application_lib_seo_formatpagetitle" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/wiki/[slug]/page.tsx", - "source_location": "L54", - "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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal_addressmodal", + "target": "frontend_application_lib_utils_cn", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L192", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L75", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L77", + "weight": 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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L116", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal_authmodal", + "target": "frontend_application_lib_utils_toenglishdigits", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_authmodal_authmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_authmodal_authmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_authmodal_authmodal", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { - "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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal_b2bportal", + "target": "frontend_application_lib_utils_topersian", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_b2bportal_b2bportal", + "target": "frontend_application_lib_store_cartstore_usecartstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_b2bportal_b2bportal", + "target": "frontend_application_lib_store_userstore_useuserstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_backbutton_backbutton", + "target": "frontend_application_lib_utils_cn", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_blogpreviewsection_blogpreviewsection", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/BlogPreviewSection.tsx", "source_location": "L138", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection_blogpreviewsection", - "target": "frontend_application_lib_utils_topersian" + "weight": 1.0 }, { + "source": "frontend_application_components_blogpreviewsection_blogpreviewsection", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/BlogPreviewSection.tsx", "source_location": "L29", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection_blogpreviewsection", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "weight": 1.0 }, { + "source": "frontend_application_components_brandlogo_brandlogo", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_cartdrawer_cartdrawer", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/CartDrawer.tsx", "source_location": "L139", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_cartdrawer_cartdrawer", - "target": "frontend_application_lib_utils_topersian" + "weight": 1.0 }, { + "source": "frontend_application_components_cartdrawer_cartdrawer", + "target": "frontend_application_lib_store_cartstore_usecartstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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_cartstore_usecartstore" + "weight": 1.0 }, { + "source": "frontend_application_components_cartdrawer_cartdrawer", + "target": "frontend_application_lib_store_userstore_useuserstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/CartDrawer.tsx", "source_location": "L22", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_cartdrawer_cartdrawer", - "target": "frontend_application_lib_store_userstore_useuserstore" + "weight": 1.0 }, { + "source": "frontend_application_components_cartdrawer_cartdrawer", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/CartDrawer.tsx", "source_location": "L23", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_cartdrawer_cartdrawer", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "weight": 1.0 }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L325", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L326", + "weight": 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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L206", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_utils_topersian", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/CheckoutPage.tsx", "source_location": "L111", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_checkoutpage_checkoutpage", - "target": "frontend_application_lib_utils_topersian" + "weight": 1.0 }, { + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_utils_cn", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/CheckoutPage.tsx", "source_location": "L318", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_checkoutpage_checkoutpage", - "target": "frontend_application_lib_utils_cn" + "weight": 1.0 }, { + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_store_cartstore_usecartstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_store_userstore_useuserstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_checkoutpage_checkoutpage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/CheckoutPage.tsx", "source_location": "L44", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_checkoutpage_checkoutpage", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "weight": 1.0 }, { + "source": "frontend_application_components_enamadbadge_enamadbadge", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_faqsection_faqsection", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/FAQSection.tsx", "source_location": "L16", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_faqsection_faqsection", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "weight": 1.0 }, { + "source": "frontend_application_components_featuredproducts_featuredproducts", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L18", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L19", + "weight": 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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_components_footer_footer", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { - "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" - }, - { + "target": "frontend_application_lib_store_cartstore_usecartstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L141", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header_header", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L142", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header_header", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L143", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header_header", + "target": "frontend_application_lib_utils_cn", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L258", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header_header", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "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/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" + "weight": 1.0 }, { + "source": "frontend_application_components_headerbutton_headerbutton", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_hero_hero", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L34", + "weight": 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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "frontend_application_components_loginmodal_loginmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_loginmodal_loginmodal", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_maintenancepage_maintenancepage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_networkbanner_networkbanner", + "target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_ordersuccess_ordersuccess", + "target": "frontend_application_lib_store_cartstore_usecartstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_ordersuccess_ordersuccess", + "target": "frontend_application_lib_store_usepetstore_usepetstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_ordertracking_ordertracking", + "target": "frontend_application_lib_store_cartstore_usecartstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_petprofile_petprofile", + "target": "frontend_application_lib_utils_cn", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/PetProfile.tsx", "source_location": "L331", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_petprofile_petprofile", - "target": "frontend_application_lib_utils_cn" + "weight": 1.0 }, { + "source": "frontend_application_components_petprofile_petprofile", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/PetProfile.tsx", "source_location": "L378", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_petprofile_petprofile", - "target": "frontend_application_lib_utils_topersian" + "weight": 1.0 }, { + "source": "frontend_application_components_petprofile_petprofile", + "target": "frontend_application_lib_store_usepetstore_usepetstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_petprofile_petprofile", + "target": "frontend_application_lib_store_cartstore_usecartstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "target": "frontend_application_lib_store_usepetstore_usepetstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_productpage_productpage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { - "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", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L122", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage_productpage", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_productpage_productpage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_productpage_productpage", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "source_location": "L480", + "weight": 1.0 }, { + "source": "frontend_application_components_productreviews_productreviews", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_safeimage_safeimage", + "target": "frontend_application_lib_utils_cn", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_searchableselect_searchableselect", + "target": "frontend_application_lib_utils_cn", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_searchresultspage_searchresultspage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_utils_cn", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/SmartAdvisor.tsx", "source_location": "L357", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_smartadvisor_smartadvisor", - "target": "frontend_application_lib_utils_cn" + "weight": 1.0 }, { + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_store_userstore_useuserstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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_userstore_useuserstore" + "weight": 1.0 }, { + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_store_uistore_useuistore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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_uistore_useuistore" + "weight": 1.0 }, { + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_store_usepetstore_usepetstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/SmartAdvisor.tsx", "source_location": "L58", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_smartadvisor_smartadvisor", - "target": "frontend_application_lib_store_usepetstore_usepetstore" + "weight": 1.0 }, { + "source": "frontend_application_components_smartadvisor_smartadvisor", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/SmartAdvisor.tsx", "source_location": "L59", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_smartadvisor_smartadvisor", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "weight": 1.0 }, { + "source": "frontend_application_components_testimonialssection_testimonialssection", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_tickerbanner_tickerbanner", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_tooltip_tooltip", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_topupmodal_topupmodal", + "target": "frontend_application_lib_utils_cn", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/TopUpModal.tsx", "source_location": "L126", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_topupmodal_topupmodal", - "target": "frontend_application_lib_utils_cn" + "weight": 1.0 }, { + "source": "frontend_application_components_topupmodal_topupmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/TopUpModal.tsx", "source_location": "L35", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_topupmodal_topupmodal", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore" + "weight": 1.0 }, { + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_store_userstore_useuserstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_utils_toenglishdigits", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/UserDashboard.tsx", "source_location": "L251", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_userdashboard_userdashboard", - "target": "frontend_application_lib_utils_toenglishdigits" + "weight": 1.0 }, { + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_store_usepetstore_usepetstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_utils_topersian", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/UserDashboard.tsx", "source_location": "L364", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_userdashboard_userdashboard", - "target": "frontend_application_lib_utils_topersian" + "weight": 1.0 }, { + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_store_cartstore_usecartstore", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_userdashboard_userdashboard", + "target": "frontend_application_lib_utils_cn", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "EXTRACTED", "confidence_score": 1.0, + "context": "call", "source_file": "frontend/application/components/UserDashboard.tsx", "source_location": "L463", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_userdashboard_userdashboard", - "target": "frontend_application_lib_utils_cn" + "weight": 1.0 }, { + "source": "frontend_application_components_vetgallery_vetgallery", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, "context": "call", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_seo_getpagemetadata", + "target": "frontend_application_lib_seo_getseoconfig", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L177", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_seo_getpagemetadata", + "target": "frontend_application_lib_seo_formatpagetitle", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L187", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L271", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L251", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L261", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getproducts", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L239", + "weight": 1.0 + }, + { + "source": "gitea_scripts_with_vpn_cleanup", + "target": "gitea_scripts_with_vpn_log", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "gitea_scripts_with_vpn_cleanup", + "target": "gitea_scripts_with_vpn_stop_vpn", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "gitea_scripts_with_vpn_sh__entry", + "target": "gitea_scripts_with_vpn_start_vpn", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "gitea_scripts_with_vpn_sh__entry", + "target": "gitea_scripts_with_vpn_log", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "gitea_scripts_with_vpn_start_vpn", + "target": "gitea_scripts_with_vpn_vpn_is_up", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "gitea_scripts_with_vpn_start_vpn", + "target": "gitea_scripts_with_vpn_log", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "gitea_scripts_with_vpn_stop_vpn", + "target": "gitea_scripts_with_vpn_log", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "scripts_open_browsers_checkandopen", + "target": "scripts_open_browsers_openurl", + "relation": "calls", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "scripts/open-browsers.js", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection_blogpreviewsection", + "target": "frontend_application_components_blogpreviewsection_blogpreviewsection_loadblogs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_application_components_contactformclient_contactformclient", + "target": "frontend_application_components_contactformclient_contactformclient_fetchcontactinfo", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_components_faqsection_faqsection", + "target": "frontend_application_components_faqsection_faqsection_loadfaqs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatusicon", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L282", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal_getstatuslabel", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L302", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection_testimonialssection", + "target": "frontend_application_components_testimonialssection_testimonialssection_loadtestimonials", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "call", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L208", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L209", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L210", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "target": "backend_src_admin_admin_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L246", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L247", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L249", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_admin_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L126", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L127", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L128", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_admin_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "target": "backend_src_admin_admin_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L232", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L233", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L234", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "target": "backend_src_admin_admin_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L279", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L280", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L281", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "target": "backend_src_admin_admin_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L143", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L144", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L145", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "target": "backend_src_admin_admin_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L78", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L199", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L202", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L203", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "target": "backend_src_admin_admin_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "target": "backend_src_admin_admin_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L239", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L240", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorderbyid", + "target": "backend_src_admin_admin_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L160", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorderbyid", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L161", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorderbyid", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L162", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L150", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L151", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L154", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L155", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L116", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L117", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L120", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getsettings", + "target": "backend_src_admin_admin_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L286", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getsettings", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L287", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "target": "backend_src_admin_admin_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", + "target": "backend_src_admin_admin_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L183", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L184", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L186", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L188", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L222", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L223", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L225", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L226", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L215", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L216", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L217", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L217", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L262", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L263", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L265", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L266", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L167", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L168", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L170", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L172", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L133", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L134", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "target": "backend_src_admin_admin_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L293", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L294", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L295", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module_adminmodule", + "target": "backend_src_admin_admin_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "target": "backend_src_admin_blogs_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "target": "backend_src_admin_blogs_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "target": "backend_src_admin_blogs_controller_ts_request", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "target": "backend_src_admin_blogs_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "target": "backend_src_admin_blogs_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", + "target": "backend_src_admin_blogs_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", + "target": "backend_src_admin_blogs_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L102", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_admin_blogs_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_admin_blogs_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_admin_blogs_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_getcomments", + "target": "backend_src_admin_blogs_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_getcomments", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_getcomments", + "target": "backend_src_admin_blogs_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L78", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_getcomments", + "target": "backend_src_admin_blogs_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "target": "backend_src_admin_blogs_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "target": "backend_src_admin_blogs_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "target": "backend_src_admin_blogs_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", + "target": "backend_src_admin_blogs_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", + "target": "backend_src_admin_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", + "target": "backend_src_admin_blogs_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", + "target": "backend_src_admin_blogs_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "target": "backend_src_admin_categories_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "target": "backend_src_admin_categories_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "target": "backend_src_admin_categories_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "target": "backend_src_admin_categories_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "target": "backend_src_admin_categories_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "target": "backend_src_admin_dto_admin_query_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "target": "backend_src_admin_dto_admin_query_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "target": "backend_src_admin_dto_admin_query_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isarray", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isboolean", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L203", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L206", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L207", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L208", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_product_dto_productdto", + "target": "backend_src_admin_dto_product_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isemail", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_minlength", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_createuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isemail", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_minlength", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto_updateuserdto", + "target": "backend_src_admin_dto_user_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "target": "backend_src_admin_media_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "target": "backend_src_admin_media_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "target": "backend_src_admin_media_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_controller_ts_useinterceptors", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_controller_ts_uploadedfile", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller_deletepet", + "target": "backend_src_admin_pets_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller_deletepet", + "target": "backend_src_admin_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller_deletepet", + "target": "backend_src_admin_pets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_admin_pets_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_admin_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_admin_pets_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_admin_pets_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_service_petsservice", + "target": "backend_src_admin_pets_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller_reportscontroller_getreports", + "target": "backend_src_admin_reports_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller_reportscontroller_getreports", + "target": "backend_src_admin_reports_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller_reportscontroller_getreports", + "target": "backend_src_admin_reports_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_service_reportsservice", + "target": "backend_src_admin_reports_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "target": "backend_src_admin_ssl_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "target": "backend_src_admin_ssl_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "target": "backend_src_admin_ssl_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "target": "backend_src_admin_ssl_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "target": "backend_src_admin_ssl_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_controller_ts_useinterceptors", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "uploadedfiles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "target": "backend_src_admin_wiki_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "target": "backend_src_admin_wiki_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "target": "backend_src_admin_wiki_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "target": "backend_src_admin_wiki_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_admin_wiki_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_admin_wiki_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_admin_wiki_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "target": "backend_src_admin_wiki_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "target": "backend_src_admin_wiki_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "target": "backend_src_admin_wiki_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "target": "backend_src_admin_wiki_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller_appcontroller", + "target": "backend_src_app_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/app.controller.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller_appcontroller_gethello", + "target": "backend_src_app_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/app.controller.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_app_module_appmodule", + "target": "backend_src_app_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/app.module.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_app_service_appservice", + "target": "backend_src_app_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/app.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "httpcode", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_auth_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "httpcode", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_auth_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_logout", + "target": "backend_src_auth_auth_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L116", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_logout", + "target": "httpcode", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L117", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_logout", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L118", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_logout", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L119", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L102", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "httpcode", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L104", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L105", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L106", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_refresh", + "target": "backend_src_auth_auth_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L108", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "httpcode", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_auth_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "httpcode", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_auth_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "httpcode", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_auth_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module_authmodule", + "target": "backend_src_auth_auth_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_minlength", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "target": "backend_src_auth_dto_admin_login_dto_ts_isemail", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_login_dto_logindto", + "target": "backend_src_auth_dto_login_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_login_dto_logindto", + "target": "backend_src_auth_dto_login_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_login_dto_logindto", + "target": "backend_src_auth_dto_login_dto_ts_minlength", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_login_dto_logindto", + "target": "backend_src_auth_dto_login_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_isemail", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_register_dto_registerdto", + "target": "backend_src_auth_dto_register_dto_ts_minlength", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "target": "backend_src_auth_dto_send_otp_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "target": "backend_src_auth_dto_send_otp_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "target": "backend_src_auth_dto_send_otp_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "target": "backend_src_auth_dto_send_otp_dto_ts_matches", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "backend_src_auth_dto_verify_otp_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "backend_src_auth_dto_verify_otp_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "backend_src_auth_dto_verify_otp_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "length", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "target": "backend_src_auth_dto_verify_otp_dto_ts_matches", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "target": "backend_src_auth_jwt_auth_guard_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy_jwtstrategy", + "target": "backend_src_auth_jwt_strategy_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "target": "backend_src_b2b_b2b_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "target": "backend_src_b2b_b2b_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L81", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_module_b2bmodule", + "target": "backend_src_b2b_b2b_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_findall", + "target": "backend_src_banners_banners_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_findall", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_module_bannersmodule", + "target": "backend_src_banners_banners_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", + "target": "backend_src_blogs_blogs_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", + "target": "backend_src_blogs_blogs_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", + "target": "backend_src_blogs_blogs_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", + "target": "backend_src_blogs_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", + "target": "backend_src_blogs_blogs_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", + "target": "backend_src_blogs_blogs_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", + "target": "backend_src_blogs_blogs_controller_ts_request", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_blogs_blogs_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_blogs_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_blogs_blogs_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", + "target": "backend_src_blogs_blogs_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", + "target": "backend_src_blogs_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", + "target": "backend_src_blogs_blogs_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", + "target": "backend_src_blogs_blogs_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", + "target": "backend_src_blogs_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", + "target": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_apinotfoundresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "target": "backend_src_blogs_blogs_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_module_blogsmodule", + "target": "backend_src_blogs_blogs_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_cms_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_cms_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_cms_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_cms_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "target": "backend_src_cms_cms_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "target": "backend_src_cms_cms_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L108", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L109", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "target": "backend_src_cms_cms_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L81", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "target": "backend_src_cms_cms_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "target": "backend_src_cms_cms_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "target": "backend_src_cms_cms_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "target": "backend_src_cms_cms_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L102", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L99", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_module_cmsmodule", + "target": "backend_src_cms_cms_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createherobannerdto", + "target": "backend_src_cms_dto_cms_dto_ts_isboolean", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "backend_src_cms_dto_cms_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "isuuid", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "target": "backend_src_cms_dto_cms_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "target": "backend_src_cms_dto_cms_dto_ts_isboolean", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_type", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_isint", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_min", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_isenum", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_common_dto_pagination_dto_paginationdto", + "target": "backend_src_common_dto_pagination_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "target": "backend_src_common_filters_http_exception_filter_ts_catch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "target": "backend_src_common_filters_prisma_exception_filter_ts_catch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard_rolesguard", + "target": "backend_src_common_guards_roles_guard_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "target": "backend_src_common_interceptors_decimal_interceptor_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "apiexcludecontroller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "backend_src_common_metrics_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "target": "backend_src_common_metrics_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "target": "backend_src_common_metrics_controller_ts_res", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_common_schemas_error_response_schema_apierrorresponse", + "target": "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_common_schemas_error_response_schema_errordetailfield", + "target": "backend_src_common_schemas_error_response_schema_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_common_schemas_paginated_response_schema_paginatedresponse", + "target": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_common_schemas_paginated_response_schema_paginationmeta", + "target": "backend_src_common_schemas_paginated_response_schema_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_common_sms_module_smsmodule", + "target": "backend_src_common_sms_module_ts_global", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_common_sms_module_smsmodule", + "target": "backend_src_common_sms_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_contact_contact_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_contact_contact_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_contact_contact_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "target": "backend_src_contact_contact_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "target": "backend_src_contact_contact_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "target": "backend_src_contact_contact_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_contact_contact_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_contact_contact_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_contact_contact_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_module_contactmodule", + "target": "backend_src_contact_contact_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_doctors_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_doctors_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "target": "backend_src_doctors_doctors_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "target": "backend_src_doctors_doctors_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_module_doctorsmodule", + "target": "backend_src_doctors_doctors_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "target": "backend_src_doctors_dto_doctor_query_dto_ts_type", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "target": "backend_src_doctors_dto_doctor_query_dto_ts_isint", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "target": "backend_src_doctors_dto_doctor_query_dto_ts_min", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "target": "backend_src_doctors_dto_doctor_query_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "target": "backend_src_doctors_dto_doctor_query_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "target": "backend_src_doctors_dto_doctor_query_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "target": "backend_src_doctors_dto_doctor_query_dto_ts_transform", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "target": "backend_src_doctors_dto_doctor_query_dto_ts_isboolean", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller", + "target": "backend_src_faq_faq_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller", + "target": "backend_src_faq_faq_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_create", + "target": "backend_src_faq_faq_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_create", + "target": "backend_src_faq_faq_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_create", + "target": "backend_src_faq_faq_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_create", + "target": "backend_src_faq_faq_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_create", + "target": "backend_src_faq_faq_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_findactive", + "target": "backend_src_faq_faq_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_findactive", + "target": "backend_src_faq_faq_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_findall", + "target": "backend_src_faq_faq_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_findall", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_findall", + "target": "backend_src_faq_faq_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_findall", + "target": "backend_src_faq_faq_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_findall", + "target": "backend_src_faq_faq_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_remove", + "target": "backend_src_faq_faq_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L81", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_remove", + "target": "backend_src_faq_faq_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_remove", + "target": "backend_src_faq_faq_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_remove", + "target": "backend_src_faq_faq_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_remove", + "target": "backend_src_faq_faq_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_reorder", + "target": "backend_src_faq_faq_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_reorder", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_reorder", + "target": "backend_src_faq_faq_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_reorder", + "target": "backend_src_faq_faq_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_reorder", + "target": "backend_src_faq_faq_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_reorder", + "target": "backend_src_faq_faq_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_update", + "target": "backend_src_faq_faq_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_update", + "target": "backend_src_faq_faq_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_update", + "target": "backend_src_faq_faq_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_update", + "target": "backend_src_faq_faq_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_update", + "target": "backend_src_faq_faq_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_update", + "target": "backend_src_faq_faq_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_module_faqmodule", + "target": "backend_src_faq_faq_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service_faqservice", + "target": "backend_src_faq_faq_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller_homecontroller", + "target": "backend_src_home_home_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller_homecontroller", + "target": "backend_src_home_home_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller_homecontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller_homecontroller_gethomedata", + "target": "backend_src_home_home_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller_homecontroller_gethomedata", + "target": "backend_src_home_home_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller_homecontroller_gethomedata", + "target": "backend_src_home_home_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_module_homemodule", + "target": "backend_src_home_home_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_service_homeservice", + "target": "backend_src_home_home_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "target": "backend_src_ingredients_ingredients_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "target": "backend_src_ingredients_ingredients_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "target": "backend_src_ingredients_ingredients_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "target": "backend_src_ingredients_ingredients_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_create", + "target": "backend_src_menu_menu_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_create", + "target": "backend_src_menu_menu_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_create", + "target": "backend_src_menu_menu_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_create", + "target": "backend_src_menu_menu_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_create", + "target": "backend_src_menu_menu_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", + "target": "backend_src_menu_menu_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", + "target": "backend_src_menu_menu_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", + "target": "backend_src_menu_menu_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", + "target": "backend_src_menu_menu_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", + "target": "backend_src_menu_menu_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", + "target": "backend_src_menu_menu_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findbytype", + "target": "backend_src_menu_menu_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findbytype", + "target": "backend_src_menu_menu_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findbytype", + "target": "backend_src_menu_menu_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findbytype", + "target": "backend_src_menu_menu_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findbytypeparam", + "target": "backend_src_menu_menu_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findbytypeparam", + "target": "backend_src_menu_menu_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findbytypeparam", + "target": "backend_src_menu_menu_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_remove", + "target": "backend_src_menu_menu_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L109", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_remove", + "target": "backend_src_menu_menu_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L111", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_remove", + "target": "backend_src_menu_menu_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L112", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_remove", + "target": "backend_src_menu_menu_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L113", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_remove", + "target": "backend_src_menu_menu_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L114", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_reorder", + "target": "backend_src_menu_menu_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_reorder", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L78", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_reorder", + "target": "backend_src_menu_menu_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_reorder", + "target": "backend_src_menu_menu_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_reorder", + "target": "backend_src_menu_menu_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L81", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_reorder", + "target": "backend_src_menu_menu_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_update", + "target": "backend_src_menu_menu_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_update", + "target": "backend_src_menu_menu_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_update", + "target": "backend_src_menu_menu_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_update", + "target": "backend_src_menu_menu_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_update", + "target": "backend_src_menu_menu_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_update", + "target": "backend_src_menu_menu_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_module_menumodule", + "target": "backend_src_menu_menu_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isarray", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "validatenested", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_createorderdto", + "target": "backend_src_orders_dto_create_order_dto_ts_type", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_orderitemdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_orderitemdto", + "target": "backend_src_orders_dto_create_order_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_orderitemdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto_orderitemdto", + "target": "backend_src_orders_dto_create_order_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_apicreatedresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L122", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L123", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_findone", + "target": "backend_src_orders_orders_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L208", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_findone", + "target": "backend_src_orders_orders_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L208", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L150", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_apinotfoundresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L178", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L189", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L190", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L193", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L197", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L199", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L107", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L111", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L112", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_validatecoupondto", + "target": "backend_src_orders_orders_controller_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_validatecoupondto", + "target": "backend_src_orders_orders_controller_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_validatecoupondto", + "target": "backend_src_orders_orders_controller_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_module_ordersmodule", + "target": "backend_src_orders_orders_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_type", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_ts_isin", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "target": "backend_src_payment_dto_ebank_checkout_dto_ts_min", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "target": "backend_src_payment_dto_ebank_checkout_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "target": "backend_src_payment_dto_ebank_checkout_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "target": "backend_src_payment_dto_ebank_checkout_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "target": "backend_src_payment_dto_ebank_checkout_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "target": "backend_src_payment_dto_ebank_checkout_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "target": "backend_src_payment_dto_ebank_checkout_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "target": "backend_src_payment_dto_initiate_payment_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "target": "backend_src_payment_dto_verify_payment_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "target": "backend_src_payment_dto_verify_payment_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "target": "backend_src_payment_dto_verify_payment_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L466", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L467", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L468", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L469", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L470", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L472", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L503", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L504", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L505", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L506", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L507", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L509", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L434", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L435", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L436", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L437", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L438", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L439", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L241", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L242", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L243", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L244", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L245", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L247", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L360", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L361", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L362", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L363", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L364", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L366", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L371", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L372", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L373", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", + "target": "backend_src_payment_payment_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L374", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L375", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L377", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L529", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L530", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L531", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L532", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L533", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L520", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L521", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L522", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L523", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L524", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L525", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L232", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L233", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L234", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L235", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L236", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L338", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L339", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L340", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L341", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L342", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L318", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L319", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L320", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L321", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L322", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L326", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L386", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L387", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L388", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L389", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L390", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", + "target": "backend_src_payment_payment_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L391", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L396", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L397", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L398", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L399", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L400", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", + "target": "backend_src_payment_payment_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L403", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L443", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L444", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L445", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L446", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L447", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", + "target": "backend_src_payment_payment_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L454", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L480", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L481", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L482", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L483", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L484", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", + "target": "backend_src_payment_payment_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L491", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L411", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L412", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L413", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L414", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L415", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", + "target": "backend_src_payment_payment_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L422", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L293", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L294", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L295", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L296", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L297", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L301", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L605", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L606", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L607", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L608", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L609", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L274", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L275", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L276", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L277", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L278", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L280", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L351", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L352", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L353", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L354", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L355", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", + "target": "backend_src_payment_payment_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L356", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L222", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L223", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "target": "backend_src_payment_payment_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L224", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L112", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L113", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L117", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L118", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_controller_ts_res", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L119", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "ip", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L120", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "headers", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L192", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L193", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L195", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_controller_ts_res", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L196", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "ip", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L197", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "headers", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "ip", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L78", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "headers", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "ip", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "headers", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L99", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L259", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L260", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L261", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L262", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L263", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L265", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L569", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L570", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L571", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L572", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L573", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "target": "backend_src_payment_payment_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L574", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L549", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L550", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L551", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L552", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L553", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L554", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L593", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L594", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L595", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L596", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L597", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L599", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L600", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L579", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L580", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L581", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L582", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L583", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L587", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L588", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L538", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L539", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L540", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L541", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L542", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "backend_src_payment_payment_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L167", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "backend_src_payment_payment_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L168", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "backend_src_payment_payment_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L173", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "ip", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L174", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "headers", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L175", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module_paymentmodule", + "target": "backend_src_payment_payment_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "target": "backend_src_pets_dto_create_health_log_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isarray", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_pet_dto_createpetdto", + "target": "backend_src_pets_dto_create_pet_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "target": "backend_src_pets_dto_create_reminder_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L283", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L284", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L286", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L287", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_pets_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L288", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L257", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L258", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L260", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L261", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_pets_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L262", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_pets_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L108", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_pets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L120", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_pets_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_pets_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_pets_controller_ts_apicreatedresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L126", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L127", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L128", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_pets_pets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L159", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L160", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L161", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L181", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L192", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findone", + "target": "backend_src_pets_pets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L192", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L231", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L232", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L233", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L242", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L253", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_remove", + "target": "backend_src_pets_pets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L253", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L267", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L268", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L270", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L272", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "target": "backend_src_pets_pets_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L273", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L196", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L197", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_apinotfoundresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L212", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L224", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L225", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_pets_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L226", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_useinterceptors", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "target": "backend_src_pets_pets_controller_ts_uploadedfile", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L81", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_module_petsmodule", + "target": "backend_src_pets_pets_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "target": "backend_src_prescriptions_prescriptions_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_module_prismamodule", + "target": "backend_src_prisma_prisma_module_ts_global", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_module_prismamodule", + "target": "backend_src_prisma_prisma_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_service_prismaservice", + "target": "backend_src_prisma_prisma_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_products_dto_get_products_dto_ts_isenum", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_products_dto_get_products_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_products_dto_get_products_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_products_dto_get_products_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_products_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_products_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_products_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_findone", + "target": "backend_src_products_products_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_findone", + "target": "backend_src_products_products_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_findone", + "target": "backend_src_products_products_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_getactivefilters", + "target": "backend_src_products_products_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_getactivefilters", + "target": "backend_src_products_products_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "target": "backend_src_products_products_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "target": "backend_src_products_products_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "target": "backend_src_products_products_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "target": "backend_src_products_products_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "target": "backend_src_products_products_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_module_productsmodule", + "target": "backend_src_products_products_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_module_redismodule", + "target": "backend_src_redis_redis_module_ts_global", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_module_redismodule", + "target": "backend_src_redis_redis_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_isint", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_min", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "max", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "target": "backend_src_reviews_dto_create_review_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "target": "backend_src_reviews_dto_update_review_dto_ts_isin", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "target": "backend_src_reviews_dto_update_review_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "target": "backend_src_reviews_dto_update_review_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "target": "backend_src_reviews_dto_update_review_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L102", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L104", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L99", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_module_reviewsmodule", + "target": "backend_src_reviews_reviews_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "target": "backend_src_seo_seo_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "target": "backend_src_seo_seo_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "target": "backend_src_seo_seo_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "target": "backend_src_seo_seo_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "target": "backend_src_seo_seo_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_module_seomodule", + "target": "backend_src_seo_seo_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_service_seoservice", + "target": "backend_src_seo_seo_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_type", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "target": "backend_src_settings_dto_sms_log_query_dto_ts_isin", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L233", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L234", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L235", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L236", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L237", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L241", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L278", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L279", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L280", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L281", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L282", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L118", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L119", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L120", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L122", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L123", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L269", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L270", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L271", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L272", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L273", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L274", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L246", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L247", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L248", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L249", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L250", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L253", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L253", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L144", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L145", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L146", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L147", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L148", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L222", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L223", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L224", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L225", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L226", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L128", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L129", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L191", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L192", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L193", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L194", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L195", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L258", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L259", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L260", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L261", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L262", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L265", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L182", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L183", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L184", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L185", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L186", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L163", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L164", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L165", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L166", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L167", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "target": "backend_src_settings_settings_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "target": "backend_src_settings_settings_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L78", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L209", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L210", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L211", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L212", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L213", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L217", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L153", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L154", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L155", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L156", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L157", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L158", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L134", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L135", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L136", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L137", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L138", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L139", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L200", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L201", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L202", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L203", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L204", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L205", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L172", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L173", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L174", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L175", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L176", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L177", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L106", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L107", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L108", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L109", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L112", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L113", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_module_settingsmodule", + "target": "backend_src_settings_settings_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L144", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "target": "backend_src_smart_advisor_smart_advisor_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "target": "backend_src_testimonials_testimonials_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", + "target": "backend_src_testimonials_testimonials_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "target": "backend_src_testimonials_testimonials_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "target": "backend_src_tickets_dto_create_ticket_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L78", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_type", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_isnumber", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "target": "backend_src_tickets_dto_ticket_query_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L99", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_module_ticketsmodule", + "target": "backend_src_tickets_tickets_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_address_dto_addressdto", + "target": "backend_src_users_dto_address_dto_ts_isboolean", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_isemail", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_minlength", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "target": "backend_src_users_dto_update_profile_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L111", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L112", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_apicreatedresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L113", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L132", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L133", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L167", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L168", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L169", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L170", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L180", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L181", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L186", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L187", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L188", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L189", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L199", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L200", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L205", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L206", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L207", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_apicreatedresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L208", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L222", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L224", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L225", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L138", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L139", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L140", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L141", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L160", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L161", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L162", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_req", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L104", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L105", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_patch", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_controller_ts_apibadrequestresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_module_usersmodule", + "target": "backend_src_users_users_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_isboolean", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_create_video_dto_createvideodto", + "target": "backend_src_videos_dto_create_video_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "backend_src_videos_dto_get_videos_query_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "backend_src_videos_dto_get_videos_query_dto_ts_transform", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "backend_src_videos_dto_get_videos_query_dto_ts_isboolean", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "backend_src_videos_dto_get_videos_query_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_controller_ts_apiquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_findone", + "target": "backend_src_videos_videos_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_findone", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_findone", + "target": "backend_src_videos_videos_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_delete", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_module_videosmodule", + "target": "backend_src_videos_videos_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apiproperty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isnotempty", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_apipropertyoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isoptional", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_ts_isstring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_post", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_request", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_controller_ts_body", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_put", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_useguards", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_apibearerauth", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_module_wholesalemodule", + "target": "backend_src_wholesale_wholesale_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_ts_apitags", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_ts_controller", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_wiki_wiki_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_wiki_wiki_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_wiki_wiki_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_wiki_wiki_controller_ts_query", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_get", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_apioperation", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_apiokresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_apinotfoundresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "target": "backend_src_wiki_wiki_controller_ts_param", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_module_wikimodule", + "target": "backend_src_wiki_wiki_module_ts_module", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service_wikiservice", + "target": "backend_src_wiki_wiki_service_ts_injectable", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "decorator", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_auth_roles_decorator", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "re_exports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "export", + "source_file": "backend/src/auth/roles.decorator.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_auth_roles_guard", + "target": "backend_src_common_guards_roles_guard", + "relation": "re_exports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "export", + "source_file": "backend/src/auth/roles.guard.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service", + "target": "backend_src_doctors_dto_doctor_query_dto", + "relation": "re_exports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "export", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users_userrecord", + "target": "frontend_admin_panel_src_types_admin_useraddress", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users_userrecord", + "target": "frontend_admin_panel_src_types_admin_petsummary", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient_homeclientprops", + "target": "frontend_application_lib_types_homeapiresponse", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal_addressmodalprops", + "target": "frontend_application_lib_store_userstore_address", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_bannerplacement_bannerplacementprops", + "target": "frontend_application_lib_types_banner", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_cartstore_cartitem", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_cartstore_cartstore", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "field", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice_updateherobanner", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice_updatevettestimonial", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice_checkhealth", + "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L304", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice_update", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getbanners", + "target": "frontend_application_lib_types_banner", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L327", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L268", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L248", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L258", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getproducts", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "generic_arg", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L216", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "target": "frontend_admin_panel_src_pages_b2bmanager", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "target": "frontend_admin_panel_src_pages_bannersmanager", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_blogs", + "target": "frontend_admin_panel_src_pages_blogs", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_categories", + "target": "frontend_admin_panel_src_pages_categories", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_cms", + "target": "frontend_admin_panel_src_pages_cms", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "target": "frontend_admin_panel_src_pages_contactsubmissions", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_coupons", + "target": "frontend_admin_panel_src_pages_coupons", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_dashboard", + "target": "frontend_admin_panel_src_pages_dashboard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_doctorsmanager", + "target": "frontend_admin_panel_src_pages_doctorsmanager", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_faqmanager", + "target": "frontend_admin_panel_src_pages_faqmanager", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage", + "target": "frontend_admin_panel_src_pages_financialsettingspage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "target": "frontend_admin_panel_src_pages_ingredientsmanager", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_media", + "target": "frontend_admin_panel_src_pages_media", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_menumanager", + "target": "frontend_admin_panel_src_pages_menumanager", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_monitoringpage", + "target": "frontend_admin_panel_src_pages_monitoringpage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_orders", + "target": "frontend_admin_panel_src_pages_orders", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_paymentgatewayspage", + "target": "frontend_admin_panel_src_pages_paymentgatewayspage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_pets", + "target": "frontend_admin_panel_src_pages_pets", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", + "target": "frontend_admin_panel_src_pages_prescriptionsmanager", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_products", + "target": "frontend_admin_panel_src_pages_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_reports", + "target": "frontend_admin_panel_src_pages_reports", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_reviews", + "target": "frontend_admin_panel_src_pages_reviews", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "target": "frontend_admin_panel_src_pages_seosettingspage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_settings", + "target": "frontend_admin_panel_src_pages_settings", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_shippingsettingspage", + "target": "frontend_admin_panel_src_pages_shippingsettingspage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "target": "frontend_admin_panel_src_pages_smartadvisormanager", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "target": "frontend_admin_panel_src_pages_sslsettingspage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "target": "frontend_admin_panel_src_pages_systemsettingspage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "target": "frontend_admin_panel_src_pages_testimonialsmanager", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_tickets", + "target": "frontend_admin_panel_src_pages_tickets", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_transactions", + "target": "frontend_admin_panel_src_pages_transactions", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_users", + "target": "frontend_admin_panel_src_pages_users", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_videos", + "target": "frontend_admin_panel_src_pages_videos", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", + "target": "frontend_admin_panel_src_pages_wholesaleapplications", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_wiki", + "target": "frontend_admin_panel_src_pages_wiki", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes_zibalportalpage", + "target": "frontend_admin_panel_src_pages_zibalportalpage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout_clientlayout", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L128", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal_b2bportal", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L125", + "weight": 1.0 + }, + { + "source": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "deferred": true, + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "backend_package_jest_collectcoveragefrom", + "target": "ref_t_j_s", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_package_jest_modulefileextensions", + "target": "backend_package_json_ref_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_package_jest_modulefileextensions", + "target": "ref_js", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_package_jest_modulefileextensions", + "target": "ref_json", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_compileroptions_types", + "target": "backend_prisma_tsconfig_json_ref_node", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_include", + "target": "backend_prisma_tsconfig_json_ref_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_seed_compileroptions_types", + "target": "backend_prisma_tsconfig_seed_json_ref_node", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_seed_include", + "target": "backend_prisma_tsconfig_seed_json_ref_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_build", + "target": "ref_tsconfig_json", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.build.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_build_exclude", + "target": "backend_tsconfig_build_json_ref_dist", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_build_exclude", + "target": "backend_tsconfig_build_json_ref_node_modules", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_build_exclude", + "target": "backend_tsconfig_build_json_ref_prisma", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_build_exclude", + "target": "ref_spec_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_build_exclude", + "target": "ref_test", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_exclude", + "target": "backend_tsconfig_json_ref_dist", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_exclude", + "target": "backend_tsconfig_json_ref_node_modules", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_exclude", + "target": "backend_tsconfig_json_ref_prisma", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_exclude", + "target": "ref_scripts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_include", + "target": "backend_tsconfig_json_ref_src", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/tsconfig.json", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "target": "frontend_admin_panel_tsconfig_app_json_ref_dom", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "target": "frontend_admin_panel_tsconfig_app_json_ref_dom_iterable", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "target": "frontend_admin_panel_tsconfig_app_json_ref_es2023", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions_types", + "target": "ref_vite_client", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_include", + "target": "frontend_admin_panel_tsconfig_app_json_ref_src", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions_lib", + "target": "frontend_admin_panel_tsconfig_node_json_ref_es2023", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions_types", + "target": "frontend_admin_panel_tsconfig_node_json_ref_node", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_include", + "target": "ref_vite_config_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_compileroptions_lib", + "target": "frontend_application_tsconfig_json_ref_dom", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_compileroptions_lib", + "target": "frontend_application_tsconfig_json_ref_dom_iterable", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_compileroptions_lib", + "target": "ref_esnext", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_exclude", + "target": "frontend_application_tsconfig_json_ref_node_modules", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_exclude", + "target": "frontend_application_tsconfig_json_ref_prisma", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_exclude", + "target": "ref_tests", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_exclude", + "target": "ref_vitest_config_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_exclude", + "target": "ref_vitest_setup_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_include", + "target": "frontend_application_tsconfig_json_ref_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_include", + "target": "ref_mts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_include", + "target": "ref_next_dev_types_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_include", + "target": "ref_next_env_d_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_include", + "target": "ref_next_types_ts", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_tsconfig_include", + "target": "ref_tsx", + "relation": "extends", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_bcrypt", + "target": "bcrypt", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_bcryptjs", + "target": "bcryptjs", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_class_transformer", + "target": "class_transformer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_class_validator", + "target": "class_validator", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_helmet", + "target": "helmet", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_ioredis", + "target": "ioredis", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_js_yaml", + "target": "js_yaml", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_nestjs_common", + "target": "nestjs_common", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_nestjs_core", + "target": "nestjs_core", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_nestjs_jwt", + "target": "nestjs_jwt", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_nestjs_passport", + "target": "nestjs_passport", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_nestjs_platform_express", + "target": "nestjs_platform_express", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_nestjs_swagger", + "target": "nestjs_swagger", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_nestjs_throttler", + "target": "nestjs_throttler", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_passport", + "target": "passport", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_passport_jwt", + "target": "passport_jwt", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_prisma_client", + "target": "prisma_client", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_reflect_metadata", + "target": "reflect_metadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_rxjs", + "target": "rxjs", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies_swagger_ui_express", + "target": "swagger_ui_express", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_eslint", + "target": "backend_package_json_eslint", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_eslint_config_prettier", + "target": "eslint_config_prettier", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_eslint_eslintrc", + "target": "eslint_eslintrc", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_eslint_js", + "target": "backend_package_json_eslint_js", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_eslint_plugin_prettier", + "target": "eslint_plugin_prettier", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_globals", + "target": "backend_package_json_globals", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_jest", + "target": "jest", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_nestjs_cli", + "target": "nestjs_cli", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_nestjs_schematics", + "target": "nestjs_schematics", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_nestjs_testing", + "target": "nestjs_testing", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_prettier", + "target": "prettier", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_prisma", + "target": "prisma", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_source_map_support", + "target": "source_map_support", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_supertest", + "target": "supertest", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_ts_jest", + "target": "ts_jest", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_ts_loader", + "target": "ts_loader", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_ts_node", + "target": "ts_node", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_tsconfig_paths", + "target": "tsconfig_paths", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_types_bcrypt", + "target": "types_bcrypt", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_types_bcryptjs", + "target": "types_bcryptjs", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_types_express", + "target": "types_express", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_types_jest", + "target": "types_jest", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_types_js_yaml", + "target": "types_js_yaml", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_types_multer", + "target": "types_multer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_types_node", + "target": "backend_package_json_types_node", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_types_passport_jwt", + "target": "types_passport_jwt", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_types_supertest", + "target": "types_supertest", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_typescript", + "target": "backend_package_json_typescript", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies_typescript_eslint", + "target": "backend_package_json_typescript_eslint", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/package.json", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "target": "backend_src_app_module_appmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_admin_service_adminservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_admin_service_couponinput", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_product_dto_productdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_spec", + "target": "backend_src_admin_admin_controller_admincontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_spec", + "target": "backend_src_admin_admin_service_adminservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_blogs_controller_blogscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_blogs_service_blogsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_wiki_controller_wikicontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_wiki_service_wikiservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_pets_controller_petscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_pets_service_petsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_ssl_controller_sslcontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_ssl_service_sslservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_redis_redis_module_redismodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_controller_admincontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_service_adminservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_reports_controller_reportscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_reports_service_reportsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_media_controller_mediacontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_media_service_mediaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_categories_controller_categoriescontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_categories_service_categoriesservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_product_dto_productdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_settings_settings_service_canonical_aliases", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_admin_admin_service_adminservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_admin_blogs_service_blogsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller", + "target": "backend_src_admin_categories_service_categoriesservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_admin_query_dto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller", + "target": "backend_src_admin_media_service_mediaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller", + "target": "backend_src_admin_pets_service_petsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller", + "target": "backend_src_admin_reports_service_reportsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_admin_ssl_service_sslservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_admin_wiki_service_wikiservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller", + "target": "backend_src_app_service_appservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller_spec", + "target": "backend_src_app_controller_appcontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller_spec", + "target": "backend_src_app_service_appservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_settings_settings_module_settingsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_common_metrics_controller_metricscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_admin_admin_module_adminmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_home_home_module_homemodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_blogs_blogs_module_blogsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_wiki_wiki_module_wikimodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_seo_seo_module_seomodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_cms_cms_module_cmsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_wholesale_wholesale_module_wholesalemodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_videos_videos_module_videosmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_common_sms_module_smsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_contact_contact_module_contactmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_banners_banners_module_bannersmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_b2b_b2b_module_b2bmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_products_products_module_productsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_payment_payment_module_paymentmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_tickets_tickets_module_ticketsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_reviews_reviews_module_reviewsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_doctors_doctors_module_doctorsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_faq_faq_module_faqmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_menu_menu_module_menumodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_users_users_module_usersmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_redis_redis_module_redismodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_auth_auth_module_authmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_pets_pets_module_petsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_orders_orders_module_ordersmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_auth_service_authservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_register_dto_registerdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_login_dto_logindto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_spec", + "target": "backend_src_auth_auth_controller_authcontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_spec", + "target": "backend_src_auth_auth_service_authservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_service_authservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_controller_authcontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_jwt_strategy_jwtstrategy", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_users_users_module_usersmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_constants_getjwtsecret", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_auth_auth_service_authservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_users_users_service_usersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_auth_auth_constants_getjwtsecret", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_b2b_b2b_service_b2bservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_controller_b2bcontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_service_b2bservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller", + "target": "backend_src_banners_banners_service_bannersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_controller_bannerscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_service_bannersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_blogs_blogs_service_blogsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_service_blogsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_controller_blogscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_dto_update_blog_dto", + "target": "backend_src_blogs_dto_create_blog_dto_createblogdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_cms_service_cmsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_controller_cmscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_service_cmsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_http_exception_filter", + "target": "backend_src_common_schemas_error_response_schema_errordetailfield", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard", + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard_spec", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard_spec", + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_common_interceptors_decimal_interceptor_spec", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_common_sms_module", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller", + "target": "backend_src_contact_contact_service_contactservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_controller_contactcontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_service_contactservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_module", + "target": "backend_src_common_sms_module_smsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_doctors_doctors_service_doctorsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_service_doctorsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_controller_doctorscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service", + "target": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller", + "target": "backend_src_faq_faq_service_faqservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_module", + "target": "backend_src_faq_faq_controller_faqcontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_module", + "target": "backend_src_faq_faq_service_faqservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_home_dto_update_home_dto", + "target": "backend_src_home_dto_create_home_dto_createhomedto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller", + "target": "backend_src_home_home_service_homeservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_service_homeservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_controller_homecontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_main", + "target": "backend_src_app_module_appmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/main.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_main", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/main.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_main", + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/main.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_main", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/main.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller", + "target": "backend_src_menu_menu_service_menuservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_module", + "target": "backend_src_menu_menu_controller_menucontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_module", + "target": "backend_src_menu_menu_service_menuservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_orders_service_ordersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_spec", + "target": "backend_src_orders_orders_controller_orderscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_spec", + "target": "backend_src_orders_orders_service_ordersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_service_ordersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_controller_orderscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_orders_orders_service_ordersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_payment_service_paymentservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_zibal_service_zibalservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_controller_paymentcontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_service_paymentservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_zibal_service_zibalservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_common_sms_module_smsmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_zibal_service_zibalservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_update_pet_dto", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_pets_service_petsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_spec", + "target": "backend_src_pets_pets_controller_petscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_spec", + "target": "backend_src_pets_pets_service_petsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_service_petsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_controller_petscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_spec", + "target": "backend_src_pets_pets_service_petsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_module", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_dto_get_products_dto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_products_products_service_productsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_spec", + "target": "backend_src_products_products_controller_productscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_spec", + "target": "backend_src_products_products_service_productsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_service_productsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_controller_productscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_spec", + "target": "backend_src_products_products_service_productsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_module", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_spec", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/redis/redis.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_reviews_service_reviewsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_service_reviewsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_controller_reviewscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller", + "target": "backend_src_seo_seo_service_seoservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_controller_seocontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_service_seoservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_settings_service_scientifictermdata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_settings_service_settingsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_settings_settings_controller_settingscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_settings_settings_service_settingsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_service_settingsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_controller_settingscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_common_services_sms_service_smslogquery", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_default_ui_texts_default_ui_texts", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_spec", + "target": "backend_src_settings_settings_service_settingsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_tickets_service_ticketsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_service_ticketsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_controller_ticketscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller", + "target": "backend_src_users_users_service_usersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller", + "target": "backend_src_users_dto_address_dto_addressdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_spec", + "target": "backend_src_users_users_controller_userscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_spec", + "target": "backend_src_users_users_service_usersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_service_usersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_controller_userscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service", + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_spec", + "target": "backend_src_users_users_service_usersservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_spec", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_get_videos_query_dto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_videos_service_videosservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_controller_videoscontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_service_videosservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_dto_update_wiki_dto", + "target": "backend_src_wiki_dto_create_wiki_dto_createwikidto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_wiki_wiki_service_wikiservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_service_wikiservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_controller_wikicontroller", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_app_module_appmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "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", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "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", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_test_app_e2e_spec_ts_backend_test_app_e2e_spec", + "target": "backend_src_app_module_appmodule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app.e2e-spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_axios", + "target": "frontend_admin_panel_package_json_axios", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_lucide_react", + "target": "frontend_admin_panel_package_json_lucide_react", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_react", + "target": "frontend_admin_panel_package_json_react", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_react_dom", + "target": "frontend_admin_panel_package_json_react_dom", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_react_hot_toast", + "target": "react_hot_toast", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_react_router_dom", + "target": "react_router_dom", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_recharts", + "target": "recharts", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_tanstack_react_query", + "target": "tanstack_react_query", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_vite", + "target": "vite", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies_zustand", + "target": "frontend_admin_panel_package_json_zustand", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_autoprefixer", + "target": "autoprefixer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_eslint", + "target": "frontend_admin_panel_package_json_eslint", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_eslint_js", + "target": "frontend_admin_panel_package_json_eslint_js", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks", + "target": "eslint_plugin_react_hooks", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh", + "target": "eslint_plugin_react_refresh", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_globals", + "target": "frontend_admin_panel_package_json_globals", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_postcss", + "target": "postcss", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_tailwindcss", + "target": "frontend_admin_panel_package_json_tailwindcss", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", + "target": "frontend_admin_panel_package_json_tailwindcss_postcss", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_types_node", + "target": "frontend_admin_panel_package_json_types_node", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_types_react", + "target": "frontend_admin_panel_package_json_types_react", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_types_react_dom", + "target": "frontend_admin_panel_package_json_types_react_dom", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_typescript", + "target": "frontend_admin_panel_package_json_typescript", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_typescript_eslint", + "target": "frontend_admin_panel_package_json_typescript_eslint", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "target": "frontend_admin_panel_package_json_vitejs_plugin_react", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_app", + "target": "frontend_admin_panel_src_routes_adminroutes_router", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_sidebar_sidebar", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_topbar_topbar", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_types_admin_adminuser", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_transactionreceiptmodal", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_button", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_main", + "target": "frontend_admin_panel_src_app_app", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/main.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_types_admin_b2binquiry", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_types_admin_partneraccount", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_types_admin_banner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_types_admin_financialsettings", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_types_admin_ingredient", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_components_ui_badge_badge", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_types_admin_prescription", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_badge_badge", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_types_admin_seosettings", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_types_admin_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_types_admin_smartadvisorrule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_types_admin_systemsettings", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_types_admin_testimonial", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_badge_badge", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_thsort_thsort", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptdata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_utils_usetableparams_usetableparams", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditor", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_icon_registry", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_iconpickermodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_types_admin_petsummary", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_types_admin_useraddress", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_zibalportalpage", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_zibalportalpage", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_zibalportalpage", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_zibalportalpage", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_layout_layout", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_login_login", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_utils_lazywithretry_lazywithretry", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_store_adminauthstore", + "target": "frontend_admin_panel_src_types_admin_adminuser", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_store_adminauthstore", + "target": "frontend_admin_panel_src_types_admin_authstate", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_about_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_page", + "target": "frontend_application_components_blogpage_blogpage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_lib_seo_formatpagetitle", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_lib_seo_getseoconfig", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_data_products_products", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_app_catalog_catalogclient_catalogclient", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_checkout_page", + "target": "frontend_application_components_checkoutpage_checkoutpage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_checkout_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_checkout_success_id_page", + "target": "frontend_application_components_ordersuccess_ordersuccess", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_cartdrawer_cartdrawer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_loginmodal_loginmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_authmodal_authmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_b2bportal_b2bportal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_uistore_useuistore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_maintenancepage_maintenancepage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_types_navigationtarget", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_header_header", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_footer_footer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_networkbanner_networkbanner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_contact_page", + "target": "frontend_application_components_contactformclient_contactformclient", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_contact_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_dashboard_page", + "target": "frontend_application_components_userdashboard_userdashboard", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_dashboard_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_error", + "target": "frontend_application_components_errorpages_servererrorpage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_faqsection_faqsection", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_bannerplacement_bannerplacement", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types_banner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types_homeapiresponse", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types_smartadvisorrule", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types_testimonial", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_hero_hero", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_smartadvisor_smartadvisor", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_featuredproducts_featuredproducts", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_vetgallery_vetgallery", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_testimonialssection_testimonialssection", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_blogpreviewsection_blogpreviewsection", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_app_layout", + "target": "frontend_application_app_clientlayout_clientlayout", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_layout", + "target": "frontend_application_lib_seo_getseoconfig", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_loading", + "target": "frontend_application_components_skeleton_skeleton", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_not_found", + "target": "frontend_application_components_errorpages_notfoundpage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_page", + "target": "frontend_application_lib_types_homeapiresponse", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_app_page", + "target": "frontend_application_app_homeclient_homeclient", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_app_privacy_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_profile_page", + "target": "frontend_application_components_petprofile_petprofile", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_profile_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_search_page", + "target": "frontend_application_components_searchresultspage_searchresultspage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_search_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_page", + "target": "frontend_application_components_archivepage_archivepage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_components_productpage_productpage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_lib_seo_formatpagetitle", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_lib_seo_getseoconfig", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_sitemap", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_sitemap", + "target": "frontend_application_lib_data_products_products", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_track_page", + "target": "frontend_application_components_ordertracking_ordertracking", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_track_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_components_enamadbadge_enamadbadge", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_videos_page", + "target": "frontend_application_components_videospage_videospage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_videos_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_components_ingredientwiki_ingredientwiki", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_lib_seo_getpagemetadata", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_slug_page", + "target": "frontend_application_lib_seo_formatpagetitle", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_slug_page", + "target": "frontend_application_lib_seo_getseoconfig", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_store_userstore_address", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_data_provinces_iran_provinces", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_data_provinces_province_cities", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_components_searchableselect_searchableselect", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_bannerplacement_bannerplacement", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_types_banner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_data_products_pettype", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_skeleton_productcardskeleton", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_services_authservice_authservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_utils_toenglishdigits", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_backbutton", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_lib_types_banner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpage", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpage", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_lib_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_brandlogo", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_authmodal_authmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_catalogpagespread_categorymeta", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_products_products", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_topupmodal_topupmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_addressmodal_addressmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_searchableselect_searchableselect", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_provinces_iran_provinces", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_provinces_province_cities", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_application_components_contactformclient", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_enamadbadge", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_faqsection", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_faqsection", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_skeleton_productcardskeleton", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_footer", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_footer", + "target": "frontend_application_components_brandlogo_brandlogo", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_footer", + "target": "frontend_application_lib_types_navigationtarget", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_authmodal_authmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_tickerbanner_tickerbanner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_brandlogo_brandlogo", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_types_navigationtarget", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_types_banner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_types_ingredient", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products_ingredientinfo", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products_ingredients_wiki", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products_products", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_services_authservice_authservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_components_brandlogo_brandlogo", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_networkbanner", + "target": "frontend_application_lib_hooks_usenetworkstatus_usenetworkstatus", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ordertracking", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore_healthlog", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore_petprofile", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore_reminder", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_smartadvisor_smartadvisor", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_skeleton_petprofileskeleton", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastinlineplayer", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastplayermodal", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_data_scientificterms_scientific_terms", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_types_dosageconfig", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_tooltip_tooltip", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productreviews_productreviews", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_videomodalplayer_videomodalplayer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_podcastinlineplayer_podcastinlineplayer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productreviews", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productreviews", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_safeimage", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchableselect", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_data_products_products", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_uistore_useuistore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_components_cartdrawer_cartdrawer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_components_featuredproducts_featuredproducts", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_lib_services_productservice_productservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_footer_test", + "target": "frontend_application_components_footer_footer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Footer.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_components_header_header", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_hero_test", + "target": "frontend_application_components_hero_hero", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_hero_test", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_tooltip_test", + "target": "frontend_application_components_tooltip_tooltip", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_tooltip_test", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tickerbanner", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tooltip", + "target": "frontend_application_lib_data_scientificterms_scientific_terms", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tooltip", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_addressmodal_addressmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_topupmodal_topupmodal", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_ticketservice_ticket", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_ticketservice_ticketmessage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_ticketservice_ticketservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_usepetstore_usepetstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_petprofile_petprofile", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_api_base_domain", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_skeleton_orderrowskeleton", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_userstore_address", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_utils_cn", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_utils_toenglishdigits", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_utils_topersian", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_services_videoservice_video", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_services_videoservice_videoservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_videomodalplayer_videomodalplayer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_videospage", + "target": "frontend_application_components_videomodalplayer_videomodalplayer", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_components_videospage", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_videospage", + "target": "frontend_application_lib_services_videoservice_video", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_videospage", + "target": "frontend_application_lib_services_videoservice_videoservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_api", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_orderservice", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_data_products_pettype", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_data_products_products", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_types_banner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_ticketservice", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_videoservice", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_data_products_product", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_services_orderservice_orderservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_settingsstore", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_services_orderservice_orderservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_settingsstore_test", + "target": "frontend_application_lib_store_settingsstore_usesettingsstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_settingsstore_test", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_services_authservice_authservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_userstore_useuserstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_services_authservice_authservice", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_services_authservice_user", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_services_api_api", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_cartstore_usecartstore", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_package_dependencies_axios", + "target": "frontend_application_package_json_axios", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_package_dependencies_lucide_react", + "target": "frontend_application_package_json_lucide_react", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_package_dependencies_motion", + "target": "motion", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_package_dependencies_next", + "target": "next", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_package_dependencies_react", + "target": "frontend_application_package_json_react", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_package_dependencies_react_dom", + "target": "frontend_application_package_json_react_dom", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_package_dependencies_sonner", + "target": "sonner", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_package_dependencies_zustand", + "target": "frontend_application_package_json_zustand", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_eslint", + "target": "frontend_application_package_json_eslint", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_eslint_config_next", + "target": "eslint_config_next", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_jsdom", + "target": "jsdom", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_tailwindcss", + "target": "frontend_application_package_json_tailwindcss", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_tailwindcss_postcss", + "target": "frontend_application_package_json_tailwindcss_postcss", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_testing_library_jest_dom", + "target": "testing_library_jest_dom", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_testing_library_react", + "target": "testing_library_react", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_types_node", + "target": "frontend_application_package_json_types_node", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_types_react", + "target": "frontend_application_package_json_types_react", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_types_react_dom", + "target": "frontend_application_package_json_types_react_dom", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_typescript", + "target": "frontend_application_package_json_typescript", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_vitejs_plugin_react", + "target": "frontend_application_package_json_vitejs_plugin_react", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_package_devdependencies_vitest", + "target": "vitest", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/package.json", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "package_devdependencies_concurrently", + "target": "concurrently", + "relation": "imports", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "package.json", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_main", + "target": "backend_prisma_seed_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/prisma/seed.ts", + "source_location": "L471", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_main", + "target": "backend_prisma_seed_home", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/prisma/seed.ts", + "source_location": "L482", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_src_app_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "target": "backend_src_app_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_admin_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_product_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_admin_query_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_dto_user_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_spec", + "target": "backend_src_admin_admin_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_spec", + "target": "backend_src_admin_admin_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_blogs_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_blogs_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_wiki_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_wiki_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_pets_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_pets_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_ssl_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_ssl_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_redis_redis_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_reports_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_reports_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_media_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_media_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_categories_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_categories_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_user_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_dto_product_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_common_utils_phone_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_settings_settings_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_redis_redis_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_admin_admin_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_spec", + "target": "backend_src_redis_redis_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/admin.service.spec.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_admin_blogs_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller", + "target": "backend_src_admin_categories_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_admin_query_dto", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller", + "target": "backend_src_admin_media_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller", + "target": "backend_src_admin_pets_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller", + "target": "backend_src_admin_reports_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_admin_ssl_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_admin_wiki_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller", + "target": "backend_src_app_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller_spec", + "target": "backend_src_app_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller_spec", + "target": "backend_src_app_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_settings_settings_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_common_metrics_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_admin_admin_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_home_home_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_blogs_blogs_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_wiki_wiki_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_seo_seo_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_cms_cms_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_wholesale_wholesale_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_videos_videos_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_common_sms_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_contact_contact_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_banners_banners_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_smart_advisor_smart_advisor_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_testimonials_testimonials_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_ingredients_ingredients_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_prescriptions_prescriptions_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_b2b_b2b_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_products_products_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_payment_payment_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_tickets_tickets_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_reviews_reviews_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_doctors_doctors_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_faq_faq_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_menu_menu_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_users_users_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_redis_redis_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_redis_redis_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_auth_auth_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_pets_pets_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_orders_orders_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/app.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_auth_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_send_otp_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_verify_otp_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_register_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_login_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_dto_admin_login_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_spec", + "target": "backend_src_auth_auth_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_spec", + "target": "backend_src_auth_auth_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_jwt_strategy", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_users_users_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_constants", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_dto_send_otp_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_dto_verify_otp_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_common_utils_phone_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_redis_redis_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_auth_auth_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_redis_redis_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_spec", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/auth.service.spec.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_users_users_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_auth_auth_constants", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_b2b_b2b_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_auth_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_auth_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller", + "target": "backend_src_banners_banners_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_blogs_blogs_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_dto_update_blog_dto", + "target": "backend_src_blogs_dto_create_blog_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_cms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_dto_cms_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_auth_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_auth_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_dto_cms_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_http_exception_filter", + "target": "backend_src_common_schemas_error_response_schema", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard_spec", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard_spec", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/guards/roles.guard.spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_common_interceptors_decimal_interceptor_spec", + "target": "backend_src_common_interceptors_decimal_interceptor", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/interceptors/decimal.interceptor.spec.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_common_sms_module", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller", + "target": "backend_src_contact_contact_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller", + "target": "backend_src_auth_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller", + "target": "backend_src_auth_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_module", + "target": "backend_src_common_sms_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_doctors_doctors_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_doctors_dto_doctor_query_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller", + "target": "backend_src_faq_faq_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_module", + "target": "backend_src_faq_faq_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_module", + "target": "backend_src_faq_faq_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_home_dto_update_home_dto", + "target": "backend_src_home_dto_create_home_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller", + "target": "backend_src_home_home_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/home.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_ingredients_ingredients_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_main", + "target": "backend_src_app_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/main.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_main", + "target": "backend_src_common_filters_http_exception_filter", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/main.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_main", + "target": "backend_src_common_filters_prisma_exception_filter", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/main.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_main", + "target": "backend_src_common_interceptors_decimal_interceptor", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/main.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller", + "target": "backend_src_menu_menu_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_module", + "target": "backend_src_menu_menu_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_module", + "target": "backend_src_menu_menu_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_orders_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_dto_create_order_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_spec", + "target": "backend_src_orders_orders_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_spec", + "target": "backend_src_orders_orders_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service", + "target": "backend_src_orders_dto_create_order_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_orders_orders_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_spec", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/orders/orders.service.spec.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_payment_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_zibal_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_zibal_ebank_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_ebank_checkout_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_initiate_payment_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_verify_payment_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_dto_admin_transaction_filter_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_zibal_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_zibal_ebank_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_common_sms_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_dto_admin_transaction_filter_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_zibal_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_interfaces_payment_gateway_interface", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_update_pet_dto", + "target": "backend_src_pets_dto_create_pet_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_pets_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_pet_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_update_pet_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_reminder_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_dto_create_health_log_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_spec", + "target": "backend_src_pets_pets_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_spec", + "target": "backend_src_pets_pets_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_dto_create_pet_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_dto_update_pet_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_spec", + "target": "backend_src_pets_pets_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_spec", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/pets/pets.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_prescriptions_prescriptions_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_module", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_dto_get_products_dto", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_products_products_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_products_dto_get_products_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_spec", + "target": "backend_src_products_products_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_spec", + "target": "backend_src_products_products_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service", + "target": "backend_src_products_dto_get_products_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_spec", + "target": "backend_src_products_products_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_spec", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/products/products.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_module", + "target": "backend_src_redis_redis_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_spec", + "target": "backend_src_redis_redis_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/redis/redis.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_reviews_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_dto_create_review_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_dto_update_review_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_dto_create_review_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_dto_update_review_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller", + "target": "backend_src_seo_seo_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_settings_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_dto_sms_log_query_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_settings_settings_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_settings_settings_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_spec", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.controller.spec.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_default_ui_texts", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_spec", + "target": "backend_src_settings_settings_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_spec", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/settings/settings.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_smart_advisor_smart_advisor_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_testimonials_testimonials_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_tickets_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_create_ticket_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_dto_ticket_query_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_common_guards_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_common_decorators_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_ticket_query_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_dto_create_ticket_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller", + "target": "backend_src_users_users_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller", + "target": "backend_src_users_dto_update_profile_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller", + "target": "backend_src_users_dto_address_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_spec", + "target": "backend_src_users_users_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_spec", + "target": "backend_src_users_users_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.controller.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service", + "target": "backend_src_users_dto_update_profile_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service", + "target": "backend_src_common_utils_phone_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_spec", + "target": "backend_src_users_users_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_spec", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/users/users.service.spec.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_get_videos_query_dto", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_videos_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_dto_create_video_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_dto_get_videos_query_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service", + "target": "backend_src_videos_dto_create_video_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_wholesale_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_dto_wholesale_apply_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_auth_jwt_auth_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_auth_roles_guard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_auth_roles_decorator", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_prisma_prisma_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_wholesale_dto_wholesale_apply_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_common_services_sms_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_dto_update_wiki_dto", + "target": "backend_src_wiki_dto_create_wiki_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_wiki_wiki_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_controller", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_prisma_prisma_service", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_common_dto_pagination_dto", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_app_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_http_exception_filter", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_prisma_exception_filter", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_js_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_interceptors_decimal_interceptor", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_interceptors_decimal_interceptor", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_app_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_http_exception_filter", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_test_app_audit_verification_e2e_spec_ts_backend_test_app_audit_verification_e2e_spec", + "target": "backend_src_common_filters_prisma_exception_filter", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app-audit-verification.e2e-spec.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_test_app_e2e_spec_js_backend_test_app_e2e_spec", + "target": "backend_src_app_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_test_app_e2e_spec_ts_backend_test_app_e2e_spec", + "target": "backend_src_app_module", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "backend/test/app.e2e-spec.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_app", + "target": "frontend_admin_panel_src_routes_adminroutes", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_sidebar", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_topbar", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_store_adminauthstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_store_adminauthstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_transactionreceiptmodal", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_button", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_main", + "target": "frontend_admin_panel_src_app", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/main.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_priceinput", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_priceinput", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_store_adminauthstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_components_ui_badge", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_components_ui_skeleton", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_skeleton", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_badge", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_priceinput", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_priceinput", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_badge", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_thsort", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_components_transactionreceiptmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_utils_usetableparams", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_toggleswitch", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_richtexteditor", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_skeleton", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_mediaselector", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_pagination", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_confirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_zibalportalpage", + "target": "frontend_admin_panel_src_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_zibalportalpage", + "target": "frontend_admin_panel_src_components_ui_spinner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_zibalportalpage", + "target": "frontend_admin_panel_src_components_ui_button", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_zibalportalpage", + "target": "frontend_admin_panel_src_components_ui_modal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_layout", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_protectedroute", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_pages_login", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_components_routeerrorboundary", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_utils_lazywithretry", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_store_adminauthstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_store_adminauthstore", + "target": "frontend_admin_panel_src_types_admin", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_about_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_page", + "target": "frontend_application_components_blogpage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_components_catalog_flipbookcatalog", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_app_catalog_catalogclient", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_checkout_page", + "target": "frontend_application_components_checkoutpage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_checkout_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_checkout_success_id_page", + "target": "frontend_application_components_ordersuccess", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_cartdrawer", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_loginmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_authmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_b2bportal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_store_uistore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_maintenancepage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_header", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_footer", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_components_networkbanner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_contact_page", + "target": "frontend_application_components_contactformclient", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_contact_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_dashboard_page", + "target": "frontend_application_components_userdashboard", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_dashboard_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_error", + "target": "frontend_application_components_errorpages", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/error.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_faqsection", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_bannerplacement", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_hero", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_smartadvisor", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_featuredproducts", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_vetgallery", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_testimonialssection", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_components_blogpreviewsection", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_app_layout", + "target": "frontend_application_app_clientlayout", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_layout", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_loading", + "target": "frontend_application_components_skeleton", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_not_found", + "target": "frontend_application_components_errorpages", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_page", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_app_page", + "target": "frontend_application_app_homeclient", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_app_privacy_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_profile_page", + "target": "frontend_application_components_petprofile", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_profile_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_search_page", + "target": "frontend_application_components_searchresultspage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_search_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_page", + "target": "frontend_application_components_archivepage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_components_productpage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_sitemap", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_sitemap", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_track_page", + "target": "frontend_application_components_ordertracking", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_track_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_components_enamadbadge", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_videos_page", + "target": "frontend_application_components_videospage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_videos_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_components_ingredientwiki", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_slug_page", + "target": "frontend_application_lib_seo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_lib_data_provinces", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_components_searchableselect", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_bannerplacement", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_skeleton", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_services_authservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_backbutton", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpage", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpage", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_brandlogo", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_authmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_catalogpagespread", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_topupmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_addressmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_searchableselect", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_data_provinces", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_application_components_contactformclient", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_enamadbadge", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_faqsection", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_faqsection", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_skeleton", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_footer", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_footer", + "target": "frontend_application_components_brandlogo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_footer", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_authmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_prescriptionuploadmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_tickerbanner", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_brandlogo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_hero", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_services_authservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_components_brandlogo", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_networkbanner", + "target": "frontend_application_lib_hooks_usenetworkstatus", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ordertracking", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_smartadvisor", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_orderdetailsmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_skeleton", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastinlineplayer", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastplayermodal", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_data_scientificterms", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_tooltip", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productreviews", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_videomodalplayer", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_podcastinlineplayer", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productreviews", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productreviews", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_safeimage", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchableselect", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_uistore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_components_cartdrawer", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_components_featuredproducts", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_lib_services_productservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_footer_test", + "target": "frontend_application_components_footer", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Footer.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_components_header", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_header_test", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Header.test.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_hero_test", + "target": "frontend_application_components_hero", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_hero_test", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Hero.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_tooltip_test", + "target": "frontend_application_components_tooltip", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_tooltip_test", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/__tests__/Tooltip.test.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tickerbanner", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tooltip", + "target": "frontend_application_lib_data_scientificterms", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tooltip", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_orderdetailsmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_addressmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_deleteconfirmmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_topupmodal", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_ticketservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_usepetstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_petprofile", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_skeleton", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_lib_utils", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_lib_services_videoservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_videomodalplayer", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_videospage", + "target": "frontend_application_components_videomodalplayer", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_components_videospage", + "target": "frontend_application_components_safeimage", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_components_videospage", + "target": "frontend_application_lib_services_videoservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_api", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_orderservice", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice", + "target": "frontend_application_lib_types", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_ticketservice", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_videoservice", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_data_products", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_services_orderservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_cartstore", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_settingsstore", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_services_orderservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_cartstore_test", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_settingsstore_test", + "target": "frontend_application_lib_store_settingsstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_settingsstore_test", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/settingsStore.test.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_services_authservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_tests_userstore_test", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/__tests__/userStore.test.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_services_api", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_usepetstore", + "target": "frontend_application_lib_store_userstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_services_authservice", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_store_userstore", + "target": "frontend_application_lib_store_cartstore", + "relation": "imports_from", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "import", + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_constructor", + "target": "backend_src_admin_admin_service_adminservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_service_couponinput", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L210", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_dto_product_dto_productdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L128", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L203", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L155", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_service_couponinput", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L217", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_dto_product_dto_productdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice_constructor", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice_createproduct", + "target": "backend_src_admin_dto_product_dto_productdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L397", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice_createuser", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L175", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice_updateproduct", + "target": "backend_src_admin_dto_product_dto_productdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L457", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice_updateuser", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L218", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_constructor", + "target": "backend_src_admin_blogs_service_blogsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice_getblogs", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_constructor", + "target": "backend_src_admin_categories_service_categoriesservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service_categoriesservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller_constructor", + "target": "backend_src_admin_media_service_mediaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service_mediaservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller_constructor", + "target": "backend_src_admin_pets_service_petsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller_getpets", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_service_petsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller_reportscontroller_constructor", + "target": "backend_src_admin_reports_service_reportsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_service_reportsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller_constructor", + "target": "backend_src_admin_ssl_service_sslservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_constructor", + "target": "backend_src_admin_wiki_service_wikiservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service_wikiservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller_appcontroller_constructor", + "target": "backend_src_app_service_appservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/app.controller.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_app_module_appmodule_constructor", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/app.module.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "target": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_constructor", + "target": "backend_src_auth_auth_service_authservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_login", + "target": "backend_src_auth_dto_login_dto_logindto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_register", + "target": "backend_src_auth_dto_register_dto_registerdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_sendotp", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice_constructor", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice_verifyotp", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L126", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "target": "backend_src_users_users_service_usersservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "target": "backend_src_b2b_b2b_service_b2bservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service_b2bservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller_constructor", + "target": "backend_src_banners_banners_service_bannersservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service_bannersservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_constructor", + "target": "backend_src_blogs_blogs_service_blogsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service_blogsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service_blogsservice_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_constructor", + "target": "backend_src_cms_cms_service_cmsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice_createherobanner", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice_createvettestimonial", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller_metricscontroller_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller_constructor", + "target": "backend_src_contact_contact_service_contactservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service_contactservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service_contactservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_constructor", + "target": "backend_src_doctors_doctors_service_doctorsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service_doctorsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service_doctorsservice_findall", + "target": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller_constructor", + "target": "backend_src_faq_faq_service_faqservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service_faqservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller_homecontroller_constructor", + "target": "backend_src_home_home_service_homeservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_service_homeservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/home/home.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_constructor", + "target": "backend_src_menu_menu_service_menuservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_constructor", + "target": "backend_src_orders_orders_service_ordersservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice_create", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice_findallbyuser", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L353", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "target": "backend_src_payment_payment_service_paymentservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "target": "backend_src_payment_zibal_service_zibalservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", + "target": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L439", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L525", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L116", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L194", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice_constructor", + "target": "backend_src_payment_zibal_service_zibalservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice_getadmintransactions", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L685", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L368", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice_requestpayment", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L156", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L285", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_addreminder", + "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L259", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_constructor", + "target": "backend_src_pets_pets_service_petsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_create", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L119", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller_update", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L223", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice_create", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice_findalladmin", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice_findallbyuser", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L109", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice_update", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L161", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_constructor", + "target": "backend_src_products_products_service_productsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice_findall", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/products/products.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_constructor", + "target": "backend_src_reviews_reviews_service_reviewsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice_createreview", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L203", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller_constructor", + "target": "backend_src_seo_seo_service_seoservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_service_seoservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_constructor", + "target": "backend_src_settings_settings_service_settingsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L265", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_service_scientifictermdata", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L111", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L148", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L148", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "target": "backend_src_common_services_sms_service_smslogquery", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L616", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_constructor", + "target": "backend_src_tickets_tickets_service_ticketsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice_createticket", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L207", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L142", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L279", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_dto_address_dto_addressdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L131", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_constructor", + "target": "backend_src_users_users_service_usersservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_dto_address_dto_addressdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L159", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice_update", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/users/users.service.ts", + "source_location": "L125", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_constructor", + "target": "backend_src_videos_videos_service_videosservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice_create", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "target": "backend_src_wiki_wiki_service_wikiservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service_wikiservice_constructor", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service_wikiservice_findall", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_getproducts", + "target": "frontend_application_lib_data_products_pettype", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "parameter_type", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L216", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "target": "frontend_application_lib_data_products_product", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "return_type", + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "relation": "implements", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "type", + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "inherits", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "type", + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_products_dto_get_products_dto_getproductsdto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "inherits", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "type", + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_create_video_dto_updatevideodto", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "relation": "inherits", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "type", + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "inherits", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "context": "type", + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "agents", + "target": "agents_graphify", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "AGENTS.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "agents_rules_graphify", + "target": "agents_rules_graphify_graphify", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".agents/rules/graphify.md", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "agents_workflows_graphify", + "target": "agents_workflows_graphify_workflow_graphify", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".agents/workflows/graphify.md", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "ai_agency_agency", + "target": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_activation", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_pipeline_c_add_specific_feature_add_feature", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_pipeline_d_content_seo_only_content_creation", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L133", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_task_execution_loop_all_pipelines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L144", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_state_machine_active_agent_tracking", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L182", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_state_json_template_full_schema_v3", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L192", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_agent_directory_reference", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L239", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_step_1_detect_project_intent", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_real_data_policy", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L259", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_your_identity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_step_2_token_limit_context_resume_protocol_critical", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_pipeline_a_new_project_greenfield", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_ai_software_agency_master_orchestration_protocol_v3", + "target": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L75", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L104", + "weight": 1.0 + }, + { + "source": "ai_agency_agency_pipeline_b_review_improve_existing_project_review_and_plan", + "target": "ai_agency_agency_phase_3_execution_same_as_always", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L114", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/AGENCY.md", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_00_intake", + "target": "ai_agency_agents_00_intake_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_00_intake_operational_rules_boundaries", + "target": "ai_agency_agents_00_intake_1_ask_don_t_assume", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_00_intake_operational_rules_boundaries", + "target": "ai_agency_agents_00_intake_2_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L105", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_brownfield_detection", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_required_output_artifacts_what_files_to_write_update", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_00_intake_role_core_objective", + "target": "ai_agency_agents_00_intake_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/00_intake.md", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor", + "target": "ai_agency_agents_01_auditor_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_1_detect_tech_stack_first_universal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_2_explicit_scoring_methodology_universal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_3_code_coverage_ratio_rule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_4_deep_directory_scanning", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "target": "ai_agency_agents_01_auditor_5_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor_role_core_objective", + "target": "ai_agency_agents_01_auditor_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor_role_core_objective", + "target": "ai_agency_agents_01_auditor_required_output_artifacts_what_files_to_write_update", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor_role_core_objective", + "target": "ai_agency_agents_01_auditor_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_01_auditor_role_core_objective", + "target": "ai_agency_agents_01_auditor_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/01_auditor.md", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_02_ceo", + "target": "ai_agency_agents_02_ceo_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "target": "ai_agency_agents_02_ceo_1_mode_direction_decision", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "target": "ai_agency_agents_02_ceo_2_brownfield_strategic_evaluation", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "target": "ai_agency_agents_02_ceo_3_risk_assessment", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "target": "ai_agency_agents_02_ceo_4_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_02_ceo_role_core_objective", + "target": "ai_agency_agents_02_ceo_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_02_ceo_role_core_objective", + "target": "ai_agency_agents_02_ceo_required_output_artifacts_what_files_to_write_update", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_02_ceo_role_core_objective", + "target": "ai_agency_agents_02_ceo_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_02_ceo_role_core_objective", + "target": "ai_agency_agents_02_ceo_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/02_ceo.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager", + "target": "ai_agency_agents_03_product_manager_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_3_brownfield_completeness_rule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_4_role_assignment_rules", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L116", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_5_dependency_tracking_strict", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L126", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_6_priority_assignment", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L132", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_7_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L140", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "target": "ai_agency_agents_03_product_manager_1_hierarchical_decomposition_algorithm_3_tier", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L86", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L98", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L149", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_role_core_objective", + "target": "ai_agency_agents_03_product_manager_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L194", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_role_core_objective", + "target": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_role_core_objective", + "target": "ai_agency_agents_03_product_manager_decompose_mode_normal_operation_new_projects", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_role_core_objective", + "target": "ai_agency_agents_03_product_manager_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L84", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_03_product_manager_synthesis_mode_called_after_review_phase_completes", + "target": "ai_agency_agents_03_product_manager_synthesis_rules", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/03_product_manager.md", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect", + "target": "ai_agency_agents_04_architect_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_1_stack_detection_brownfield", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_2_stack_selection_greenfield", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_3_single_non_negotiable_stack_choice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_4_tech_stack_must_be_written_to_state_json", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_5_directory_layout", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_6_openapi_api_contract", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_operational_rules_boundaries", + "target": "ai_agency_agents_04_architect_7_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_role_core_objective", + "target": "ai_agency_agents_04_architect_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_role_core_objective", + "target": "ai_agency_agents_04_architect_required_output_artifacts_what_files_to_write_update", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_role_core_objective", + "target": "ai_agency_agents_04_architect_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_04_architect_role_core_objective", + "target": "ai_agency_agents_04_architect_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/04_architect.md", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend", + "target": "ai_agency_agents_05_dev_backend_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_1_always_read_tech_stack_first", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_2_sub_step_execution_token_resume_support", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_3_mandatory_test_authoring", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L131", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_4_code_quality_standards", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L138", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_5_file_scope_boundary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L146", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "target": "ai_agency_agents_05_dev_backend_6_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L151", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_05_dev_backend_output", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L108", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L160", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L172", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_review_mode_called_during_review_phase", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_implement_mode_normal_operation", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_05_dev_backend_role_core_objective", + "target": "ai_agency_agents_05_dev_backend_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/05_dev_backend.md", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend", + "target": "ai_agency_agents_06_dev_frontend_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_1_always_read_tech_stack_first", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L119", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_2_sub_step_execution_token_resume_support", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L131", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_3_api_mocking_requirement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L141", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_4_modular_component_architecture", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L148", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_5_responsive_design_mandatory", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L157", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_6_file_scope_boundary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L163", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "target": "ai_agency_agents_06_dev_frontend_7_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L167", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "target": "ai_agency_agents_06_dev_frontend_output", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_implement_mode_normal_operation", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L107", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L117", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L175", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L187", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_06_dev_frontend_role_core_objective", + "target": "ai_agency_agents_06_dev_frontend_review_mode_called_during_review_phase", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/06_dev_frontend.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer", + "target": "ai_agency_agents_07_qa_engineer_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_1_detect_test_runner_from_tech_stack", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_2_execution_output_capture_mandatory", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_3_acceptance_criteria_verification", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_4_failure_routing_protocol", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_5_success_routing_protocol", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "target": "ai_agency_agents_07_qa_engineer_6_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer_role_core_objective", + "target": "ai_agency_agents_07_qa_engineer_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer_role_core_objective", + "target": "ai_agency_agents_07_qa_engineer_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_07_qa_engineer_role_core_objective", + "target": "ai_agency_agents_07_qa_engineer_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/07_qa_engineer.md", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa", + "target": "ai_agency_agents_08_visual_qa_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_1_framework_aware_analysis", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L115", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_2_dom_semantic_structure_analysis", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L126", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_3_accessibility_compliance", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L134", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_4_responsive_layout_verification", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L143", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_5_fallback_inspection_mode", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L155", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_6_defect_routing_protocol", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L162", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "target": "ai_agency_agents_08_visual_qa_7_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L174", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L13", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L24", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "target": "ai_agency_agents_08_visual_qa_output", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L113", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L182", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L190", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_review_mode_called_during_review_phase", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_08_visual_qa_role_core_objective", + "target": "ai_agency_agents_08_visual_qa_inspect_mode_normal_operation_post_task_verification", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/08_visual_qa.md", + "source_location": "L99", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security", + "target": "ai_agency_agents_09_devops_security_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "target": "ai_agency_agents_09_devops_security_1_active_secret_scanning_all_modified_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L108", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "target": "ai_agency_agents_09_devops_security_2_docker_container_verification_if_dockerfile_exists", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L120", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L133", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "target": "ai_agency_agents_09_devops_security_4_failure_routing_protocol", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L138", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "target": "ai_agency_agents_09_devops_security_5_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L150", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "target": "ai_agency_agents_09_devops_security_output", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L106", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L158", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L168", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_review_mode_called_during_review_phase", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_enforce_mode_normal_operation", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_09_devops_security_role_core_objective", + "target": "ai_agency_agents_09_devops_security_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/09_devops_security.md", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_10_tech_writer", + "target": "ai_agency_agents_10_tech_writer_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_1_mark_active_task_as_complete", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_2_documentation_updates", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_3_dynamic_routing_protocol_critical", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_4_backlog_insufficiency_check", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "target": "ai_agency_agents_10_tech_writer_5_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_10_tech_writer_role_core_objective", + "target": "ai_agency_agents_10_tech_writer_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_10_tech_writer_role_core_objective", + "target": "ai_agency_agents_10_tech_writer_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L21", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_10_tech_writer_role_core_objective", + "target": "ai_agency_agents_10_tech_writer_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/10_tech_writer.md", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy", + "target": "ai_agency_agents_11_deploy_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_1_pre_deployment_checklist", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_2_build_verification", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_3_deployment_strategy_based_on_target", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_4_post_deployment_health_check", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "target": "ai_agency_agents_11_deploy_5_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy_role_core_objective", + "target": "ai_agency_agents_11_deploy_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L102", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy_role_core_objective", + "target": "ai_agency_agents_11_deploy_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy_role_core_objective", + "target": "ai_agency_agents_11_deploy_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_11_deploy_role_core_objective", + "target": "ai_agency_agents_11_deploy_required_output_artifacts_what_files_to_write_update", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/11_deploy.md", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content", + "target": "ai_agency_agents_12_seo_content_role_core_objective", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L166", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L179", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L188", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L199", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L211", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L221", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_operating_modes", + "target": "ai_agency_agents_12_seo_content_mode_1_review_called_during_review_phase", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L116", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_operating_modes", + "target": "ai_agency_agents_12_seo_content_mode_2_content_creation_standalone_task_from_backlog", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L160", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "target": "ai_agency_agents_12_seo_content_forbidden_actions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L231", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "target": "ai_agency_agents_12_seo_content_file_scope_boundary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L238", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L29", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "target": "ai_agency_agents_12_seo_content_output", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_create_mode_normal_operation", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_strict_input_specifications_what_files_to_read", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_operating_modes", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L114", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_review_mode_called_during_review_phase", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_operational_rules_boundaries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L229", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_required_output_artifacts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L244", + "weight": 1.0 + }, + { + "source": "ai_agency_agents_12_seo_content_role_core_objective", + "target": "ai_agency_agents_12_seo_content_expected_json_output_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/agents/12_seo_content.md", + "source_location": "L259", + "weight": 1.0 + }, + { + "source": "ai_agency_memory_scratchpad", + "target": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "target": "ai_agency_memory_scratchpad_execution_target", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "target": "ai_agency_memory_scratchpad_project_canina_veterinary_e_commerce_system", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "ai_agency_memory_scratchpad_active_agent_working_scratchpad", + "target": "ai_agency_memory_scratchpad_requirements_persona_mandates_intake_user_request", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/memory/scratchpad.md", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_next_task", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L105", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_unblock", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L128", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_reset", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L143", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_main", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L180", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_load_json", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_save_json", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_status", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate", + "target": "ai_agency_orchestrate_cmd_progress", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_api_contract", + "target": "ai_agency_specs_api_contract_api_contract_specification", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_api_contract_api_contract_specification", + "target": "ai_agency_specs_api_contract_1_openapi_3_0_swagger_specification", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_api_contract_api_contract_specification", + "target": "ai_agency_specs_api_contract_2_endpoint_definitions_data_types", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/api_contract.md", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_architecture_spec", + "target": "ai_agency_specs_architecture_spec_architecture_specification", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_architecture_spec_architecture_specification", + "target": "ai_agency_specs_architecture_spec_2_directory_structure_tree", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_architecture_spec_architecture_specification", + "target": "ai_agency_specs_architecture_spec_3_state_management_strategy", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_architecture_spec_architecture_specification", + "target": "ai_agency_specs_architecture_spec_4_deployment_docker_architecture", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_architecture_spec_architecture_specification", + "target": "ai_agency_specs_architecture_spec_1_single_non_negotiable_tech_stack", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/architecture_spec.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_prd", + "target": "ai_agency_specs_prd_product_requirement_document_prd", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_4_non_functional_requirements_performance_security", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_5_epic_feature_breakdown", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_1_executive_vision", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_2_target_audience", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_prd_product_requirement_document_prd", + "target": "ai_agency_specs_prd_3_functional_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/prd.md", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_project_health", + "target": "ai_agency_specs_project_health_project_health_audit_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_project_health_project_health_audit_report", + "target": "ai_agency_specs_project_health_3_outdated_dependencies_list", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_project_health_project_health_audit_report", + "target": "ai_agency_specs_project_health_4_security_risks_env_leaks_unprotected_ports", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_project_health_project_health_audit_report", + "target": "ai_agency_specs_project_health_1_audit_score_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_project_health_project_health_audit_report", + "target": "ai_agency_specs_project_health_2_technical_debt_inventory", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/project_health.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_backend_review", + "target": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_backend_review_backend_technical_review_05_dev_backend", + "target": "ai_agency_specs_reviews_backend_review_architectural_overview", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/backend_review.md", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_code_health_review", + "target": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "target": "ai_agency_specs_reviews_code_health_review_recommendations", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "target": "ai_agency_specs_reviews_code_health_review_executive_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_code_health_review_code_health_audit_review_01_auditor", + "target": "ai_agency_specs_reviews_code_health_review_key_findings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/code_health_review.md", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_frontend_review", + "target": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_frontend_review_frontend_admin_panel_technical_review_06_dev_frontend", + "target": "ai_agency_specs_reviews_frontend_review_architectural_overview", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/frontend_review.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_security_review", + "target": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/security_review.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_security_review_security_performance_review_09_devops_security", + "target": "ai_agency_specs_reviews_security_review_security_architecture_best_practices", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/security_review.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_seo_content_review", + "target": "ai_agency_specs_reviews_seo_content_review_seo_content_strategy_review_12_seo_content", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/seo_content_review.md", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_ux_review", + "target": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/ux_review.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "ai_agency_specs_reviews_ux_review_ux_persona_interface_review_08_visual_qa", + "target": "ai_agency_specs_reviews_ux_review_persona_experience_alignment", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".ai_agency/specs/reviews/ux_review.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "antigravity_instructions", + "target": "antigravity_instructions_graphify", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/instructions.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify", + "target": "antigravity_workflows_graphify_graphify", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_usage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_what_graphify_is_for", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_interpreter_guard_for_subcommands", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L681", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_for_update_and_cluster_only", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L701", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_for_graphify_query", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L707", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_for_graphify_add_and_watch", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L719", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_for_the_commit_hook_and_native_claude_md_integration", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L725", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_troubleshooting", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L731", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_graphify", + "target": "antigravity_workflows_graphify_honesty_rules", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L744", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "target": "antigravity_workflows_graphify_part_a_structural_extraction_for_code_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L192", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "target": "antigravity_workflows_graphify_part_b_semantic_extraction_parallel_subagents", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L218", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "target": "antigravity_workflows_graphify_part_c_merge_ast_semantic_into_final_extraction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L381", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_troubleshooting", + "target": "antigravity_workflows_graphify_powershell_5_1_vertical_scrolling_stops_working", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L733", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_2_detect_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L129", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L169", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_3_extract_entities_and_relationships", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L173", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_4_build_graph_cluster_analyze_generate_outputs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L415", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_4_5_graph_health_check_read_only_integrity_gate", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L478", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_5_label_communities", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L504", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_6_generate_obsidian_vault_opt_in_html", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L553", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L573", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L579", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "antigravity_workflows_graphify_what_you_must_do_when_invoked", + "target": "antigravity_workflows_graphify_step_1_ensure_graphify_is_installed", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".antigravity/workflows/graphify.md", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_nest_cli", + "target": "backend_nest_cli_schema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/nest-cli.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_nest_cli", + "target": "backend_nest_cli_collection", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/nest-cli.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_nest_cli", + "target": "backend_nest_cli_sourceroot", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/nest-cli.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_nest_cli", + "target": "backend_nest_cli_compileroptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/nest-cli.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_nest_cli_compileroptions", + "target": "backend_nest_cli_compileroptions_deleteoutdir", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/nest-cli.json", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_name", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_version", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_description", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_devdependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_author", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_private", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_license", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_jest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_scripts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_package", + "target": "backend_package_prisma", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_common", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_core", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_jwt", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_passport", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_platform_express", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_swagger", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_nestjs_throttler", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_prisma_client", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_bcrypt", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_bcryptjs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_class_transformer", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_class_validator", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_helmet", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_ioredis", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_js_yaml", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_passport", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_passport_jwt", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_reflect_metadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_rxjs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_package_dependencies", + "target": "backend_package_dependencies_swagger_ui_express", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint_eslintrc", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint_js", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_nestjs_cli", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_nestjs_schematics", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_nestjs_testing", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_bcrypt", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_bcryptjs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_express", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_jest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_js_yaml", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_multer", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_node", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_passport_jwt", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_types_supertest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint_config_prettier", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_eslint_plugin_prettier", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_globals", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_jest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_prettier", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_prisma", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_source_map_support", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_supertest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_ts_jest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_ts_loader", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_ts_node", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_tsconfig_paths", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_typescript", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_package_devdependencies", + "target": "backend_package_devdependencies_typescript_eslint", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_package_jest", + "target": "backend_package_jest_modulefileextensions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_package_jest", + "target": "backend_package_jest_rootdir", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_package_jest", + "target": "backend_package_jest_testregex", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "backend_package_jest", + "target": "backend_package_jest_transform", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "backend_package_jest", + "target": "backend_package_jest_collectcoveragefrom", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_package_jest", + "target": "backend_package_jest_coveragedirectory", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_package_jest", + "target": "backend_package_jest_testenvironment", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_package_jest_transform", + "target": "backend_package_transform_t_j_s", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_package_prisma", + "target": "backend_package_prisma_seed", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_build_nest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_start", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_start_dev", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_start_debug", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_start_prod", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_lint", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_test", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_test_watch", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_test_cov", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_test_debug", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_test_e2e", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_docs_generate", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_package_scripts", + "target": "backend_package_scripts_build", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/package.json", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_prisma_scientificterms", + "target": "backend_prisma_scientificterms_scientificterm", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_prisma_scientificterms", + "target": "backend_prisma_scientificterms_scientific_terms", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/scientificTerms.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed", + "target": "backend_prisma_seed_main", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed", + "target": "backend_prisma_seed_prisma", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_blogs", + "target": "backend_prisma_seed_blogs_prisma", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_blogs", + "target": "backend_prisma_seed_blogs_main", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-blogs.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_custom", + "target": "backend_prisma_seed_custom_prisma", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_custom", + "target": "backend_prisma_seed_custom_main", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-custom.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_home", + "target": "backend_prisma_seed_home_prisma", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_home", + "target": "backend_prisma_seed_home_main", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-home.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_findorcreatecategory", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L128", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_product_symptoms_map", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L148", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_determinesuitablefor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_product_taglines_map", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L208", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_main", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L268", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_parsesize", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_getproductimageurl", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_prisma", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_products", + "target": "backend_prisma_seed_products_slugify", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-products.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_ui_texts", + "target": "backend_prisma_seed_ui_texts_main", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L135", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_ui_texts", + "target": "backend_prisma_seed_ui_texts_prisma", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_ui_texts", + "target": "backend_prisma_seed_ui_texts_ui_texts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-ui-texts.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_wiki", + "target": "backend_prisma_seed_wiki_main", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L370", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_wiki", + "target": "backend_prisma_seed_wiki_prisma", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_prisma_seed_wiki", + "target": "backend_prisma_seed_wiki_canonical_wiki_terms", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/seed-wiki.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig", + "target": "backend_prisma_tsconfig_compileroptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig", + "target": "backend_prisma_tsconfig_include", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_module", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_moduleresolution", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_esmoduleinterop", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_skiplibcheck", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_compileroptions", + "target": "backend_prisma_tsconfig_compileroptions_types", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_seed", + "target": "backend_prisma_tsconfig_seed_compileroptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_seed", + "target": "backend_prisma_tsconfig_seed_include", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_module", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_moduleresolution", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_esmoduleinterop", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_skiplibcheck", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_prisma_tsconfig_seed_compileroptions", + "target": "backend_prisma_tsconfig_seed_compileroptions_types", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/prisma/tsconfig.seed.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_readme", + "target": "backend_readme_description", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/README.md", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_readme", + "target": "backend_readme_project_setup", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/README.md", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_readme", + "target": "backend_readme_compile_and_run_the_project", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/README.md", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_readme", + "target": "backend_readme_run_tests", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/README.md", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_readme", + "target": "backend_readme_deployment", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/README.md", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_readme", + "target": "backend_readme_resources", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/README.md", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_readme", + "target": "backend_readme_support", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/README.md", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_readme", + "target": "backend_readme_stay_in_touch", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/README.md", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_readme", + "target": "backend_readme_license", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/README.md", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_core_1", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_app_module_1", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_swagger_1", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_fs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_path", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_yaml", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_js_backend_scripts_generate_openapi_generateopenapi", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/scripts/generate-openapi.js", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi", + "target": "backend_scripts_generate_openapi_ts_backend_scripts_generate_openapi_generateopenapi", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/scripts/generate-openapi.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller", + "target": "backend_src_admin_admin_controller_admincontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_module", + "target": "backend_src_admin_admin_module_adminmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.module.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_admin_service_paginationquery", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_admin_service_coupontargetinput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_admin_service_couponinput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service", + "target": "backend_src_admin_admin_service_adminservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller", + "target": "backend_src_admin_blogs_controller_blogscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service", + "target": "backend_src_admin_blogs_service_blogsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller", + "target": "backend_src_admin_categories_controller_categoriescontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service", + "target": "backend_src_admin_categories_service_categoriesservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service", + "target": "backend_src_admin_categories_service_categoryquery", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_admin_query_dto", + "target": "backend_src_admin_dto_admin_query_dto_adminquerydto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/dto/admin-query.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_product_dto", + "target": "backend_src_admin_dto_product_dto_productdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/dto/product.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto", + "target": "backend_src_admin_dto_user_dto_createuserdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_admin_dto_user_dto", + "target": "backend_src_admin_dto_user_dto_updateuserdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/dto/user.dto.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller", + "target": "backend_src_admin_media_controller_mediacontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service", + "target": "backend_src_admin_media_service_mediaservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller", + "target": "backend_src_admin_pets_controller_petscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_service", + "target": "backend_src_admin_pets_service_petsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_service", + "target": "backend_src_admin_pets_service_petquery", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller", + "target": "backend_src_admin_reports_controller_reportscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_service", + "target": "backend_src_admin_reports_service_reportsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller", + "target": "backend_src_admin_ssl_controller_sslcontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service", + "target": "backend_src_admin_ssl_service_sslservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service", + "target": "backend_src_admin_ssl_service_sslcertinfo", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller", + "target": "backend_src_admin_wiki_controller_wikicontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service", + "target": "backend_src_admin_wiki_service_wikiservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service", + "target": "backend_src_admin_wiki_service_wikiquery", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller", + "target": "backend_src_app_controller_appcontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/app.controller.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_app_module", + "target": "backend_src_app_module_appmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/app.module.ts", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "backend_src_app_service", + "target": "backend_src_app_service_appservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/app.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_constants", + "target": "backend_src_auth_auth_constants_default_jwt_secret", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_constants", + "target": "backend_src_auth_auth_constants_getjwtrefreshsecret", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_constants", + "target": "backend_src_auth_auth_constants_default_jwt_refresh_secret", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_constants", + "target": "backend_src_auth_auth_constants_getjwtsecret", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.constants.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller", + "target": "backend_src_auth_auth_controller_authcontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_module", + "target": "backend_src_auth_auth_module_authmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.module.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_auth_service_registerinput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_auth_service_logininput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_auth_service_adminlogininput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service", + "target": "backend_src_auth_auth_service_authservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_admin_login_dto", + "target": "backend_src_auth_dto_admin_login_dto_adminlogindto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/dto/admin-login.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_login_dto", + "target": "backend_src_auth_dto_login_dto_logindto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/dto/login.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_register_dto", + "target": "backend_src_auth_dto_register_dto_registerdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/dto/register.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_send_otp_dto", + "target": "backend_src_auth_dto_send_otp_dto_sendotpdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/dto/send-otp.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_dto_verify_otp_dto", + "target": "backend_src_auth_dto_verify_otp_dto_verifyotpdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/dto/verify-otp.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_auth_guard", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_auth_jwt_strategy_jwtstrategy", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy", + "target": "backend_src_auth_jwt_strategy_jwtpayload", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_module", + "target": "backend_src_b2b_b2b_module_b2bmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service", + "target": "backend_src_b2b_b2b_service_b2bservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service", + "target": "backend_src_b2b_b2b_service_b2bwholesaleorderitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller", + "target": "backend_src_banners_banners_controller_bannerscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_module", + "target": "backend_src_banners_banners_module_bannersmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service", + "target": "backend_src_banners_banners_service_bannersservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller", + "target": "backend_src_blogs_blogs_controller_blogscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_module", + "target": "backend_src_blogs_blogs_module_blogsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service", + "target": "backend_src_blogs_blogs_service_blogsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_dto_create_blog_dto", + "target": "backend_src_blogs_dto_create_blog_dto_createblogdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/dto/create-blog.dto.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_dto_update_blog_dto", + "target": "backend_src_blogs_dto_update_blog_dto_updateblogdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/dto/update-blog.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_entities_blog_entity", + "target": "backend_src_blogs_entities_blog_entity_blog", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/entities/blog.entity.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller", + "target": "backend_src_cms_cms_controller_cmscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_module", + "target": "backend_src_cms_cms_module_cmsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service", + "target": "backend_src_cms_cms_service_cmsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto", + "target": "backend_src_cms_dto_cms_dto_createherobannerdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto", + "target": "backend_src_cms_dto_cms_dto_createvettestimonialdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_cms_dto_cms_dto", + "target": "backend_src_cms_dto_cms_dto_createsmartadvisorruledto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/dto/cms.dto.ts", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "backend_src_common_decorators_roles_decorator", + "target": "backend_src_common_decorators_roles_decorator_roles_key", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_common_decorators_roles_decorator", + "target": "backend_src_common_decorators_roles_decorator_roles", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/decorators/roles.decorator.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_common_dto_pagination_dto", + "target": "backend_src_common_dto_pagination_dto_paginationdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_common_dto_pagination_dto", + "target": "backend_src_common_dto_pagination_dto_sortorder", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/dto/pagination.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_http_exception_filter", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_prisma_exception_filter", + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard", + "target": "backend_src_common_guards_roles_guard_requestwithuser", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard", + "target": "backend_src_common_guards_roles_guard_rolesguard", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_common_interceptors_decimal_interceptor", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller", + "target": "backend_src_common_metrics_controller_metricscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_common_schemas_error_response_schema", + "target": "backend_src_common_schemas_error_response_schema_apierrorresponse", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_common_schemas_error_response_schema", + "target": "backend_src_common_schemas_error_response_schema_errordetailfield", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/schemas/error-response.schema.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_common_schemas_paginated_response_schema", + "target": "backend_src_common_schemas_paginated_response_schema_paginatedresponse", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_common_schemas_paginated_response_schema", + "target": "backend_src_common_schemas_paginated_response_schema_createpaginatedschema", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_common_schemas_paginated_response_schema", + "target": "backend_src_common_schemas_paginated_response_schema_paginationmeta", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/schemas/paginated-response.schema.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_smsconfig", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_melipayamakpattern", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_smslogquery", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_melipayamakresponse", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_smsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service", + "target": "backend_src_common_services_sms_service_sendpatternsmsoptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_common_sms_module", + "target": "backend_src_common_sms_module_smsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/sms.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_common_utils_phone_utils", + "target": "backend_src_common_utils_phone_utils_normalizemobile", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/utils/phone.utils.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller", + "target": "backend_src_contact_contact_controller_contactcontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_module", + "target": "backend_src_contact_contact_module_contactmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service", + "target": "backend_src_contact_contact_service_updatecontactinfoitemdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service", + "target": "backend_src_contact_contact_service_contactservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service", + "target": "backend_src_contact_contact_service_createcontactsubmissiondto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_module", + "target": "backend_src_doctors_doctors_module_doctorsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service", + "target": "backend_src_doctors_doctors_service_doctorsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_dto_doctor_query_dto", + "target": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller", + "target": "backend_src_faq_faq_controller_faqcontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_module", + "target": "backend_src_faq_faq_module_faqmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service", + "target": "backend_src_faq_faq_service_faqservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_home_dto_create_home_dto", + "target": "backend_src_home_dto_create_home_dto_createhomedto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/dto/create-home.dto.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_home_dto_update_home_dto", + "target": "backend_src_home_dto_update_home_dto_updatehomedto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/dto/update-home.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_home_entities_home_entity", + "target": "backend_src_home_entities_home_entity_home", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/entities/home.entity.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller", + "target": "backend_src_home_home_controller_homecontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_module", + "target": "backend_src_home_home_module_homemodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/home.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_service", + "target": "backend_src_home_home_service_homeservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/home.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_module", + "target": "backend_src_ingredients_ingredients_module_ingredientsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_main", + "target": "backend_src_main_bootstrap", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/main.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller", + "target": "backend_src_menu_menu_controller_menucontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_module", + "target": "backend_src_menu_menu_module_menumodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.module.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service", + "target": "backend_src_menu_menu_service_menutype", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service", + "target": "backend_src_menu_menu_service_menuservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto", + "target": "backend_src_orders_dto_create_order_dto_orderitemdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_orders_dto_create_order_dto", + "target": "backend_src_orders_dto_create_order_dto_createorderdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/dto/create-order.dto.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_orders_controller_validatecoupondto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller", + "target": "backend_src_orders_orders_controller_orderscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_module", + "target": "backend_src_orders_orders_module_ordersmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service", + "target": "backend_src_orders_orders_service_ordersservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_admin_transaction_filter_dto", + "target": "backend_src_payment_dto_admin_transaction_filter_dto_admintransactionfilterdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/dto/admin-transaction-filter.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_ebank_checkout_dto", + "target": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatewallettopupdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_initiate_payment_dto", + "target": "backend_src_payment_dto_initiate_payment_dto_initiatepaymentdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/dto/initiate-payment.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_payment_dto_verify_payment_dto", + "target": "backend_src_payment_dto_verify_payment_dto_zibalcallbackquerydto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/dto/verify-payment.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentverifyresult", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentinquiryresult", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_gatewayhealthresult", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface", + "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestresult", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller", + "target": "backend_src_payment_payment_controller_paymentcontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_module", + "target": "backend_src_payment_payment_module_paymentmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.module.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_payment_service_clientmetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service", + "target": "backend_src_payment_payment_service_paymentservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service", + "target": "backend_src_payment_zibal_ebank_service_ebankcheckoutlistfilter", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service", + "target": "backend_src_payment_zibal_ebank_service_ebankstatementfilter", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service", + "target": "backend_src_payment_zibal_ebank_service_ebankidentifiedpaymentfilter", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service", + "target": "backend_src_payment_zibal_ebank_service_ebankcheckoutoptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_zibal_service_zibalrequestresponse", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_zibal_service_zibalverifyresponse", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_zibal_service_zibalinquiryresponse", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service", + "target": "backend_src_payment_zibal_service_zibalservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_health_log_dto", + "target": "backend_src_pets_dto_create_health_log_dto_createhealthlogdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/dto/create-health-log.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_pet_dto", + "target": "backend_src_pets_dto_create_pet_dto_createpetdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/dto/create-pet.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_create_reminder_dto", + "target": "backend_src_pets_dto_create_reminder_dto_createreminderdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/dto/create-reminder.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_pets_dto_update_pet_dto", + "target": "backend_src_pets_dto_update_pet_dto_updatepetdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/dto/update-pet.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller", + "target": "backend_src_pets_pets_controller_petscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_module", + "target": "backend_src_pets_pets_module_petsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_pets_service_healthloginput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_pets_service_petsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service", + "target": "backend_src_pets_pets_service_reminderinput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_prescriptions_prescriptions_controller_userreqpayload", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_module", + "target": "backend_src_prescriptions_prescriptions_module_prescriptionsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.module.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_module", + "target": "backend_src_prisma_prisma_module_prismamodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prisma/prisma.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_service", + "target": "backend_src_prisma_prisma_service_prismaservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_products_dto_get_products_dto", + "target": "backend_src_products_dto_get_products_dto_getproductsdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/dto/get-products.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller", + "target": "backend_src_products_products_controller_productscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_module", + "target": "backend_src_products_products_module_productsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service", + "target": "backend_src_products_products_service_productsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_module", + "target": "backend_src_redis_redis_module_redismodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/redis/redis.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service", + "target": "backend_src_redis_redis_service_redisservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_create_review_dto", + "target": "backend_src_reviews_dto_create_review_dto_createreviewdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/dto/create-review.dto.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_dto_update_review_dto", + "target": "backend_src_reviews_dto_update_review_dto_updatereviewdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/dto/update-review.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_module", + "target": "backend_src_reviews_reviews_module_reviewsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service", + "target": "backend_src_reviews_reviews_service_reviewsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller", + "target": "backend_src_seo_seo_controller_seocontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_module", + "target": "backend_src_seo_seo_module_seomodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/seo/seo.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_service", + "target": "backend_src_seo_seo_service_seoservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_settings_default_ui_texts", + "target": "backend_src_settings_default_ui_texts_default_ui_texts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/default-ui-texts.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_settings_dto_sms_log_query_dto", + "target": "backend_src_settings_dto_sms_log_query_dto_smslogquerydto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/dto/sms-log-query.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller", + "target": "backend_src_settings_settings_controller_settingscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_module", + "target": "backend_src_settings_settings_module_settingsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_settings_service_canonical_aliases", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_settings_service_settingsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L145", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service", + "target": "backend_src_settings_settings_service_scientifictermdata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_module", + "target": "backend_src_smart_advisor_smart_advisor_module_smartadvisormodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_module", + "target": "backend_src_testimonials_testimonials_module_testimonialsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto", + "target": "backend_src_tickets_dto_create_ticket_dto_createticketdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto", + "target": "backend_src_tickets_dto_create_ticket_dto_replyticketdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_create_ticket_dto", + "target": "backend_src_tickets_dto_create_ticket_dto_adminupdateticketdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/dto/create-ticket.dto.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_dto_ticket_query_dto", + "target": "backend_src_tickets_dto_ticket_query_dto_ticketquerydto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/dto/ticket-query.dto.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_module", + "target": "backend_src_tickets_tickets_module_ticketsmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service", + "target": "backend_src_tickets_tickets_service_ticketsservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_address_dto", + "target": "backend_src_users_dto_address_dto_addressdto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/dto/address.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_users_dto_update_profile_dto", + "target": "backend_src_users_dto_update_profile_dto_updateprofiledto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/dto/update-profile.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller", + "target": "backend_src_users_users_controller_userscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_module", + "target": "backend_src_users_users_module_usersmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.module.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service", + "target": "backend_src_users_users_service_useraddressinput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service", + "target": "backend_src_users_users_service_usersservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_create_video_dto", + "target": "backend_src_videos_dto_create_video_dto_createvideodto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_create_video_dto", + "target": "backend_src_videos_dto_create_video_dto_updatevideodto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/dto/create-video.dto.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_videos_dto_get_videos_query_dto", + "target": "backend_src_videos_dto_get_videos_query_dto_getvideosquerydto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/dto/get-videos-query.dto.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller", + "target": "backend_src_videos_videos_controller_videoscontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_module", + "target": "backend_src_videos_videos_module_videosmodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.module.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service", + "target": "backend_src_videos_videos_service_videosservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service", + "target": "backend_src_videos_videos_service_videoquery", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_dto_wholesale_apply_dto", + "target": "backend_src_wholesale_dto_wholesale_apply_dto_wholesaleapplydto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/dto/wholesale-apply.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_module", + "target": "backend_src_wholesale_wholesale_module_wholesalemodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.module.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_dto_create_wiki_dto", + "target": "backend_src_wiki_dto_create_wiki_dto_createwikidto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/dto/create-wiki.dto.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_dto_update_wiki_dto", + "target": "backend_src_wiki_dto_update_wiki_dto_updatewikidto", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/dto/update-wiki.dto.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_entities_wiki_entity", + "target": "backend_src_wiki_entities_wiki_entity_wiki", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/entities/wiki.entity.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller", + "target": "backend_src_wiki_wiki_controller_wikicontroller", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_module", + "target": "backend_src_wiki_wiki_module_wikimodule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/wiki.module.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service", + "target": "backend_src_wiki_wiki_service_wikiservice", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L39", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L40", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L41", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L42", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L43", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L44", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L45", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L46", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L47", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L48", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app-audit-verification.e2e-spec.js", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_test_app_e2e_spec_js_backend_test_app_e2e_spec", + "target": "backend_test_app_e2e_spec_testing_1", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_test_app_e2e_spec_js_backend_test_app_e2e_spec", + "target": "backend_test_app_e2e_spec_supertest_1", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_test_app_e2e_spec_js_backend_test_app_e2e_spec", + "target": "backend_test_app_e2e_spec_app_module_1", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/test/app.e2e-spec.js", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_tsconfig", + "target": "backend_tsconfig_compileroptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_tsconfig", + "target": "backend_tsconfig_include", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_tsconfig", + "target": "backend_tsconfig_exclude", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_build", + "target": "backend_tsconfig_build_extends", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.build.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_build", + "target": "backend_tsconfig_build_exclude", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.build.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_emitdecoratormetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_experimentaldecorators", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_allowsyntheticdefaultimports", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_target", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_sourcemap", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_outdir", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_rootdir", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_baseurl", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_incremental", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_skiplibcheck", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_strictnullchecks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_forceconsistentcasinginfilenames", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_noimplicitany", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_strictbindcallapply", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_nofallthroughcasesinswitch", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_module", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_moduleresolution", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_resolvepackagejsonexports", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_esmoduleinterop", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_isolatedmodules", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_declaration", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_tsconfig_compileroptions", + "target": "backend_tsconfig_compileroptions_removecomments", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/tsconfig.json", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "claude", + "target": "claude_graphify", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "CLAUDE.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "claude_claude", + "target": "claude_claude_graphify", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/CLAUDE.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_add_watch", + "target": "claude_skills_graphify_references_add_watch_graphify_reference_add_a_url_and_watch_a_folder", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L39", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/add-watch.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_exports", + "target": "claude_skills_graphify_references_exports_graphify_reference_extra_exports_and_benchmark", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L31", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L47", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L53", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L59", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/exports.md", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_extraction_spec", + "target": "claude_skills_graphify_references_extraction_spec_graphify_reference_extraction_subagent_prompt", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/extraction-spec.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_github_and_merge", + "target": "claude_skills_graphify_references_github_and_merge_graphify_reference_github_clone_and_cross_repo_merge", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/github-and-merge.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_hooks", + "target": "claude_skills_graphify_references_hooks_graphify_reference_commit_hook_and_native_claude_md_integration", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L21", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/hooks.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_query", + "target": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "target": "claude_skills_graphify_references_query_for_graphify_path", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L186", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "target": "claude_skills_graphify_references_query_for_graphify_explain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L254", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_query_graphify_reference_query_path_explain", + "target": "claude_skills_graphify_references_query_step_1_traversal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/query.md", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_transcribe", + "target": "claude_skills_graphify_references_transcribe_graphify_reference_transcribe_video_and_audio", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/transcribe.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_update", + "target": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "target": "claude_skills_graphify_references_update_for_cluster_only", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L202", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_references_update_graphify_reference_incremental_update_and_cluster_only", + "target": "claude_skills_graphify_references_update_for_update_incremental_re_extraction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/references/update.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill", + "target": "claude_skills_graphify_skill_graphify", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_usage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_what_graphify_is_for", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_interpreter_guard_for_subcommands", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L681", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_for_update_and_cluster_only", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L701", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_for_graphify_query", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L707", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_for_graphify_add_and_watch", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L719", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_for_the_commit_hook_and_native_claude_md_integration", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L725", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_troubleshooting", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L731", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_graphify", + "target": "claude_skills_graphify_skill_honesty_rules", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L744", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "target": "claude_skills_graphify_skill_part_a_structural_extraction_for_code_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L192", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "target": "claude_skills_graphify_skill_part_b_semantic_extraction_parallel_subagents", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L218", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "target": "claude_skills_graphify_skill_part_c_merge_ast_semantic_into_final_extraction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L381", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_troubleshooting", + "target": "claude_skills_graphify_skill_powershell_5_1_vertical_scrolling_stops_working", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L733", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_2_detect_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L129", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L169", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_3_extract_entities_and_relationships", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L173", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_4_build_graph_cluster_analyze_generate_outputs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L415", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L478", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_5_label_communities", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L504", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_6_generate_obsidian_vault_opt_in_html", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L553", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L573", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L579", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "claude_skills_graphify_skill_what_you_must_do_when_invoked", + "target": "claude_skills_graphify_skill_step_1_ensure_graphify_is_installed", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".claude/skills/graphify/SKILL.md", + "source_location": "L65", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L52", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L58", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L32", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L72", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L13", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L22", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L9", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L36", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L48", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L64", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/04-setup-and-deployment.md", + "source_location": "L78", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L12", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L39", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/05-devops-and-monitoring.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/06-testing.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/06-testing.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/06-testing.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/06-testing.md", + "source_location": "L35", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/06-testing.md", + "source_location": "L38", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/06-testing.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "docs_audit_00_repository_map", + "target": "docs_audit_00_repository_map_repository_map", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "target": "docs_audit_00_repository_map_2_active_backend_service_nestjs_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "target": "docs_audit_00_repository_map_3_excluded_placeholder_non_auditable_directories", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_active_applications_non_auditable_scopes", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_repository_structure_overview", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_mandatory_global_audit_exclusions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_important_configuration_infrastructure_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "docs_audit_00_repository_map_repository_map", + "target": "docs_audit_00_repository_map_documentation_governance", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/00-repository-map.md", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "docs_audit_01_system_discovery", + "target": "docs_audit_01_system_discovery_system_discovery", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_01_system_discovery_current_architecture", + "target": "docs_audit_01_system_discovery_excluded_non_auditable_artifacts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "docs_audit_01_system_discovery_current_architecture", + "target": "docs_audit_01_system_discovery_active_core_applications", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "docs_audit_01_system_discovery_system_discovery", + "target": "docs_audit_01_system_discovery_major_business_domains_discovered", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "docs_audit_01_system_discovery_system_discovery", + "target": "docs_audit_01_system_discovery_technical_architecture_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "docs_audit_01_system_discovery_system_discovery", + "target": "docs_audit_01_system_discovery_current_architecture", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_01_system_discovery_system_discovery", + "target": "docs_audit_01_system_discovery_evidence_based_status_matrix", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/01-system-discovery.md", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan", + "target": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "target": "docs_audit_02_audit_plan_mandatory_global_audit_exclusions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "target": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "target": "docs_audit_02_audit_plan_subagent_execution_mode", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_audit_plan_subagent_roles", + "target": "docs_audit_02_audit_plan_strategy_for_deduplication_consolidation", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_1_lead_architect_orchestrator", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_2_react_vite_storefront_auditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_3_nestjs_backend_auditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_4_admin_features_auditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_5_database_data_integrity_auditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_6_security_auditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_7_typescript_code_quality_auditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_8_testing_reliability_auditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_9_devops_ci_cd_auditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "docs_audit_02_audit_plan_reconciled_audit_roles_assignments", + "target": "docs_audit_02_audit_plan_10_documentation_engineer", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/02-audit-plan.md", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "docs_audit_03_baseline_command_plan", + "target": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "target": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "docs_audit_03_baseline_command_plan_baseline_command_plan_reconciled_command_history", + "target": "docs_audit_03_baseline_command_plan_attempted_command_execution_log", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "target": "docs_audit_03_baseline_command_plan_root_package_json_scripts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "docs_audit_03_baseline_command_plan_package_scripts_safety_analysis", + "target": "docs_audit_03_baseline_command_plan_backend_backend_package_json_scripts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/03-baseline-command-plan.md", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "docs_audit_04_open_questions", + "target": "docs_audit_04_open_questions_open_questions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_04_open_questions_open_questions", + "target": "docs_audit_04_open_questions_3_deployment_ci_cd_pipeline_specifications", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "docs_audit_04_open_questions_open_questions", + "target": "docs_audit_04_open_questions_4_sms_otp_service_provider", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "docs_audit_04_open_questions_open_questions", + "target": "docs_audit_04_open_questions_1_storefront_migration_roadmap_frontend_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "docs_audit_04_open_questions_open_questions", + "target": "docs_audit_04_open_questions_2_payment_gateway_integration_provider", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/04-open-questions.md", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit", + "target": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_title", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_status", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_affected_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_affected_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_relevant_symbols_or_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_problem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_root_cause", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_why_it_matters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_user_or_business_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_technical_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_security_or_data_integrity_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_recommended_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_alternative_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L78", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_implementation_complexity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L81", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_risks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_verification_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_testing_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_acceptance_criteria", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_fe_001", + "target": "docs_audit_06_storefront_audit_notes_and_limitations", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L99", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_finding_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L104", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_completion_statement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L116", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_architecture_overview_confirmed_strengths", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_findings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "docs_audit_06_storefront_audit_react_vite_storefront_audit_report", + "target": "docs_audit_06_storefront_audit_fe_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/06-storefront-audit.md", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit", + "target": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_risks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L104", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_verification_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L107", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_testing_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_acceptance_criteria", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L113", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_notes_and_limitations", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L116", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_title", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_status", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_affected_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_affected_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_relevant_symbols_or_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_problem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_root_cause", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_why_it_matters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_user_or_business_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_technical_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_security_or_data_integrity_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_recommended_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_alternative_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_be_001", + "target": "docs_audit_07_backend_audit_implementation_complexity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_finding_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_completion_statement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L133", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_domain_overview_confirmed_strengths", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_evaluation_of_6_existing_typescript_compiler_diagnostics", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_findings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "docs_audit_07_backend_audit_nestjs_backend_audit_report", + "target": "docs_audit_07_backend_audit_be_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/07-backend-audit.md", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit", + "target": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_acceptance_criteria", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_notes_and_limitations", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L104", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_title", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_status", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_affected_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_affected_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_relevant_symbols_or_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_problem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_root_cause", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_why_it_matters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_user_or_business_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_technical_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_security_or_data_integrity_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_recommended_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_alternative_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_implementation_complexity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_risks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_verification_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_adm_001", + "target": "docs_audit_08_admin_features_audit_testing_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_finding_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L109", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_completion_statement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_domain_overview_confirmed_strengths", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_findings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "docs_audit_08_admin_features_audit_admin_features_audit_report", + "target": "docs_audit_08_admin_features_audit_adm_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/08-admin-features-audit.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit", + "target": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_finding_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L111", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_completion_statement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L123", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_domain_overview_confirmed_strengths", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_findings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_database_and_data_integrity_audit_report", + "target": "docs_audit_09_database_audit_db_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_testing_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_acceptance_criteria", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_notes_and_limitations", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L106", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_title", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_status", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_affected_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_affected_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_relevant_symbols_or_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_problem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_root_cause", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_why_it_matters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_user_or_business_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_technical_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_security_or_data_integrity_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_recommended_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_alternative_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_implementation_complexity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_risks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "docs_audit_09_database_audit_db_001", + "target": "docs_audit_09_database_audit_verification_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/09-database-audit.md", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit", + "target": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_notes_and_limitations", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_title", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_status", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_affected_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_affected_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_relevant_symbols_or_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_problem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_root_cause", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_why_it_matters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_user_or_business_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_technical_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_security_or_data_integrity_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_recommended_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_alternative_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_implementation_complexity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_risks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_verification_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_testing_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_ts_001", + "target": "docs_audit_11_code_quality_audit_acceptance_criteria", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_finding_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L106", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_completion_statement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L118", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_domain_overview_confirmed_strengths", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_findings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "docs_audit_11_code_quality_audit_typescript_and_code_quality_audit_report", + "target": "docs_audit_11_code_quality_audit_ts_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/11-code-quality-audit.md", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit", + "target": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_acceptance_criteria", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L102", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_notes_and_limitations", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L105", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_title", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_status", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_affected_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_affected_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_relevant_symbols_or_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_problem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_root_cause", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_why_it_matters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_user_or_business_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_technical_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_security_or_data_integrity_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L78", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_recommended_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L81", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_alternative_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_implementation_complexity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_risks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_verification_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_test_001", + "target": "docs_audit_12_testing_audit_testing_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L99", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_finding_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_completion_statement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L122", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_domain_overview_confirmed_strengths", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_findings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "docs_audit_12_testing_audit_testing_and_reliability_audit_report", + "target": "docs_audit_12_testing_audit_test_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/12-testing-audit.md", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit", + "target": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_title", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_status", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_affected_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_affected_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_relevant_symbols_or_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_problem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_root_cause", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_why_it_matters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_user_or_business_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_technical_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_security_or_data_integrity_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_recommended_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_alternative_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_implementation_complexity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_risks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_verification_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_testing_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_acceptance_criteria", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_001", + "target": "docs_audit_13_devops_audit_notes_and_limitations", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_finding_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L102", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_completion_statement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L114", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_domain_overview_confirmed_strengths", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_findings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "docs_audit_13_devops_audit_devops_and_ci_cd_audit_report", + "target": "docs_audit_13_devops_audit_devops_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/13-devops-audit.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit", + "target": "docs_audit_14_documentation_audit_documentation_audit_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_title", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_status", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_affected_application", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_affected_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_relevant_symbols_or_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_problem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_root_cause", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_why_it_matters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_user_or_business_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_technical_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_security_or_data_integrity_impact", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_recommended_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_alternative_direction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_implementation_complexity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_risks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_verification_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_testing_requirements", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_acceptance_criteria", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_doc_001", + "target": "docs_audit_14_documentation_audit_notes_and_limitations", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_finding_summary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_completion_statement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L115", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_domain_overview_confirmed_strengths", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_findings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "docs_audit_14_documentation_audit_documentation_audit_report", + "target": "docs_audit_14_documentation_audit_doc_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/14-documentation-audit.md", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary", + "target": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "target": "docs_audit_16_deep_audit_summary_by_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "target": "docs_audit_16_deep_audit_summary_by_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "target": "docs_audit_16_deep_audit_summary_by_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "target": "docs_audit_16_deep_audit_summary_inspected_scopes", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "target": "docs_audit_16_deep_audit_summary_executed_commands_results", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "target": "docs_audit_16_deep_audit_summary_blocked_commands_reasons", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_2_findings_metrics", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_1_audit_overview", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_3_inspected_scope_command_log", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_4_key_business_integration_questions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_5_audit_limitations_integrity_confirmation", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "docs_audit_16_deep_audit_summary_deep_audit_summary_report", + "target": "docs_audit_16_deep_audit_summary_6_exact_next_recommended_phase", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/16-deep-audit-summary.md", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "docs_audit_18_compiler_diagnostic_dispositions", + "target": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_18_compiler_diagnostic_dispositions_compiler_diagnostic_dispositions", + "target": "docs_audit_18_compiler_diagnostic_dispositions_reconciled_compiler_diagnostic_table", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/18-compiler-diagnostic-dispositions.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "docs_audit_19_finding_verification_report", + "target": "docs_audit_19_finding_verification_report_raw_finding_verification_disposition_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L22", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/19-finding-verification-report.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_21_phase2_quality_gate_summary", + "target": "docs_audit_21_phase2_quality_gate_summary_phase_2_final_quality_gate_summary_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "target": "docs_audit_21_phase2_quality_gate_summary_by_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "docs_audit_21_phase2_quality_gate_summary_2_final_verified_finding_breakdown", + "target": "docs_audit_21_phase2_quality_gate_summary_by_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L25", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L16", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L31", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L40", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/21-phase2-quality-gate-summary.md", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "docs_audit_24_omitted_file_inspection_report", + "target": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "docs_audit_24_omitted_file_inspection_report_omitted_file_inspection_report", + "target": "docs_audit_24_omitted_file_inspection_report_conclusion", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L32", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/24-omitted-file-inspection-report.md", + "source_location": "L14", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L12", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L18", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "target": "docs_audit_26_phase2_integrity_repair_report_by_severity", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "docs_audit_26_phase2_integrity_repair_report_2_final_verified_finding_metrics", + "target": "docs_audit_26_phase2_integrity_repair_report_by_confidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L49", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L39", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L57", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/26-phase2-integrity-repair-report.md", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure", + "target": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "target": "docs_audit_31_module_audit_closure_conclusion", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L149", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_module_audit_closure_report", + "target": "docs_audit_31_module_audit_closure_required_review_group_closures", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_1_storefront_shell_routing", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_12_prisma_schema_migrations_seed", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L104", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_13_redis_temporary_auth_state", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L114", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_14_unit_e2e_tests", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L122", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_15_docker_nginx_prometheus_deployment_config", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L131", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_16_documentation_openapi_artifacts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L139", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_2_authentication_ui_stores_api_clients", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L19", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L28", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_5_nestjs_bootstrap_shared_infrastructure", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_6_authentication_authorization_backend", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_7_users_addresses_backend", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_8_pets_backend", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_9_products_backend", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_10_orders_backend", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "docs_audit_31_module_audit_closure_required_review_group_closures", + "target": "docs_audit_31_module_audit_closure_11_settings_administrative_backend", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/31-module-audit-closure.md", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "docs_audit_33_final_phase2_audit_closure", + "target": "docs_audit_33_final_phase2_audit_closure_final_phase_2_audit_closure_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L22", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L34", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L42", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/33-final-phase2-audit-closure.md", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "docs_audit_build_manifest", + "target": "docs_audit_build_manifest_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/build_manifest.js", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_build_manifest", + "target": "docs_audit_build_manifest_entries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/build_manifest.js", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "docs_audit_generate_classification", + "target": "docs_audit_generate_classification_lines", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/generate_classification.js", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_generate_classification", + "target": "docs_audit_generate_classification_classified", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/generate_classification.js", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "docs_audit_generate_evidence", + "target": "docs_audit_generate_evidence_classification", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "docs_audit_generate_evidence", + "target": "docs_audit_generate_evidence_evidenceentries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/generate_evidence.js", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "docs_audit_generate_ledger", + "target": "docs_audit_generate_ledger_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_generate_ledger", + "target": "docs_audit_generate_ledger_ledgerentries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/generate_ledger.js", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "docs_audit_generate_manifest", + "target": "docs_audit_generate_manifest_evidence", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_generate_manifest", + "target": "docs_audit_generate_manifest_manifestentries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/generate_manifest.js", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_1_backlog_review", + "target": "docs_audit_phase3_1_backlog_review_phase_3_1_human_review_preparation_and_master_backlog_critique", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L102", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L114", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L124", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L134", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L14", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L26", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L41", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L50", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L56", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L62", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L71", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L78", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-backlog-review.md", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_1_change_log", + "target": "docs_audit_phase3_1_change_log_phase_3_1_master_task_backlog_change_log", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_1_task_auth_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_2_task_fin_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_3_decision_002", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_4_task_verify_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_5_task_sec_001_task_sec_002", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_1_change_log_task_modifications_log", + "target": "docs_audit_phase3_1_change_log_6_task_build_001_execution_waves", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.1-change-log.md", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log", + "target": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_1_task_sec_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_10_task_verify_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L109", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_2_task_sec_002", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_3_task_sec_003", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_4_task_fin_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_5_task_build_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_6_task_auth_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_7_task_fe_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_8_task_devops_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "target": "docs_audit_phase3_2_change_log_9_task_doc_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_change_log_phase_3_2_implementation_readiness_change_log", + "target": "docs_audit_phase3_2_change_log_comprehensive_change_log", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-change-log.md", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_2_implementation_readiness", + "target": "docs_audit_phase3_2_implementation_readiness_phase_3_2_3_3_implementation_readiness_architectural_finalization_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L12", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L30", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3.2-implementation-readiness.md", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_traceability_matrix", + "target": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "target": "docs_audit_phase3_traceability_matrix_complete_finding_to_task_traceability_matrix", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "target": "docs_audit_phase3_traceability_matrix_special_task_traceability_non_finding_tasks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "docs_audit_phase3_traceability_matrix_phase_3_audit_traceability_matrix", + "target": "docs_audit_phase3_traceability_matrix_finding_disposition_accounting_verification", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/phase3-traceability-matrix.md", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "docs_audit_rebuild_honest_ledger", + "target": "docs_audit_rebuild_honest_ledger_mandatoryscope", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_rebuild_honest_ledger", + "target": "docs_audit_rebuild_honest_ledger_evidencelist", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "docs_audit_rebuild_honest_ledger", + "target": "docs_audit_rebuild_honest_ledger_mandatorymap", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "docs_audit_rebuild_honest_ledger", + "target": "docs_audit_rebuild_honest_ledger_ledger", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/rebuild_honest_ledger.js", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "docs_audit_sync_honest_manifest", + "target": "docs_audit_sync_honest_manifest_ledger", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_sync_honest_manifest", + "target": "docs_audit_sync_honest_manifest_manifest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/sync_honest_manifest.js", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "docs_audit_sync_manifest", + "target": "docs_audit_sync_manifest_ledger", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_sync_manifest", + "target": "docs_audit_sync_manifest_manifestentries", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/sync_manifest.js", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_evidence_grade", + "target": "docs_audit_validate_evidence_grade_validationoutput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_evidence_grade", + "target": "docs_audit_validate_evidence_grade_errors", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_evidence_grade", + "target": "docs_audit_validate_evidence_grade_warnings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_evidence_grade", + "target": "docs_audit_validate_evidence_grade_activefiles", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_evidence_grade.js", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_dispsum", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_invalidnewids", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_manifest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_uninspected", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_trackedfiles", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_report", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_verifiedindex", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_errors", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "docs_audit_validate_integrity", + "target": "docs_audit_validate_integrity_warnings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/audit/validate_integrity.js", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "docs_readme", + "target": "docs_readme_\u0641\u0647\u0631\u0633\u062a_\u0645\u0637\u0627\u0644\u0628_table_of_contents", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/README.md", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_dependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_name", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_devdependencies", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_private", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_version", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_type", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package", + "target": "frontend_admin_panel_package_scripts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_tanstack_react_query", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_axios", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_lucide_react", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_react", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_react_dom", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_react_hot_toast", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_react_router_dom", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_recharts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_vite", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_dependencies", + "target": "frontend_admin_panel_package_dependencies_zustand", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_eslint_js", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_tailwindcss_postcss", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_types_node", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_types_react", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_types_react_dom", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_vitejs_plugin_react", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_autoprefixer", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_eslint", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_hooks", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_eslint_plugin_react_refresh", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_globals", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_postcss", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_tailwindcss", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_typescript", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_devdependencies", + "target": "frontend_admin_panel_package_devdependencies_typescript_eslint", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_scripts", + "target": "frontend_admin_panel_package_scripts_preview", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_scripts", + "target": "frontend_admin_panel_package_scripts_dev", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_scripts", + "target": "frontend_admin_panel_package_scripts_build", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_package_scripts", + "target": "frontend_admin_panel_package_scripts_lint", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/package.json", + "source_location": "L9", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L119", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L103", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L127", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L131", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L14", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L24", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L83", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L110", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L80", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L86", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L91", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L14", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_002", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L158", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_001", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_003", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_33_000", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_102", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_101", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_vazirmatn_changelog", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_changelog_32_1", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L77", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md", + "source_location": "L85", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_download", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L11", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_install", + "target": "frontend_admin_panel_public_fonts_vazirmatn_v33_003_readme_cdn", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L27", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L41", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L46", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L50", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L57", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L60", + "weight": 1.0 + }, + { + "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", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_readme", + "target": "frontend_admin_panel_readme_react_typescript_vite", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/README.md", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_readme_react_typescript_vite", + "target": "frontend_admin_panel_readme_react_compiler", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/README.md", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_readme_react_typescript_vite", + "target": "frontend_admin_panel_readme_expanding_the_eslint_configuration", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/README.md", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_app", + "target": "frontend_admin_panel_src_app_app", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_app", + "target": "frontend_admin_panel_src_app_suspensefallback", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/App.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_layout", + "target": "frontend_admin_panel_src_components_layout_layout", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Layout.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_protectedroute", + "target": "frontend_admin_panel_src_components_protectedroute_protectedroute", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ProtectedRoute.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_props", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_state", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_components_sidebar_submenuitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_components_sidebar_menugroup", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_components_sidebar_sidebarprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_sidebar", + "target": "frontend_admin_panel_src_components_sidebar_sidebar", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Sidebar.tsx", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_components_topbar_searchable_pages", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_components_topbar_livemonitoringsummary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_components_topbar_topbar", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_topbar", + "target": "frontend_admin_panel_src_components_topbar_topbarprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/Topbar.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_transactionreceiptmodal", + "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_transactionreceiptmodal", + "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_transactionreceiptmodal", + "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptdata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_badge", + "target": "frontend_admin_panel_src_components_ui_badge_badgeprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_badge", + "target": "frontend_admin_panel_src_components_ui_badge_variantstyles", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_badge", + "target": "frontend_admin_panel_src_components_ui_badge_badgevariant", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_badge", + "target": "frontend_admin_panel_src_components_ui_badge_badge", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_button", + "target": "frontend_admin_panel_src_components_ui_button_buttonsize", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_button", + "target": "frontend_admin_panel_src_components_ui_button_buttonprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_button", + "target": "frontend_admin_panel_src_components_ui_button_button", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_button", + "target": "frontend_admin_panel_src_components_ui_button_buttonvariant", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_confirmmodal", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_confirmmodal", + "target": "frontend_admin_panel_src_components_ui_confirmmodal_confirmmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/ConfirmModal.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_formfield", + "target": "frontend_admin_panel_src_components_ui_formfield_formfield", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_formfield", + "target": "frontend_admin_panel_src_components_ui_formfield_formfieldprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/FormField.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_iconpickermodal", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_iconpickermodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_iconpickermodal", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_icon_registry", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_iconpickermodal", + "target": "frontend_admin_panel_src_components_ui_iconpickermodal_iconpickermodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/IconPickerModal.tsx", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_imagepreviewmodal", + "target": "frontend_admin_panel_src_components_ui_imagepreviewmodal_imagepreviewmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_input", + "target": "frontend_admin_panel_src_components_ui_input_inputprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_input", + "target": "frontend_admin_panel_src_components_ui_input_input", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Input.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_maskablefield", + "target": "frontend_admin_panel_src_components_ui_maskablefield_maskablefield", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/MaskableField.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_maskablefield", + "target": "frontend_admin_panel_src_components_ui_maskablefield_maskablefieldprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/MaskableField.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_mediaselector_media", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselectorprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_mediaselector_getfiletype", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_mediaselector", + "target": "frontend_admin_panel_src_components_ui_mediaselector_mediaselector", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/MediaSelector.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_modal", + "target": "frontend_admin_panel_src_components_ui_modal_maxwidthclasses", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_modal", + "target": "frontend_admin_panel_src_components_ui_modal_modal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_modal", + "target": "frontend_admin_panel_src_components_ui_modal_modalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_pagination", + "target": "frontend_admin_panel_src_components_ui_pagination_pagination", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_pagination", + "target": "frontend_admin_panel_src_components_ui_pagination_paginationprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Pagination.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_toenglishdigits", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_formatpricewithcommas", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinputprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_priceinput", + "target": "frontend_admin_panel_src_components_ui_priceinput_priceinput", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/PriceInput.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_richtexteditor", + "target": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditorprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_richtexteditor", + "target": "frontend_admin_panel_src_components_ui_richtexteditor_colors", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_richtexteditor", + "target": "frontend_admin_panel_src_components_ui_richtexteditor_richtexteditor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/RichTextEditor.tsx", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_select", + "target": "frontend_admin_panel_src_components_ui_select_selectprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_select", + "target": "frontend_admin_panel_src_components_ui_select_select", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_select", + "target": "frontend_admin_panel_src_components_ui_select_selectoption", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Select.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_skeleton", + "target": "frontend_admin_panel_src_components_ui_skeleton_skeleton", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Skeleton.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_spinner", + "target": "frontend_admin_panel_src_components_ui_spinner_spinner", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Spinner.tsx", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_textarea", + "target": "frontend_admin_panel_src_components_ui_textarea_textareaprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_textarea", + "target": "frontend_admin_panel_src_components_ui_textarea_textarea", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/Textarea.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_thsort", + "target": "frontend_admin_panel_src_components_ui_thsort_thsort", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/ThSort.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_thsort", + "target": "frontend_admin_panel_src_components_ui_thsort_thsortprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/ThSort.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_toggleswitch", + "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitch", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_ui_toggleswitch", + "target": "frontend_admin_panel_src_components_ui_toggleswitch_toggleswitchprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_b2bmanager", + "target": "frontend_admin_panel_src_pages_b2bmanager_b2bmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/B2BManager.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_bannersmanager", + "target": "frontend_admin_panel_src_pages_bannersmanager_bannersmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/BannersManager.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_pages_blogs_blogpost", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_blogs", + "target": "frontend_admin_panel_src_pages_blogs_blogs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Blogs.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_pages_categories_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_categories", + "target": "frontend_admin_panel_src_pages_categories_categories", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Categories.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_pages_cms_vettestimonial", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_pages_cms_cms", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_cms", + "target": "frontend_admin_panel_src_pages_cms_herobanner", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/CMS.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_pages_contactsubmissions_contactinfoitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmissions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_contactsubmissions", + "target": "frontend_admin_panel_src_pages_contactsubmissions_contactsubmission", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/ContactSubmissions.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_coupontarget", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_coupon", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_couponmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L308", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_couponmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L317", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_couponformdata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_coupons", + "target": "frontend_admin_panel_src_pages_coupons_coupons", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Coupons.tsx", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_pages_dashboard_dashboarddata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_pages_dashboard_dashboard", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_dashboard", + "target": "frontend_admin_panel_src_pages_dashboard_categorydist", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Dashboard.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_pages_doctorsmanager_doctor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_doctorsmanager", + "target": "frontend_admin_panel_src_pages_doctorsmanager_doctorsmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/DoctorsManager.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_pages_faqmanager_faq", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_faqmanager", + "target": "frontend_admin_panel_src_pages_faqmanager_faqmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_financialsettingspage", + "target": "frontend_admin_panel_src_pages_financialsettingspage_financialsettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_ingredientsmanager", + "target": "frontend_admin_panel_src_pages_ingredientsmanager_ingredientsmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/IngredientsManager.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_login", + "target": "frontend_admin_panel_src_pages_login_login", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Login.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_pages_media_media", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_pages_media_getfiletype", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_media", + "target": "frontend_admin_panel_src_pages_media_mediamanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Media.tsx", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_pages_menumanager_menuitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_pages_menumanager_menutype", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_pages_menumanager_menu_tabs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_menumanager", + "target": "frontend_admin_panel_src_pages_menumanager_menumanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_pages_monitoringpage_monitoringstats", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_monitoringpage", + "target": "frontend_admin_panel_src_pages_monitoringpage_monitoringpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_order_status_map", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L107", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_getpaymentstatusbadge", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L118", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_getshippingmethodlabel", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L135", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_getpaymentmethodlabel", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L148", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_topersiandigits", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L163", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_orders", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L169", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_orderitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_paymenttx", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_orders", + "target": "frontend_admin_panel_src_pages_orders_order", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Orders.tsx", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_paymentgatewayspage", + "target": "frontend_admin_panel_src_pages_paymentgatewayspage_paymentgatewayspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_pages_pets_pet", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_pets", + "target": "frontend_admin_panel_src_pages_pets_pets", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Pets.tsx", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_pages_prescriptionsmanager_productitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_prescriptionsmanager", + "target": "frontend_admin_panel_src_pages_prescriptionsmanager_prescriptionsmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/PrescriptionsManager.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_pages_products_category", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_pages_products_product", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_products", + "target": "frontend_admin_panel_src_pages_products_products", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Products.tsx", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_colors", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_customtooltipprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_customtooltip", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_categorydistitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_bestselleritem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_topcouponitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_reportdata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reports", + "target": "frontend_admin_panel_src_pages_reports_reports", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reports.tsx", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_pages_reviews_productreview", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_pages_reviews_topersiandigits", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_reviews", + "target": "frontend_admin_panel_src_pages_reviews_reviews", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Reviews.tsx", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_seosettingspage", + "target": "frontend_admin_panel_src_pages_seosettingspage_seosettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SeoSettingsPage.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_settings", + "target": "frontend_admin_panel_src_pages_settings_settings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Settings.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_shippingsettingspage", + "target": "frontend_admin_panel_src_pages_shippingsettingspage_shippingsettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smartadvisormanager", + "target": "frontend_admin_panel_src_pages_smartadvisormanager_smartadvisormanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_smsconfigstate", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_patternitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_smslogitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_smslogstats", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_topersiandigits", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L87", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_smssettingspage", + "target": "frontend_admin_panel_src_pages_smssettingspage_smssettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SmsSettingsPage.tsx", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_pages_sslsettingspage_sslstatus", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_sslsettingspage", + "target": "frontend_admin_panel_src_pages_sslsettingspage_sslsettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SslSettingsPage.tsx", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_systemsettingspage", + "target": "frontend_admin_panel_src_pages_systemsettingspage_systemsettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/SystemSettingsPage.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_testimonialsmanager", + "target": "frontend_admin_panel_src_pages_testimonialsmanager_testimonialsmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/TestimonialsManager.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_pages_tickets_ticketmessage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_pages_tickets_ticket", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_tickets", + "target": "frontend_admin_panel_src_pages_tickets_tickets", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Tickets.tsx", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_pages_transactions_transaction", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_pages_transactions_stats", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_pages_transactions_gatewayhealth", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_transactions", + "target": "frontend_admin_panel_src_pages_transactions_transactions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_v1_group_page_map", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L199", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_sectionfield", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L210", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_pagesection", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L218", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_appsitepage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L226", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_createseosection", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L235", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_site_pages", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L272", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_v1_page_tabs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_v1_groups", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_shared_header_fields", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L649", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_shared_footer_fields", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L663", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_uitexts", + "target": "frontend_admin_panel_src_pages_uitexts_uitexts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/UITexts.tsx", + "source_location": "L678", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_pages_users_userrecord", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_users", + "target": "frontend_admin_panel_src_pages_users_users", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Users.tsx", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_pages_videos_video", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_pages_videos_doctoroption", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_videos", + "target": "frontend_admin_panel_src_pages_videos_videos", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Videos.tsx", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesaleapplications", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wholesaleapplications", + "target": "frontend_admin_panel_src_pages_wholesaleapplications_wholesalerequest", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/WholesaleApplications.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_pages_wiki_wikiterm", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_pages_wiki_productitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_wiki", + "target": "frontend_admin_panel_src_pages_wiki_wiki", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/Wiki.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_pages_zibalportalpage", + "target": "frontend_admin_panel_src_pages_zibalportalpage_zibalportalpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/pages/ZibalPortalPage.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_dashboard", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_users", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_products", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_orders", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_coupons", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_settings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_reports", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_categories", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_blogs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_wiki", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_pets", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_uitexts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_media", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_cms", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_wholesaleapplications", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_videos", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_contactsubmissions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_bannersmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_smartadvisormanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_testimonialsmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_ingredientsmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_prescriptionsmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_b2bmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_seosettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_financialsettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_paymentgatewayspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_zibalportalpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_shippingsettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_systemsettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_smssettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_sslsettingspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_transactions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_tickets", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_reviews", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_doctorsmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_faqmanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_menumanager", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_monitoringpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_adminrouteconfig", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_routes_adminroutes", + "target": "frontend_admin_panel_src_routes_adminroutes_router", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_apierrorpayload", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_api", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_failedqueue", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_processqueue", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_services_api", + "target": "frontend_admin_panel_src_services_api_base_domain", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/services/api.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_store_adminauthstore", + "target": "frontend_admin_panel_src_store_adminauthstore_useadminauthstore", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/store/adminAuthStore.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_adminuser", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L1", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_ingredient", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L111", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_prescription", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L124", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_authstate", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_b2binquiry", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L151", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_partneraccount", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L166", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_seosettings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L178", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_financialsettings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L190", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_systemsettings", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_product", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L206", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_sendotppayload", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_verifyotppayload", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_adminloginpayload", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_authresponsedata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_apiresponse", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_useraddress", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_petsummary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_banner", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_smartadvisorrule", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_types_admin", + "target": "frontend_admin_panel_src_types_admin_testimonial", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/types/admin.ts", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_utils_lazywithretry", + "target": "frontend_admin_panel_src_utils_lazywithretry_lazywithretry", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/utils/lazyWithRetry.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_utils_usetableparams", + "target": "frontend_admin_panel_src_utils_usetableparams_usetableparams", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/utils/useTableParams.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_utils_usetableparams", + "target": "frontend_admin_panel_src_utils_usetableparams_usetableparamsoptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/utils/useTableParams.ts", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig", + "target": "frontend_admin_panel_tsconfig_files", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig", + "target": "frontend_admin_panel_tsconfig_references", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app", + "target": "frontend_admin_panel_tsconfig_app_compileroptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app", + "target": "frontend_admin_panel_tsconfig_app_include", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_moduleresolution", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_allowimportingtsextensions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_verbatimmodulesyntax", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_moduledetection", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_noemit", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_jsx", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedlocals", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_nounusedparameters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_erasablesyntaxonly", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_nofallthroughcasesinswitch", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_tsbuildinfofile", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_target", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_lib", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_module", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_types", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_app_compileroptions", + "target": "frontend_admin_panel_tsconfig_app_compileroptions_skiplibcheck", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.app.json", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node", + "target": "frontend_admin_panel_tsconfig_node_compileroptions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L2", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node", + "target": "frontend_admin_panel_tsconfig_node_include", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_moduleresolution", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_allowimportingtsextensions", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_verbatimmodulesyntax", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_moduledetection", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_noemit", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedlocals", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_nounusedparameters", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_erasablesyntaxonly", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_nofallthroughcasesinswitch", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_tsbuildinfofile", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_target", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_lib", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_module", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_types", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_tsconfig_node_compileroptions", + "target": "frontend_admin_panel_tsconfig_node_compileroptions_skiplibcheck", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/tsconfig.node.json", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_app_about_page", + "target": "frontend_application_app_about_page_aboutpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_about_page", + "target": "frontend_application_app_about_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/about/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_page", + "target": "frontend_application_app_blog_page_getblogs", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_page", + "target": "frontend_application_app_blog_page_blog", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_page", + "target": "frontend_application_app_blog_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/blog/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_app_blog_slug_page_revalidate", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_app_blog_slug_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_app_blog_slug_page_blogpostpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "frontend_application_app_blog_slug_page", + "target": "frontend_application_app_blog_slug_page_getblog", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/blog/[slug]/page.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_catalogclient", + "target": "frontend_application_app_catalog_catalogclient_catalogclient", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/catalog/CatalogClient.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_app_catalog_page_catalogpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_catalog_page", + "target": "frontend_application_app_catalog_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/catalog/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_checkout_page", + "target": "frontend_application_app_checkout_page_checkout", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_app_checkout_page", + "target": "frontend_application_app_checkout_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/checkout/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_checkout_success_id_page", + "target": "frontend_application_app_checkout_success_id_page_successpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/checkout/success/[id]/page.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_clientlayout", + "target": "frontend_application_app_clientlayout_clientlayout", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/ClientLayout.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_app_contact_page", + "target": "frontend_application_app_contact_page_contactpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_contact_page", + "target": "frontend_application_app_contact_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/contact/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_dashboard_page", + "target": "frontend_application_app_dashboard_page_dashboardpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_app_dashboard_page", + "target": "frontend_application_app_dashboard_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/dashboard/page.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_error", + "target": "frontend_application_app_error_errorboundary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/error.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_app_homeclient_homeclientprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_app_homeclient", + "target": "frontend_application_app_homeclient_homeclient", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/HomeClient.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_application_app_layout", + "target": "frontend_application_app_layout_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_layout", + "target": "frontend_application_app_layout_rootlayout", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/layout.tsx", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "frontend_application_app_loading", + "target": "frontend_application_app_loading_globalloading", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/loading.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_app_not_found", + "target": "frontend_application_app_not_found_notfound", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/not-found.tsx", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_page", + "target": "frontend_application_app_page_gethomedata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_page", + "target": "frontend_application_app_page_home", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/page.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_app_page", + "target": "frontend_application_app_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_app_payment_verify_page_verifycontent", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_app_payment_verify_page", + "target": "frontend_application_app_payment_verify_page_paymentverifypage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/payment/verify/page.tsx", + "source_location": "L319", + "weight": 1.0 + }, + { + "source": "frontend_application_app_privacy_page", + "target": "frontend_application_app_privacy_page_privacypage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_privacy_page", + "target": "frontend_application_app_privacy_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/privacy/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_profile_page", + "target": "frontend_application_app_profile_page_profilepage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_app_profile_page", + "target": "frontend_application_app_profile_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/profile/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_robots", + "target": "frontend_application_app_robots_robots", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/robots.ts", + "source_location": "L3", + "weight": 1.0 + }, + { + "source": "frontend_application_app_search_page", + "target": "frontend_application_app_search_page_searchpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_search_page", + "target": "frontend_application_app_search_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/search/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_page", + "target": "frontend_application_app_shop_page_shop", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_page", + "target": "frontend_application_app_shop_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/shop/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_app_shop_slug_page_shopproductpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "frontend_application_app_shop_slug_page", + "target": "frontend_application_app_shop_slug_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/shop/[slug]/page.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_app_sitemap", + "target": "frontend_application_app_sitemap_sitemap", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/sitemap.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_track_page", + "target": "frontend_application_app_track_page_trackpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_track_page", + "target": "frontend_application_app_track_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/track/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_app_trust_seals_page_trustsealspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_app_trust_seals_page", + "target": "frontend_application_app_trust_seals_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/trust-seals/page.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_app_videos_page", + "target": "frontend_application_app_videos_page_videos", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_app_videos_page", + "target": "frontend_application_app_videos_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/videos/page.tsx", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_app_wiki_page_wikipage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_page", + "target": "frontend_application_app_wiki_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/wiki/page.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_slug_page", + "target": "frontend_application_app_wiki_slug_page_generatemetadata", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_slug_page", + "target": "frontend_application_app_wiki_slug_page_wikitermpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "frontend_application_app_wiki_slug_page", + "target": "frontend_application_app_wiki_slug_page_getwikiterm", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/wiki/[slug]/page.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_components_addressmodal_addressmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_components_addressmodal", + "target": "frontend_application_components_addressmodal_addressmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AddressModal.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_archivepage_archivepage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L227", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_archivepage_icon_map", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_archivepage_category_map", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_application_components_archivepage", + "target": "frontend_application_components_archivepage_archiveproductcard", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ArchivePage.tsx", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_components_authmodal_authmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_components_authmodal_extractotpfromtext", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_authmodal", + "target": "frontend_application_components_authmodal_authmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/AuthModal.tsx", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "frontend_application_components_b2bportal", + "target": "frontend_application_components_b2bportal_b2bportal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/B2BPortal.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_backbutton", + "target": "frontend_application_components_backbutton_backbutton", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_backbutton", + "target": "frontend_application_components_backbutton_backbuttonprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BackButton.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_components_bannerplacement_bannerplacement", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "frontend_application_components_bannerplacement", + "target": "frontend_application_components_bannerplacement_bannerplacementprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BannerPlacement.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpage", + "target": "frontend_application_components_blogpage_blogpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpage", + "target": "frontend_application_components_blogpage_blogpost", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BlogPage.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_components_blogpreviewsection_blogpost", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_components_blogpreviewsection", + "target": "frontend_application_components_blogpreviewsection_blogpreviewsection", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BlogPreviewSection.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_brandlogo", + "target": "frontend_application_components_brandlogo_brandlogo", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_brandlogo", + "target": "frontend_application_components_brandlogo_brandlogoprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/BrandLogo.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_cartdrawer", + "target": "frontend_application_components_cartdrawer_cartdrawer", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CartDrawer.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_categorymeta", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespreadprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_getformbadge", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_getspeciesbadge", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_catalogpagespread", + "target": "frontend_application_components_catalog_catalogpagespread_catalogpagespread", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/CatalogPageSpread.tsx", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalogprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_flipbookcatalog_normalizesearchtext", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_flipbookcatalog", + "target": "frontend_application_components_catalog_flipbookcatalog_flipbookcatalog", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/FlipbookCatalog.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_components_catalog_productdetailmodal_productdetailmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_catalog_productdetailmodal", + "target": "frontend_application_components_catalog_productdetailmodal_productdetailmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/catalog/ProductDetailModal.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_checkoutpage", + "target": "frontend_application_components_checkoutpage_checkoutpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/CheckoutPage.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_components_contactformclient", + "target": "frontend_application_components_contactformclient_contactformclient", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_contactformclient", + "target": "frontend_application_components_contactformclient_contactinfoitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ContactFormClient.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_deleteconfirmmodal", + "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_deleteconfirmmodal", + "target": "frontend_application_components_deleteconfirmmodal_deleteconfirmmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/DeleteConfirmModal.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_enamadbadge", + "target": "frontend_application_components_enamadbadge_enamadbadge", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/EnamadBadge.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorboundary", + "target": "frontend_application_components_errorboundary_state", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorboundary", + "target": "frontend_application_components_errorboundary_props", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorpages", + "target": "frontend_application_components_errorpages_servererrorpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorpages", + "target": "frontend_application_components_errorpages_notfoundpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorPages.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_faqsection", + "target": "frontend_application_components_faqsection_faqsection", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_faqsection", + "target": "frontend_application_components_faqsection_faqitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/FAQSection.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_featuredproducts_featuredproducts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L139", + "weight": 1.0 + }, + { + "source": "frontend_application_components_featuredproducts", + "target": "frontend_application_components_featuredproducts_productcard", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/FeaturedProducts.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_footer", + "target": "frontend_application_components_footer_footer", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Footer.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_header_menu_icons", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_header", + "target": "frontend_application_components_header_header", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_components_headerbutton_headerbutton", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_headerbutton", + "target": "frontend_application_components_headerbutton_headerbuttonprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/HeaderButton.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_hero", + "target": "frontend_application_components_hero_statcounter", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_components_hero", + "target": "frontend_application_components_hero_hero", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Hero.tsx", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_components_ingredientwiki_ingredient_match_keywords", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_components_ingredientwiki_formatingredientdisplayname", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ingredientwiki", + "target": "frontend_application_components_ingredientwiki_ingredientwiki", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/IngredientWiki.tsx", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_components_loginmodal_loginmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "frontend_application_components_loginmodal", + "target": "frontend_application_components_loginmodal_loginmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/LoginModal.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_maintenancepage", + "target": "frontend_application_components_maintenancepage_maintenancepage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/MaintenancePage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_networkbanner", + "target": "frontend_application_components_networkbanner_networkbanner", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/NetworkBanner.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_orderdetailsmodal", + "target": "frontend_application_components_orderdetailsmodal_orderdetailsmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/OrderDetailsModal.tsx", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ordersuccess", + "target": "frontend_application_components_ordersuccess_ordersuccess", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/OrderSuccess.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_ordertracking", + "target": "frontend_application_components_ordertracking_ordertracking", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/OrderTracking.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_petprofile", + "target": "frontend_application_components_petprofile_petprofile", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PetProfile.tsx", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastinlineplayer", + "target": "frontend_application_components_podcastinlineplayer_podcastinlineplayerprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastinlineplayer", + "target": "frontend_application_components_podcastinlineplayer_playback_rates", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastinlineplayer", + "target": "frontend_application_components_podcastinlineplayer_podcastinlineplayer", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastplayermodal", + "target": "frontend_application_components_podcastplayermodal_podcastplayermodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastplayermodal", + "target": "frontend_application_components_podcastplayermodal_playback_rates", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastplayermodal", + "target": "frontend_application_components_podcastplayermodal_podcastplayermodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_prescriptionuploadmodal", + "target": "frontend_application_components_prescriptionuploadmodal_prescriptionuploadmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productpage_icon_map", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productpage_calculatorstate", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productpage_usecalculatorstore", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productpage", + "target": "frontend_application_components_productpage_productpage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductPage.tsx", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productreviews", + "target": "frontend_application_components_productreviews_reviewitem", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productreviews", + "target": "frontend_application_components_productreviews_productreviewsprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_productreviews", + "target": "frontend_application_components_productreviews_productreviews", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ProductReviews.tsx", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "frontend_application_components_safeimage", + "target": "frontend_application_components_safeimage_safeimage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "frontend_application_components_safeimage", + "target": "frontend_application_components_safeimage_safeimageprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SafeImage.tsx", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchableselect", + "target": "frontend_application_components_searchableselect_searchableselect", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchableselect", + "target": "frontend_application_components_searchableselect_searchableselectprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SearchableSelect.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_searchresultspage", + "target": "frontend_application_components_searchresultspage_searchresultspage", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SearchResultsPage.tsx", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_productcardskeleton", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_skeletonprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L4", + "weight": 1.0 + }, + { + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_petprofileskeleton", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_orderrowskeleton", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "frontend_application_components_skeleton", + "target": "frontend_application_components_skeleton_skeleton", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Skeleton.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_components_smartadvisor_smartadvisorprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_components_smartadvisor_current_symptoms", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_components_smartadvisor_medical_histories", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "frontend_application_components_smartadvisor", + "target": "frontend_application_components_smartadvisor_smartadvisor", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/SmartAdvisor.tsx", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_components_testimonialssection_testimonialssection", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "frontend_application_components_testimonialssection", + "target": "frontend_application_components_testimonialssection_testimonial", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TestimonialsSection.tsx", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_cartdrawer_test", + "target": "frontend_application_components_tests_cartdrawer_test_mockproduct", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/__tests__/CartDrawer.test.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tests_featuredproducts_test", + "target": "frontend_application_components_tests_featuredproducts_test_mockproducts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/__tests__/FeaturedProducts.test.tsx", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tickerbanner", + "target": "frontend_application_components_tickerbanner_tickerbanner", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TickerBanner.tsx", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tooltip", + "target": "frontend_application_components_tooltip_tooltip", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "frontend_application_components_tooltip", + "target": "frontend_application_components_tooltip_tooltipprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/Tooltip.tsx", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_components_topupmodal_topupmodalprops", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_components_topupmodal_preset_amounts", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_topupmodal", + "target": "frontend_application_components_topupmodal_topupmodal", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/TopUpModal.tsx", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "frontend_application_components_userdashboard", + "target": "frontend_application_components_userdashboard_userdashboard", + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/UserDashboard.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_application_components_vetgallery", + "target": "frontend_application_components_vetgallery_testimonialitem", + "relation": "contains", + "_origin": "ast", "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/seo.ts", - "source_location": "L177", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_lib_seo_getpagemetadata", - "target": "frontend_application_lib_seo_getseoconfig", - "confidence_score": 1.0 - }, - { - "relation": "calls", - "context": "call", - "confidence": "EXTRACTED", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L187", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_lib_seo_getpagemetadata", - "target": "frontend_application_lib_seo_formatpagetitle", - "confidence_score": 1.0 - }, - { - "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/BlogPreviewSection.tsx", - "source_location": "L34", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection_blogpreviewsection", - "target": "frontend_application_components_blogpreviewsection_blogpreviewsection_loadblogs", - "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/FAQSection.tsx", - "source_location": "L22", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_faqsection_faqsection", - "target": "frontend_application_components_faqsection_faqsection_loadfaqs", - "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": "L200", - "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": "L201", - "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": "L202", - "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": "L238", - "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": "L239", - "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": "L241", - "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": "L224", - "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": "L225", - "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": "L226", - "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": "L271", - "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": "L272", - "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": "L273", - "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": "L190", - "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": "L191", - "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": "L194", - "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": "L195", - "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": "L231", - "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": "L232", - "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": "L278", - "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": "L279", - "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": "L175", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", - "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": "L176", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", - "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": "L178", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", - "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": "L180", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", - "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": "L214", - "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": "L215", - "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": "L217", - "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": "L218", - "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": "L207", - "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": "L208", - "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": "L209", - "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": "L209", - "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": "L254", - "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": "L255", - "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": "L257", - "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": "L258", - "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": "L285", - "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": "L286", - "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": "L287", - "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": "L100", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", - "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": "L101", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", - "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": "L102", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", - "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": "L69", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_getcomments", - "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": "L70", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_getcomments", - "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": "L78", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_getcomments", - "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": "L80", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_getcomments", - "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.controller.ts", - "source_location": "L91", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", - "target": "backend_src_admin_blogs_controller_ts_patch", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L92", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", - "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": "L94", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", - "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": "L95", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", - "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": "L6", - "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": "L39", - "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": "L24", - "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": "L25", - "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": "L26", - "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": "L61", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", - "target": "backend_src_blogs_blogs_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L62", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", - "target": "backend_src_blogs_blogs_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L63", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", - "target": "backend_src_blogs_blogs_controller_ts_post", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L64", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", - "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": "L66", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", - "target": "backend_src_blogs_blogs_controller_ts_param", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L67", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", - "target": "backend_src_blogs_blogs_controller_ts_body", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L68", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", - "target": "backend_src_blogs_blogs_controller_ts_request", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L33", - "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": "L34", - "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": "L35", - "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": "L36", - "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": "L55", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", - "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": "L56", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", - "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": "L57", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", - "target": "backend_src_blogs_blogs_controller_ts_param", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L40", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", - "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": "L41", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", - "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": "L42", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", - "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": "L47", - "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": "L48", - "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": "L49", - "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": "L50", - "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": "L51", - "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": "L18", - "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": "L19", - "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": "L35", - "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": "L36", - "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": "L37", - "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": "L38", - "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": "L39", - "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": "L23", - "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": "L24", - "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": "L25", - "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": "L29", - "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": "L30", - "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": "L31", - "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": "L54", - "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": "L55", - "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": "L56", - "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": "L57", - "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": "L58", - "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": "L43", - "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": "L44", - "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": "L45", - "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": "L46", - "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": "L48", - "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": "L49", - "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": "L8", - "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/doctors/dto/doctor-query.dto.ts", - "source_location": "L19", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "target": "backend_src_doctors_dto_doctor_query_dto_ts_type", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", - "source_location": "L20", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "target": "backend_src_doctors_dto_doctor_query_dto_ts_isint", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", - "source_location": "L21", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "target": "backend_src_doctors_dto_doctor_query_dto_ts_min", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", - "source_location": "L26", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "target": "backend_src_doctors_dto_doctor_query_dto_ts_isstring", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", - "source_location": "L29", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "target": "backend_src_doctors_dto_doctor_query_dto_ts_apipropertyoptional", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", - "source_location": "L30", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "target": "backend_src_doctors_dto_doctor_query_dto_ts_isoptional", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", - "source_location": "L31", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "target": "backend_src_doctors_dto_doctor_query_dto_ts_transform", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/dto/doctor-query.dto.ts", - "source_location": "L36", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "target": "backend_src_doctors_dto_doctor_query_dto_ts_isboolean", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L17", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller", - "target": "backend_src_faq_faq_controller_ts_apitags", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L18", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller", - "target": "backend_src_faq_faq_controller_ts_controller", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L37", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_create", - "target": "backend_src_faq_faq_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L38", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_create", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L39", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_create", - "target": "backend_src_faq_faq_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L40", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_create", - "target": "backend_src_faq_faq_controller_ts_post", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L41", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_create", - "target": "backend_src_faq_faq_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L43", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_create", - "target": "backend_src_faq_faq_controller_ts_body", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L22", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_findactive", - "target": "backend_src_faq_faq_controller_ts_get", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L23", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_findactive", - "target": "backend_src_faq_faq_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L28", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_findall", - "target": "backend_src_faq_faq_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L29", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_findall", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L30", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_findall", - "target": "backend_src_faq_faq_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L31", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_findall", - "target": "backend_src_faq_faq_controller_ts_get", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L32", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_findall", - "target": "backend_src_faq_faq_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L81", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_remove", - "target": "backend_src_faq_faq_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L82", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_remove", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L83", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_remove", - "target": "backend_src_faq_faq_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L84", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_remove", - "target": "backend_src_faq_faq_controller_ts_delete", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L85", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_remove", - "target": "backend_src_faq_faq_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L86", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_remove", - "target": "backend_src_faq_faq_controller_ts_param", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L54", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_reorder", - "target": "backend_src_faq_faq_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L55", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_reorder", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L56", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_reorder", - "target": "backend_src_faq_faq_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L57", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_reorder", - "target": "backend_src_faq_faq_controller_ts_put", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L58", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_reorder", - "target": "backend_src_faq_faq_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L59", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_reorder", - "target": "backend_src_faq_faq_controller_ts_body", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L63", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_update", - "target": "backend_src_faq_faq_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L64", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_update", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L65", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_update", - "target": "backend_src_faq_faq_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L66", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_update", - "target": "backend_src_faq_faq_controller_ts_put", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L67", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_update", - "target": "backend_src_faq_faq_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L69", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_update", - "target": "backend_src_faq_faq_controller_ts_param", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L70", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_update", - "target": "backend_src_faq_faq_controller_ts_body", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.module.ts", - "source_location": "L5", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_module_faqmodule", - "target": "backend_src_faq_faq_module_ts_module", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L4", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_faq_faq_service_faqservice", - "target": "backend_src_faq_faq_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/menu/menu.controller.ts", - "source_location": "L23", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller", - "target": "backend_src_menu_menu_controller_ts_apitags", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L24", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller", - "target": "backend_src_menu_menu_controller_ts_controller", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L49", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_create", - "target": "backend_src_menu_menu_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L50", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_create", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L51", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_create", - "target": "backend_src_menu_menu_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L52", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_create", - "target": "backend_src_menu_menu_controller_ts_post", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L53", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_create", - "target": "backend_src_menu_menu_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L55", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_create", - "target": "backend_src_menu_menu_controller_ts_body", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L39", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "target": "backend_src_menu_menu_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L40", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L41", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "target": "backend_src_menu_menu_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L42", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "target": "backend_src_menu_menu_controller_ts_get", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L43", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "target": "backend_src_menu_menu_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L44", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "target": "backend_src_menu_menu_controller_ts_apiquery", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L45", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "target": "backend_src_menu_menu_controller_ts_query", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L28", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findbytype", - "target": "backend_src_menu_menu_controller_ts_get", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L29", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findbytype", - "target": "backend_src_menu_menu_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L30", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findbytype", - "target": "backend_src_menu_menu_controller_ts_apiquery", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L35", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findbytype", - "target": "backend_src_menu_menu_controller_ts_query", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L103", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_remove", - "target": "backend_src_menu_menu_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L104", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_remove", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L105", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_remove", - "target": "backend_src_menu_menu_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L106", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_remove", - "target": "backend_src_menu_menu_controller_ts_delete", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L107", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_remove", - "target": "backend_src_menu_menu_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L108", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_remove", - "target": "backend_src_menu_menu_controller_ts_param", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L71", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_reorder", - "target": "backend_src_menu_menu_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L72", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_reorder", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L73", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_reorder", - "target": "backend_src_menu_menu_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L74", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_reorder", - "target": "backend_src_menu_menu_controller_ts_put", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L75", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_reorder", - "target": "backend_src_menu_menu_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L76", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_reorder", - "target": "backend_src_menu_menu_controller_ts_body", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L80", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_update", - "target": "backend_src_menu_menu_controller_ts_useguards", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L81", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_update", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L82", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_update", - "target": "backend_src_menu_menu_controller_ts_apibearerauth", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L83", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_update", - "target": "backend_src_menu_menu_controller_ts_put", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L84", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_update", - "target": "backend_src_menu_menu_controller_ts_apioperation", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L86", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_update", - "target": "backend_src_menu_menu_controller_ts_param", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L87", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_update", - "target": "backend_src_menu_menu_controller_ts_body", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.module.ts", - "source_location": "L5", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_module_menumodule", - "target": "backend_src_menu_menu_module_ts_module", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L6", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_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/ebank-checkout.dto.ts", - "source_location": "L13", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "target": "backend_src_payment_dto_ebank_checkout_dto_ts_min", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", - "source_location": "L16", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "target": "backend_src_payment_dto_ebank_checkout_dto_ts_apiproperty", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", - "source_location": "L18", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "target": "backend_src_payment_dto_ebank_checkout_dto_ts_isnotempty", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", - "source_location": "L32", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "target": "backend_src_payment_dto_ebank_checkout_dto_ts_isnumber", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", - "source_location": "L51", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "target": "backend_src_payment_dto_ebank_checkout_dto_ts_apipropertyoptional", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", - "source_location": "L52", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "target": "backend_src_payment_dto_ebank_checkout_dto_ts_isstring", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/dto/ebank-checkout.dto.ts", - "source_location": "L53", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "target": "backend_src_payment_dto_ebank_checkout_dto_ts_isoptional", - "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": "L39", - "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": "L40", - "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": "L466", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", - "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": "L467", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", - "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": "L468", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", - "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": "L469", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", - "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": "L470", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", - "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": "L472", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", - "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": "L503", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", - "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": "L504", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", - "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": "L505", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", - "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": "L506", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", - "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": "L507", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", - "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": "L509", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", - "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": "L434", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "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": "L435", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "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": "L436", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "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": "L437", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "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": "L438", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "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": "L439", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "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": "L241", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", - "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": "L242", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", - "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": "L243", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", - "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": "L244", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", - "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": "L245", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", - "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": "L247", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", - "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": "L360", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", - "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": "L361", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", - "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": "L362", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", - "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": "L363", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", - "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": "L364", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", - "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": "L366", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", - "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": "L371", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", - "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": "L372", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", - "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": "L373", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", - "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": "L374", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", - "target": "backend_src_payment_payment_controller_ts_put", - "confidence_score": 1.0 - }, - { - "relation": "references", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L375", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", - "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": "L377", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", - "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": "L529", - "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": "L530", - "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": "L531", - "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": "L532", - "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": "L533", - "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": "L520", - "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": "L521", - "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": "L522", - "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": "L523", - "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": "L524", - "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": "L525", - "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": "L232", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", - "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": "L233", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", - "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": "L234", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", - "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": "L235", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", - "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": "L236", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", - "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": "L338", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", - "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": "L339", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", - "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": "L340", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", - "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": "L341", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", - "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": "L342", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", - "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": "L318", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", - "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": "L319", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", - "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": "L320", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", - "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": "L321", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", - "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": "L322", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", - "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": "L326", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", - "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": "L386", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", - "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": "L387", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", - "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": "L388", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", - "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": "L389", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", - "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": "L390", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", - "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": "L391", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", - "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": "L396", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", - "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": "L397", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", - "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": "L398", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", - "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": "L399", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", - "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": "L400", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", - "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": "L403", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", - "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": "L443", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", - "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": "L444", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", - "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": "L445", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", - "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": "L446", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", - "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": "L447", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", - "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": "L454", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", - "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": "L480", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", - "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": "L481", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", - "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": "L482", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", - "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": "L483", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", - "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": "L484", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", - "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": "L491", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", - "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": "L411", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", - "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": "L412", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", - "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": "L413", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", - "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": "L414", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", - "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": "L415", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", - "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": "L422", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", - "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": "L293", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", - "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": "L294", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", - "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": "L295", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", - "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": "L296", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", - "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": "L297", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", - "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": "L301", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", - "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": "L584", - "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": "L585", - "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": "L586", - "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": "L587", - "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": "L588", - "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": "L274", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", - "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": "L275", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", - "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": "L276", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", - "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": "L277", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", - "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": "L278", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", - "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": "L280", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", - "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": "L351", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", - "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": "L352", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", - "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": "L353", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", - "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": "L354", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", - "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": "L355", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", - "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": "L356", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", - "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": "L222", - "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": "L223", - "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": "L224", - "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": "L112", - "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": "L113", - "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": "L117", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "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": "L118", - "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": "L119", - "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": "L120", - "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": "L121", - "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": "L192", - "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": "L193", - "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": "L195", - "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": "L196", - "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": "L197", - "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": "L198", - "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": "L65", - "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": "L66", - "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": "L67", - "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": "L68", - "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": "L69", - "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": "L72", - "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": "L76", - "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": "L77", - "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": "L78", - "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": "L79", - "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": "L100", - "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": "L101", - "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": "L90", - "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": "L91", - "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": "L92", - "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": "L93", - "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": "L94", - "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": "L98", - "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": "L99", - "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": "L259", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", - "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": "L260", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", - "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": "L261", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", - "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": "L262", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", - "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": "L263", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", - "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": "L265", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", - "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": "L549", - "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": "L550", - "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": "L551", - "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": "L552", - "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": "L553", - "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": "L554", - "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": "L572", - "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": "L573", - "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": "L574", - "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": "L575", - "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": "L576", - "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": "L578", - "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": "L579", - "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": "L558", - "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": "L559", - "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": "L560", - "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": "L561", - "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": "L562", - "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": "L566", - "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": "L567", - "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": "L538", - "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": "L539", - "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": "L540", - "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": "L541", - "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": "L542", - "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": "L167", - "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": "L168", - "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": "L173", - "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": "L174", - "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": "L175", - "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": "L9", - "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-ebank.service.ts", - "source_location": "L43", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_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": "L108", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_pets_pets_controller_petscontroller_create", - "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": "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": "L89", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_pets_pets_controller_petscontroller_create", - "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": "L90", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_pets_pets_controller_petscontroller_create", - "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": "L91", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_pets_pets_controller_petscontroller_create", - "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": "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": "L58", - "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": "L59", - "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.controller.ts", - "source_location": "L80", - "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": "L81", - "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.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": "L144", - "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": "L35", - "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": "L36", - "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": "L37", - "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": "L38", - "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": "L39", - "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": "L40", - "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": "L29", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", - "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": "L30", - "weight": 1.0, - "context": "decorator", - "_origin": "ast", - "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", - "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": "L53", - "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": "L54", - "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": "L55", - "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": "L56", - "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": "L57", - "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": "L58", - "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": "L44", - "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": "L45", - "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": "L46", - "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": "L47", - "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": "L48", - "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": "L49", - "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": "L49", - "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": "backend_src_videos_dto_get_videos_query_dto_ts_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": "re_exports", - "context": "export", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_doctors_service", - "target": "backend_src_doctors_dto_doctor_query_dto", - "confidence_score": 1.0 - }, - { - "relation": "references", - "context": "field", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Users.tsx", - "source_location": "L36", - "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": "L37", - "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": "L21", - "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": "L44", - "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": "L45", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_routes_adminroutes_faqmanager", - "target": "frontend_admin_panel_src_pages_faqmanager", - "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": "L46", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_routes_adminroutes_menumanager", - "target": "frontend_admin_panel_src_pages_menumanager", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "deferred": true, - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L47", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_routes_adminroutes_monitoringpage", - "target": "frontend_admin_panel_src_pages_monitoringpage", - "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": "L43", - "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": "L37", - "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": "L39", - "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": "L40", - "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": "L38", - "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": "L42", - "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": "L41", - "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/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L36", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_routes_adminroutes_zibalportalpage", - "target": "frontend_admin_panel_src_pages_zibalportalpage", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "deferred": true, - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/ClientLayout.tsx", - "source_location": "L128", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_clientlayout_clientlayout", - "target": "frontend_application_lib_store_usepetstore", - "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": "L15", - "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": "L16", - "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/blogs.service.ts", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_blogs_service", - "target": "backend_src_common_dto_pagination_dto_paginationdto", - "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": "L34", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_app_module", - "target": "backend_src_faq_faq_module_faqmodule", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/app.module.ts", - "source_location": "L35", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_app_module", - "target": "backend_src_menu_menu_module_menumodule", - "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": "L12", - "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.controller.ts", - "source_location": "L21", - "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": "L22", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", - "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_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_doctors_dto_doctor_query_dto_doctorquerydto", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/doctors.controller.ts", - "source_location": "L15", - "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/doctors/doctors.service.ts", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_doctors_service", - "target": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L11", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller", - "target": "backend_src_faq_faq_service_faqservice", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L13", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L14", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller", - "target": "backend_src_common_guards_roles_guard_rolesguard", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L15", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.module.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_module", - "target": "backend_src_faq_faq_controller_faqcontroller", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.module.ts", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_module", - "target": "backend_src_faq_faq_service_faqservice", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_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/menu/menu.controller.ts", - "source_location": "L12", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller", - "target": "backend_src_menu_menu_service_menuservice", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L19", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller", - "target": "backend_src_auth_jwt_auth_guard_jwtauthguard", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L20", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller", - "target": "backend_src_common_guards_roles_guard_rolesguard", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L21", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller", - "target": "backend_src_common_decorators_roles_decorator_roles", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.module.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_module", - "target": "backend_src_menu_menu_controller_menucontroller", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.module.ts", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_module", - "target": "backend_src_menu_menu_service_menuservice", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service", - "target": "backend_src_prisma_prisma_service_prismaservice", - "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": "L18", - "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": "L19", - "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": "L20", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L21", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L22", - "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": "L22", - "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": "L26", - "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": "L27", - "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": "L28", - "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": "L29", - "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": "L30", - "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_payment_zibal_ebank_service_zibalebankservice", - "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_prisma_prisma_module_prismamodule", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.module.ts", - "source_location": "L7", - "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-ebank.service.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_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": "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": "L40", - "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/TransactionReceiptModal.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_transactionreceiptmodal", - "target": "frontend_admin_panel_src_components_ui_button_button", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_button", - "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": "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": "L10", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_components_ui_modal_modal", - "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/Coupons.tsx", - "source_location": "L9", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_components_ui_button_button", - "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/FAQManager.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_faqmanager", - "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/FAQManager.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_faqmanager", - "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/FAQManager.tsx", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_faqmanager", - "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/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/MenuManager.tsx", - "source_location": "L7", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "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/MenuManager.tsx", - "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "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/MenuManager.tsx", - "source_location": "L9", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "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/MonitoringPage.tsx", - "source_location": "L23", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "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/MonitoringPage.tsx", - "source_location": "L24", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "target": "frontend_admin_panel_src_components_ui_button_button", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", - "source_location": "L25", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "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/MonitoringPage.tsx", - "source_location": "L26", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "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": "L30", - "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": "L31", - "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": "L32", - "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": "L33", - "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/Orders.tsx", - "source_location": "L34", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_components_ui_button_button", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L35", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_components_ui_modal_modal", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", - "source_location": "L16", - "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": "L17", - "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": "L32", - "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": "L33", - "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": "L34", - "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/Transactions.tsx", - "source_location": "L35", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_button_button", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L36", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "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/Transactions.tsx", - "source_location": "L37", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_thsort_thsort", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L38", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_modal_modal", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L39", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_maskablefield_maskablefield", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L40", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptdata", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L40", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodal", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L41", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_utils_usetableparams_usetableparams", - "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": "L16", - "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": "L17", - "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": "L18", - "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": "L19", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_components_ui_button_button", - "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_components_ui_modal_modal", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Users.tsx", - "source_location": "L24", - "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": "L24", - "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/pages/ZibalPortalPage.tsx", - "source_location": "L27", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_zibalportalpage", - "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/ZibalPortalPage.tsx", - "source_location": "L28", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_zibalportalpage", - "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/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/about/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_about_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "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/blog/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_blog_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "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_lib_seo_formatpagetitle", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "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_lib_seo_getseoconfig", - "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/catalog/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_catalog_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/checkout/page.tsx", - "source_location": "L2", - "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/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_checkout_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "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/contact/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_contact_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "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_components_userdashboard_userdashboard", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/dashboard/page.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_dashboard_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "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": "L10", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_faqsection_faqsection", - "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_components_bannerplacement_bannerplacement", - "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_utils_topersian", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/HomeClient.tsx", - "source_location": "L14", - "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": "L15", - "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": "L18", - "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": "L18", - "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": "L18", - "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": "L18", - "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_blogpreviewsection_blogpreviewsection", - "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/layout.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_layout", - "target": "frontend_application_lib_seo_getseoconfig", - "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": "L11", - "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/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": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "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/privacy/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_privacy_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/profile/page.tsx", - "source_location": "L2", - "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/profile/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_profile_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "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/search/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_search_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "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/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_shop_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "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/shop/[slug]/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_shop_slug_page", - "target": "frontend_application_lib_seo_formatpagetitle", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/shop/[slug]/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_shop_slug_page", - "target": "frontend_application_lib_seo_getseoconfig", - "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": "L2", - "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/track/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_track_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "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/trust-seals/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_trust_seals_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/videos/page.tsx", - "source_location": "L2", - "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/videos/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_videos_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "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/app/wiki/page.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_wiki_page", - "target": "frontend_application_lib_seo_getpagemetadata", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "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_lib_seo_formatpagetitle", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "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_lib_seo_getseoconfig", - "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/BlogPreviewSection.tsx", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_components_safeimage_safeimage", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L7", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_lib_services_api_api", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_lib_services_api_base_domain", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L9", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_lib_utils_topersian", - "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_lib_store_settingsstore_usesettingsstore", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/CartDrawer.tsx", - "source_location": "L12", - "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/FAQSection.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_faqsection", - "target": "frontend_application_lib_store_settingsstore_usesettingsstore", - "confidence_score": 1.0 - }, - { - "relation": "imports", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/FAQSection.tsx", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_faqsection", - "target": "frontend_application_lib_services_api_api", - "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": "L15", - "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": "L16", - "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/blogs.service.ts", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_blogs_service", - "target": "backend_src_common_dto_pagination_dto", - "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": "L34", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_app_module", - "target": "backend_src_faq_faq_module", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/app.module.ts", - "source_location": "L35", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_app_module", - "target": "backend_src_menu_menu_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": "L12", - "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.controller.ts", - "source_location": "L21", - "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": "L22", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller", - "target": "backend_src_auth_jwt_auth_guard", - "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_doctors_dto_doctor_query_dto", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/doctors.controller.ts", - "source_location": "L15", - "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/faq/faq.controller.ts", - "source_location": "L11", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller", - "target": "backend_src_faq_faq_service", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L13", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller", - "target": "backend_src_auth_jwt_auth_guard", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L14", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller", - "target": "backend_src_common_guards_roles_guard", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L15", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller", - "target": "backend_src_common_decorators_roles_decorator", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.module.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_module", - "target": "backend_src_faq_faq_controller", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.module.ts", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_module", - "target": "backend_src_faq_faq_service", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_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/menu/menu.controller.ts", - "source_location": "L12", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller", - "target": "backend_src_menu_menu_service", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L19", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller", - "target": "backend_src_auth_jwt_auth_guard", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L20", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller", - "target": "backend_src_common_guards_roles_guard", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L21", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller", - "target": "backend_src_common_decorators_roles_decorator", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.module.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_module", - "target": "backend_src_menu_menu_controller", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.module.ts", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_module", - "target": "backend_src_menu_menu_service", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service", - "target": "backend_src_prisma_prisma_service", - "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": "L18", - "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": "L19", - "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": "L20", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_zibal_ebank_service", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L21", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller", - "target": "backend_src_payment_dto_ebank_checkout_dto", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L22", - "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": "L26", - "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": "L27", - "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": "L28", - "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": "L29", - "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": "L30", - "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_payment_zibal_ebank_service", - "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_prisma_prisma_module", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.module.ts", - "source_location": "L7", - "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-ebank.service.ts", - "source_location": "L2", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_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": "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": "L40", - "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/TransactionReceiptModal.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_transactionreceiptmodal", - "target": "frontend_admin_panel_src_components_ui_button", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_button", - "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": "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": "L10", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_components_ui_modal", - "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/Coupons.tsx", - "source_location": "L9", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_coupons", - "target": "frontend_admin_panel_src_components_ui_button", - "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/FAQManager.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_faqmanager", - "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/FAQManager.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_faqmanager", - "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/FAQManager.tsx", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_faqmanager", - "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/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/MenuManager.tsx", - "source_location": "L7", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "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/MenuManager.tsx", - "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "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/MenuManager.tsx", - "source_location": "L9", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "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/MonitoringPage.tsx", - "source_location": "L23", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "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/MonitoringPage.tsx", - "source_location": "L24", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "target": "frontend_admin_panel_src_components_ui_button", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", - "source_location": "L25", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "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/MonitoringPage.tsx", - "source_location": "L26", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "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": "L30", - "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": "L31", - "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": "L32", - "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": "L33", - "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/Orders.tsx", - "source_location": "L34", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_components_ui_button", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L35", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_orders", - "target": "frontend_admin_panel_src_components_ui_modal", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx", - "source_location": "L16", - "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": "L17", - "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": "L32", - "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": "L33", - "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": "L34", - "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/Transactions.tsx", - "source_location": "L35", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_button", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L36", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "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/Transactions.tsx", - "source_location": "L37", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_thsort", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L38", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_modal", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L39", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_ui_maskablefield", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L40", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_components_transactionreceiptmodal", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Transactions.tsx", - "source_location": "L41", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_transactions", - "target": "frontend_admin_panel_src_utils_usetableparams", - "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": "L16", - "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": "L17", - "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": "L18", - "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": "L19", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_users", - "target": "frontend_admin_panel_src_components_ui_button", - "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_components_ui_modal", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Users.tsx", - "source_location": "L24", - "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/pages/ZibalPortalPage.tsx", - "source_location": "L27", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_zibalportalpage", - "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/ZibalPortalPage.tsx", - "source_location": "L28", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_zibalportalpage", - "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/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/about/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_about_page", - "target": "frontend_application_lib_seo", - "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/blog/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_blog_page", - "target": "frontend_application_lib_seo", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "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_lib_seo", - "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/catalog/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_catalog_page", - "target": "frontend_application_lib_seo", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/checkout/page.tsx", - "source_location": "L2", - "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/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_checkout_page", - "target": "frontend_application_lib_seo", - "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/contact/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_contact_page", - "target": "frontend_application_lib_seo", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "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_components_userdashboard", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/dashboard/page.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_dashboard_page", - "target": "frontend_application_lib_seo", - "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": "L10", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_homeclient", - "target": "frontend_application_components_faqsection", - "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_components_bannerplacement", - "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_utils", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/HomeClient.tsx", - "source_location": "L14", - "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": "L15", - "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": "L18", - "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_blogpreviewsection", - "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/layout.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_layout", - "target": "frontend_application_lib_seo", - "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": "L11", - "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/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": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_page", - "target": "frontend_application_lib_seo", - "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/privacy/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_privacy_page", - "target": "frontend_application_lib_seo", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/profile/page.tsx", - "source_location": "L2", - "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/profile/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_profile_page", - "target": "frontend_application_lib_seo", - "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/search/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_search_page", - "target": "frontend_application_lib_seo", - "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/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_shop_page", - "target": "frontend_application_lib_seo", - "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/shop/[slug]/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_shop_slug_page", - "target": "frontend_application_lib_seo", - "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": "L2", - "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/track/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_track_page", - "target": "frontend_application_lib_seo", - "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/trust-seals/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_trust_seals_page", - "target": "frontend_application_lib_seo", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/videos/page.tsx", - "source_location": "L2", - "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/videos/page.tsx", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_videos_page", - "target": "frontend_application_lib_seo", - "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/app/wiki/page.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_wiki_page", - "target": "frontend_application_lib_seo", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "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_lib_seo", - "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/BlogPreviewSection.tsx", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_components_safeimage", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L7", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_lib_store_settingsstore", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_lib_services_api", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L9", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_lib_utils", - "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_lib_store_settingsstore", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/CartDrawer.tsx", - "source_location": "L12", - "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/FAQSection.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_faqsection", - "target": "frontend_application_lib_store_settingsstore", - "confidence_score": 1.0 - }, - { - "relation": "imports_from", - "context": "import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/FAQSection.tsx", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_faqsection", - "target": "frontend_application_lib_services_api", - "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": "L202", - "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": "L195", - "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": "L209", - "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": "L8", - "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/blogs.service.ts", - "source_location": "L10", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_blogs_service_blogsservice_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/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": "L88", - "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": "L31", - "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": "L36", - "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": "L21", - "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": "L25", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", - "target": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "confidence_score": 1.0 - }, - { - "relation": "references", - "context": "parameter_type", - "confidence": "EXTRACTED", - "source_file": "backend/src/doctors/doctors.service.ts", - "source_location": "L10", - "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/doctors/doctors.service.ts", - "source_location": "L12", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_doctors_service_doctorsservice_findall", - "target": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "confidence_score": 1.0 - }, - { - "relation": "references", - "context": "parameter_type", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L20", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_constructor", - "target": "backend_src_faq_faq_service_faqservice", - "confidence_score": 1.0 - }, - { - "relation": "references", - "context": "parameter_type", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_service_faqservice_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/menu/menu.controller.ts", - "source_location": "L26", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_constructor", - "target": "backend_src_menu_menu_service_menuservice", - "confidence_score": 1.0 - }, - { - "relation": "references", - "context": "parameter_type", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice_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": "L42", - "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": "L42", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_constructor", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "confidence_score": 1.0 - }, - { - "relation": "references", - "context": "parameter_type", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L42", - "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": "L439", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "target": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "confidence_score": 1.0 - }, - { - "relation": "references", - "context": "parameter_type", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L525", - "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": "L116", - "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": "L194", - "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": "L75", - "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": "L97", - "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-ebank.service.ts", - "source_location": "L48", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice_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": "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": "L368", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", - "target": "backend_src_payment_interfaces_payment_gateway_interface_paymentrequestoptions", - "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": "L148", - "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": "L148", - "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": "L616", - "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/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": "L7", - "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/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": "L87", - "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": "L30", - "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": "L20", - "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": "L9", - "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/dto/doctor-query.dto.ts", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_dto_doctor_query_dto", - "target": "backend_src_doctors_dto_doctor_query_dto_doctorquerydto", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L19", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller", - "target": "backend_src_faq_faq_controller_faqcontroller", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.module.ts", - "source_location": "L9", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_module", - "target": "backend_src_faq_faq_module_faqmodule", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_service", - "target": "backend_src_faq_faq_service_faqservice", - "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/menu/menu.controller.ts", - "source_location": "L25", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller", - "target": "backend_src_menu_menu_controller_menucontroller", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.module.ts", - "source_location": "L10", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_module", - "target": "backend_src_menu_menu_module_menumodule", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service", - "target": "backend_src_menu_menu_service_menutype", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L7", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service", - "target": "backend_src_menu_menu_service_menuservice", - "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/ebank-checkout.dto.ts", - "source_location": "L10", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_dto_ebank_checkout_dto", - "target": "backend_src_payment_dto_ebank_checkout_dto_createebankcheckoutdto", - "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": "L41", - "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": "L15", - "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-ebank.service.ts", - "source_location": "L16", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service", - "target": "backend_src_payment_zibal_ebank_service_ebankcheckoutlistfilter", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L25", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service", - "target": "backend_src_payment_zibal_ebank_service_ebankstatementfilter", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L34", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service", - "target": "backend_src_payment_zibal_ebank_service_ebankidentifiedpaymentfilter", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service", - "target": "backend_src_payment_zibal_ebank_service_ebankcheckoutoptions", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L44", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "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": "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": "L145", - "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": "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": "L42", - "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": "L49", - "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": "L56", - "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": "L61", - "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": "L47", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_topbar", - "target": "frontend_admin_panel_src_components_topbar_livemonitoringsummary", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/Topbar.tsx", - "source_location": "L60", - "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/TransactionReceiptModal.tsx", - "source_location": "L24", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_transactionreceiptmodal", - "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodalprops", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", - "source_location": "L30", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_transactionreceiptmodal", - "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptmodal", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/TransactionReceiptModal.tsx", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_transactionreceiptmodal", - "target": "frontend_admin_panel_src_components_transactionreceiptmodal_transactionreceiptdata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/Badge.tsx", - "source_location": "L14", - "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/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_variantstyles", - "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": "L34", - "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/Button.tsx", - "source_location": "L14", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_button", - "target": "frontend_admin_panel_src_components_ui_button_buttonsize", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L16", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_button", - "target": "frontend_admin_panel_src_components_ui_button_buttonprops", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L27", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_button", - "target": "frontend_admin_panel_src_components_ui_button_button", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/Button.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_button", - "target": "frontend_admin_panel_src_components_ui_button_buttonvariant", - "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/MaskableField.tsx", - "source_location": "L16", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_maskablefield", - "target": "frontend_admin_panel_src_components_ui_maskablefield_maskablefield", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/MaskableField.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_maskablefield", - "target": "frontend_admin_panel_src_components_ui_maskablefield_maskablefieldprops", - "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/Modal.tsx", - "source_location": "L16", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_modal", - "target": "frontend_admin_panel_src_components_ui_modal_maxwidthclasses", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", - "source_location": "L28", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_modal", - "target": "frontend_admin_panel_src_components_ui_modal_modal", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/Modal.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_modal", - "target": "frontend_admin_panel_src_components_ui_modal_modalprops", - "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/ThSort.tsx", - "source_location": "L14", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_thsort", - "target": "frontend_admin_panel_src_components_ui_thsort_thsort", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/components/ui/ThSort.tsx", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_components_ui_thsort", - "target": "frontend_admin_panel_src_components_ui_thsort_thsortprops", - "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": "L13", - "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": "L20", - "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": "L253", - "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": "L262", - "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": "L34", - "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": "L46", - "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/FAQManager.tsx", - "source_location": "L18", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_faqmanager", - "target": "frontend_admin_panel_src_pages_faqmanager_faqmanager", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/FAQManager.tsx", - "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_faqmanager", - "target": "frontend_admin_panel_src_pages_faqmanager_faq", - "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/MenuManager.tsx", - "source_location": "L11", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "target": "frontend_admin_panel_src_pages_menumanager_menuitem", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", - "source_location": "L25", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "target": "frontend_admin_panel_src_pages_menumanager_menutype", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", - "source_location": "L27", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "target": "frontend_admin_panel_src_pages_menumanager_menu_tabs", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/MenuManager.tsx", - "source_location": "L34", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_menumanager", - "target": "frontend_admin_panel_src_pages_menumanager_menumanager", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", - "source_location": "L28", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "target": "frontend_admin_panel_src_pages_monitoringpage_monitoringstats", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/MonitoringPage.tsx", - "source_location": "L59", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_monitoringpage", - "target": "frontend_admin_panel_src_pages_monitoringpage_monitoringpage", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/pages/Orders.tsx", - "source_location": "L107", - "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": "L118", - "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": "L135", - "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": "L147", - "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": "L161", - "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": "L167", - "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": "L38", - "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": "L54", - "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": "L67", - "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": "L19", - "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": "L101", - "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/Transactions.tsx", - "source_location": "L43", - "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": "L81", - "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": "L91", - "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/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": "L26", - "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": "L40", - "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/pages/ZibalPortalPage.tsx", - "source_location": "L30", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_pages_zibalportalpage", - "target": "frontend_admin_panel_src_pages_zibalportalpage_zibalportalpage", - "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_zibalportalpage", - "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_shippingsettingspage", - "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_systemsettingspage", - "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_smssettingspage", - "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_sslsettingspage", - "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_transactions", - "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_tickets", - "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_reviews", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L44", - "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_faqmanager", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L46", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_routes_adminroutes_menumanager", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L47", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_routes_adminroutes", - "target": "frontend_admin_panel_src_routes_adminroutes_monitoringpage", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx", - "source_location": "L50", - "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": "L56", - "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": "L190", - "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": "L198", - "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": "L206", - "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/src/utils/useTableParams.ts", - "source_location": "L11", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_utils_usetableparams", - "target": "frontend_admin_panel_src_utils_usetableparams_usetableparams", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/admin-panel/src/utils/useTableParams.ts", - "source_location": "L4", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_admin_panel_src_utils_usetableparams", - "target": "frontend_admin_panel_src_utils_usetableparams_usetableparamsoptions", - "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": "L13", - "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": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_about_page", - "target": "frontend_application_app_about_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/blog/page.tsx", - "source_location": "L13", - "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": "L36", - "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/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_blog_page", - "target": "frontend_application_app_blog_page_generatemetadata", - "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": "L34", - "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": "L66", - "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": "L13", - "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": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_catalog_page", - "target": "frontend_application_app_catalog_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/checkout/page.tsx", - "source_location": "L14", - "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/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_checkout_page", - "target": "frontend_application_app_checkout_page_generatemetadata", - "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": "L13", - "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": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_contact_page", - "target": "frontend_application_app_contact_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/dashboard/page.tsx", - "source_location": "L15", - "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/dashboard/page.tsx", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_dashboard_page", - "target": "frontend_application_app_dashboard_page_generatemetadata", - "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": "L20", - "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": "L24", - "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": "L6", - "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/layout.tsx", - "source_location": "L97", - "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/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": "L13", - "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": "L32", - "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/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_page", - "target": "frontend_application_app_page_generatemetadata", - "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": "L13", - "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": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_privacy_page", - "target": "frontend_application_app_privacy_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/profile/page.tsx", - "source_location": "L14", - "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/profile/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_profile_page", - "target": "frontend_application_app_profile_page_generatemetadata", - "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": "L13", - "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/search/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_search_page", - "target": "frontend_application_app_search_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/shop/page.tsx", - "source_location": "L13", - "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": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_shop_page", - "target": "frontend_application_app_shop_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/shop/[slug]/page.tsx", - "source_location": "L47", - "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": "L7", - "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": "L13", - "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/track/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_track_page", - "target": "frontend_application_app_track_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/trust-seals/page.tsx", - "source_location": "L15", - "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": "L7", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_trust_seals_page", - "target": "frontend_application_app_trust_seals_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/videos/page.tsx", - "source_location": "L13", - "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/videos/page.tsx", - "source_location": "L5", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_videos_page", - "target": "frontend_application_app_videos_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/wiki/page.tsx", - "source_location": "L14", - "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": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_app_wiki_page", - "target": "frontend_application_app_wiki_page_generatemetadata", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "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", - "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": "L52", - "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/BlogPreviewSection.tsx", - "source_location": "L11", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_components_blogpreviewsection_blogpost", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/BlogPreviewSection.tsx", - "source_location": "L28", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_blogpreviewsection", - "target": "frontend_application_components_blogpreviewsection_blogpreviewsection", - "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": "L15", - "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/FAQSection.tsx", - "source_location": "L15", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_faqsection", - "target": "frontend_application_components_faqsection_faqsection", - "confidence_score": 1.0 - }, - { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/components/FAQSection.tsx", - "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "frontend_application_components_faqsection", - "target": "frontend_application_components_faqsection_faqitem", - "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": "L44", - "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": "L54", - "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": "L18", - "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": "L24", - "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 + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L28", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L58", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/VetGallery.tsx", + "source_location": "L71", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L23", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L37", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L39", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/VideosPage.tsx", + "source_location": "L12", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/eslint.config.mjs", + "source_location": "L5", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L10", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L17", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L23", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L28", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L383", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L8", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/products.ts", + "source_location": "L80", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/provinces.ts", + "source_location": "L35", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/data/scientificTerms.ts", + "source_location": "L7", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/hooks/useNetworkStatus.ts", + "source_location": "L3", + "weight": 1.0 }, { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L123", - "weight": 1.0, - "_origin": "ast", "source": "frontend_application_lib_seo", "target": "frontend_application_lib_seo_formatpagetitle", - "confidence_score": 1.0 + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L123", + "weight": 1.0 }, { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L16", - "weight": 1.0, - "_origin": "ast", "source": "frontend_application_lib_seo", "target": "frontend_application_lib_seo_default_seo_config", - "confidence_score": 1.0 + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L16", + "weight": 1.0 }, { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L160", - "weight": 1.0, - "_origin": "ast", "source": "frontend_application_lib_seo", "target": "frontend_application_lib_seo_pagemetadataoptions", - "confidence_score": 1.0 + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L160", + "weight": 1.0 }, { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L173", - "weight": 1.0, - "_origin": "ast", "source": "frontend_application_lib_seo", "target": "frontend_application_lib_seo_getpagemetadata", - "confidence_score": 1.0 + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L173", + "weight": 1.0 }, { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L3", - "weight": 1.0, - "_origin": "ast", "source": "frontend_application_lib_seo", "target": "frontend_application_lib_seo_seoconfig", - "confidence_score": 1.0 + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L3", + "weight": 1.0 }, { - "relation": "contains", - "confidence": "EXTRACTED", - "source_file": "frontend/application/lib/seo.ts", - "source_location": "L32", - "weight": 1.0, - "_origin": "ast", "source": "frontend_application_lib_seo", "target": "frontend_application_lib_seo_getseoconfig", - "confidence_score": 1.0 + "relation": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/seo.ts", + "source_location": "L32", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L13", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L16", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L26", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/api.ts", + "source_location": "L5", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L157", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L21", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L29", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L11", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L23", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L96", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L15", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L338", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L5", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L34", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/ticketService.ts", + "source_location": "L43", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L15", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/videoService.ts", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L18", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L32", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L54", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/cartStore.ts", + "source_location": "L9", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L12", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L22", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/settingsStore.ts", + "source_location": "L5", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/__tests__/cartStore.test.ts", + "source_location": "L20", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/uiStore.ts", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L17", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L26", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L32", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L50", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L65", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/usePetStore.ts", + "source_location": "L8", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L11", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L13", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L25", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L33", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L45", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/store/userStore.ts", + "source_location": "L63", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L102", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L109", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L111", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L28", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L42", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L55", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L67", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L82", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/types.ts", + "source_location": "L94", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L11", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/utils.ts", + "source_location": "L6", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/next.config.ts", + "source_location": "L12", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/next.config.ts", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L11", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L2", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L21", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L4", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L5", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L12", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L13", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L15", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L16", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L17", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L18", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L19", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L22", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L23", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L24", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L25", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L26", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L27", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L28", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L29", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L30", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L31", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L32", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L33", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L34", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L6", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L7", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L8", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/package.json", + "source_location": "L9", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/postcss.config.mjs", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L119", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L103", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L127", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L131", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L17", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L24", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/sahel-font-v3.4.0/README.md", + "source_location": "L83", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/README.md", + "source_location": "L23", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/README.md", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/README.md", + "source_location": "L32", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L2", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L25", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L33", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L10", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L11", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L12", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L13", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L15", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L16", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L21", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L4", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L5", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L6", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L7", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L8", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/tsconfig.json", + "source_location": "L9", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/vitest.setup.ts", + "source_location": "L4", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L17", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L2", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L4", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L5", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L18", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L10", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L11", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L12", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L13", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L15", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L6", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L7", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L8", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "package.json", + "source_location": "L9", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/backup_db.sh", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/deploy.sh", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/open-browsers.js", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/open-browsers.js", + "source_location": "L10", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/open-browsers.js", + "source_location": "L2", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/open-browsers.js", + "source_location": "L26", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/open-browsers.js", + "source_location": "L4", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/start-dev.js", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/start-dev.js", + "source_location": "L15", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/start-dev.js", + "source_location": "L2", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/start-dev.js", + "source_location": "L3", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/start-dev.js", + "source_location": "L35", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/start-dev.js", + "source_location": "L4", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/start-dev.js", + "source_location": "L9", + "weight": 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": "contains", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "start.sh", + "source_location": "L1", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L14", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L16", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L20", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L51", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": ".gitea/scripts/with-vpn.sh", + "source_location": "L65", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/deploy.sh", + "source_location": "L4", + "weight": 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": "defines", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "scripts/deploy.sh", + "source_location": "L5", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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_faqmanager", - "confidence_score": 1.0 + "relation": "dynamic_import", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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_menumanager", - "confidence_score": 1.0 + "relation": "dynamic_import", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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_monitoringpage", - "confidence_score": 1.0 + "relation": "dynamic_import", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "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_zibalportalpage", - "confidence_score": 1.0 + "relation": "dynamic_import", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/routes/adminRoutes.tsx" }, { - "relation": "dynamic_import", - "confidence": "EXTRACTED", - "source_file": "frontend/application/app/ClientLayout.tsx", - "_origin": "ast", "source": "frontend_application_app_clientlayout", "target": "frontend_application_lib_store_usepetstore", - "confidence_score": 1.0 + "relation": "dynamic_import", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/app/ClientLayout.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/B2BPortal.tsx" }, { - "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": "dynamic_import", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/PrescriptionUploadModal.tsx" }, { - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L121", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L128", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L135", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L145", + "weight": 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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L155", + "weight": 1.0 }, { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getorderbyid", "relation": "method", + "_origin": "ast", "confidence": "EXTRACTED", + "confidence_score": 1.0, "source_file": "backend/src/admin/admin.controller.ts", "source_location": "L162", - "weight": 1.0, - "_origin": "ast", + "weight": 1.0 + }, + { "source": "backend_src_admin_admin_controller_admincontroller", "target": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", - "confidence_score": 1.0 + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L169", + "weight": 1.0 }, { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L177", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_admin_admin_controller_admincontroller", "target": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", - "confidence_score": 1.0 + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L185", + "weight": 1.0 }, { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L195", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L203", + "weight": 1.0 }, { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L202", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L210", + "weight": 1.0 }, { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L209", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L217", + "weight": 1.0 }, { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L216", - "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", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L224", + "weight": 1.0 }, { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L226", - "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": "L233", - "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": "L240", - "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": "L256", - "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": "L273", - "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": "L280", - "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": "L287", - "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_refundordertowallet", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/admin.service.ts", - "source_location": "L686", - "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": "L717", - "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": "L744", - "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": "L774", - "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": "L781", - "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": "L787", - "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": "L795", - "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": "L832", - "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": "L882", - "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": "L888", - "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": "L898", - "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": "L911", - "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": "L915", - "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": "L102", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller", - "target": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", - "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.controller.ts", - "source_location": "L79", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller", - "target": "backend_src_admin_blogs_controller_blogscontroller_getcomments", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/blogs.controller.ts", - "source_location": "L93", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_blogs_controller_blogscontroller", - "target": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L10", - "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": "L100", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_blogs_service_blogsservice", - "target": "backend_src_admin_blogs_service_blogsservice_updatecommentstatus", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L106", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_blogs_service_blogsservice", - "target": "backend_src_admin_blogs_service_blogsservice_deletecomment", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L44", - "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": "L53", - "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": "L59", - "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/blogs.service.ts", - "source_location": "L66", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_blogs_service_blogsservice", - "target": "backend_src_admin_blogs_service_blogsservice_getcomments", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/admin/blogs.service.ts", - "source_location": "L8", - "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/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": "L88", - "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": "L90", - "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": "L31", - "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": "L36", - "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": "L43", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller", - "target": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L51", - "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.controller.ts", - "source_location": "L57", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller", - "target": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.controller.ts", - "source_location": "L65", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_blogs_blogs_controller_blogscontroller", - "target": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", - "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": "L114", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_blogs_blogs_service_blogsservice", - "target": "backend_src_blogs_blogs_service_blogsservice_findcommentsbyslug", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L127", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_blogs_blogs_service_blogsservice", - "target": "backend_src_blogs_blogs_service_blogsservice_addcomment", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/blogs/blogs.service.ts", - "source_location": "L58", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_blogs_blogs_service_blogsservice", - "target": "backend_src_blogs_blogs_service_blogsservice_findhomepage", - "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/blogs/blogs.service.ts", - "source_location": "L88", - "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/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": "L21", - "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": "L25", - "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": "L31", - "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": "L39", - "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": "L47", - "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": "L58", - "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": "L10", - "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": "L12", - "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": "L59", - "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": "L76", - "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": "L82", - "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": "L91", - "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/faq/faq.controller.ts", - "source_location": "L20", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller", - "target": "backend_src_faq_faq_controller_faqcontroller_constructor", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L24", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller", - "target": "backend_src_faq_faq_controller_faqcontroller_findactive", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L33", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller", - "target": "backend_src_faq_faq_controller_faqcontroller_findall", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L42", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller", - "target": "backend_src_faq_faq_controller_faqcontroller_create", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L59", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller", - "target": "backend_src_faq_faq_controller_faqcontroller_reorder", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L68", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller", - "target": "backend_src_faq_faq_controller_faqcontroller_update", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.controller.ts", - "source_location": "L86", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller", - "target": "backend_src_faq_faq_controller_faqcontroller_remove", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L17", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_service_faqservice", - "target": "backend_src_faq_faq_service_faqservice_findall", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L23", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_service_faqservice", - "target": "backend_src_faq_faq_service_faqservice_create", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L32", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_service_faqservice", - "target": "backend_src_faq_faq_service_faqservice_update", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L46", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_service_faqservice", - "target": "backend_src_faq_faq_service_faqservice_remove", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L52", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_service_faqservice", - "target": "backend_src_faq_faq_service_faqservice_reorder", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L6", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_service_faqservice", - "target": "backend_src_faq_faq_service_faqservice_constructor", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/faq/faq.service.ts", - "source_location": "L9", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_service_faqservice", - "target": "backend_src_faq_faq_service_faqservice_findactive", - "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/menu/menu.controller.ts", - "source_location": "L108", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller", - "target": "backend_src_menu_menu_controller_menucontroller_remove", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L26", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller", - "target": "backend_src_menu_menu_controller_menucontroller_constructor", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L35", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller", - "target": "backend_src_menu_menu_controller_menucontroller_findbytype", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L45", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller", - "target": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L54", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller", - "target": "backend_src_menu_menu_controller_menucontroller_create", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L76", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller", - "target": "backend_src_menu_menu_controller_menucontroller_reorder", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L85", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller", - "target": "backend_src_menu_menu_controller_menucontroller_update", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L10", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_service_menuservice_onmoduleinit", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L108", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_service_menuservice_create", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L122", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_service_menuservice_update", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L141", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_service_menuservice_remove", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L149", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_service_menuservice_reorder", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L21", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_service_menuservice_seedifempty", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L8", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_service_menuservice_constructor", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L82", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_service_menuservice_findbytype", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/menu/menu.service.ts", - "source_location": "L96", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_service_menuservice", - "target": "backend_src_menu_menu_service_menuservice_findalladmin", - "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": "L116", - "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.controller.ts", - "source_location": "L169", - "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": "L194", - "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": "L224", - "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": "L237", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L246", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_createrefund", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L264", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L279", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L300", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L325", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L343", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L356", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L365", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L376", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L391", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L401", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L416", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L42", - "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": "L439", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L448", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L471", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L48", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_extractrealclientip", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L485", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L508", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller", - "target": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L525", - "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": "L534", - "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": "L545", - "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": "L554", - "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": "L565", - "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": "L577", - "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": "L592", - "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": "L75", - "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": "L97", - "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.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-ebank.service.ts", - "source_location": "L152", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L179", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquirecheckout", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L198", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L222", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_cancelcheckout", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L240", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountlist", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L252", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountbalance", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L266", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L294", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L318", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L340", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquireidentifiedpayment", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L48", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_constructor", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L53", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccesstoken", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L71", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal-ebank.service.ts", - "source_location": "L86", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", - "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": "L368", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L422", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_verifylazypayment", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L465", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getaccesstoken", - "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": "L516", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_apirequest", - "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": "L575", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getwalletlist", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L582", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getwalletbalance", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L589", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_requestrefund", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L625", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_inquirerefund", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L643", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getrefundlist", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L667", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getgatewaytransactionsreport", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L701", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getcheckoutreport", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L722", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getcheckoutqueuereport", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L731", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_inquirecheckoutreport", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L746", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_createsubmerchant", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L761", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_getsubmerchantlist", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L768", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_zibal_service_zibalservice", - "target": "backend_src_payment_zibal_service_zibalservice_editsubmerchant", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/payment/zibal.service.ts", - "source_location": "L779", - "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": "L816", - "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": "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": "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.controller.ts", - "source_location": "L81", - "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.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": "L148", - "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": "L153", - "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": "L157", - "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": "L184", - "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": "L229", - "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": "L261", - "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": "L270", - "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": "L326", - "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": "L372", - "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": "L376", - "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": "L397", - "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": "L403", - "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": "L499", - "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": "L583", - "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": "L587", - "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": "L591", - "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": "L600", - "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": "L604", - "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": "L608", - "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": "L612", - "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": "L616", - "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": "L620", - "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": "L624", - "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": "L31", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", - "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/testimonials/testimonials.controller.ts", - "source_location": "L40", - "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": "L49", - "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": "L58", - "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_findhomepage", - "confidence_score": 1.0 - }, - { - "relation": "method", - "confidence": "EXTRACTED", - "source_file": "backend/src/testimonials/testimonials.service.ts", - "source_location": "L22", - "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": "L28", - "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": "L39", - "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": "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": "L203", - "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": "L250", - "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": "L227", - "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": "L274", - "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": "L196", - "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, + "confidence_score": 1.0, "source_file": "backend/src/admin/admin.controller.ts", "source_location": "L234", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_admin_controller_admincontroller_getdoctors", - "target": "backend_src_admin_admin_service_adminservice_getdoctors" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, "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" + "source_location": "L241", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, "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" + "source_location": "L248", + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L264", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, "source_file": "backend/src/admin/admin.controller.ts", "source_location": "L281", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_admin_controller_admincontroller_getsettings", - "target": "backend_src_admin_admin_service_adminservice_getsettings" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L63", - "weight": 1.0, + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getsettings", + "relation": "method", "_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": "L182", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", - "target": "backend_src_admin_admin_service_adminservice_refundordertowallet" - }, - { - "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, - "source_file": "backend/src/admin/admin.controller.ts", - "source_location": "L220", - "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": "L210", - "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": "L267", - "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, + "confidence": "EXTRACTED", + "confidence_score": 1.0, "source_file": "backend/src/admin/admin.controller.ts", "source_location": "L288", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_admin_admin_controller_admincontroller_updatesettings", - "target": "backend_src_admin_admin_service_adminservice_updatesettings" + "weight": 1.0 }, { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L295", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getusers", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_createuser", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updateuser", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L69", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller", + "target": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getusers", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getuserdetails", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L161", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_createuser", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L175", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updateuser", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L218", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updateuserrole", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L279", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_deleteuser", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L286", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getproducts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L309", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_createproduct", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L397", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updateproduct", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L457", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_deleteproduct", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L535", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getorders", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L541", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getdashboardstats", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getorderbyid", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L599", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updateorderstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L621", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_refundordertowallet", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L641", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getcoupons", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L709", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_createcoupon", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L740", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updatecoupon", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L767", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_togglecoupon", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L797", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_deletecoupon", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L804", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getsettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L810", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updatesettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L818", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getpets", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L855", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_getdoctors", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L905", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_createdoctor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L911", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_updatedoctor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L921", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_deletedoctor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L934", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_service_adminservice", + "target": "backend_src_admin_admin_service_adminservice_adjustuserwallet", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/admin.service.ts", + "source_location": "L938", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_deletecomment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L102", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_getblogs", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_createblog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_updateblog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_deleteblog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_getcomments", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_controller_blogscontroller", + "target": "backend_src_admin_blogs_controller_blogscontroller_updatecommentstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.controller.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_getblogs", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_updatecommentstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_deletecomment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L106", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_createblog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_updateblog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_deleteblog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_getcomments", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_src_admin_blogs_service_blogsservice", + "target": "backend_src_admin_blogs_service_blogsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/blogs.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_controller_categoriescontroller", + "target": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.controller.ts", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_getcategories", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_createcategory", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_updatecategory", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_admin_categories_service_categoriesservice", + "target": "backend_src_admin_categories_service_categoriesservice_deletecategory", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/categories.service.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_controller_mediacontroller", + "target": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.controller.ts", + "source_location": "L66", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_getallmedia", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_uploadfile", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_deletemedia", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_deletemanymedia", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_media_service_mediaservice", + "target": "backend_src_admin_media_service_mediaservice_updatemedia", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/media.service.ts", + "source_location": "L92", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_petscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_petscontroller_getpets", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_controller_petscontroller", + "target": "backend_src_admin_pets_controller_petscontroller_deletepet", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/pets.controller.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_service_petsservice", + "target": "backend_src_admin_pets_service_petsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_service_petsservice", + "target": "backend_src_admin_pets_service_petsservice_getpets", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_pets_service_petsservice", + "target": "backend_src_admin_pets_service_petsservice_deletepet", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/pets.service.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_reportscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_controller_reportscontroller", + "target": "backend_src_admin_reports_controller_reportscontroller_getreports", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/reports.controller.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_service_reportsservice", + "target": "backend_src_admin_reports_service_reportsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_admin_reports_service_reportsservice", + "target": "backend_src_admin_reports_service_reportsservice_getdashboardreports", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/reports.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_controller_sslcontroller", + "target": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.controller.ts", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_updatecertificates", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L113", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L177", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_getcertpath", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_getkeypath", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_toshamsi", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_admin_ssl_service_sslservice", + "target": "backend_src_admin_ssl_service_sslservice_getstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/ssl.service.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_getterms", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_createterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_updateterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_controller_wikicontroller", + "target": "backend_src_admin_wiki_controller_wikicontroller_deleteterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_getterms", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_createterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_updateterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_admin_wiki_service_wikiservice", + "target": "backend_src_admin_wiki_service_wikiservice_deleteterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/admin/wiki.service.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller_appcontroller", + "target": "backend_src_app_controller_appcontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/app.controller.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_app_controller_appcontroller", + "target": "backend_src_app_controller_appcontroller_gethello", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/app.controller.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_app_module_appmodule", + "target": "backend_src_app_module_appmodule_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/app.module.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_app_module_appmodule", + "target": "backend_src_app_module_appmodule_configure", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/app.module.ts", + "source_location": "L90", + "weight": 1.0 + }, + { + "source": "backend_src_app_service_appservice", + "target": "backend_src_app_service_appservice_gethello", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/app.service.ts", + "source_location": "L5", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_refresh", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L107", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_logout", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L120", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_sendotp", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_verifyotp", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_register", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_login", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_controller_authcontroller", + "target": "backend_src_auth_auth_controller_authcontroller_adminlogin", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.controller.ts", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_verifyotp", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L126", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_register", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L167", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_login", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L222", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_adminlogin", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L263", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_refresh", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L319", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L38", + "weight": 1.0 + }, + { + "source": "backend_src_auth_auth_service_authservice", + "target": "backend_src_auth_auth_service_authservice_sendotp", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/auth.service.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_auth_guard_jwtauthguard", + "target": "backend_src_auth_jwt_auth_guard_jwtauthguard_handlerequest", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/jwt-auth.guard.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy_jwtstrategy", + "target": "backend_src_auth_jwt_strategy_jwtstrategy_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_auth_jwt_strategy_jwtstrategy", + "target": "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/auth/jwt.strategy.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L64", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_controller_b2bcontroller", + "target": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.controller.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_createinquiry", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_findallinquiries", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_b2b_b2b_service_b2bservice", + "target": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/b2b/b2b.service.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_controller_bannerscontroller", + "target": "backend_src_banners_banners_controller_bannerscontroller_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.controller.ts", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_reorder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_banners_banners_service_bannersservice", + "target": "backend_src_banners_banners_service_bannersservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/banners/banners.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_blogscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_blogscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_blogscontroller_findhomepage", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_blogscontroller_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_blogscontroller_findcomments", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_controller_blogscontroller", + "target": "backend_src_blogs_blogs_controller_blogscontroller_addcomment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_blogsservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_blogsservice_findcommentsbyslug", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L114", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_blogsservice_addcomment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L127", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_blogsservice_findhomepage", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_blogsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_blogs_blogs_service_blogsservice", + "target": "backend_src_blogs_blogs_service_blogsservice_findonebyslug", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/blogs/blogs.service.ts", + "source_location": "L88", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_controller_cmscontroller", + "target": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.controller.ts", + "source_location": "L95", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_getherobanners", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_createherobanner", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_updateherobanner", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_deleteherobanner", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_getvettestimonials", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_createvettestimonial", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_updatevettestimonial", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_deletevettestimonial", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_cms_cms_service_cmsservice", + "target": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/cms/cms.service.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_deriveerrorcode", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L117", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_catch", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L16", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter", + "target": "backend_src_common_filters_http_exception_filter_customhttpexceptionfilter_translategenericmessage", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/filters/http-exception.filter.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter", + "target": "backend_src_common_filters_prisma_exception_filter_prismaexceptionfilter_catch", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/filters/prisma-exception.filter.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard_rolesguard", + "target": "backend_src_common_guards_roles_guard_rolesguard_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_common_guards_roles_guard_rolesguard", + "target": "backend_src_common_guards_roles_guard_rolesguard_canactivate", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/guards/roles.guard.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_intercept", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor", + "target": "backend_src_common_interceptors_decimal_interceptor_decimalinterceptor_transform", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/interceptors/decimal.interceptor.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "backend_src_common_metrics_controller_metricscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L11", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "backend_src_common_metrics_controller_metricscontroller_incrementrequestcount", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L13", + "weight": 1.0 + }, + { + "source": "backend_src_common_metrics_controller_metricscontroller", + "target": "backend_src_common_metrics_controller_metricscontroller_getmetrics", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/metrics.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendsms", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L1015", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_postasmx", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L123", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_recordlog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L159", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_getsmslogs", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L191", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_deletesmslog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L248", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_clearallsmslogs", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L255", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_parsepatternsxml", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L262", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_getcredit", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L300", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_getpatterns", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L370", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_addpattern", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L477", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_editpattern", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L556", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_savelocalpattern", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L611", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_updatelocalpattern", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L639", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L679", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_testsms", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L807", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendotp", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L932", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L945", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L964", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendb2bnotification", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L981", + "weight": 1.0 + }, + { + "source": "backend_src_common_services_sms_service_smsservice", + "target": "backend_src_common_services_sms_service_smsservice_sendpetcarereminder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/common/services/sms.service.ts", + "source_location": "L997", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_controller_contactcontroller", + "target": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.controller.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_getallsubmissions", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L125", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L148", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L159", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_submitcontactform", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_contact_contact_service_contactservice", + "target": "backend_src_contact_contact_service_contactservice_getcontactinfo", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/contact/contact.service.ts", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_controller_doctorscontroller", + "target": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_doctors_doctors_service_doctorsservice", + "target": "backend_src_doctors_doctors_service_doctorsservice_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/doctors/doctors.service.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller", + "target": "backend_src_faq_faq_controller_faqcontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller", + "target": "backend_src_faq_faq_controller_faqcontroller_findactive", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller", + "target": "backend_src_faq_faq_controller_faqcontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L33", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller", + "target": "backend_src_faq_faq_controller_faqcontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller", + "target": "backend_src_faq_faq_controller_faqcontroller_reorder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L59", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller", + "target": "backend_src_faq_faq_controller_faqcontroller_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_controller_faqcontroller", + "target": "backend_src_faq_faq_controller_faqcontroller_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.controller.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service_faqservice", + "target": "backend_src_faq_faq_service_faqservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service_faqservice", + "target": "backend_src_faq_faq_service_faqservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service_faqservice", + "target": "backend_src_faq_faq_service_faqservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service_faqservice", + "target": "backend_src_faq_faq_service_faqservice_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service_faqservice", + "target": "backend_src_faq_faq_service_faqservice_reorder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service_faqservice", + "target": "backend_src_faq_faq_service_faqservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_faq_faq_service_faqservice", + "target": "backend_src_faq_faq_service_faqservice_findactive", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/faq/faq.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller_homecontroller", + "target": "backend_src_home_home_controller_homecontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_controller_homecontroller", + "target": "backend_src_home_home_controller_homecontroller_gethomedata", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/home.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_service_homeservice", + "target": "backend_src_home_home_service_homeservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/home.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_home_home_service_homeservice", + "target": "backend_src_home_home_service_homeservice_gethomedata", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/home/home.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller", + "target": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_ingredients_ingredients_service_ingredientsservice", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/ingredients/ingredients.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_menucontroller_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L114", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_menucontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_menucontroller_findbytype", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_menucontroller_findbytypeparam", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_menucontroller_findalladmin", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_menucontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_menucontroller_reorder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L82", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller", + "target": "backend_src_menu_menu_controller_menucontroller_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L91", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_menuservice_onmoduleinit", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_menuservice_findbytype", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L158", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_menuservice_findalladmin", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L172", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_menuservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L184", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_menuservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_menuservice_seedifempty", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_menuservice_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L217", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_menuservice_reorder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L225", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_service_menuservice", + "target": "backend_src_menu_menu_service_menuservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/menu/menu.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L110", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L146", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L196", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L208", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller", + "target": "backend_src_orders_orders_controller_orderscontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.controller.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L101", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_generatetrackingnumber", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_validatecoupon", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_updatestatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L322", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_findallbyuser", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L353", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L386", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L400", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_releaseexpiredinventoryreservations", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L430", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_service_ordersservice", + "target": "backend_src_orders_orders_service_ordersservice_retrypayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/orders/orders.service.ts", + "source_location": "L452", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getgatewayname", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_requestpayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L50", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_verifypayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_inquirypayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_getstarturl", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway", + "target": "backend_src_payment_interfaces_payment_gateway_interface_ipaymentgateway_checkhealth", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/interfaces/payment-gateway.interface.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L116", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L169", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L194", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L224", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L237", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_createrefund", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L246", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L264", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L279", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L300", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L325", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L343", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L356", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L365", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L376", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L391", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L401", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L416", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L439", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L448", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L471", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_extractrealclientip", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L485", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L508", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L525", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L534", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L545", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L554", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L574", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L586", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_manualreject", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L598", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_gethealth", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L613", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller", + "target": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L97", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L1013", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L139", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L227", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L540", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_gettransaction", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L635", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactions", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L685", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L798", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L845", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_gettransactionbytrackid", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L896", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_inquirydirectzibal", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L902", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_adminmanualverify", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L924", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice", + "target": "backend_src_payment_payment_service_paymentservice_adminmanualreject", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L987", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L152", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquirecheckout", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L179", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_cancelcheckout", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L222", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountlist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L240", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountbalance", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L252", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L266", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L294", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L318", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_inquireidentifiedpayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L340", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccesstoken", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getdefaultaccountid", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_ebank_service_zibalebankservice", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_request", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal-ebank.service.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L111", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getbackendurl", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L130", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_requestpayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L156", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getstarturl", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L211", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_verifypayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L218", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L260", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_checkhealth", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L304", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_requestlazypayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L368", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_verifylazypayment", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L422", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getaccesstoken", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L465", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getgatewayname", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_apirequest", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L516", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_callwithretry", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getwalletlist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L575", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getwalletbalance", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L582", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_requestrefund", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L589", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_inquirerefund", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L625", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getrefundlist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L643", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getgatewaytransactionsreport", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L667", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getcheckoutreport", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L701", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getcheckoutqueuereport", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L722", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_inquirecheckoutreport", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L731", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_createsubmerchant", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L746", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getsubmerchantlist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L761", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_editsubmerchant", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L768", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L779", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L816", + "weight": 1.0 + }, + { + "source": "backend_src_payment_zibal_service_zibalservice", + "target": "backend_src_payment_zibal_service_zibalservice_getmerchant", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/payment/zibal.service.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L119", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L155", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L192", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L223", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L253", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_addreminder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L259", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_togglereminder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L269", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_addhealthlog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L285", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_controller_petscontroller", + "target": "backend_src_pets_pets_controller_petscontroller_uploadpetimage", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.controller.ts", + "source_location": "L81", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_findallbyuser", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L109", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L150", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L161", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L191", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_addreminder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_togglereminder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L211", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_addhealthlog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L260", + "weight": 1.0 + }, + { + "source": "backend_src_pets_pets_service_petsservice", + "target": "backend_src_pets_pets_service_petsservice_findalladmin", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/pets/pets.service.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L51", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller", + "target": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.controller.ts", + "source_location": "L71", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L108", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L125", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prescriptions/prescriptions.service.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_service_prismaservice", + "target": "backend_src_prisma_prisma_service_prismaservice_ensuretablesexist", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_service_prismaservice", + "target": "backend_src_prisma_prisma_service_prismaservice_onmoduleinit", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_prisma_prisma_service_prismaservice", + "target": "backend_src_prisma_prisma_service_prismaservice_onmoduledestroy", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/prisma/prisma.service.ts", + "source_location": "L94", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_getactivefilters", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L47", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_controller_productscontroller", + "target": "backend_src_products_products_controller_productscontroller_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.controller.ts", + "source_location": "L72", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.service.ts", + "source_location": "L128", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_getactivefilters", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.service.ts", + "source_location": "L177", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_getnavigationfilters", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.service.ts", + "source_location": "L212", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_getdosageconfig", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.service.ts", + "source_location": "L247", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_updatedosageconfig", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.service.ts", + "source_location": "L258", + "weight": 1.0 + }, + { + "source": "backend_src_products_products_service_productsservice", + "target": "backend_src_products_products_service_productsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/products/products.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_onmoduledestroy", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_set", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_get", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_del", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_incr", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_ttl", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_redis_redis_service_redisservice", + "target": "backend_src_redis_redis_service_redisservice_onmoduleinit", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/redis/redis.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L104", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_controller_reviewscontroller", + "target": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.controller.ts", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L133", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_createreview", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L203", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_deletereview", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L231", + "weight": 1.0 + }, + { + "source": "backend_src_reviews_reviews_service_reviewsservice", + "target": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/reviews/reviews.service.ts", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L12", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_controller_seocontroller", + "target": "backend_src_seo_seo_controller_seocontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/seo/seo.controller.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_service_seoservice", + "target": "backend_src_seo_seo_service_seoservice_getproductschema", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_service_seoservice", + "target": "backend_src_seo_seo_service_seoservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L6", + "weight": 1.0 + }, + { + "source": "backend_src_seo_seo_service_seoservice", + "target": "backend_src_seo_seo_service_seoservice_getsitemapurls", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/seo/seo.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L102", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L111", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L123", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L130", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L139", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L149", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L158", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L168", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L177", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L187", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L196", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L205", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_testsms", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L214", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L229", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L238", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L253", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L265", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L274", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L283", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L37", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L65", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L80", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L86", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_controller_settingscontroller", + "target": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.controller.ts", + "source_location": "L96", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L148", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_onmoduleinit", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L153", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_seeddefaultuitexts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L157", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getuitexts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L184", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updateuitext", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L229", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L261", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L270", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L326", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getscientificterms", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L372", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_upsertscientificterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L376", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_deletescientificterm", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L397", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L403", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L499", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getsmssettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L583", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getsmscredit", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L587", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_updatesmssettings", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L591", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_testsms", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L600", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getpatterns", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L604", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_addpattern", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L608", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_editpattern", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L612", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L616", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_deletesmslog", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L620", + "weight": 1.0 + }, + { + "source": "backend_src_settings_settings_service_settingsservice", + "target": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/settings/settings.service.ts", + "source_location": "L624", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller", + "target": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.controller.ts", + "source_location": "L55", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/smart-advisor/smart-advisor.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L49", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller", + "target": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.controller.ts", + "source_location": "L58", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_findhomepage", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L28", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L7", + "weight": 1.0 + }, + { + "source": "backend_src_testimonials_testimonials_service_testimonialsservice", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/testimonials/testimonials.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L42", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L73", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L89", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_controller_ticketscontroller", + "target": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.controller.ts", + "source_location": "L98", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L100", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L142", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L207", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_generateticketnumber", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L279", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_createticket", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "backend_src_tickets_tickets_service_ticketsservice", + "target": "backend_src_tickets_tickets_service_ticketsservice_getusertickets", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/tickets/tickets.service.ts", + "source_location": "L79", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_updateprofile", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_addaddress", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L131", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_updateaddress", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L159", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_deleteaddress", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L179", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L198", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_topupwallet", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L223", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L44", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_controller_userscontroller", + "target": "backend_src_users_users_controller_userscontroller_getprofile", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.controller.ts", + "source_location": "L68", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L125", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_addaddress", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L210", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_updateaddress", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L232", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L25", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_deleteaddress", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L258", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_setdefaultaddress", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L264", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_findbyid", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L27", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_topupwallet", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L275", + "weight": 1.0 + }, + { + "source": "backend_src_users_users_service_usersservice", + "target": "backend_src_users_users_service_usersservice_findbyphone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/users/users.service.ts", + "source_location": "L299", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L40", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L48", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_controller_videoscontroller", + "target": "backend_src_videos_videos_controller_videoscontroller_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.controller.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_remove", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L105", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L15", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L17", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L60", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_create", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L75", + "weight": 1.0 + }, + { + "source": "backend_src_videos_videos_service_videosservice", + "target": "backend_src_videos_videos_service_videosservice_update", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/videos/videos.service.ts", + "source_location": "L93", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L21", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L29", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller", + "target": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L14", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L54", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L77", + "weight": 1.0 + }, + { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wholesale/wholesale.service.ts", + "source_location": "L9", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_wikicontroller_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L19", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_wikicontroller_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L24", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_controller_wikicontroller", + "target": "backend_src_wiki_wiki_controller_wikicontroller_findone", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/wiki.controller.ts", + "source_location": "L32", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service_wikiservice", + "target": "backend_src_wiki_wiki_service_wikiservice_findall", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L10", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service_wikiservice", + "target": "backend_src_wiki_wiki_service_wikiservice_findonebykey", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_wiki_wiki_service_wikiservice", + "target": "backend_src_wiki_wiki_service_wikiservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "backend/src/wiki/wiki.service.ts", + "source_location": "L8", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_getderivedstatefromerror", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L22", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_componentdidcatch", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_handlereload", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_handlegohome", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L57", + "weight": 1.0 + }, + { + "source": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary", + "target": "frontend_admin_panel_src_components_routeerrorboundary_routeerrorboundary_render", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/admin-panel/src/components/RouteErrorBoundary.tsx", + "source_location": "L61", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L18", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_getderivedstatefromerror", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_componentdidcatch", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L30", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_handleretry", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_application_components_errorboundary_errorboundary", + "target": "frontend_application_components_errorboundary_errorboundary_render", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/components/ErrorBoundary.tsx", + "source_location": "L39", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_login", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_getprofile", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L121", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_updateprofile", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L138", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_logout", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L152", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L41", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_getinstance", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L43", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_sendotp", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L53", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_verifyotp", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_authservice_authservice", + "target": "frontend_application_lib_services_authservice_authservice_register", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/authService.ts", + "source_location": "L85", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L34", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_getinstance", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L36", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_createorder", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L46", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_getuserorders", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L70", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_orderservice_orderservice", + "target": "frontend_application_lib_services_orderservice_orderservice_getorderbyid", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/orderService.ts", + "source_location": "L84", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getproducts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L216", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getproductbyid", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L248", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getproductbyslug", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L258", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getfeaturedproducts", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L268", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getactivefilters", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L298", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getnavigationfilters", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L312", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getbanners", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L327", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_constructor", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_getinstance", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L76", + "weight": 1.0 + }, + { + "source": "frontend_application_lib_services_productservice_productservice", + "target": "frontend_application_lib_services_productservice_productservice_mapbackendtofrontend", + "relation": "method", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/lib/services/productService.ts", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "docs_readme", + "target": "docs_04_setup_and_deployment", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/README.md", + "source_location": "L20", + "weight": 1.0 + }, + { + "source": "docs_readme", + "target": "docs_05_devops_and_monitoring", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/README.md", + "source_location": "L23", + "weight": 1.0 + }, + { + "source": "docs_readme", + "target": "docs_06_testing", + "relation": "references", + "_origin": "ast", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "docs/README.md", + "source_location": "L26", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_adjustwallet", + "target": "backend_src_admin_admin_service_adminservice_adjustuserwallet", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L103", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createcoupon", + "target": "backend_src_admin_admin_service_adminservice_createcoupon", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L211", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createdoctor", + "target": "backend_src_admin_admin_service_adminservice_createdoctor", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L258", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createproduct", + "target": "backend_src_admin_admin_service_adminservice_createproduct", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L129", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_createuser", + "target": "backend_src_admin_admin_service_adminservice_createuser", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deletecoupon", + "target": "backend_src_admin_admin_service_adminservice_deletecoupon", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L235", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deletedoctor", + "target": "backend_src_admin_admin_service_adminservice_deletedoctor", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L282", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deleteproduct", + "target": "backend_src_admin_admin_service_adminservice_deleteproduct", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L146", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_deleteuser", + "target": "backend_src_admin_admin_service_adminservice_deleteuser", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L81", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getcoupons", + "target": "backend_src_admin_admin_service_adminservice_getcoupons", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L204", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getdashboardstats", + "target": "backend_src_admin_admin_service_adminservice_getdashboardstats", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L35", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getdoctors", + "target": "backend_src_admin_admin_service_adminservice_getdoctors", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L242", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorderbyid", + "target": "backend_src_admin_admin_service_adminservice_getorderbyid", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L163", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getorders", + "target": "backend_src_admin_admin_service_adminservice_getorders", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L156", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getproducts", + "target": "backend_src_admin_admin_service_adminservice_getproducts", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L122", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getsettings", + "target": "backend_src_admin_admin_service_adminservice_getsettings", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L289", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getuserdetails", + "target": "backend_src_admin_admin_service_adminservice_getuserdetails", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L63", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_getusers", + "target": "backend_src_admin_admin_service_adminservice_getusers", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L45", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_refundordertowallet", + "target": "backend_src_admin_admin_service_adminservice_refundordertowallet", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L190", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_togglecoupon", + "target": "backend_src_admin_admin_service_adminservice_togglecoupon", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L228", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatecoupon", + "target": "backend_src_admin_admin_service_adminservice_updatecoupon", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L218", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatedoctor", + "target": "backend_src_admin_admin_service_adminservice_updatedoctor", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L275", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateorderstatus", + "target": "backend_src_admin_admin_service_adminservice_updateorderstatus", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L175", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateproduct", + "target": "backend_src_admin_admin_service_adminservice_updateproduct", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L136", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updatesettings", + "target": "backend_src_admin_admin_service_adminservice_updatesettings", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/admin/admin.controller.ts", + "source_location": "L296", + "weight": 1.0 + }, + { + "source": "backend_src_admin_admin_controller_admincontroller_updateuser", + "target": "backend_src_admin_admin_service_adminservice_updateuser", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_admin_controller_admincontroller_updateuserrole", + "target": "backend_src_admin_admin_service_adminservice_updateuserrole", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_admin_service_adminservice_getdashboardstats", + "target": "backend_src_redis_redis_service_redisservice_get", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_categories_controller_categoriescontroller_createcategory", + "target": "backend_src_admin_categories_service_categoriesservice_createcategory", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_categories_controller_categoriescontroller_deletecategory", + "target": "backend_src_admin_categories_service_categoriesservice_deletecategory", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_categories_controller_categoriescontroller_getallcategoriesraw", + "target": "backend_src_admin_categories_service_categoriesservice_getallcategoriesraw", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_categories_controller_categoriescontroller_getcategories", + "target": "backend_src_admin_categories_service_categoriesservice_getcategories", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_categories_controller_categoriescontroller_updatecategory", + "target": "backend_src_admin_categories_service_categoriesservice_updatecategory", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_media_controller_mediacontroller_deletemanymedia", + "target": "backend_src_admin_media_service_mediaservice_deletemanymedia", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_media_controller_mediacontroller_deletemedia", + "target": "backend_src_admin_media_service_mediaservice_deletemedia", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_media_controller_mediacontroller_getallmedia", + "target": "backend_src_admin_media_service_mediaservice_getallmedia", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_media_controller_mediacontroller_updatemedia", + "target": "backend_src_admin_media_service_mediaservice_updatemedia", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_media_controller_mediacontroller_uploadfile", + "target": "backend_src_admin_media_service_mediaservice_uploadfile", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_reports_controller_reportscontroller_getreports", + "target": "backend_src_admin_reports_service_reportsservice_getdashboardreports", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_ssl_controller_sslcontroller_getstatus", + "target": "backend_src_admin_ssl_service_sslservice_getstatus", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_ssl_controller_sslcontroller_testdomain", + "target": "backend_src_admin_ssl_service_sslservice_testonlinedomainssl", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_ssl_controller_sslcontroller_updatebytext", + "target": "backend_src_admin_ssl_service_sslservice_updatecertificates", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_admin_ssl_controller_sslcontroller_uploadfiles", + "target": "backend_src_admin_ssl_service_sslservice_updatecertificates", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_app_controller_appcontroller_gethello", + "target": "backend_src_app_service_appservice_gethello", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_app_module_appmodule_configure", + "target": "backend_src_redis_redis_service_redisservice_incr", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/app.module.ts", "source_location": "L108", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_app_module_appmodule_configure", - "target": "backend_src_redis_redis_service_redisservice_incr" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_common_services_sms_service_smsservice_sendotp", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_redis_redis_service_redisservice_del", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_redis_redis_service_redisservice_get", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_redis_redis_service_redisservice_ttl", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_sendotp", + "target": "backend_src_redis_redis_service_redisservice_incr", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_verifyotp", + "target": "backend_src_redis_redis_service_redisservice_get", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_auth_service_authservice_verifyotp", + "target": "backend_src_redis_redis_service_redisservice_del", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_auth_jwt_strategy_jwtstrategy_validate", + "target": "backend_src_users_users_service_usersservice_findbyid", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createinquiry", + "target": "backend_src_b2b_b2b_service_b2bservice_createinquiry", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_createwholesaleorder", + "target": "backend_src_b2b_b2b_service_b2bservice_createwholesaleorder", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_findallinquiries", + "target": "backend_src_b2b_b2b_service_b2bservice_findallinquiries", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getallpartneraccounts", + "target": "backend_src_b2b_b2b_service_b2bservice_getallpartneraccounts", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_getpartnerprofile", + "target": "backend_src_b2b_b2b_service_b2bservice_getpartnerprofile", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_b2b_b2b_controller_b2bcontroller_updateinquirystatus", + "target": "backend_src_b2b_b2b_service_b2bservice_updateinquirystatus", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_banners_banners_controller_bannerscontroller_create", + "target": "backend_src_banners_banners_service_bannersservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_banners_banners_controller_bannerscontroller_findall", + "target": "backend_src_banners_banners_service_bannersservice_findall", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_banners_banners_controller_bannerscontroller_remove", + "target": "backend_src_banners_banners_service_bannersservice_remove", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_banners_banners_controller_bannerscontroller_reorder", + "target": "backend_src_banners_banners_service_bannersservice_reorder", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_banners_banners_controller_bannerscontroller_update", + "target": "backend_src_banners_banners_service_bannersservice_update", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_createherobanner", + "target": "backend_src_cms_cms_service_cmsservice_createherobanner", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_createsmartadvisorrule", + "target": "backend_src_cms_cms_service_cmsservice_createsmartadvisorrule", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_createvettestimonial", + "target": "backend_src_cms_cms_service_cmsservice_createvettestimonial", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_deleteherobanner", + "target": "backend_src_cms_cms_service_cmsservice_deleteherobanner", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_deletesmartadvisorrule", + "target": "backend_src_cms_cms_service_cmsservice_deletesmartadvisorrule", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_deletevettestimonial", + "target": "backend_src_cms_cms_service_cmsservice_deletevettestimonial", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_getherobanners", + "target": "backend_src_cms_cms_service_cmsservice_getherobanners", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_getsmartadvisorrules", + "target": "backend_src_cms_cms_service_cmsservice_getsmartadvisorrules", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_getvettestimonials", + "target": "backend_src_cms_cms_service_cmsservice_getvettestimonials", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_updateherobanner", + "target": "backend_src_cms_cms_service_cmsservice_updateherobanner", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_updatesmartadvisorrule", + "target": "backend_src_cms_cms_service_cmsservice_updatesmartadvisorrule", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_cms_cms_controller_cmscontroller_updatevettestimonial", + "target": "backend_src_cms_cms_service_cmsservice_updatevettestimonial", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_contact_contact_controller_contactcontroller_getallsubmissions", + "target": "backend_src_contact_contact_service_contactservice_getallsubmissions", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_contact_contact_controller_contactcontroller_getcontactinfo", + "target": "backend_src_contact_contact_service_contactservice_getcontactinfo", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_contact_contact_controller_contactcontroller_submitcontact", + "target": "backend_src_contact_contact_service_contactservice_submitcontactform", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_contact_contact_controller_contactcontroller_updatecontactinfo", + "target": "backend_src_contact_contact_service_contactservice_updatecontactinfoitems", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_contact_contact_controller_contactcontroller_updatesubmissionstatus", + "target": "backend_src_contact_contact_service_contactservice_updatesubmissionstatus", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_contact_contact_service_contactservice_submitcontactform", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", + "target": "backend_src_doctors_doctors_service_doctorsservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/doctors/doctors.controller.ts", "source_location": "L40", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_doctors_controller_doctorscontroller_create", - "target": "backend_src_doctors_doctors_service_doctorsservice_create" + "weight": 1.0 }, { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", + "target": "backend_src_doctors_doctors_service_doctorsservice_findall", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/doctors/doctors.controller.ts", "source_location": "L26", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_doctors_controller_doctorscontroller_findall", - "target": "backend_src_doctors_doctors_service_doctorsservice_findall" + "weight": 1.0 }, { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_findone", + "target": "backend_src_doctors_doctors_service_doctorsservice_findone", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/doctors/doctors.controller.ts", "source_location": "L32", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_doctors_controller_doctorscontroller_findone", - "target": "backend_src_doctors_doctors_service_doctorsservice_findone" + "weight": 1.0 }, { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", + "target": "backend_src_doctors_doctors_service_doctorsservice_remove", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/doctors/doctors.controller.ts", "source_location": "L59", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_doctors_controller_doctorscontroller_remove", - "target": "backend_src_doctors_doctors_service_doctorsservice_remove" + "weight": 1.0 }, { + "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", + "target": "backend_src_doctors_doctors_service_doctorsservice_update", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/doctors/doctors.controller.ts", "source_location": "L51", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_doctors_doctors_controller_doctorscontroller_update", - "target": "backend_src_doctors_doctors_service_doctorsservice_update" + "weight": 1.0 }, { + "source": "backend_src_faq_faq_controller_faqcontroller_create", + "target": "backend_src_faq_faq_service_faqservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/faq/faq.controller.ts", "source_location": "L51", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_create", - "target": "backend_src_faq_faq_service_faqservice_create" + "weight": 1.0 }, { + "source": "backend_src_faq_faq_controller_faqcontroller_findactive", + "target": "backend_src_faq_faq_service_faqservice_findactive", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/faq/faq.controller.ts", "source_location": "L25", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_findactive", - "target": "backend_src_faq_faq_service_faqservice_findactive" + "weight": 1.0 }, { + "source": "backend_src_faq_faq_controller_faqcontroller_findall", + "target": "backend_src_faq_faq_service_faqservice_findall", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/faq/faq.controller.ts", "source_location": "L34", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_findall", - "target": "backend_src_faq_faq_service_faqservice_findall" + "weight": 1.0 }, { + "source": "backend_src_faq_faq_controller_faqcontroller_remove", + "target": "backend_src_faq_faq_service_faqservice_remove", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/faq/faq.controller.ts", "source_location": "L87", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_remove", - "target": "backend_src_faq_faq_service_faqservice_remove" + "weight": 1.0 }, { + "source": "backend_src_faq_faq_controller_faqcontroller_reorder", + "target": "backend_src_faq_faq_service_faqservice_reorder", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/faq/faq.controller.ts", "source_location": "L60", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_reorder", - "target": "backend_src_faq_faq_service_faqservice_reorder" + "weight": 1.0 }, { + "source": "backend_src_faq_faq_controller_faqcontroller_update", + "target": "backend_src_faq_faq_service_faqservice_update", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/faq/faq.controller.ts", "source_location": "L78", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_faq_faq_controller_faqcontroller_update", - "target": "backend_src_faq_faq_service_faqservice_update" + "weight": 1.0 }, { + "source": "backend_src_home_home_controller_homecontroller_gethomedata", + "target": "backend_src_home_home_service_homeservice_gethomedata", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_create", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findall", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findall", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_findone", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_findone", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_remove", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_remove", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_ingredients_ingredients_controller_ingredientscontroller_update", + "target": "backend_src_ingredients_ingredients_service_ingredientsservice_update", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L68", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_menu_menu_controller_menucontroller_create", - "target": "backend_src_menu_menu_service_menuservice_create" - }, - { + "target": "backend_src_menu_menu_service_menuservice_create", "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L46", - "weight": 1.0, "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", - "target": "backend_src_menu_menu_service_menuservice_findalladmin" - }, - { - "relation": "calls", - "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L74", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findalladmin", + "target": "backend_src_menu_menu_service_menuservice_findalladmin", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L52", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_findbytype", + "target": "backend_src_menu_menu_service_menuservice_findbytype", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/menu/menu.controller.ts", "source_location": "L36", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_findbytype", - "target": "backend_src_menu_menu_service_menuservice_findbytype" + "weight": 1.0 }, { + "source": "backend_src_menu_menu_controller_menucontroller_findbytypeparam", + "target": "backend_src_menu_menu_service_menuservice_findbytype", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L109", - "weight": 1.0, - "_origin": "ast", + "source_location": "L42", + "weight": 1.0 + }, + { "source": "backend_src_menu_menu_controller_menucontroller_remove", - "target": "backend_src_menu_menu_service_menuservice_remove" - }, - { + "target": "backend_src_menu_menu_service_menuservice_remove", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L77", - "weight": 1.0, - "_origin": "ast", + "source_location": "L115", + "weight": 1.0 + }, + { "source": "backend_src_menu_menu_controller_menucontroller_reorder", - "target": "backend_src_menu_menu_service_menuservice_reorder" - }, - { + "target": "backend_src_menu_menu_service_menuservice_reorder", "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, - "source_file": "backend/src/menu/menu.controller.ts", - "source_location": "L100", - "weight": 1.0, "_origin": "ast", - "source": "backend_src_menu_menu_controller_menucontroller_update", - "target": "backend_src_menu_menu_service_menuservice_update" - }, - { - "relation": "calls", - "context": "call", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L83", + "weight": 1.0 + }, + { + "source": "backend_src_menu_menu_controller_menucontroller_update", + "target": "backend_src_menu_menu_service_menuservice_update", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/menu/menu.controller.ts", + "source_location": "L106", + "weight": 1.0 + }, + { + "source": "backend_src_orders_orders_controller_orderscontroller_create", + "target": "backend_src_orders_orders_service_ordersservice_create", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_orders_orders_controller_orderscontroller_findall", + "target": "backend_src_orders_orders_service_ordersservice_findallbyuser", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_orders_orders_controller_orderscontroller_findone", + "target": "backend_src_orders_orders_service_ordersservice_findone", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_orders_orders_controller_orderscontroller_retrypayment", + "target": "backend_src_orders_orders_service_ordersservice_retrypayment", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_orders_orders_controller_orderscontroller_validatecoupon", + "target": "backend_src_orders_orders_service_ordersservice_validatecoupon", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_orders_orders_service_ordersservice_checkandsendrefillreminders", + "target": "backend_src_common_services_sms_service_smsservice_sendsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_orders_orders_service_ordersservice_create", + "target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_orders_orders_service_ordersservice_retrypayment", + "target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_orders_orders_service_ordersservice_updatestatus", + "target": "backend_src_common_services_sms_service_smsservice_sendshippingnotification", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_cancelcheckout", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L474", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_cancelebankcheckout", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_cancelcheckout" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L511", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_changeidentifiedpaymentstatus", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_changeidentifiedpaymentstatus" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L440", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createebankcheckout", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_createcheckout" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", + "target": "backend_src_payment_zibal_service_zibalservice_requestrefund", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L256", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createrefund", - "target": "backend_src_payment_zibal_service_zibalservice_requestrefund" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", + "target": "backend_src_payment_zibal_service_zibalservice_createsubmerchant", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L368", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_createsubmerchant", - "target": "backend_src_payment_zibal_service_zibalservice_createsubmerchant" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", + "target": "backend_src_payment_zibal_service_zibalservice_editsubmerchant", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L379", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_editsubmerchant", - "target": "backend_src_payment_zibal_service_zibalservice_editsubmerchant" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L535", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getadminstats", - "target": "backend_src_payment_payment_service_paymentservice_getadmintransactionstats" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", + "target": "backend_src_payment_payment_service_paymentservice_getadmintransactions", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L526", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getadmintransactions", - "target": "backend_src_payment_payment_service_paymentservice_getadmintransactions" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", + "target": "backend_src_payment_zibal_service_zibalservice_getwalletlist", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L238", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getadminwallets", - "target": "backend_src_payment_zibal_service_zibalservice_getwalletlist" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", + "target": "backend_src_payment_zibal_service_zibalservice_getcheckoutqueuereport", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L344", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutqueuereport", - "target": "backend_src_payment_zibal_service_zibalservice_getcheckoutqueuereport" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", + "target": "backend_src_payment_zibal_service_zibalservice_getcheckoutreport", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L335", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getcheckoutreport", - "target": "backend_src_payment_zibal_service_zibalservice_getcheckoutreport" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountlist", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L393", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankaccounts", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountlist" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountbalance", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L405", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankbalance", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getaccountbalance" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L456", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankcheckoutlist", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getcheckoutlist" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L493", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankidentifiedpayments", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getidentifiedpaymentlist" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", + "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L424", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getebankstatements", - "target": "backend_src_payment_zibal_ebank_service_zibalebankservice_getstatementlist" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", + "target": "backend_src_payment_zibal_service_zibalservice_getgatewaytransactionsreport", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L315", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getgatewayreport", - "target": "backend_src_payment_zibal_service_zibalservice_getgatewaytransactionsreport" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L593", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_payment_controller_paymentcontroller_gethealth", - "target": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth" - }, - { + "target": "backend_src_payment_payment_service_paymentservice_checkgatewayhealth", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L614", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", + "target": "backend_src_payment_zibal_service_zibalservice_getrefundlist", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L290", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getrefundlist", - "target": "backend_src_payment_zibal_service_zibalservice_getrefundlist" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", + "target": "backend_src_payment_zibal_service_zibalservice_getsubmerchantlist", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L357", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_getsubmerchants", - "target": "backend_src_payment_zibal_service_zibalservice_getsubmerchantlist" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", + "target": "backend_src_payment_payment_service_paymentservice_gettransaction", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L225", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_gettransactionstatus", - "target": "backend_src_payment_payment_service_paymentservice_gettransaction" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L129", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "target": "backend_src_payment_zibal_service_zibalservice_getfrontendurl" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L138", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_handlezibalcallback", - "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L211", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_handleziballazycallback", - "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", + "target": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L82", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_initiateorderpayment", - "target": "backend_src_payment_payment_service_paymentservice_initiateorderpayment" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", + "target": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L104", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_initiatewallettopup", - "target": "backend_src_payment_payment_service_paymentservice_initiatewallettopup" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", + "target": "backend_src_payment_zibal_service_zibalservice_inquirerefund", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L271", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_inquirerefund", - "target": "backend_src_payment_zibal_service_zibalservice_inquirerefund" + "weight": 1.0 }, { - "relation": "calls", - "context": "call", - "confidence": "INFERRED", - "confidence_score": 0.8, - "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L555", - "weight": 1.0, - "_origin": "ast", "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquiry", - "target": "backend_src_payment_payment_service_paymentservice_adminliveinquiry" - }, - { + "target": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", - "source_location": "L581", - "weight": 1.0, + "source_location": "L575", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "target": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "relation": "calls", "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L556", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "target": "backend_src_payment_payment_service_paymentservice_gettransactionbytrackid", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L559", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_liveinquirypost", + "target": "backend_src_payment_payment_service_paymentservice_inquirydirectzibal", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L564", + "weight": 1.0 + }, + { "source": "backend_src_payment_payment_controller_paymentcontroller_manualreject", - "target": "backend_src_payment_payment_service_paymentservice_adminmanualreject" - }, - { + "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": "L569", - "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, + "context": "call", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L602", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_manualverify", + "target": "backend_src_payment_payment_service_paymentservice_adminmanualverify", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/payment/payment.controller.ts", + "source_location": "L590", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", + "target": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L546", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_reconcilepending", - "target": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", + "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/payment/payment.controller.ts", "source_location": "L180", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_payment_payment_controller_paymentcontroller_verifypaymentdirect", - "target": "backend_src_payment_payment_service_paymentservice_verifyandprocess" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "target": "backend_src_payment_zibal_service_zibalservice_inquirypayment", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_adminliveinquiry", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { - "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" - }, - { + "target": "backend_src_payment_zibal_service_zibalservice_checkhealth", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L1014", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "target": "backend_src_payment_zibal_service_zibalservice_getstarturl", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "target": "backend_src_payment_zibal_service_zibalservice_getbackendurl", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "target": "backend_src_payment_zibal_service_zibalservice_requestpayment", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_initiateorderpayment", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "target": "backend_src_payment_zibal_service_zibalservice_getbackendurl", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "target": "backend_src_payment_zibal_service_zibalservice_requestpayment", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_initiatewallettopup", + "target": "backend_src_payment_zibal_service_zibalservice_getstarturl", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_inquirydirectzibal", + "target": "backend_src_payment_zibal_service_zibalservice_inquirypayment", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L903", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice_inquirydirectzibal", + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L904", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice_inquirydirectzibal", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", + "source_file": "backend/src/payment/payment.service.ts", + "source_location": "L905", + "weight": 1.0 + }, + { + "source": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "target": "backend_src_payment_zibal_service_zibalservice_inquirypayment", + "relation": "calls", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_reconcilependingtransactions", + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "target": "backend_src_payment_zibal_service_zibalservice_getstatusmessage", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "target": "backend_src_payment_zibal_service_zibalservice_verifypayment", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "target": "backend_src_payment_zibal_service_zibalservice_getresultmessage", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_payment_payment_service_paymentservice_verifyandprocess", + "target": "backend_src_common_services_sms_service_smsservice_sendorderconfirmation", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_create", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findall", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findall", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_findone", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_findone", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_prescriptions_prescriptions_controller_prescriptionscontroller_review", + "target": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_prescriptions_prescriptions_service_prescriptionsservice_review", + "target": "backend_src_common_services_sms_service_smsservice_sendsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_products_products_controller_productscontroller_findall", + "target": "backend_src_products_products_service_productsservice_findall", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_products_products_controller_productscontroller_findone", + "target": "backend_src_products_products_service_productsservice_findone", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_products_products_controller_productscontroller_getactivefilters", + "target": "backend_src_products_products_service_productsservice_getactivefilters", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_products_products_controller_productscontroller_getdosageconfig", + "target": "backend_src_products_products_service_productsservice_getdosageconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_products_products_controller_productscontroller_getnavigationfilters", + "target": "backend_src_products_products_service_productsservice_getnavigationfilters", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_products_products_controller_productscontroller_updatedosageconfig", + "target": "backend_src_products_products_service_productsservice_updatedosageconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_createreview", + "target": "backend_src_reviews_reviews_service_reviewsservice_createreview", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_deletereview", + "target": "backend_src_reviews_reviews_service_reviewsservice_deletereview", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getadminreviews", + "target": "backend_src_reviews_reviews_service_reviewsservice_getadminreviews", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_getproductreviews", + "target": "backend_src_reviews_reviews_service_reviewsservice_getproductreviews", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_reviews_reviews_controller_reviewscontroller_updatereviewstatus", + "target": "backend_src_reviews_reviews_service_reviewsservice_updatereviewstatus", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_seo_seo_controller_seocontroller_getproductschema", + "target": "backend_src_seo_seo_service_seoservice_getproductschema", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_seo_seo_controller_seocontroller_getsitemap", + "target": "backend_src_seo_seo_service_seoservice_getsitemapurls", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_addpattern", + "target": "backend_src_settings_settings_service_settingsservice_addpattern", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_clearallsmslogs", + "target": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_deletescientificterm", + "target": "backend_src_settings_settings_service_settingsservice_deletescientificterm", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_deletesmslog", + "target": "backend_src_settings_settings_service_settingsservice_deletesmslog", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_editpattern", + "target": "backend_src_settings_settings_service_settingsservice_editpattern", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancial", + "target": "backend_src_settings_settings_service_settingsservice_getfinancialsettings", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getfinancialsettings", + "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getpatterns", + "target": "backend_src_settings_settings_service_settingsservice_getpatterns", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getscientificterms", + "target": "backend_src_settings_settings_service_settingsservice_getscientificterms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getseosettings", + "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmscredit", + "target": "backend_src_settings_settings_service_settingsservice_getsmscredit", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmslogs", + "target": "backend_src_settings_settings_service_settingsservice_getsmslogs", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getsmssettings", + "target": "backend_src_settings_settings_service_settingsservice_getsmssettings", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getsystemsettings", + "target": "backend_src_settings_settings_service_settingsservice_getcategorysetting", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_getuitexts", + "target": "backend_src_settings_settings_service_settingsservice_getuitexts", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_patchuitext", + "target": "backend_src_settings_settings_service_settingsservice_updateuitext", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_putbulkuitexts", + "target": "backend_src_settings_settings_service_settingsservice_updatebulkuitexts", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_putuitext", + "target": "backend_src_settings_settings_service_settingsservice_updateuitext", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_testsms", + "target": "backend_src_settings_settings_service_settingsservice_testsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancial", + "target": "backend_src_settings_settings_service_settingsservice_updatefinancialsettings", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_updatefinancialsettings", + "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_updateseosettings", + "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesmssettings", + "target": "backend_src_settings_settings_service_settingsservice_updatesmssettings", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_updatesystemsettings", + "target": "backend_src_settings_settings_service_settingsservice_updatecategorysetting", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_controller_settingscontroller_upsertscientificterm", + "target": "backend_src_settings_settings_service_settingsservice_upsertscientificterm", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_addpattern", + "target": "backend_src_common_services_sms_service_smsservice_addpattern", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L609", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_settings_settings_service_settingsservice_addpattern", - "target": "backend_src_common_services_sms_service_smsservice_addpattern" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", + "target": "backend_src_common_services_sms_service_smsservice_clearallsmslogs", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L625", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_settings_settings_service_settingsservice_clearallsmslogs", - "target": "backend_src_common_services_sms_service_smsservice_clearallsmslogs" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_deletesmslog", + "target": "backend_src_common_services_sms_service_smsservice_deletesmslog", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L621", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_settings_settings_service_settingsservice_deletesmslog", - "target": "backend_src_common_services_sms_service_smsservice_deletesmslog" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_editpattern", + "target": "backend_src_common_services_sms_service_smsservice_editpattern", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L613", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_settings_settings_service_settingsservice_editpattern", - "target": "backend_src_common_services_sms_service_smsservice_editpattern" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_getpatterns", + "target": "backend_src_common_services_sms_service_smsservice_getpatterns", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L605", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_settings_settings_service_settingsservice_getpatterns", - "target": "backend_src_common_services_sms_service_smsservice_getpatterns" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_getsmscredit", + "target": "backend_src_common_services_sms_service_smsservice_getcredit", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L588", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_settings_settings_service_settingsservice_getsmscredit", - "target": "backend_src_common_services_sms_service_smsservice_getcredit" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_getsmslogs", + "target": "backend_src_common_services_sms_service_smsservice_getsmslogs", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L617", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_settings_settings_service_settingsservice_getsmslogs", - "target": "backend_src_common_services_sms_service_smsservice_getsmslogs" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_getsmssettings", + "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L584", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_settings_settings_service_settingsservice_getsmssettings", - "target": "backend_src_common_services_sms_service_smsservice_getsmsconfig" + "weight": 1.0 }, { + "source": "backend_src_settings_settings_service_settingsservice_testsms", + "target": "backend_src_common_services_sms_service_smsservice_testsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/settings/settings.service.ts", "source_location": "L601", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_settings_settings_service_settingsservice_testsms", - "target": "backend_src_common_services_sms_service_smsservice_testsms" + "weight": 1.0 }, { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_create", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_findall", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_findall", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_remove", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_remove", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_smart_advisor_smart_advisor_controller_smartadvisorcontroller_update", + "target": "backend_src_smart_advisor_smart_advisor_service_smartadvisorservice_update", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/testimonials/testimonials.controller.ts", "source_location": "L41", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_create", - "target": "backend_src_testimonials_testimonials_service_testimonialsservice_create" + "weight": 1.0 }, { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findall", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_findall", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_findhomepage", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/testimonials/testimonials.controller.ts", "source_location": "L32", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_findhomepage", - "target": "backend_src_testimonials_testimonials_service_testimonialsservice_findhomepage" + "weight": 1.0 }, { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_remove", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/testimonials/testimonials.controller.ts", "source_location": "L59", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_remove", - "target": "backend_src_testimonials_testimonials_service_testimonialsservice_remove" + "weight": 1.0 }, { + "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", + "target": "backend_src_testimonials_testimonials_service_testimonialsservice_update", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "source_file": "backend/src/testimonials/testimonials.controller.ts", "source_location": "L50", - "weight": 1.0, - "_origin": "ast", - "source": "backend_src_testimonials_testimonials_controller_testimonialscontroller_update", - "target": "backend_src_testimonials_testimonials_service_testimonialsservice_update" + "weight": 1.0 }, { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_createticket", + "target": "backend_src_tickets_tickets_service_ticketsservice_createticket", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getadmintickets", + "target": "backend_src_tickets_tickets_service_ticketsservice_getadmintickets", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getmytickets", + "target": "backend_src_tickets_tickets_service_ticketsservice_getusertickets", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_getticketdetails", + "target": "backend_src_tickets_tickets_service_ticketsservice_getticketdetails", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_replyticket", + "target": "backend_src_tickets_tickets_service_ticketsservice_replytoticket", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_tickets_tickets_controller_ticketscontroller_updateticketstatus", + "target": "backend_src_tickets_tickets_service_ticketsservice_updateticketstatus", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_users_users_controller_userscontroller_addaddress", + "target": "backend_src_users_users_service_usersservice_addaddress", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_users_users_controller_userscontroller_deleteaddress", + "target": "backend_src_users_users_service_usersservice_deleteaddress", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_users_users_controller_userscontroller_getprofile", + "target": "backend_src_users_users_service_usersservice_findbyid", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_users_users_controller_userscontroller_setdefaultaddress", + "target": "backend_src_users_users_service_usersservice_setdefaultaddress", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_users_users_controller_userscontroller_topupwallet", + "target": "backend_src_users_users_service_usersservice_topupwallet", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_users_users_controller_userscontroller_updateaddress", + "target": "backend_src_users_users_service_usersservice_updateaddress", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_users_users_controller_userscontroller_updateprofile", + "target": "backend_src_users_users_service_usersservice_update", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_videos_videos_controller_videoscontroller_create", + "target": "backend_src_videos_videos_service_videosservice_create", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_videos_videos_controller_videoscontroller_findall", + "target": "backend_src_videos_videos_service_videosservice_findall", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_videos_videos_controller_videoscontroller_findone", + "target": "backend_src_videos_videos_service_videosservice_findone", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_videos_videos_controller_videoscontroller_remove", + "target": "backend_src_videos_videos_service_videosservice_remove", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_videos_videos_controller_videoscontroller_update", + "target": "backend_src_videos_videos_service_videosservice_update", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_applyforwholesale", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_approvewholesalerequest", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_approvewholesalerequest", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_getwholesalerequests", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_getwholesalerequests", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_wholesale_wholesale_controller_wholesalecontroller_rejectwholesalerequest", + "target": "backend_src_wholesale_wholesale_service_wholesaleservice_rejectwholesalerequest", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "backend_src_wholesale_wholesale_service_wholesaleservice_applyforwholesale", + "target": "backend_src_common_services_sms_service_smsservice_sendpatternsms", "relation": "calls", - "context": "call", + "_origin": "ast", "confidence": "INFERRED", "confidence_score": 0.8, + "context": "call", "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" + "weight": 1.0 }, { + "source": "frontend_application_components_header_header", + "target": "frontend_application_components_header_header_handleclickoutside", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "argument", + "source_file": "frontend/application/components/Header.tsx", + "source_location": "L185", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastinlineplayer_podcastinlineplayer", + "target": "frontend_application_components_podcastinlineplayer_podcastinlineplayer_handleclickoutside", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "argument", + "source_file": "frontend/application/components/PodcastInlinePlayer.tsx", + "source_location": "L56", + "weight": 1.0 + }, + { + "source": "frontend_application_components_podcastplayermodal_podcastplayermodal", + "target": "frontend_application_components_podcastplayermodal_podcastplayermodal_handleclickoutside", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "argument", + "source_file": "frontend/application/components/PodcastPlayerModal.tsx", + "source_location": "L62", + "weight": 1.0 + }, + { + "source": "frontend_application_components_videomodalplayer_videomodalplayer", + "target": "frontend_application_components_videomodalplayer_videomodalplayer_handleclickoutside", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "argument", + "source_file": "frontend/application/components/VideoModalPlayer.tsx", + "source_location": "L67", + "weight": 1.0 + }, + { + "source": "scripts_start_dev_waitforbackend", + "target": "scripts_start_dev_waitforbackend_check", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "argument", + "source_file": "scripts/start-dev.js", + "source_location": "L31", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_status", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "collection", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L182", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_progress", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "collection", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L183", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_next_task", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "collection", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L184", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_unblock", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "collection", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L185", + "weight": 1.0 + }, + { + "source": "ai_agency_orchestrate_main", + "target": "ai_agency_orchestrate_cmd_reset", + "relation": "indirect_call", + "_origin": "ast", + "confidence": "INFERRED", + "confidence_score": 0.85, + "context": "collection", + "source_file": ".ai_agency/orchestrate.py", + "source_location": "L186", + "weight": 1.0 + }, + { + "source": "database_schema_products", + "target": "readme_smartadvisor", "relation": "conceptually_related_to", "_origin": "semantic", "confidence": "EXTRACTED", "confidence_score": 0.95, - "source_file": "README.md", - "source": "database_schema_products", - "target": "readme_smartadvisor" + "source_file": "README.md" }, { - "relation": "references", - "_origin": "semantic", - "confidence": "EXTRACTED", - "confidence_score": 1.0, - "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", "source": "dejavu_sans", - "target": "frontend_application_public_fonts_vazirmatn_v33_003_readme" - }, - { + "target": "frontend_application_public_fonts_vazirmatn_v33_003_readme", "relation": "references", "_origin": "semantic", "confidence": "EXTRACTED", "confidence_score": 1.0, - "source_file": "docs/audit/MASTER-TASK-BACKLOG.md", + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md" + }, + { "source": "docs_audit_adr_auth_001", - "target": "docs_audit_master_task_backlog" - }, - { + "target": "docs_audit_master_task_backlog", "relation": "references", "_origin": "semantic", "confidence": "EXTRACTED", "confidence_score": 1.0, - "source_file": "docs/audit/phase3-execution-plan.md", + "source_file": "docs/audit/MASTER-TASK-BACKLOG.md" + }, + { "source": "docs_audit_master_task_backlog", - "target": "docs_audit_phase3_execution_plan" - }, - { + "target": "docs_audit_phase3_execution_plan", "relation": "references", "_origin": "semantic", "confidence": "EXTRACTED", "confidence_score": 1.0, - "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md", + "source_file": "docs/audit/phase3-execution-plan.md" + }, + { "source": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", - "target": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample" - }, - { + "target": "frontend_application_public_fonts_shabnam_font_v5_0_1_sample", "relation": "references", "_origin": "semantic", "confidence": "EXTRACTED", "confidence_score": 1.0, - "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md" + }, + { "source": "frontend_application_public_fonts_vazirmatn_v33_003_authors", - "target": "frontend_application_public_fonts_vazirmatn_v33_003_readme" - }, - { + "target": "frontend_application_public_fonts_vazirmatn_v33_003_readme", "relation": "references", "_origin": "semantic", "confidence": "EXTRACTED", "confidence_score": 1.0, - "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md" + }, + { "source": "frontend_application_public_fonts_vazirmatn_v33_003_ofl", - "target": "frontend_application_public_fonts_vazirmatn_v33_003_readme" - }, - { + "target": "frontend_application_public_fonts_vazirmatn_v33_003_readme", "relation": "references", "_origin": "semantic", "confidence": "EXTRACTED", "confidence_score": 1.0, - "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md", + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md" + }, + { "source": "roboto_font", - "target": "frontend_application_public_fonts_vazirmatn_v33_003_readme" - }, - { + "target": "frontend_application_public_fonts_vazirmatn_v33_003_readme", "relation": "references", "_origin": "semantic", "confidence": "EXTRACTED", "confidence_score": 1.0, - "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md", - "source": "vazir_font", - "target": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme" + "source_file": "frontend/application/public/fonts/vazirmatn-v33.003/README.md" }, { + "source": "vazir_font", + "target": "frontend_application_public_fonts_shabnam_font_v5_0_1_readme", + "relation": "references", + "_origin": "semantic", + "confidence": "EXTRACTED", + "confidence_score": 1.0, + "source_file": "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md" + }, + { + "source": "docs_02_user_guide_roles", + "target": "backend_uploads_1781288429353_508765350", "relation": "conceptually_related_to", "_origin": "semantic", "confidence": "INFERRED", "confidence_score": 0.75, "rationale": "Represents a user entity as defined in the user guide.", - "source_file": "backend/uploads/1781288429353-508765350.jpg", - "source": "docs_02_user_guide_roles", - "target": "backend_uploads_1781288429353_508765350" + "source_file": "backend/uploads/1781288429353-508765350.jpg" }, { + "source": "frontend_application_agents", + "target": "image_pharma_lab", "relation": "conceptually_related_to", "_origin": "semantic", "confidence": "INFERRED", "confidence_score": 0.8, - "source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png", - "source": "frontend_application_agents", - "target": "image_pharma_lab" + "source_file": "frontend/application/public/assets/images/regenerated_image_1779109861747.png" }, { + "source": "database_schema_users", + "target": "docker_backend_prod", "relation": "references", "_origin": "semantic", "confidence": "INFERRED", "confidence_score": 0.8, - "source_file": "docker-compose.yml", - "source": "database_schema_users", - "target": "docker_backend_prod" + "source_file": "docker-compose.yml" }, { + "source": "docs_audit_cross_boundary_dependencies", + "target": "docs_audit_frontend_integration_requirements", "relation": "conceptually_related_to", "_origin": "semantic", "confidence": "INFERRED", "confidence_score": 0.9, - "source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md", - "source": "docs_audit_cross_boundary_dependencies", - "target": "docs_audit_frontend_integration_requirements" + "source_file": "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md" }, { + "source": "docs_audit_05_architectural_audit_findings", + "target": "docs_audit_10_security_audit_findings", "relation": "conceptually_related_to", "_origin": "semantic", "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", - "source": "docs_audit_05_architectural_audit_findings", - "target": "docs_audit_10_security_audit_findings" + "source_file": "docs/audit/05-architectural-audit.md" } ], "hyperedges": [], - "built_at_commit": "828c90b4c6575f20ece2909116a952446f2a0eee" + "built_at_commit": "d1e3daf99290df3e26194487e9f4c07fc2abe250" } \ No newline at end of file diff --git a/graphify-out/2026-08-24/manifest.json b/graphify-out/2026-08-24/manifest.json index 1926228..9fc10ea 100644 --- a/graphify-out/2026-08-24/manifest.json +++ b/graphify-out/2026-08-24/manifest.json @@ -1,33 +1,33 @@ { ".ai_agency/orchestrate.py": { - "mtime": 1785148022.0726626, - "seen": 1787461822.0891325, - "ast_hash": "43b4b40901868f1bdfd470cf58f40760", - "semantic_hash": "43b4b40901868f1bdfd470cf58f40760" + "mtime": 1787419447.0029993, + "seen": 1787521817.2497816, + "ast_hash": "77cc803eb63d0bd659e389129ddffc6f", + "semantic_hash": "" }, ".gitea/scripts/with-vpn.sh": { - "mtime": 1786799852.1263163, - "seen": 1787461822.0891325, - "ast_hash": "451f307a9e42d2240949e7bf39de6667", - "semantic_hash": "451f307a9e42d2240949e7bf39de6667" + "mtime": 1787419447.0475068, + "seen": 1787521817.2497933, + "ast_hash": "0745465d8c64a90889fd6e6884fa6a70", + "semantic_hash": "" }, "backend/eslint.config.mjs": { - "mtime": 1787073059.1053617, - "seen": 1787461822.0891325, - "ast_hash": "54fb00fe78776d07db9dae804aced0d1", - "semantic_hash": "54fb00fe78776d07db9dae804aced0d1" + "mtime": 1787419447.06614, + "seen": 1787521817.2498028, + "ast_hash": "90c08fb601c0ca231442b942dc65f878", + "semantic_hash": "" }, "backend/nest-cli.json": { - "mtime": 1787072106.3705614, - "seen": 1787461822.0891325, - "ast_hash": "718a59f7d90dbf49fdda2843d72172c4", - "semantic_hash": "718a59f7d90dbf49fdda2843d72172c4" + "mtime": 1787419447.067137, + "seen": 1787521817.2498066, + "ast_hash": "f0624182482e5aef7bc35045a43a9ba9", + "semantic_hash": "" }, "backend/package.json": { - "mtime": 1787073059.106942, - "seen": 1787461822.0891325, - "ast_hash": "18117f74ce9fe545a09c56d500d06dba", - "semantic_hash": "18117f74ce9fe545a09c56d500d06dba" + "mtime": 1787419447.0760002, + "seen": 1787521817.249811, + "ast_hash": "e898654504e710f44e38e8ed968f6794", + "semantic_hash": "" }, "backend/prisma/migrations/20260526145407_init/migration.sql": { "mtime": 1783764561.6120076, @@ -42,3465 +42,3471 @@ "semantic_hash": "" }, "backend/prisma/scientificTerms.ts": { - "mtime": 1785325924.6348126, - "seen": 1787461822.0891325, - "ast_hash": "4c449cfeea573afd27cdfd1cdc72d4f3", - "semantic_hash": "4c449cfeea573afd27cdfd1cdc72d4f3" + "mtime": 1787419447.0850022, + "seen": 1787521817.2498171, + "ast_hash": "cfd116a83e2014bfbb5137d5c9803e76", + "semantic_hash": "" }, "backend/prisma/seed-blogs.ts": { - "mtime": 1786885876.777374, - "seen": 1787461822.0891325, - "ast_hash": "be491715958e8f9473913bdfe9cf5638", - "semantic_hash": "be491715958e8f9473913bdfe9cf5638" + "mtime": 1787419447.0874639, + "seen": 1787521817.2498236, + "ast_hash": "3a321bafe584c0752d2e802025bb7d17", + "semantic_hash": "" }, "backend/prisma/seed-custom.ts": { - "mtime": 1786799852.144902, - "seen": 1787461822.0891325, - "ast_hash": "23cefb1ea3fc60be141520fd50e3f9f9", - "semantic_hash": "23cefb1ea3fc60be141520fd50e3f9f9" + "mtime": 1787419447.091476, + "seen": 1787521817.2498293, + "ast_hash": "90fb4f88c31d61c6611aab8168add2ca", + "semantic_hash": "" }, "backend/prisma/seed-home.ts": { - "mtime": 1786885876.779371, - "seen": 1787461822.0891325, - "ast_hash": "3fd438d66d0b1174b885a9065e43b569", - "semantic_hash": "3fd438d66d0b1174b885a9065e43b569" + "mtime": 1787419447.0924768, + "seen": 1787521817.2498345, + "ast_hash": "84e6c6d21991e4a86e6b10174c4d0362", + "semantic_hash": "" }, "backend/prisma/seed-products.ts": { - "mtime": 1787127978.2192707, - "seen": 1787461822.0891325, - "ast_hash": "62ab15adef06163ac0d7c93efa357e66", - "semantic_hash": "62ab15adef06163ac0d7c93efa357e66" + "mtime": 1787419447.0974777, + "seen": 1787521817.249847, + "ast_hash": "5843abe3a33a2409e457b57597d16af9", + "semantic_hash": "" }, "backend/prisma/seed-ui-texts.ts": { - "mtime": 1787127978.2217898, - "seen": 1787461822.0891325, - "ast_hash": "7ff151f7d60dd6cd3358909be5a2f90e", - "semantic_hash": "7ff151f7d60dd6cd3358909be5a2f90e" + "mtime": 1787419447.0990252, + "seen": 1787521817.249851, + "ast_hash": "6b26294824a3bbc1f7d20bb4f6ded8a2", + "semantic_hash": "" }, "backend/prisma/seed-wiki.ts": { - "mtime": 1786961195.297596, - "seen": 1787461822.0891325, - "ast_hash": "4734726498e97501b3f8c6c8bc022bb8", - "semantic_hash": "4734726498e97501b3f8c6c8bc022bb8" + "mtime": 1787419447.100495, + "seen": 1787521817.2498548, + "ast_hash": "86d0e008fd749bd602ecdce3a5ef4d54", + "semantic_hash": "" }, "backend/prisma/seed.ts": { - "mtime": 1787127978.2255876, - "seen": 1787461822.0891325, - "ast_hash": "7e9527a378a7a25a0a673c80a420739f", - "semantic_hash": "7e9527a378a7a25a0a673c80a420739f" + "mtime": 1787419447.10478, + "seen": 1787521817.2498603, + "ast_hash": "5d47c6b1088514d49c23743b01355579", + "semantic_hash": "" }, "backend/prisma/tsconfig.seed.json": { - "mtime": 1786955870.751259, - "seen": 1787461822.0891325, - "ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27", - "semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27" + "mtime": 1787419447.108233, + "seen": 1787521817.2498724, + "ast_hash": "1c3a041bb1d6145b6dd3939bd4cb9082", + "semantic_hash": "" }, "backend/scripts/generate-openapi.ts": { - "mtime": 1786799852.1563904, - "seen": 1787461822.0891325, - "ast_hash": "d218cbaae6150ad3a35c162c1a3c02a3", - "semantic_hash": "d218cbaae6150ad3a35c162c1a3c02a3" + "mtime": 1787419447.1167028, + "seen": 1787521817.2498884, + "ast_hash": "f4e8eab9e17b41445a8bfb8a58c429f2", + "semantic_hash": "" }, "backend/src/admin/admin.controller.spec.ts": { - "mtime": 1786799852.1573997, - "seen": 1787461822.0891325, - "ast_hash": "05370741c60e581754191c00baf87596", - "semantic_hash": "05370741c60e581754191c00baf87596" + "mtime": 1787419447.1210036, + "seen": 1787521817.249893, + "ast_hash": "77e40109d929ead88a7d8c7d753a5f6d", + "semantic_hash": "" }, "backend/src/admin/admin.controller.ts": { - "mtime": 1787405554.799234, - "seen": 1787461822.0891325, - "ast_hash": "6581ad464023ed4f11058a65d87e25ee", - "semantic_hash": "6581ad464023ed4f11058a65d87e25ee" + "mtime": 1787503865.7757401, + "seen": 1787521817.2498972, + "ast_hash": "0a73a4a3d24ca07025cd7734523f677d", + "semantic_hash": "" }, "backend/src/admin/admin.module.ts": { - "mtime": 1786877667.0050085, - "seen": 1787461822.0891325, - "ast_hash": "2c08f0bdcbeb87979024730e39c7a6ce", - "semantic_hash": "2c08f0bdcbeb87979024730e39c7a6ce" + "mtime": 1787419447.1230185, + "seen": 1787521817.2499022, + "ast_hash": "63db5ded0feb25df0890dea25a32b7f5", + "semantic_hash": "" }, "backend/src/admin/admin.service.spec.ts": { - "mtime": 1786799852.1629112, - "seen": 1787461822.0891325, - "ast_hash": "0c0360ca02380ad75b9e551cffe11a96", - "semantic_hash": "0c0360ca02380ad75b9e551cffe11a96" + "mtime": 1787419447.126267, + "seen": 1787521817.249909, + "ast_hash": "1e8c0e999d99546fcbf93faec33c453f", + "semantic_hash": "" }, "backend/src/admin/admin.service.ts": { - "mtime": 1787461094.1567185, - "seen": 1787461822.0891325, - "ast_hash": "bc8dfb5ac0e3db6fd732b1fd4bd91ef0", + "mtime": 1787503865.7777407, + "seen": 1787521817.2499146, + "ast_hash": "6d66aa37207c0ddaddaa31ac12388f89", "semantic_hash": "" }, "backend/src/admin/blogs.controller.ts": { - "mtime": 1787148092.2998621, - "seen": 1787461822.0891325, - "ast_hash": "13f806d735549de8f0087fc5a92858c5", - "semantic_hash": "13f806d735549de8f0087fc5a92858c5" + "mtime": 1787419447.1291022, + "seen": 1787521817.2499208, + "ast_hash": "16c196109d09252d05830bd22c8e3643", + "semantic_hash": "" }, "backend/src/admin/blogs.service.ts": { - "mtime": 1787148092.3015423, - "seen": 1787461822.0891325, - "ast_hash": "133323e4a405e690227c828c0fc42587", - "semantic_hash": "133323e4a405e690227c828c0fc42587" + "mtime": 1787419447.1296296, + "seen": 1787521817.249926, + "ast_hash": "f18de59b0a8300f74b3b9f6c6e972162", + "semantic_hash": "" }, "backend/src/admin/categories.controller.ts": { - "mtime": 1786799852.1741924, - "seen": 1787461822.0891325, - "ast_hash": "e6322c19042382028966e6eb8dce7c62", - "semantic_hash": "e6322c19042382028966e6eb8dce7c62" + "mtime": 1787419447.131965, + "seen": 1787521817.24993, + "ast_hash": "beb49b7fbff3aaefa9949f8f34da4e3a", + "semantic_hash": "" }, "backend/src/admin/categories.service.ts": { - "mtime": 1786799852.1751943, - "seen": 1787461822.0891325, - "ast_hash": "7c6b626454aa53d5a3458b5ca738a97c", - "semantic_hash": "7c6b626454aa53d5a3458b5ca738a97c" + "mtime": 1787419447.1343584, + "seen": 1787521817.2499337, + "ast_hash": "ca2ee943937b7f1633c082018d9b1712", + "semantic_hash": "" }, "backend/src/admin/dto/admin-query.dto.ts": { - "mtime": 1786799852.1787064, - "seen": 1787461822.0891325, - "ast_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9", - "semantic_hash": "0a3e421ccf508d1a50ec1cfa8c92a4f9" + "mtime": 1787419447.1371584, + "seen": 1787521817.2499404, + "ast_hash": "453127d7adec3c4d194e29899d0f11e8", + "semantic_hash": "" }, "backend/src/admin/media.controller.ts": { - "mtime": 1786876983.6488664, - "seen": 1787461822.0891325, - "ast_hash": "02fa16bdaf1363f117f7200f590b13c4", - "semantic_hash": "02fa16bdaf1363f117f7200f590b13c4" + "mtime": 1787419447.1411524, + "seen": 1787521817.2499616, + "ast_hash": "b0859e18da9e6ef252f69f081c9eb33c", + "semantic_hash": "" }, "backend/src/admin/media.service.ts": { - "mtime": 1786876983.6515346, - "seen": 1787461822.0891325, - "ast_hash": "96b4035f21c6c0a662585ed950cd6107", - "semantic_hash": "96b4035f21c6c0a662585ed950cd6107" + "mtime": 1787419447.1428616, + "seen": 1787521817.2499654, + "ast_hash": "6fd49f2f590e92c63790777749f25881", + "semantic_hash": "" }, "backend/src/admin/pets.controller.ts": { - "mtime": 1786799852.1862173, - "seen": 1787461822.0891325, - "ast_hash": "8734d47651b112f7f1682f629dc4c7b1", - "semantic_hash": "8734d47651b112f7f1682f629dc4c7b1" + "mtime": 1787419447.1438787, + "seen": 1787521817.2499683, + "ast_hash": "4a67863c0d14f78abc432f301e1a12ec", + "semantic_hash": "" }, "backend/src/admin/pets.service.ts": { - "mtime": 1786954681.814243, - "seen": 1787461822.0891325, - "ast_hash": "67ef020c49eb8334a2bac643941678ac", - "semantic_hash": "67ef020c49eb8334a2bac643941678ac" + "mtime": 1787419447.1448772, + "seen": 1787521817.2499738, + "ast_hash": "47bef86cc2bce9c6a02dd1291edfa0f7", + "semantic_hash": "" }, "backend/src/admin/reports.controller.ts": { - "mtime": 1783764561.642147, - "seen": 1787461822.0891325, - "ast_hash": "bf74156968541f38f105fa01454b312a", - "semantic_hash": "bf74156968541f38f105fa01454b312a" + "mtime": 1787419447.1458745, + "seen": 1787521817.2499797, + "ast_hash": "b6692e6769714ce83bb679f924b47819", + "semantic_hash": "" }, "backend/src/admin/reports.service.ts": { - "mtime": 1786799852.189731, - "seen": 1787461822.0891325, - "ast_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4", - "semantic_hash": "c4dd8ce40cb75cdd9298cc7cdb7402d4" + "mtime": 1787419447.148468, + "seen": 1787521817.2499847, + "ast_hash": "3132cb3bc6a2c9972fe8d57e31f5e235", + "semantic_hash": "" }, "backend/src/admin/wiki.controller.ts": { - "mtime": 1786799852.1917324, - "seen": 1787461822.0891325, - "ast_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1", - "semantic_hash": "8b7c8559d6ed6bb2c220d9abd4f622b1" + "mtime": 1787419447.1524487, + "seen": 1787521817.249999, + "ast_hash": "c3dc42b20fb1f3581b4066c7dbea1214", + "semantic_hash": "" }, "backend/src/admin/wiki.service.ts": { - "mtime": 1786799852.193324, - "seen": 1787461822.0891325, - "ast_hash": "ed627a21f3b767e9855511afefa5273c", - "semantic_hash": "ed627a21f3b767e9855511afefa5273c" + "mtime": 1787419447.1554663, + "seen": 1787521817.2500024, + "ast_hash": "43920ded89173e39b156f883d455d4e0", + "semantic_hash": "" }, "backend/src/app.controller.spec.ts": { - "mtime": 1783764561.6448398, - "seen": 1787461822.0891325, - "ast_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf", - "semantic_hash": "4a1c0e1133dbda6f6e8f3e60d984eddf" + "mtime": 1787419447.1574638, + "seen": 1787521817.2500074, + "ast_hash": "e91fed2ee35431d60d1adbf1d5739b83", + "semantic_hash": "" }, "backend/src/app.controller.ts": { - "mtime": 1783764561.645849, - "seen": 1787461822.0891325, - "ast_hash": "3ab0e83b7d93b85ea489ab994ec79ea1", - "semantic_hash": "3ab0e83b7d93b85ea489ab994ec79ea1" + "mtime": 1787419447.158312, + "seen": 1787521817.250013, + "ast_hash": "ae15d1c5a85e6ebfad68b7193766dfb5", + "semantic_hash": "" }, "backend/src/app.module.ts": { - "mtime": 1787148092.3055532, - "seen": 1787461822.0891325, - "ast_hash": "5e230b72ef5402c9922d4fec65e09cce", - "semantic_hash": "5e230b72ef5402c9922d4fec65e09cce" + "mtime": 1787419447.159839, + "seen": 1787521817.2500186, + "ast_hash": "df65f71f2dc05e05a0001b91222f4059", + "semantic_hash": "" }, "backend/src/app.service.ts": { - "mtime": 1783764561.6488404, - "seen": 1787461822.0891325, - "ast_hash": "cd3fb7836f10de08a725ee1fd4ab36fe", - "semantic_hash": "cd3fb7836f10de08a725ee1fd4ab36fe" + "mtime": 1787419447.1608388, + "seen": 1787521817.2500246, + "ast_hash": "08e985e831bca61f6be89c5c2ecef2fa", + "semantic_hash": "" }, "backend/src/auth/auth.controller.spec.ts": { - "mtime": 1785327951.179468, - "seen": 1787461822.0891325, - "ast_hash": "7531d00aaa85a80f27e175071ce21c89", - "semantic_hash": "7531d00aaa85a80f27e175071ce21c89" + "mtime": 1787419447.1637266, + "seen": 1787521817.2500343, + "ast_hash": "e0a0bc1dfd69edc210a0736e8447be39", + "semantic_hash": "" }, "backend/src/auth/auth.controller.ts": { - "mtime": 1787072106.3874893, - "seen": 1787461822.0891325, - "ast_hash": "2011eeea42d5b79ff317ff9b283bf00c", - "semantic_hash": "2011eeea42d5b79ff317ff9b283bf00c" + "mtime": 1787419447.1657233, + "seen": 1787521817.250038, + "ast_hash": "3ddfe7821efcbbfbd113dafca1c7d14c", + "semantic_hash": "" }, "backend/src/auth/auth.module.ts": { - "mtime": 1787072106.3885016, - "seen": 1787461822.0891325, - "ast_hash": "3bd9f559e5d43ee9c8cae151954c8356", - "semantic_hash": "3bd9f559e5d43ee9c8cae151954c8356" + "mtime": 1787419447.1667242, + "seen": 1787521817.250043, + "ast_hash": "69513edb3291be24e1f5d843e493e0c2", + "semantic_hash": "" }, "backend/src/auth/auth.service.spec.ts": { - "mtime": 1786799852.2018433, - "seen": 1787461822.0891325, - "ast_hash": "a67a2c622e438a8bbc4014657abc0558", - "semantic_hash": "a67a2c622e438a8bbc4014657abc0558" + "mtime": 1787419447.1696415, + "seen": 1787521817.2500489, + "ast_hash": "d5f8b5355df5a2d59b4ec2b0d86dd702", + "semantic_hash": "" }, "backend/src/auth/auth.service.ts": { - "mtime": 1787127978.2285898, - "seen": 1787461822.0891325, - "ast_hash": "b38c558251bdbadb7ab1b5f690c5c387", - "semantic_hash": "b38c558251bdbadb7ab1b5f690c5c387" + "mtime": 1787419447.1716566, + "seen": 1787521817.2500546, + "ast_hash": "7087ee4ab89a34300b144b2c27d52d86", + "semantic_hash": "" }, "backend/src/auth/dto/admin-login.dto.ts": { - "mtime": 1787127978.2295873, - "seen": 1787461822.0891325, - "ast_hash": "c1a7d3d5babba82ff11b04ae7dcaabca", - "semantic_hash": "c1a7d3d5babba82ff11b04ae7dcaabca" + "mtime": 1787419447.173655, + "seen": 1787521817.2500603, + "ast_hash": "b08cc712a20e3d66d35892fd36ee04fa", + "semantic_hash": "" }, "backend/src/auth/dto/login.dto.ts": { - "mtime": 1783764561.659109, - "seen": 1787461822.0891325, - "ast_hash": "9941767ad430851531a9f049c2b65ed5", - "semantic_hash": "9941767ad430851531a9f049c2b65ed5" + "mtime": 1787419447.175606, + "seen": 1787521817.2500656, + "ast_hash": "93ded6cf822accbc5a28649e67433eab", + "semantic_hash": "" }, "backend/src/auth/dto/register.dto.ts": { - "mtime": 1785327951.186477, - "seen": 1787461822.0891325, - "ast_hash": "6165fdad9219dee4390732a7f6504e4a", - "semantic_hash": "6165fdad9219dee4390732a7f6504e4a" + "mtime": 1787419447.1766186, + "seen": 1787521817.2500691, + "ast_hash": "908c5073e329d2b3d0d568e68c889741", + "semantic_hash": "" }, "backend/src/auth/dto/send-otp.dto.ts": { - "mtime": 1783764561.6611066, - "seen": 1787461822.0891325, - "ast_hash": "a99015984cd1320cbd36719809f69d3b", - "semantic_hash": "a99015984cd1320cbd36719809f69d3b" + "mtime": 1787419447.1776206, + "seen": 1787521817.2500722, + "ast_hash": "3a38aa22a3f2f590dc34587036572bee", + "semantic_hash": "" }, "backend/src/auth/dto/verify-otp.dto.ts": { - "mtime": 1783764561.662112, - "seen": 1787461822.0891325, - "ast_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032", - "semantic_hash": "8bc250f7ca73e6cbe4cfa01a99a3c032" + "mtime": 1787419447.179446, + "seen": 1787521817.2500772, + "ast_hash": "5c67f26293765a968689b575abb29350", + "semantic_hash": "" }, "backend/src/auth/jwt-auth.guard.ts": { - "mtime": 1786799852.2058628, - "seen": 1787461822.0891325, - "ast_hash": "f98f32eaf66499355a5e61632ac82aa5", - "semantic_hash": "f98f32eaf66499355a5e61632ac82aa5" + "mtime": 1787419447.182641, + "seen": 1787521817.2500834, + "ast_hash": "28118342c470935281e5bb456586cb69", + "semantic_hash": "" }, "backend/src/auth/jwt.strategy.ts": { - "mtime": 1786883225.7943432, - "seen": 1787461822.0891325, - "ast_hash": "f815b9f719678a154ebf50090b801c62", - "semantic_hash": "f815b9f719678a154ebf50090b801c62" + "mtime": 1787419447.183642, + "seen": 1787521817.250089, + "ast_hash": "180f68858a6e4bd785abff39b56354e9", + "semantic_hash": "" }, "backend/src/auth/roles.decorator.ts": { - "mtime": 1786799852.2083795, - "seen": 1787461822.0891325, - "ast_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541", - "semantic_hash": "0d86f61ddaab0d2f4d5f9b331a5e2541" + "mtime": 1787419447.185641, + "seen": 1787521817.250095, + "ast_hash": "445d2fa4b68069a148014a3c1e4ff77f", + "semantic_hash": "" }, "backend/src/auth/roles.guard.ts": { - "mtime": 1786799852.2090034, - "seen": 1787461822.0891325, - "ast_hash": "10b31496903f54383d35b90a55c3e84a", - "semantic_hash": "10b31496903f54383d35b90a55c3e84a" + "mtime": 1787419447.1876426, + "seen": 1787521817.2501001, + "ast_hash": "38176797cb1ca781f3266d26e0c7d8a4", + "semantic_hash": "" }, "backend/src/b2b/b2b.controller.ts": { - "mtime": 1786799852.2120132, - "seen": 1787461822.0891325, - "ast_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823", - "semantic_hash": "6f0d65aee6b69a67e8d3d14fb1bf7823" + "mtime": 1787419447.190643, + "seen": 1787521817.2501037, + "ast_hash": "7959a52bda6f41f1dbbd10916487b672", + "semantic_hash": "" }, "backend/src/b2b/b2b.module.ts": { - "mtime": 1786799852.2120132, - "seen": 1787461822.0891325, - "ast_hash": "b1777d0004a54e8f89328879a20aa171", - "semantic_hash": "b1777d0004a54e8f89328879a20aa171" + "mtime": 1787419447.192739, + "seen": 1787521817.2501068, + "ast_hash": "8a31f88146c94cef8de4be1bf06a2abf", + "semantic_hash": "" }, "backend/src/b2b/b2b.service.ts": { - "mtime": 1786799852.2140093, - "seen": 1787461822.0891325, - "ast_hash": "d025e172746789d44802755b8bb441bf", - "semantic_hash": "d025e172746789d44802755b8bb441bf" + "mtime": 1787419447.1947546, + "seen": 1787521817.2501116, + "ast_hash": "1121fdac3d4bd193a89404930709718a", + "semantic_hash": "" }, "backend/src/banners/banners.controller.ts": { - "mtime": 1786799852.2150102, - "seen": 1787461822.0891325, - "ast_hash": "30e1fba8ef3e98e127cf400aac0f71e8", - "semantic_hash": "30e1fba8ef3e98e127cf400aac0f71e8" + "mtime": 1787419447.1987603, + "seen": 1787521817.2501173, + "ast_hash": "489ff8f5e32c643a43a83b69bce090fa", + "semantic_hash": "" }, "backend/src/banners/banners.module.ts": { - "mtime": 1786799852.2160103, - "seen": 1787461822.0891325, - "ast_hash": "3dca61f7cf64dfb5f827469c7f14c655", - "semantic_hash": "3dca61f7cf64dfb5f827469c7f14c655" + "mtime": 1787419447.2017102, + "seen": 1787521817.250123, + "ast_hash": "cd3273d3c9d9fef8693824e0a7ed0089", + "semantic_hash": "" }, "backend/src/banners/banners.service.ts": { - "mtime": 1786799852.2160103, - "seen": 1787461822.0891325, - "ast_hash": "777061ff84dc642fee69803ce9ac2de9", - "semantic_hash": "777061ff84dc642fee69803ce9ac2de9" + "mtime": 1787419447.2035012, + "seen": 1787521817.2501264, + "ast_hash": "e3e741c6f4f2d733f9e36c214c0ef76d", + "semantic_hash": "" }, "backend/src/blogs/blogs.controller.ts": { - "mtime": 1787148092.3080807, - "seen": 1787461822.0891325, - "ast_hash": "7d9388402fd6c5b95b1c0c364d0f644a", - "semantic_hash": "7d9388402fd6c5b95b1c0c364d0f644a" + "mtime": 1787419447.2055175, + "seen": 1787521817.2501314, + "ast_hash": "4646efe7233866aa11adcbf0f4b7fa82", + "semantic_hash": "" }, "backend/src/blogs/blogs.module.ts": { - "mtime": 1783764561.665678, - "seen": 1787461822.0891325, - "ast_hash": "3fc38d55e03319844c6c8cbb3017364b", - "semantic_hash": "3fc38d55e03319844c6c8cbb3017364b" + "mtime": 1787419447.2085216, + "seen": 1787521817.2501366, + "ast_hash": "22cdf6a7d996ecdcf253e00f44ab7f3c", + "semantic_hash": "" }, "backend/src/blogs/blogs.service.ts": { - "mtime": 1787148092.310151, - "seen": 1787461822.0891325, - "ast_hash": "fdc8aba688fba3f834728949facf69be", - "semantic_hash": "fdc8aba688fba3f834728949facf69be" + "mtime": 1787419447.209516, + "seen": 1787521817.2501402, + "ast_hash": "a4f81b1dd32cfe7c1806567b16c9d687", + "semantic_hash": "" }, "backend/src/blogs/dto/create-blog.dto.ts": { - "mtime": 1783764561.671557, - "seen": 1787461822.0891325, - "ast_hash": "a1938b347011dd71bfd99801b7453305", - "semantic_hash": "a1938b347011dd71bfd99801b7453305" + "mtime": 1787419447.2111661, + "seen": 1787521817.2501447, + "ast_hash": "ae0041b36871ccc19b2fa0acf3f28f33", + "semantic_hash": "" }, "backend/src/blogs/dto/update-blog.dto.ts": { - "mtime": 1783764561.6737125, - "seen": 1787461822.0891325, - "ast_hash": "15612098d2a3cac84249518465104370", - "semantic_hash": "15612098d2a3cac84249518465104370" + "mtime": 1787419447.2121801, + "seen": 1787521817.2501535, + "ast_hash": "73a137d70b861bec84b405052e62d604", + "semantic_hash": "" }, "backend/src/blogs/entities/blog.entity.ts": { - "mtime": 1783764561.675101, - "seen": 1787461822.0891325, - "ast_hash": "7fadae161e6d38110bdc8ce71f9f1bdd", - "semantic_hash": "7fadae161e6d38110bdc8ce71f9f1bdd" + "mtime": 1787419447.2142348, + "seen": 1787521817.2501593, + "ast_hash": "e073c623d13e6bd84efe7ee64067ce5c", + "semantic_hash": "" }, "backend/src/cms/cms.controller.ts": { - "mtime": 1785327951.196913, - "seen": 1787461822.0891325, - "ast_hash": "72482ba30a017f8ed1ef26b423eb83d1", - "semantic_hash": "72482ba30a017f8ed1ef26b423eb83d1" + "mtime": 1787419447.216249, + "seen": 1787521817.250165, + "ast_hash": "fa7eabf1d55b456fe4b2f1497146fe82", + "semantic_hash": "" }, "backend/src/cms/cms.module.ts": { - "mtime": 1785148022.206298, - "seen": 1787461822.0891325, - "ast_hash": "831ca7e3ee288322e05ddeeb1b02229d", - "semantic_hash": "831ca7e3ee288322e05ddeeb1b02229d" + "mtime": 1787419447.2172496, + "seen": 1787521817.2501698, + "ast_hash": "0d40207d3189a5b11368ad775e83e636", + "semantic_hash": "" }, "backend/src/cms/cms.service.ts": { - "mtime": 1785327951.1979403, - "seen": 1787461822.0891325, - "ast_hash": "f9da5085411e9fe60ab0c35fb852ef56", - "semantic_hash": "f9da5085411e9fe60ab0c35fb852ef56" + "mtime": 1787419447.2182505, + "seen": 1787521817.2501752, + "ast_hash": "c70de6ed8b959d3689a29ce6998a5bca", + "semantic_hash": "" }, "backend/src/cms/dto/cms.dto.ts": { - "mtime": 1785327951.1999955, - "seen": 1787461822.0891325, - "ast_hash": "b91b502820b503e4ca63dd36028608d5", - "semantic_hash": "b91b502820b503e4ca63dd36028608d5" + "mtime": 1787419447.2202504, + "seen": 1787521817.2501836, + "ast_hash": "3c8c9d19af6280bb37c4261f90d378a2", + "semantic_hash": "" }, "backend/src/common/decorators/roles.decorator.ts": { - "mtime": 1786799852.2205224, - "seen": 1787461822.0891325, - "ast_hash": "155f61ea03e3ef7d3d5e2fee554f8428", - "semantic_hash": "155f61ea03e3ef7d3d5e2fee554f8428" + "mtime": 1787419447.2232494, + "seen": 1787521817.2501893, + "ast_hash": "6ecfd73c2d7490b4a9b3192a8d31d310", + "semantic_hash": "" }, "backend/src/common/dto/pagination.dto.ts": { - "mtime": 1785327951.201989, - "seen": 1787461822.0891325, - "ast_hash": "6e66fdace411feba9d947fe0f678c900", - "semantic_hash": "6e66fdace411feba9d947fe0f678c900" + "mtime": 1787419447.2259023, + "seen": 1787521817.2501936, + "ast_hash": "cf9cbd7eabe2a4e93eb56532d84b6123", + "semantic_hash": "" }, "backend/src/common/filters/http-exception.filter.ts": { - "mtime": 1787072106.3930762, - "seen": 1787461822.0891325, - "ast_hash": "a52a58a4b2b8439d0de4e7714931a6fc", - "semantic_hash": "a52a58a4b2b8439d0de4e7714931a6fc" + "mtime": 1787419447.2279158, + "seen": 1787521817.2501998, + "ast_hash": "d8216c1cc9aebb2d693ba1aa911f2338", + "semantic_hash": "" }, "backend/src/common/filters/prisma-exception.filter.ts": { - "mtime": 1785330913.1437092, - "seen": 1787461822.0891325, - "ast_hash": "ab7ab9b4007e538b6451777dbca63d23", - "semantic_hash": "ab7ab9b4007e538b6451777dbca63d23" + "mtime": 1787419447.229134, + "seen": 1787521817.2502058, + "ast_hash": "efeec7cbb096dfea0f5ae44538a4a247", + "semantic_hash": "" }, "backend/src/common/guards/roles.guard.spec.ts": { - "mtime": 1786799852.2255569, - "seen": 1787461822.0891325, - "ast_hash": "0ee2661808205a0bb03a45d4cbca4472", - "semantic_hash": "0ee2661808205a0bb03a45d4cbca4472" + "mtime": 1787419447.2321444, + "seen": 1787521817.250211, + "ast_hash": "fe951d2e1e5b22fe1274821390de189e", + "semantic_hash": "" }, "backend/src/common/guards/roles.guard.ts": { - "mtime": 1786799852.2265651, - "seen": 1787461822.0891325, - "ast_hash": "72eadcd106153ccaad697234d8c0d281", - "semantic_hash": "72eadcd106153ccaad697234d8c0d281" + "mtime": 1787419447.2341566, + "seen": 1787521817.2502146, + "ast_hash": "f4a6337d03562343b734c18be4134502", + "semantic_hash": "" }, "backend/src/common/interceptors/decimal.interceptor.spec.ts": { - "mtime": 1786799852.2275658, - "seen": 1787461822.0891325, - "ast_hash": "bbf53de234b9963923c3163a10cd8e17", - "semantic_hash": "bbf53de234b9963923c3163a10cd8e17" + "mtime": 1787419447.2411566, + "seen": 1787521817.250218, + "ast_hash": "2ddd82f783ef49528d3d91679caad1fd", + "semantic_hash": "" }, "backend/src/common/interceptors/decimal.interceptor.ts": { - "mtime": 1786799852.2275658, - "seen": 1787461822.0891325, - "ast_hash": "71f8f0bfa748a8cbeb5f4627f972261d", - "semantic_hash": "71f8f0bfa748a8cbeb5f4627f972261d" + "mtime": 1787419447.2431602, + "seen": 1787521817.2502213, + "ast_hash": "95958857ac7f072abd7fc9c5cc4a7289", + "semantic_hash": "" }, "backend/src/common/metrics.controller.ts": { - "mtime": 1786799852.229073, - "seen": 1787461822.0891325, - "ast_hash": "6380f2c18000ac46235e7adde60329dc", - "semantic_hash": "6380f2c18000ac46235e7adde60329dc" + "mtime": 1787419447.2471573, + "seen": 1787521817.2502246, + "ast_hash": "71ceb838543101884d3deb1e3434b2ee", + "semantic_hash": "" }, "backend/src/common/schemas/error-response.schema.ts": { - "mtime": 1785330913.1447015, - "seen": 1787461822.0891325, - "ast_hash": "e2d4a690aa006a63ad617d2c21c7d11d", - "semantic_hash": "e2d4a690aa006a63ad617d2c21c7d11d" + "mtime": 1787419447.248668, + "seen": 1787521817.250228, + "ast_hash": "c29c6ca8ea88a75ce89d955e70040062", + "semantic_hash": "" }, "backend/src/common/schemas/paginated-response.schema.ts": { - "mtime": 1786799852.2300823, - "seen": 1787461822.0891325, - "ast_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19", - "semantic_hash": "6ea7e2edc0ab662b3f244e0ffb8e5f19" + "mtime": 1787419447.250682, + "seen": 1787521817.2502313, + "ast_hash": "023b76c11ab671a99ddb007ec50c8615", + "semantic_hash": "" }, "backend/src/common/services/sms.service.ts": { - "mtime": 1787072106.3960736, - "seen": 1787461822.0891325, - "ast_hash": "354ecbb2d60de34e2176c1a8941edac0", - "semantic_hash": "354ecbb2d60de34e2176c1a8941edac0" + "mtime": 1787419447.2536821, + "seen": 1787521817.250237, + "ast_hash": "b59dbcdbaa42fdf2d74b46953943e46a", + "semantic_hash": "" }, "backend/src/common/sms.module.ts": { - "mtime": 1785330750.996125, - "seen": 1787461822.0891325, - "ast_hash": "c2621fbe872597ca7fbc23fc7e261665", - "semantic_hash": "c2621fbe872597ca7fbc23fc7e261665" + "mtime": 1787419447.2566812, + "seen": 1787521817.2502432, + "ast_hash": "f25aa161ea86ce7c2992cdb8f5c9ccff", + "semantic_hash": "" }, "backend/src/contact/contact.controller.ts": { - "mtime": 1786799852.2345963, - "seen": 1787461822.0891325, - "ast_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f", - "semantic_hash": "1fa2ff3dd39a3cd23860f5e2ec4f351f" + "mtime": 1787419447.2616825, + "seen": 1787521817.250254, + "ast_hash": "bed7cabf2fe94f8e53f496f570dc9ae7", + "semantic_hash": "" }, "backend/src/contact/contact.module.ts": { - "mtime": 1786799852.236599, - "seen": 1787461822.0891325, - "ast_hash": "3522066b9bc0d12c79ee13138ec94a23", - "semantic_hash": "3522066b9bc0d12c79ee13138ec94a23" + "mtime": 1787419447.2626822, + "seen": 1787521817.2502596, + "ast_hash": "99dcfd13ef6f73fb291ff4ba3772d87c", + "semantic_hash": "" }, "backend/src/contact/contact.service.ts": { - "mtime": 1787127978.233104, - "seen": 1787461822.0891325, - "ast_hash": "795ecd48e5786280804b554877f43907", - "semantic_hash": "795ecd48e5786280804b554877f43907" + "mtime": 1787419447.263788, + "seen": 1787521817.2502658, + "ast_hash": "5f667187fc1a3d5516b09d7e1cc15139", + "semantic_hash": "" }, "backend/src/home/dto/create-home.dto.ts": { - "mtime": 1783764561.6823654, - "seen": 1787461822.0891325, - "ast_hash": "b20293c0606e764e43e19412e8b94e58", - "semantic_hash": "b20293c0606e764e43e19412e8b94e58" + "mtime": 1787419447.2773902, + "seen": 1787521817.250304, + "ast_hash": "df4077ae467d2c365fa78f916d7c3c2f", + "semantic_hash": "" }, "backend/src/home/dto/update-home.dto.ts": { - "mtime": 1783764561.6823654, - "seen": 1787461822.0891325, - "ast_hash": "fdbec5105f68e9ef5edca26c91c2a01b", - "semantic_hash": "fdbec5105f68e9ef5edca26c91c2a01b" + "mtime": 1787419447.2783892, + "seen": 1787521817.2503092, + "ast_hash": "422b8d0643c0ed6189a55c4f3fe28c2d", + "semantic_hash": "" }, "backend/src/home/entities/home.entity.ts": { - "mtime": 1783764561.6848848, - "seen": 1787461822.0891325, - "ast_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c", - "semantic_hash": "f7e5b57b1dbb4fa28600ebdd5c86a73c" + "mtime": 1787419447.2793875, + "seen": 1787521817.2503128, + "ast_hash": "55a983c522298deae4d37035d192c08a", + "semantic_hash": "" }, "backend/src/home/home.controller.ts": { - "mtime": 1785327951.2120874, - "seen": 1787461822.0891325, - "ast_hash": "3474997a729a3a47f1872f489c28e70e", - "semantic_hash": "3474997a729a3a47f1872f489c28e70e" + "mtime": 1787419447.2803905, + "seen": 1787521817.2503169, + "ast_hash": "a7b123273863b8e27dcdf97a914d3136", + "semantic_hash": "" }, "backend/src/home/home.module.ts": { - "mtime": 1783764561.687108, - "seen": 1787461822.0891325, - "ast_hash": "b8671f0d293617cf95cc2e9aef8ab11a", - "semantic_hash": "b8671f0d293617cf95cc2e9aef8ab11a" + "mtime": 1787419447.2813885, + "seen": 1787521817.2503204, + "ast_hash": "5c0864406c5bfa6b32f51b6511c32f54", + "semantic_hash": "" }, "backend/src/home/home.service.ts": { - "mtime": 1785327951.2140872, - "seen": 1787461822.0891325, - "ast_hash": "20073496a83b447238b4e8ab793573ec", - "semantic_hash": "20073496a83b447238b4e8ab793573ec" + "mtime": 1787419447.283913, + "seen": 1787521817.250326, + "ast_hash": "39498bf5facebaf8e5d628c157f4efc6", + "semantic_hash": "" }, "backend/src/ingredients/ingredients.controller.ts": { - "mtime": 1786799852.2375965, - "seen": 1787461822.0891325, - "ast_hash": "b591e9eeddc544d5224bbf8dc747f71e", - "semantic_hash": "b591e9eeddc544d5224bbf8dc747f71e" + "mtime": 1787419447.2872872, + "seen": 1787521817.2503319, + "ast_hash": "7c34fbf682f889ef36b2550604df9529", + "semantic_hash": "" }, "backend/src/ingredients/ingredients.module.ts": { - "mtime": 1786799852.2385964, - "seen": 1787461822.0891325, - "ast_hash": "928f762b562c624011ca6c7e72543d0d", - "semantic_hash": "928f762b562c624011ca6c7e72543d0d" + "mtime": 1787419447.2898164, + "seen": 1787521817.2503374, + "ast_hash": "7375ef7a1e61582aee17ad5a8e35b96f", + "semantic_hash": "" }, "backend/src/ingredients/ingredients.service.ts": { - "mtime": 1786799852.2401083, - "seen": 1787461822.0891325, - "ast_hash": "7d07a0fb1cdebe81d9ecef7604701bed", - "semantic_hash": "7d07a0fb1cdebe81d9ecef7604701bed" + "mtime": 1787419447.2921636, + "seen": 1787521817.2503433, + "ast_hash": "3377f4b9da09def5e567c0770989b3f9", + "semantic_hash": "" }, "backend/src/main.ts": { - "mtime": 1787405554.8013933, - "seen": 1787461822.0891325, - "ast_hash": "d97f3bbfa652b9907e0d7e3a55103866", - "semantic_hash": "d97f3bbfa652b9907e0d7e3a55103866" + "mtime": 1787419447.2936878, + "seen": 1787521817.250348, + "ast_hash": "e31dfcf9bcbd901a7c38dcd74a73d078", + "semantic_hash": "" }, "backend/src/orders/dto/create-order.dto.ts": { - "mtime": 1785327951.218626, - "seen": 1787461822.0891325, - "ast_hash": "de9e39544ff4cfbbc8233318b2b71c67", - "semantic_hash": "de9e39544ff4cfbbc8233318b2b71c67" + "mtime": 1787419447.3018267, + "seen": 1787521817.250368, + "ast_hash": "3eb822ba5a86ab5a07118dafb11b9be5", + "semantic_hash": "" }, "backend/src/orders/orders.controller.spec.ts": { - "mtime": 1785327951.2196276, - "seen": 1787461822.0891325, - "ast_hash": "03aae30c09648646afbd6f8862d2d12b", - "semantic_hash": "03aae30c09648646afbd6f8862d2d12b" + "mtime": 1787419447.3038373, + "seen": 1787521817.2503731, + "ast_hash": "638a1bf6226b5ee3491d963d528f389b", + "semantic_hash": "" }, "backend/src/orders/orders.controller.ts": { - "mtime": 1787072106.3980772, - "seen": 1787461822.0891325, - "ast_hash": "58b8b3790952f51c625e31f5eed09d3b", - "semantic_hash": "58b8b3790952f51c625e31f5eed09d3b" + "mtime": 1787419447.3048415, + "seen": 1787521817.2503793, + "ast_hash": "2394133da39f84a78074ba74c6626212", + "semantic_hash": "" }, "backend/src/orders/orders.module.ts": { - "mtime": 1783764561.6975982, - "seen": 1787461822.0891325, - "ast_hash": "10e4c03ae468f0412d882306bdb20401", - "semantic_hash": "10e4c03ae468f0412d882306bdb20401" + "mtime": 1787419447.3068357, + "seen": 1787521817.2503839, + "ast_hash": "65963365977ff4bf0b5dc14f332d3d01", + "semantic_hash": "" }, "backend/src/orders/orders.service.spec.ts": { - "mtime": 1786799852.2461178, - "seen": 1787461822.0891325, - "ast_hash": "977cf4033204a7b27252a939aa57664f", - "semantic_hash": "977cf4033204a7b27252a939aa57664f" + "mtime": 1787419447.3088374, + "seen": 1787521817.2503877, + "ast_hash": "a663ab90bacc5488ea196180abbfbeb1", + "semantic_hash": "" }, "backend/src/orders/orders.service.ts": { - "mtime": 1787127978.2361033, - "seen": 1787461822.0891325, - "ast_hash": "36e0f20d4d60e0aa48540ffe11ca0d1c", - "semantic_hash": "36e0f20d4d60e0aa48540ffe11ca0d1c" + "mtime": 1787419447.3108416, + "seen": 1787521817.250393, + "ast_hash": "68ffd789d9e13b8089878e453b7fe1fd", + "semantic_hash": "" }, "backend/src/pets/dto/create-health-log.dto.ts": { - "mtime": 1785327951.2294433, - "seen": 1787461822.0891325, - "ast_hash": "da823d24eecce83c17760374fbc99131", - "semantic_hash": "da823d24eecce83c17760374fbc99131" + "mtime": 1787419447.3330498, + "seen": 1787521817.2504709, + "ast_hash": "33d52e915c86411d822fec6867d2d31d", + "semantic_hash": "" }, "backend/src/pets/dto/create-pet.dto.ts": { - "mtime": 1785327951.2309487, - "seen": 1787461822.0891325, - "ast_hash": "22e442118c4b4c44d887a9e72bf416e2", - "semantic_hash": "22e442118c4b4c44d887a9e72bf416e2" + "mtime": 1787419447.3357577, + "seen": 1787521817.250477, + "ast_hash": "ac6b6ec98869ff43c8455efa48248684", + "semantic_hash": "" }, "backend/src/pets/dto/create-reminder.dto.ts": { - "mtime": 1785327951.2319582, - "seen": 1787461822.0891325, - "ast_hash": "61e74b013460e406bd10197b3d3a95df", - "semantic_hash": "61e74b013460e406bd10197b3d3a95df" + "mtime": 1787419447.3367567, + "seen": 1787521817.2504833, + "ast_hash": "e8b99f99445499b9d2747476bb5d01fb", + "semantic_hash": "" }, "backend/src/pets/dto/update-pet.dto.ts": { - "mtime": 1783764561.7095575, - "seen": 1787461822.0891325, - "ast_hash": "a2086bbebe7ca2718d4933b9828b456d", - "semantic_hash": "a2086bbebe7ca2718d4933b9828b456d" + "mtime": 1787419447.338758, + "seen": 1787521817.2504888, + "ast_hash": "8b8b9cbedfcdefe431fca544902f5856", + "semantic_hash": "" }, "backend/src/pets/pets.controller.spec.ts": { - "mtime": 1786799852.2481189, - "seen": 1787461822.0891325, - "ast_hash": "ea25cbbc55569e44ea0ceaf8c7af5111", - "semantic_hash": "ea25cbbc55569e44ea0ceaf8c7af5111" + "mtime": 1787419447.3407574, + "seen": 1787521817.2504923, + "ast_hash": "b7896890c47836ebdbc350487f0b0d43", + "semantic_hash": "" }, "backend/src/pets/pets.controller.ts": { - "mtime": 1787461094.1610732, - "seen": 1787461822.0891325, - "ast_hash": "20c1ead48262a81ff538fedae048d784", + "mtime": 1787419472.6844227, + "seen": 1787521817.2504954, + "ast_hash": "20d94203b8b90f29b49602864c2d0301", "semantic_hash": "" }, "backend/src/pets/pets.module.ts": { - "mtime": 1783764561.71447, - "seen": 1787461822.0891325, - "ast_hash": "1e30ca9c5823c33d4f3266d5b48fee01", - "semantic_hash": "1e30ca9c5823c33d4f3266d5b48fee01" + "mtime": 1787419447.3437567, + "seen": 1787521817.250499, + "ast_hash": "ee4955ac9a9e16cfc305ccdf98be510b", + "semantic_hash": "" }, "backend/src/pets/pets.service.spec.ts": { - "mtime": 1785327951.238208, - "seen": 1787461822.0891325, - "ast_hash": "49e5e2df9d623a5510db8d9c3eefdbd5", - "semantic_hash": "49e5e2df9d623a5510db8d9c3eefdbd5" + "mtime": 1787419447.344706, + "seen": 1787521817.2505057, + "ast_hash": "90bc98ffac2b3e95fd7cfb263156f22a", + "semantic_hash": "" }, "backend/src/pets/pets.service.ts": { - "mtime": 1786799852.2501173, - "seen": 1787461822.0891325, - "ast_hash": "f34775f4106e2ac19efff3a9b140db3f", - "semantic_hash": "f34775f4106e2ac19efff3a9b140db3f" + "mtime": 1787419447.3462317, + "seen": 1787521817.2505116, + "ast_hash": "9a1db130da778d480115c18b153966d5", + "semantic_hash": "" }, "backend/src/prescriptions/prescriptions.controller.ts": { - "mtime": 1786799852.2537484, - "seen": 1787461822.0891325, - "ast_hash": "3b657f5cac989600c165b8eac3a6a2af", - "semantic_hash": "3b657f5cac989600c165b8eac3a6a2af" + "mtime": 1787419447.3487427, + "seen": 1787521817.250517, + "ast_hash": "7890603140b50c69be341eadd9d764d7", + "semantic_hash": "" }, "backend/src/prescriptions/prescriptions.module.ts": { - "mtime": 1786954681.8158092, - "seen": 1787461822.0891325, - "ast_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f", - "semantic_hash": "0f9ea31fa7fa71f4ec87e461ce7d444f" + "mtime": 1787419447.3497567, + "seen": 1787521817.2505229, + "ast_hash": "1953382363319256b3e5b260ddd3647f", + "semantic_hash": "" }, "backend/src/prescriptions/prescriptions.service.ts": { - "mtime": 1787072106.408779, - "seen": 1787461822.0891325, - "ast_hash": "6b018d33377fdfcba9e4512e50da48a0", - "semantic_hash": "6b018d33377fdfcba9e4512e50da48a0" + "mtime": 1787419447.350758, + "seen": 1787521817.2505267, + "ast_hash": "5a984a0557b75f48a347ced7a2108129", + "semantic_hash": "" }, "backend/src/prisma/prisma.module.ts": { - "mtime": 1783764561.7181997, - "seen": 1787461822.0891325, - "ast_hash": "3505a1831c78f0a9475e4ce0f0092410", - "semantic_hash": "3505a1831c78f0a9475e4ce0f0092410" + "mtime": 1787419447.3527582, + "seen": 1787521817.25053, + "ast_hash": "0d14fad4b4742f49ea6d9d9c48069e8b", + "semantic_hash": "" }, "backend/src/prisma/prisma.service.ts": { - "mtime": 1787072106.410779, - "seen": 1787461822.0891325, - "ast_hash": "ffdd19d7d1b39d4fee83105b65410a62", - "semantic_hash": "ffdd19d7d1b39d4fee83105b65410a62" + "mtime": 1787419447.3547573, + "seen": 1787521817.2505343, + "ast_hash": "391ea598b9d808cf1b2bf230fbb3b451", + "semantic_hash": "" }, "backend/src/products/dto/get-products.dto.ts": { - "mtime": 1786799852.2602715, - "seen": 1787461822.0891325, - "ast_hash": "bed3d5bd69f866349bfc408bfea60e78", - "semantic_hash": "bed3d5bd69f866349bfc408bfea60e78" + "mtime": 1787419447.356758, + "seen": 1787521817.25054, + "ast_hash": "7be5a16cea53f5a0e162f50e538ae806", + "semantic_hash": "" }, "backend/src/products/products.controller.spec.ts": { - "mtime": 1785327951.243281, - "seen": 1787461822.0891325, - "ast_hash": "6fde28604e799d5c5c0d2c6c2fcb4372", - "semantic_hash": "6fde28604e799d5c5c0d2c6c2fcb4372" + "mtime": 1787419447.3577566, + "seen": 1787521817.250546, + "ast_hash": "716f2912f860310c02d70b894b7f4185", + "semantic_hash": "" }, "backend/src/products/products.controller.ts": { - "mtime": 1786799852.2612817, - "seen": 1787461822.0891325, - "ast_hash": "db015311d34c7985c1c4ab818070b297", - "semantic_hash": "db015311d34c7985c1c4ab818070b297" + "mtime": 1787419447.3607576, + "seen": 1787521817.25055, + "ast_hash": "af1d663c2e6172a7c98d3b67cdc6595d", + "semantic_hash": "" }, "backend/src/products/products.module.ts": { - "mtime": 1783764561.7236724, - "seen": 1787461822.0891325, - "ast_hash": "a70b434bb1a044adf542a78cd9461264", - "semantic_hash": "a70b434bb1a044adf542a78cd9461264" + "mtime": 1787419447.3627608, + "seen": 1787521817.2505548, + "ast_hash": "e878bf5aadb04cf92b6c13ab5cc2fd16", + "semantic_hash": "" }, "backend/src/products/products.service.spec.ts": { - "mtime": 1786799852.2632794, - "seen": 1787461822.0891325, - "ast_hash": "8a76d805cab28967eec85b1cd03d608c", - "semantic_hash": "8a76d805cab28967eec85b1cd03d608c" + "mtime": 1787419447.3657553, + "seen": 1787521817.25056, + "ast_hash": "eafb34d3991d1b19320b687695b70d4d", + "semantic_hash": "" }, "backend/src/products/products.service.ts": { - "mtime": 1786954681.8188698, - "seen": 1787461822.0891325, - "ast_hash": "1650e465bede84a518882dc41e498110", - "semantic_hash": "1650e465bede84a518882dc41e498110" + "mtime": 1787419447.3667555, + "seen": 1787521817.2505634, + "ast_hash": "59fe61b1c17d5a102d536cf47b1b82e1", + "semantic_hash": "" }, "backend/src/redis/redis.module.ts": { - "mtime": 1783764561.727662, - "seen": 1787461822.0891325, - "ast_hash": "0856864a521a862369a89de9b2d3c9f0", - "semantic_hash": "0856864a521a862369a89de9b2d3c9f0" + "mtime": 1787419447.368757, + "seen": 1787521817.2505682, + "ast_hash": "71949c2bf69ce43c1f2c08da0e06a909", + "semantic_hash": "" }, "backend/src/redis/redis.service.spec.ts": { - "mtime": 1783764561.7286723, - "seen": 1787461822.0891325, - "ast_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c", - "semantic_hash": "f3a16f7f1721be9e6ddb7ddd2949ea6c" + "mtime": 1787419447.370759, + "seen": 1787521817.250577, + "ast_hash": "d2fc4cdae209924ea964855dadbf9664", + "semantic_hash": "" }, "backend/src/redis/redis.service.ts": { - "mtime": 1786895436.2118347, - "seen": 1787461822.0891325, - "ast_hash": "4f5e58ffc36bbaed17ee669e5a7394b7", - "semantic_hash": "4f5e58ffc36bbaed17ee669e5a7394b7" + "mtime": 1787419447.371759, + "seen": 1787521817.2505827, + "ast_hash": "9dde0cb60def4cda219fbfd6308cc80c", + "semantic_hash": "" }, "backend/src/seo/seo.controller.ts": { - "mtime": 1785327951.2472832, - "seen": 1787461822.0891325, - "ast_hash": "4c11a3beaa94a769acf206bf9ff279b0", - "semantic_hash": "4c11a3beaa94a769acf206bf9ff279b0" + "mtime": 1787419447.3813937, + "seen": 1787521817.2506196, + "ast_hash": "2bfeb64350ce8850515418978d1387d0", + "semantic_hash": "" }, "backend/src/seo/seo.module.ts": { - "mtime": 1785148022.268581, - "seen": 1787461822.0891325, - "ast_hash": "4160982445b855a6406e8713e95bf91b", - "semantic_hash": "4160982445b855a6406e8713e95bf91b" + "mtime": 1787419447.3823936, + "seen": 1787521817.2506254, + "ast_hash": "465aedb9322bc7300b47e50a9b91c2a7", + "semantic_hash": "" }, "backend/src/seo/seo.service.ts": { - "mtime": 1787127978.249385, - "seen": 1787461822.0891325, - "ast_hash": "c104390de2fa710428b6d69c6201f4d8", - "semantic_hash": "c104390de2fa710428b6d69c6201f4d8" + "mtime": 1787419447.383396, + "seen": 1787521817.2506316, + "ast_hash": "294df8372a5ba1c0dca2cad328ba6e61", + "semantic_hash": "" }, "backend/src/settings/settings.controller.spec.ts": { - "mtime": 1787073059.1090057, - "seen": 1787461822.0891325, - "ast_hash": "4c231fa106a8d505132abd86db2eb393", - "semantic_hash": "4c231fa106a8d505132abd86db2eb393" + "mtime": 1787419447.3898916, + "seen": 1787521817.2506502, + "ast_hash": "f90296a9e8116b3c42088c1d1e9cd8b7", + "semantic_hash": "" }, "backend/src/settings/settings.controller.ts": { - "mtime": 1787072106.423348, - "seen": 1787461822.0891325, - "ast_hash": "d9785a80bc7e90198192a97d4f7cbb7b", - "semantic_hash": "d9785a80bc7e90198192a97d4f7cbb7b" + "mtime": 1787419447.3918915, + "seen": 1787521817.250654, + "ast_hash": "d01f18a4b05bd80cfc5d35e4136f48ed", + "semantic_hash": "" }, "backend/src/settings/settings.module.ts": { - "mtime": 1783764561.7355156, - "seen": 1787461822.0891325, - "ast_hash": "b84a45f92537de41c7c3821847271004", - "semantic_hash": "b84a45f92537de41c7c3821847271004" + "mtime": 1787419447.3928921, + "seen": 1787521817.25066, + "ast_hash": "2f23688e3eabb3f2523723426c294fe1", + "semantic_hash": "" }, "backend/src/settings/settings.service.spec.ts": { - "mtime": 1783764561.7368565, - "seen": 1787461822.0891325, - "ast_hash": "06de60c1699a6f72858da21e9c6bf45a", - "semantic_hash": "06de60c1699a6f72858da21e9c6bf45a" + "mtime": 1787419447.393893, + "seen": 1787521817.2506657, + "ast_hash": "c196df390a06ec146a9ef687f4c4626f", + "semantic_hash": "" }, "backend/src/settings/settings.service.ts": { - "mtime": 1787461094.162081, - "seen": 1787461822.0891325, - "ast_hash": "8750d228767aa14db2551f72de954d73", + "mtime": 1787419472.6872165, + "seen": 1787521817.2506716, + "ast_hash": "d85058ceb0abfa98b11c27ce7f6c5f74", "semantic_hash": "" }, "backend/src/smart-advisor/smart-advisor.controller.ts": { - "mtime": 1786799852.2754414, - "seen": 1787461822.0891325, - "ast_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3", - "semantic_hash": "eacb4fc2f3d82eb3833f4b04d851d4c3" + "mtime": 1787419447.3987586, + "seen": 1787521817.2506764, + "ast_hash": "61dd83ebf4f339d8b9a3a7e434f99f2b", + "semantic_hash": "" }, "backend/src/smart-advisor/smart-advisor.module.ts": { - "mtime": 1786799852.2764418, - "seen": 1787461822.0891325, - "ast_hash": "40d2882f5f8a0733c940c754631be24b", - "semantic_hash": "40d2882f5f8a0733c940c754631be24b" + "mtime": 1787419447.4012039, + "seen": 1787521817.2506826, + "ast_hash": "c2fe6e63526431bbd01b86e24bd2ce71", + "semantic_hash": "" }, "backend/src/smart-advisor/smart-advisor.service.ts": { - "mtime": 1786799852.2774403, - "seen": 1787461822.0891325, - "ast_hash": "1824f7151599e310cd2de7435e345afe", - "semantic_hash": "1824f7151599e310cd2de7435e345afe" + "mtime": 1787419447.402725, + "seen": 1787521817.250688, + "ast_hash": "d7e925d8c643fd6fd07053f031f68501", + "semantic_hash": "" }, "backend/src/testimonials/testimonials.controller.ts": { - "mtime": 1787148092.3297865, - "seen": 1787461822.0891325, - "ast_hash": "077ac1d08fbec205f030f3cc6b7f357c", - "semantic_hash": "077ac1d08fbec205f030f3cc6b7f357c" + "mtime": 1787419447.4047272, + "seen": 1787521817.2506917, + "ast_hash": "7026523d17bbe3ed2e54a19d6e14656b", + "semantic_hash": "" }, "backend/src/testimonials/testimonials.module.ts": { - "mtime": 1786799852.2794418, - "seen": 1787461822.0891325, - "ast_hash": "e2778d19b65d66f61d35f1a98333c873", - "semantic_hash": "e2778d19b65d66f61d35f1a98333c873" + "mtime": 1787419447.4098227, + "seen": 1787521817.2506955, + "ast_hash": "7f75222fa6c0959e447618673d9b56af", + "semantic_hash": "" }, "backend/src/testimonials/testimonials.service.ts": { - "mtime": 1787148092.3325016, - "seen": 1787461822.0891325, - "ast_hash": "7c108b6bdfc5625fc3c058f1db527bbe", - "semantic_hash": "7c108b6bdfc5625fc3c058f1db527bbe" + "mtime": 1787419447.4118228, + "seen": 1787521817.250699, + "ast_hash": "65b07546f223bc46cc2c2a7da8f2a2a2", + "semantic_hash": "" }, "backend/src/users/dto/address.dto.ts": { - "mtime": 1783764561.7398715, - "seen": 1787461822.0891325, - "ast_hash": "d42a8da106b862f8934b4268e5974025", - "semantic_hash": "d42a8da106b862f8934b4268e5974025" + "mtime": 1787419447.4246159, + "seen": 1787521817.2507312, + "ast_hash": "3057c1d0dfe193a35d24ec0bf4bfe78b", + "semantic_hash": "" }, "backend/src/users/dto/update-profile.dto.ts": { - "mtime": 1786885876.8054721, - "seen": 1787461822.0891325, - "ast_hash": "7c5b2601ea43f7045a5691ed1fde7840", - "semantic_hash": "7c5b2601ea43f7045a5691ed1fde7840" + "mtime": 1787419447.4266162, + "seen": 1787521817.2507346, + "ast_hash": "1d21350785dcfedecefd1e218abd2ae1", + "semantic_hash": "" }, "backend/src/users/users.controller.spec.ts": { - "mtime": 1785327951.2537966, - "seen": 1787461822.0891325, - "ast_hash": "8879233da361926bf496aa33fc24a0a4", - "semantic_hash": "8879233da361926bf496aa33fc24a0a4" + "mtime": 1787419447.4276173, + "seen": 1787521817.2507386, + "ast_hash": "fa08c6089fe40b4717f0d754e5bd6004", + "semantic_hash": "" }, "backend/src/users/users.controller.ts": { - "mtime": 1786799852.2824814, - "seen": 1787461822.0891325, - "ast_hash": "0c14b005ce0dddc5c6be9fb33672c659", - "semantic_hash": "0c14b005ce0dddc5c6be9fb33672c659" + "mtime": 1787419447.4302597, + "seen": 1787521817.2507439, + "ast_hash": "7a3fe3d0b36224f73d5954732568d3d0", + "semantic_hash": "" }, "backend/src/users/users.module.ts": { - "mtime": 1783764561.7481544, - "seen": 1787461822.0891325, - "ast_hash": "6a22d47a72af32e6726ff5025c1d6f0b", - "semantic_hash": "6a22d47a72af32e6726ff5025c1d6f0b" + "mtime": 1787419447.431727, + "seen": 1787521817.2507496, + "ast_hash": "cdb188eb18f47f28cd126f037d2a6d96", + "semantic_hash": "" }, "backend/src/users/users.service.spec.ts": { - "mtime": 1786799852.2834806, - "seen": 1787461822.0891325, - "ast_hash": "f94ef87eb1f8de11ecd622f47181dbb7", - "semantic_hash": "f94ef87eb1f8de11ecd622f47181dbb7" + "mtime": 1787419447.4350977, + "seen": 1787521817.2507555, + "ast_hash": "10fe49fa13162f73cdee5115476a74bc", + "semantic_hash": "" }, "backend/src/users/users.service.ts": { - "mtime": 1787127978.2530408, - "seen": 1787461822.0891325, - "ast_hash": "30b5b653694deebda2e072a57145b3d6", - "semantic_hash": "30b5b653694deebda2e072a57145b3d6" + "mtime": 1787419447.4381118, + "seen": 1787521817.2507613, + "ast_hash": "c7e67ccf404025558ea83c423c263eec", + "semantic_hash": "" }, "backend/src/videos/dto/create-video.dto.ts": { - "mtime": 1786971396.042094, - "seen": 1787461822.0891325, - "ast_hash": "292c465ed02d974fc16c674ca6f7caf5", - "semantic_hash": "292c465ed02d974fc16c674ca6f7caf5" + "mtime": 1787419447.4411094, + "seen": 1787521817.250767, + "ast_hash": "bb1325c7e842337611b85c5261185c35", + "semantic_hash": "" }, "backend/src/videos/dto/get-videos-query.dto.ts": { - "mtime": 1786799852.2876434, - "seen": 1787461822.0891325, - "ast_hash": "22029a395d4906dec82a0472af9827a2", - "semantic_hash": "22029a395d4906dec82a0472af9827a2" + "mtime": 1787419447.4421153, + "seen": 1787521817.2507703, + "ast_hash": "3a8779b897271f907c69f7ff2cb97dce", + "semantic_hash": "" }, "backend/src/videos/videos.controller.ts": { - "mtime": 1786799852.2911532, - "seen": 1787461822.0891325, - "ast_hash": "64de50207aa54dc4d9866fb41a3cf11e", - "semantic_hash": "64de50207aa54dc4d9866fb41a3cf11e" + "mtime": 1787419447.444019, + "seen": 1787521817.2507737, + "ast_hash": "31939b3a8491384a6fc87ba65281b6e5", + "semantic_hash": "" }, "backend/src/videos/videos.module.ts": { - "mtime": 1785148022.3065836, - "seen": 1787461822.0891325, - "ast_hash": "79c989585f2c5da29199d914ca54abdf", - "semantic_hash": "79c989585f2c5da29199d914ca54abdf" + "mtime": 1787419447.4450336, + "seen": 1787521817.2507782, + "ast_hash": "b5a7f36affbf945a2732068d4358eb63", + "semantic_hash": "" }, "backend/src/videos/videos.service.ts": { - "mtime": 1786971396.0478723, - "seen": 1787461822.0891325, - "ast_hash": "dbbcb0abb72bb6eee16d6ca2c7927f9e", - "semantic_hash": "dbbcb0abb72bb6eee16d6ca2c7927f9e" + "mtime": 1787419447.4460294, + "seen": 1787521817.2507837, + "ast_hash": "ecf681a8895b4ed7f1fb3860d351de59", + "semantic_hash": "" }, "backend/src/wholesale/dto/wholesale-apply.dto.ts": { - "mtime": 1785148022.3176222, - "seen": 1787461822.0891325, - "ast_hash": "dda43ea50daed66d9ddf56ff14c2ac31", - "semantic_hash": "dda43ea50daed66d9ddf56ff14c2ac31" + "mtime": 1787419447.4490292, + "seen": 1787521817.2507896, + "ast_hash": "370a357e4a2d8ab2b63910b1a06a0961", + "semantic_hash": "" }, "backend/src/wholesale/wholesale.controller.ts": { - "mtime": 1786799852.294177, - "seen": 1787461822.0891325, - "ast_hash": "85347767e9b0508aa27c8fc2ada57403", - "semantic_hash": "85347767e9b0508aa27c8fc2ada57403" + "mtime": 1787419447.4525533, + "seen": 1787521817.2507958, + "ast_hash": "053a7bc76d6817f0d9d7d61336cd7471", + "semantic_hash": "" }, "backend/src/wholesale/wholesale.module.ts": { - "mtime": 1785148022.3287463, - "seen": 1787461822.0891325, - "ast_hash": "431fcacfcaaf5ee3872869c796581db3", - "semantic_hash": "431fcacfcaaf5ee3872869c796581db3" + "mtime": 1787419447.454555, + "seen": 1787521817.2508013, + "ast_hash": "bbd31d666b40420987773d467b41fbf9", + "semantic_hash": "" }, "backend/src/wholesale/wholesale.service.ts": { - "mtime": 1785330913.1492333, - "seen": 1787461822.0891325, - "ast_hash": "f17e69107c7ddb8baedfb9fa1177c8a0", - "semantic_hash": "f17e69107c7ddb8baedfb9fa1177c8a0" + "mtime": 1787419447.455557, + "seen": 1787521817.250805, + "ast_hash": "bb27f787ebace47dc7adb3341f3b27fb", + "semantic_hash": "" }, "backend/src/wiki/dto/create-wiki.dto.ts": { - "mtime": 1783764561.7529333, - "seen": 1787461822.0891325, - "ast_hash": "bff0bff5978c808b3f6c7c0471ecc09f", - "semantic_hash": "bff0bff5978c808b3f6c7c0471ecc09f" + "mtime": 1787419447.4582222, + "seen": 1787521817.2508085, + "ast_hash": "2e71a338ebd08b2b2bc544e4b138918e", + "semantic_hash": "" }, "backend/src/wiki/dto/update-wiki.dto.ts": { - "mtime": 1783764561.753945, - "seen": 1787461822.0891325, - "ast_hash": "aafeafc832089a9d47f2b09c15f5166c", - "semantic_hash": "aafeafc832089a9d47f2b09c15f5166c" + "mtime": 1787419447.4599707, + "seen": 1787521817.2508137, + "ast_hash": "5647bfa9110cc275a05b5abe1545bc64", + "semantic_hash": "" }, "backend/src/wiki/entities/wiki.entity.ts": { - "mtime": 1783764561.7550395, - "seen": 1787461822.0891325, - "ast_hash": "0babba8c13baba4a2ad2fd70395060f2", - "semantic_hash": "0babba8c13baba4a2ad2fd70395060f2" + "mtime": 1787419447.462367, + "seen": 1787521817.2508194, + "ast_hash": "d1616f5e4ff1b13c3139b31d8ae903d1", + "semantic_hash": "" }, "backend/src/wiki/wiki.controller.ts": { - "mtime": 1785327951.2728505, - "seen": 1787461822.0891325, - "ast_hash": "ca3a7279ecce06e6747e4b5d1b83f042", - "semantic_hash": "ca3a7279ecce06e6747e4b5d1b83f042" + "mtime": 1787419447.4633677, + "seen": 1787521817.2508247, + "ast_hash": "5405d3de6e9596f5ca209b9c9cc58be3", + "semantic_hash": "" }, "backend/src/wiki/wiki.module.ts": { - "mtime": 1783764561.756925, - "seen": 1787461822.0891325, - "ast_hash": "22c999c57982f13d0526d25d7990b745", - "semantic_hash": "22c999c57982f13d0526d25d7990b745" + "mtime": 1787419447.4656882, + "seen": 1787521817.250831, + "ast_hash": "65da924f2771bb2bd80f536ac446ff50", + "semantic_hash": "" }, "backend/src/wiki/wiki.service.ts": { - "mtime": 1786799852.295173, - "seen": 1787461822.0891325, - "ast_hash": "4f9a02a302512579c6eaed6e06da679e", - "semantic_hash": "4f9a02a302512579c6eaed6e06da679e" + "mtime": 1787419447.4678478, + "seen": 1787521817.2508357, + "ast_hash": "19beea2629748a333d58fc7bbaf82833", + "semantic_hash": "" }, "backend/test/app-audit-verification.e2e-spec.ts": { - "mtime": 1786799852.2961748, - "seen": 1787461822.0891325, - "ast_hash": "5df6593dd9fd1f88f2b1e13f44b7b350", - "semantic_hash": "5df6593dd9fd1f88f2b1e13f44b7b350" + "mtime": 1787419447.4768798, + "seen": 1787521817.2508497, + "ast_hash": "c8e43f02f9454c3936e18a2226f51f9a", + "semantic_hash": "" }, "backend/test/app.e2e-spec.ts": { - "mtime": 1786799852.297175, - "seen": 1787461822.0891325, - "ast_hash": "8373bf2ee758abe47f5681e898cde506", - "semantic_hash": "8373bf2ee758abe47f5681e898cde506" + "mtime": 1787419447.4838781, + "seen": 1787521817.2508683, + "ast_hash": "513e0b1b62239578b5f34cf07e18bc25", + "semantic_hash": "" }, "backend/tsconfig.build.json": { - "mtime": 1783764561.763447, - "seen": 1787461822.0891325, - "ast_hash": "d3d6c627ed113034e4138ae830ca9221", - "semantic_hash": "d3d6c627ed113034e4138ae830ca9221" + "mtime": 1787419447.4863586, + "seen": 1787521817.2508762, + "ast_hash": "0904b7029f6696a1059ce70a6aceba2b", + "semantic_hash": "" }, "backend/tsconfig.json": { - "mtime": 1787073059.1161675, - "seen": 1787461822.0891325, - "ast_hash": "bc2ddace3dc933b714ebc21504c43b62", - "semantic_hash": "bc2ddace3dc933b714ebc21504c43b62" + "mtime": 1787419447.4869833, + "seen": 1787521817.2508805, + "ast_hash": "fda93625ad86af234796ec38813d43f0", + "semantic_hash": "" }, "docs/audit/build_manifest.js": { - "mtime": 1786799852.3383932, - "seen": 1787461822.0891325, - "ast_hash": "5865147d3b17e6ddad0be4f4b9dc00d0", - "semantic_hash": "5865147d3b17e6ddad0be4f4b9dc00d0" + "mtime": 1787419447.753911, + "seen": 1787521817.2509468, + "ast_hash": "89eb3bf5f98e862ab63388034c4b40be", + "semantic_hash": "" }, "docs/audit/generate_classification.js": { - "mtime": 1786799852.3393898, - "seen": 1787461822.0891325, - "ast_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9", - "semantic_hash": "01cdce5da0cdc41b49a7e9560a0b8ae9" + "mtime": 1787419447.7641265, + "seen": 1787521817.2509527, + "ast_hash": "b9394b3a0417332320f85855ce9c9b38", + "semantic_hash": "" }, "docs/audit/generate_evidence.js": { - "mtime": 1786799852.3403902, - "seen": 1787461822.0891325, - "ast_hash": "f31d1dafad3e771e9602776460c04761", - "semantic_hash": "f31d1dafad3e771e9602776460c04761" + "mtime": 1787419447.7662418, + "seen": 1787521817.2509587, + "ast_hash": "c5b179959394c82e7e80a58d130cfd93", + "semantic_hash": "" }, "docs/audit/generate_ledger.js": { - "mtime": 1786799852.3418972, - "seen": 1787461822.0891325, - "ast_hash": "c502805af184c8efe08a66030ff0203b", - "semantic_hash": "c502805af184c8efe08a66030ff0203b" + "mtime": 1787419447.769255, + "seen": 1787521817.2509625, + "ast_hash": "37af0a7ccf837e147ed990c41848c656", + "semantic_hash": "" }, "docs/audit/generate_manifest.js": { - "mtime": 1786799852.3418972, - "seen": 1787461822.0891325, - "ast_hash": "d9ead302d1023a72718e60261725e429", - "semantic_hash": "d9ead302d1023a72718e60261725e429" + "mtime": 1787419447.771257, + "seen": 1787521817.2509677, + "ast_hash": "9dbc50df5afe747f54af5eb4ac7ca19e", + "semantic_hash": "" }, "docs/audit/rebuild_honest_ledger.js": { - "mtime": 1786799852.348953, - "seen": 1787461822.0891325, - "ast_hash": "5a505fbc55dbabd0557377ce8de0643a", - "semantic_hash": "5a505fbc55dbabd0557377ce8de0643a" + "mtime": 1787419447.8012547, + "seen": 1787521817.250975, + "ast_hash": "1cec30217b23961a7545e187bf506aad", + "semantic_hash": "" }, "docs/audit/sync_honest_manifest.js": { - "mtime": 1786799852.3499532, - "seen": 1787461822.0891325, - "ast_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0", - "semantic_hash": "3f2ec3b689e720b6e50fe4666a9b8bb0" + "mtime": 1787419447.8042545, + "seen": 1787521817.2509832, + "ast_hash": "7ea75c069e0aa64acabd358c87846677", + "semantic_hash": "" }, "docs/audit/sync_manifest.js": { - "mtime": 1786799852.3509533, - "seen": 1787461822.0891325, - "ast_hash": "7315ba82c162ad4c2a0cec307966c580", - "semantic_hash": "7315ba82c162ad4c2a0cec307966c580" + "mtime": 1787419447.8072748, + "seen": 1787521817.25099, + "ast_hash": "fb0b5e85da9988385461c9874b81f098", + "semantic_hash": "" }, "docs/audit/validate_evidence_grade.js": { - "mtime": 1786799852.351954, - "seen": 1787461822.0891325, - "ast_hash": "5f68ed3e8236ececf82e5da4ac47d93b", - "semantic_hash": "5f68ed3e8236ececf82e5da4ac47d93b" + "mtime": 1787419447.8092697, + "seen": 1787521817.2509952, + "ast_hash": "c1d1588bda6bf7af78e33346d79f91bd", + "semantic_hash": "" }, "docs/audit/validate_integrity.js": { - "mtime": 1786799852.3529525, - "seen": 1787461822.0891325, - "ast_hash": "7bd05a71bd8c0c23db65db5201d3c030", - "semantic_hash": "7bd05a71bd8c0c23db65db5201d3c030" + "mtime": 1787419447.812268, + "seen": 1787521817.2510004, + "ast_hash": "a3b980c7fa29a6027b9c4d9655be040b", + "semantic_hash": "" }, "frontend/admin-panel/eslint.config.js": { - "mtime": 1787148092.3345017, - "seen": 1787461822.0891325, - "ast_hash": "b204828b41a3391dd9ab65a1087e197f", - "semantic_hash": "b204828b41a3391dd9ab65a1087e197f" + "mtime": 1787419447.8182826, + "seen": 1787521817.2510054, + "ast_hash": "469375c6626501bacfd4c0ccd0c378e6", + "semantic_hash": "" }, "frontend/admin-panel/package.json": { - "mtime": 1785570791.953119, - "seen": 1787461822.0891325, - "ast_hash": "f9e35fdccbe93fd60b511f72bf414766", - "semantic_hash": "f9e35fdccbe93fd60b511f72bf414766" + "mtime": 1787419447.828282, + "seen": 1787521817.25101, + "ast_hash": "c3c6b2a5cb69e912965b5e64269955df", + "semantic_hash": "" }, "frontend/admin-panel/postcss.config.js": { - "mtime": 1783764561.7962818, - "seen": 1787461822.0891325, - "ast_hash": "c1ee9ce6a4fe04105dbf8e619390df5e", - "semantic_hash": "c1ee9ce6a4fe04105dbf8e619390df5e" + "mtime": 1787419447.8292823, + "seen": 1787521817.2510147, + "ast_hash": "ac96fa81e8dd4224012bce81068fe169", + "semantic_hash": "" }, "frontend/admin-panel/src/App.tsx": { - "mtime": 1786799852.3654811, - "seen": 1787461822.0891325, - "ast_hash": "140226fcd94080d00f56e2f8b65f95e5", - "semantic_hash": "140226fcd94080d00f56e2f8b65f95e5" + "mtime": 1787419450.0987012, + "seen": 1787521817.2510195, + "ast_hash": "07ad8fa90c7724d58bc2272232e84304", + "semantic_hash": "" }, "frontend/admin-panel/src/components/Layout.tsx": { - "mtime": 1784621786.9585948, - "seen": 1787461822.0891325, - "ast_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71", - "semantic_hash": "e2192f9b6c86f07ff6c6ec9bf9d1cb71" + "mtime": 1787419450.120241, + "seen": 1787521817.2510285, + "ast_hash": "b6e0388d77bf986189f18633a2b848e2", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ProtectedRoute.tsx": { - "mtime": 1786799852.369164, - "seen": 1787461822.0891325, - "ast_hash": "bcb0329847fb25e9fe1e990a30609210", - "semantic_hash": "bcb0329847fb25e9fe1e990a30609210" + "mtime": 1787419450.122357, + "seen": 1787521817.251033, + "ast_hash": "9b0965a0c597dbed24e361dc38eabc62", + "semantic_hash": "" }, "frontend/admin-panel/src/components/Sidebar.tsx": { - "mtime": 1787461143.7296612, - "seen": 1787461822.0891325, - "ast_hash": "0020921da1b729dd663979b02a39e91f", + "mtime": 1787503865.7887416, + "seen": 1787521817.2510412, + "ast_hash": "91feef4058bd7dea86998ce6513cd27c", "semantic_hash": "" }, "frontend/admin-panel/src/components/Topbar.tsx": { - "mtime": 1787461169.8280544, - "seen": 1787461822.0891325, - "ast_hash": "5bf7995d0d612c91bf3d6a16e90b24d0", + "mtime": 1787503865.79075, + "seen": 1787521817.251047, + "ast_hash": "29413e6c7b6ea8598aa7e394e330e4ac", "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/ConfirmModal.tsx": { - "mtime": 1786972191.3590996, - "seen": 1787461822.0891325, - "ast_hash": "982712b3d0130cbc66035a9caa4dc173", - "semantic_hash": "982712b3d0130cbc66035a9caa4dc173" + "mtime": 1787419450.132507, + "seen": 1787521817.2510707, + "ast_hash": "ac8a3a8c64f0fa323bada59255e54770", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/MediaSelector.tsx": { - "mtime": 1787038450.536697, - "seen": 1787461822.0891325, - "ast_hash": "ed6a6da6e5929bf77a82b5cda0fb3eeb", - "semantic_hash": "ed6a6da6e5929bf77a82b5cda0fb3eeb" + "mtime": 1787419450.1422079, + "seen": 1787521817.2511091, + "ast_hash": "604e8770ef400157577ac6ca672fbe5f", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/Pagination.tsx": { - "mtime": 1786799852.387442, - "seen": 1787461822.0891325, - "ast_hash": "8ab314264c858bcd6cb53fc4c9985cf0", - "semantic_hash": "8ab314264c858bcd6cb53fc4c9985cf0" + "mtime": 1787419450.1437314, + "seen": 1787521817.2511203, + "ast_hash": "05a517227751a7eccaba34297e4e72f4", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/Skeleton.tsx": { - "mtime": 1783856792.9775357, - "seen": 1787461822.0891325, - "ast_hash": "dd6a1fca8a8db341521aa315829143e0", - "semantic_hash": "dd6a1fca8a8db341521aa315829143e0" + "mtime": 1787419450.1489928, + "seen": 1787521817.2511458, + "ast_hash": "d0e0b68406b961327ce6fd161d3ee38f", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/Spinner.tsx": { - "mtime": 1783856792.9790492, - "seen": 1787461822.0891325, - "ast_hash": "32a95c9dc25ac088596fdccd17d7284a", - "semantic_hash": "32a95c9dc25ac088596fdccd17d7284a" + "mtime": 1787419450.150992, + "seen": 1787521817.2511544, + "ast_hash": "860c9ddc5f95388cc04315b0c68a40b2", + "semantic_hash": "" }, "frontend/admin-panel/src/main.tsx": { - "mtime": 1787062325.3950386, - "seen": 1787461822.0891325, - "ast_hash": "e9195a72ddf4287e9eac6200a579623c", - "semantic_hash": "e9195a72ddf4287e9eac6200a579623c" + "mtime": 1787419450.1775818, + "seen": 1787521817.2511778, + "ast_hash": "288b6263eff18a102e65eb7bf9214580", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/B2BManager.tsx": { - "mtime": 1786799852.3914404, - "seen": 1787461822.0891325, - "ast_hash": "6cbd7610d61fa9fc98b797fe2962d3ee", - "semantic_hash": "6cbd7610d61fa9fc98b797fe2962d3ee" + "mtime": 1787503865.8035686, + "seen": 1787521817.251183, + "ast_hash": "5f94a736044e1ad4b1d86b1dd5433a6e", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/BannersManager.tsx": { - "mtime": 1786946249.9659286, - "seen": 1787461822.0891325, - "ast_hash": "7db510633d62b7278bc32e6ba83060b2", - "semantic_hash": "7db510633d62b7278bc32e6ba83060b2" + "mtime": 1787503865.8061829, + "seen": 1787521817.2511883, + "ast_hash": "c719d0adce478ffd0aeb0a7cdbc4c3ea", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Blogs.tsx": { - "mtime": 1786799852.3959572, - "seen": 1787461822.0891325, - "ast_hash": "7e351212d40fc0308c460d6b1bc2a87c", - "semantic_hash": "7e351212d40fc0308c460d6b1bc2a87c" + "mtime": 1787503865.8081858, + "seen": 1787521817.2511964, + "ast_hash": "641f3e3d35e252919a6f8007d7c4f333", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/CMS.tsx": { - "mtime": 1786799852.4009578, - "seen": 1787461822.0891325, - "ast_hash": "85f86915c2f77799a2e628c3a5119b3d", - "semantic_hash": "85f86915c2f77799a2e628c3a5119b3d" + "mtime": 1787503865.811185, + "seen": 1787521817.2512016, + "ast_hash": "ff1e756a14a9b95debfbdec4f21b9424", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Categories.tsx": { - "mtime": 1786799852.4049785, - "seen": 1787461822.0891325, - "ast_hash": "6da24d6cce9446f65eca3c8111314b38", - "semantic_hash": "6da24d6cce9446f65eca3c8111314b38" + "mtime": 1787503865.8149645, + "seen": 1787521817.2512076, + "ast_hash": "7efdd3e5fa717cb2c0b66bb2eaedc95b", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/ContactSubmissions.tsx": { - "mtime": 1786799852.405538, - "seen": 1787461822.0891325, - "ast_hash": "203da6d16abc779117c2f0492f7c0922", - "semantic_hash": "203da6d16abc779117c2f0492f7c0922" + "mtime": 1787503865.8165739, + "seen": 1787521817.2512171, + "ast_hash": "9e68faae1cab867faf7a57bc7f239f76", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Coupons.tsx": { - "mtime": 1787461478.0823157, - "seen": 1787461822.0891325, - "ast_hash": "4259414f2004a2fb490e17d0a7a46b42", + "mtime": 1787503865.8191109, + "seen": 1787521817.2512233, + "ast_hash": "662c4254487f086260d234979179ee20", "semantic_hash": "" }, "frontend/admin-panel/src/pages/Dashboard.tsx": { - "mtime": 1786885876.82951, - "seen": 1787461822.0891325, - "ast_hash": "025cbf432db0594426593332e01d5924", - "semantic_hash": "025cbf432db0594426593332e01d5924" + "mtime": 1787419450.1951823, + "seen": 1787521817.2512276, + "ast_hash": "d5d6ab4fd01e3941b51e524649dc5edd", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/FinancialSettingsPage.tsx": { - "mtime": 1787407740.7640047, - "seen": 1787461822.0891325, - "ast_hash": "deede9f26bf9361f3a62154bd3ca0602", - "semantic_hash": "deede9f26bf9361f3a62154bd3ca0602" + "mtime": 1787503865.826406, + "seen": 1787521817.2512436, + "ast_hash": "b3862c61a93eaea81fff83c5850985b0", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/IngredientsManager.tsx": { - "mtime": 1786885876.8335173, - "seen": 1787461822.0891325, - "ast_hash": "fb60a926230ea5605ad5620394cf0ab3", - "semantic_hash": "fb60a926230ea5605ad5620394cf0ab3" + "mtime": 1787503865.8284216, + "seen": 1787521817.2512484, + "ast_hash": "00358139f5c088cd2d1e7897f7e93d69", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Login.tsx": { - "mtime": 1787127978.262361, - "seen": 1787461822.0891325, - "ast_hash": "49f753cc3593cff1360ca981e8f7682e", - "semantic_hash": "49f753cc3593cff1360ca981e8f7682e" + "mtime": 1787419450.2020392, + "seen": 1787521817.2512546, + "ast_hash": "5d702d3e065a2f7416df25f28b0e1062", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Media.tsx": { - "mtime": 1787056319.6792488, - "seen": 1787461822.0891325, - "ast_hash": "1c138cc233dba2b567a4f40dad612987", - "semantic_hash": "1c138cc233dba2b567a4f40dad612987" + "mtime": 1787503865.830418, + "seen": 1787521817.2512598, + "ast_hash": "2a2bd7a70066c4d06d58491c00beeaff", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Orders.tsx": { - "mtime": 1787461547.183884, - "seen": 1787461822.0891325, - "ast_hash": "3fe990de82b7a65e9b6e9113d8dffccb", + "mtime": 1787503865.8381035, + "seen": 1787521817.2512693, + "ast_hash": "39fafcfdd305e53489c5faa0be116ea0", "semantic_hash": "" }, "frontend/admin-panel/src/pages/Pets.tsx": { - "mtime": 1786954681.8330536, - "seen": 1787461822.0891325, - "ast_hash": "9cfc80ceaf68ca5e2d60bdd144342b63", - "semantic_hash": "9cfc80ceaf68ca5e2d60bdd144342b63" + "mtime": 1787503865.842475, + "seen": 1787521817.2512739, + "ast_hash": "7cbec12a36c65cced68e89ff5f61bb64", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/PrescriptionsManager.tsx": { - "mtime": 1787056319.685764, - "seen": 1787461822.0891325, - "ast_hash": "807e4dd2428f3d1e2fdc7807a7d40d44", - "semantic_hash": "807e4dd2428f3d1e2fdc7807a7d40d44" + "mtime": 1787503865.8449986, + "seen": 1787521817.251276, + "ast_hash": "d46ffa0bc945f3211dab760331d3a84d", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Products.tsx": { - "mtime": 1787461382.648762, - "seen": 1787461822.0891325, - "ast_hash": "fab47cbe2661e496fe6239122db23206", + "mtime": 1787520351.3262084, + "seen": 1787521817.251278, + "ast_hash": "b5276c59fd281eb5135bf0ec1a02fb45", "semantic_hash": "" }, "frontend/admin-panel/src/pages/Reports.tsx": { - "mtime": 1786894580.141384, - "seen": 1787461822.0891325, - "ast_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8", - "semantic_hash": "f2c8fafd9dea6452f4f3e2f9cfb2e4b8" + "mtime": 1787503865.8662434, + "seen": 1787521817.2512798, + "ast_hash": "7b109db61c4fcda330838d587ac68cc5", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/SeoSettingsPage.tsx": { - "mtime": 1787139270.954409, - "seen": 1787461822.0891325, - "ast_hash": "ce03f19465ad9b1b1e5068ded1b11efb", - "semantic_hash": "ce03f19465ad9b1b1e5068ded1b11efb" + "mtime": 1787503865.8711812, + "seen": 1787521817.251285, + "ast_hash": "b89faf96d530f11e10acce12fd594dd0", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Settings.tsx": { - "mtime": 1787127978.2668808, - "seen": 1787461822.0891325, - "ast_hash": "2e8eee551465d12c64fa7a1f3d6c9f07", - "semantic_hash": "2e8eee551465d12c64fa7a1f3d6c9f07" + "mtime": 1787503865.874658, + "seen": 1787521817.2512867, + "ast_hash": "21e937a64900980dd9f9e0228586bd45", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/SmartAdvisorManager.tsx": { - "mtime": 1786799852.4430275, - "seen": 1787461822.0891325, - "ast_hash": "f83cad6af9f529abd276d6a2e9e0d83e", - "semantic_hash": "f83cad6af9f529abd276d6a2e9e0d83e" + "mtime": 1787503865.878831, + "seen": 1787521817.251292, + "ast_hash": "6a81f2e1c7a91294c3a0d4e25b6dece9", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/SystemSettingsPage.tsx": { - "mtime": 1787071159.970609, - "seen": 1787461822.0891325, - "ast_hash": "f445a14c1e86647336ece1c91e4f9886", - "semantic_hash": "f445a14c1e86647336ece1c91e4f9886" + "mtime": 1787503865.8857567, + "seen": 1787521817.2512982, + "ast_hash": "acf69cb759334aca252338930118175d", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/TestimonialsManager.tsx": { - "mtime": 1787148092.3415425, - "seen": 1787461822.0891325, - "ast_hash": "caa128a7963ee29a33240ed41754bfa3", - "semantic_hash": "caa128a7963ee29a33240ed41754bfa3" + "mtime": 1787503865.887891, + "seen": 1787521817.2513, + "ast_hash": "c9f48c661c593f7c60e8e4cd224a3f1e", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/UITexts.tsx": { - "mtime": 1787139270.9564083, - "seen": 1787461822.0891325, - "ast_hash": "583fd997cf378e46f27e1dc213158a19", - "semantic_hash": "583fd997cf378e46f27e1dc213158a19" + "mtime": 1787503865.896362, + "seen": 1787521817.2513075, + "ast_hash": "24bc99620b75d9ea559709280da9753c", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Users.tsx": { - "mtime": 1787461698.4508913, - "seen": 1787461822.0891325, - "ast_hash": "47ce0b304f38b518582f2118906ce2a8", + "mtime": 1787503865.8986168, + "seen": 1787521817.2513096, + "ast_hash": "28183f8ded632c927a11d1e4876fcd66", "semantic_hash": "" }, "frontend/admin-panel/src/pages/Videos.tsx": { - "mtime": 1786971396.0664716, - "seen": 1787461822.0891325, - "ast_hash": "a2d8bf9e7cfd450fab6e202f0cea819f", - "semantic_hash": "a2d8bf9e7cfd450fab6e202f0cea819f" + "mtime": 1787503865.9039042, + "seen": 1787521817.2513115, + "ast_hash": "d8b10804162ea9891ecbc88ef9de20a2", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/WholesaleApplications.tsx": { - "mtime": 1786799852.4578054, - "seen": 1787461822.0891325, - "ast_hash": "45657e006d0c25fffc52b91d10f64271", - "semantic_hash": "45657e006d0c25fffc52b91d10f64271" + "mtime": 1787503865.907041, + "seen": 1787521817.251314, + "ast_hash": "4a8e1a99b42ac58f623eb3563f817ea7", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Wiki.tsx": { - "mtime": 1786885876.8683088, - "seen": 1787461822.0891325, - "ast_hash": "2ac3805e4ff0e5399a52c663cf390dd3", - "semantic_hash": "2ac3805e4ff0e5399a52c663cf390dd3" + "mtime": 1787503865.9161067, + "seen": 1787521817.2513156, + "ast_hash": "293baa4570b42529ac96ab788c417427", + "semantic_hash": "" }, "frontend/admin-panel/src/routes/adminRoutes.tsx": { - "mtime": 1787461516.295375, - "seen": 1787461822.0891325, - "ast_hash": "50755a1d58935bf5b70406d2e83564f3", + "mtime": 1787503865.9275491, + "seen": 1787521817.251321, + "ast_hash": "a6249e0ca28439d0698e614c4c336b1e", "semantic_hash": "" }, "frontend/admin-panel/src/services/api.ts": { - "mtime": 1786896758.433963, - "seen": 1787461822.0891325, - "ast_hash": "2bec645a6dc0218587030146034dbea0", - "semantic_hash": "2bec645a6dc0218587030146034dbea0" + "mtime": 1787419450.269887, + "seen": 1787521817.2513251, + "ast_hash": "0c1b1fc8da36abf0cdbe2daacda1229c", + "semantic_hash": "" }, "frontend/admin-panel/src/store/adminAuthStore.ts": { - "mtime": 1786799852.469037, - "seen": 1787461822.0891325, - "ast_hash": "a2ca7b287d2c7efe08802b6187d95d67", - "semantic_hash": "a2ca7b287d2c7efe08802b6187d95d67" + "mtime": 1787419450.2769375, + "seen": 1787521817.2513275, + "ast_hash": "14c723815e4fda2462f19194b89bcee8", + "semantic_hash": "" }, "frontend/admin-panel/src/types/admin.ts": { - "mtime": 1787139270.9574077, - "seen": 1787461822.0891325, - "ast_hash": "7e167fef2655f090edc24e3575bb84f4", - "semantic_hash": "7e167fef2655f090edc24e3575bb84f4" + "mtime": 1787419450.285071, + "seen": 1787521817.2513301, + "ast_hash": "8c155e134a1706d3fa8e1239bb00b93a", + "semantic_hash": "" }, "frontend/admin-panel/tailwind.config.js": { - "mtime": 1783764561.8617213, - "seen": 1787461822.0891325, - "ast_hash": "3346df3fd0a1ea3f84440703bf8fd2cb", - "semantic_hash": "3346df3fd0a1ea3f84440703bf8fd2cb" + "mtime": 1787419450.2908182, + "seen": 1787521817.2513397, + "ast_hash": "9afb21cebd97d1d0507d3a6067926a05", + "semantic_hash": "" }, "frontend/admin-panel/tsconfig.app.json": { - "mtime": 1787055476.7795663, - "seen": 1787461822.0891325, - "ast_hash": "b885d5f97cf6fc2c1e7997d4b8abfb88", - "semantic_hash": "b885d5f97cf6fc2c1e7997d4b8abfb88" + "mtime": 1787419450.2921057, + "seen": 1787521817.251342, + "ast_hash": "de0354eb5fafd189bac40f57c4d19ae6", + "semantic_hash": "" }, "frontend/admin-panel/tsconfig.json": { - "mtime": 1783764561.8633935, - "seen": 1787461822.0891325, - "ast_hash": "a3d39fa780ebff65444de257f291ce6c", - "semantic_hash": "a3d39fa780ebff65444de257f291ce6c" + "mtime": 1787419450.2932396, + "seen": 1787521817.251344, + "ast_hash": "852c3a5df14a4b43ac28e9554ebedf4a", + "semantic_hash": "" }, "frontend/admin-panel/tsconfig.node.json": { - "mtime": 1783764561.863923, - "seen": 1787461822.0891325, - "ast_hash": "70bdd0a673bcfc0e828080b306e7c680", - "semantic_hash": "70bdd0a673bcfc0e828080b306e7c680" + "mtime": 1787419450.2944238, + "seen": 1787521817.2513459, + "ast_hash": "1cd4c6b260b0dccbad5bc0a25029f390", + "semantic_hash": "" }, "frontend/admin-panel/vite.config.ts": { - "mtime": 1783764561.864455, - "seen": 1787461822.0891325, - "ast_hash": "88439104b3c207f17d33ef3160e3b080", - "semantic_hash": "88439104b3c207f17d33ef3160e3b080" + "mtime": 1787419450.29612, + "seen": 1787521817.2513478, + "ast_hash": "199e1221ae03d6974fdc8b5e23787b98", + "semantic_hash": "" }, "frontend/application/app/ClientLayout.tsx": { - "mtime": 1787461094.1630802, - "seen": 1787461822.0891325, - "ast_hash": "a324af506eb9e3892b81b3f86c4aaafd", + "mtime": 1787419472.690078, + "seen": 1787521817.25135, + "ast_hash": "a1753c01f2f51b7de27ffe396e602789", "semantic_hash": "" }, "frontend/application/app/HomeClient.tsx": { - "mtime": 1787148092.3474615, - "seen": 1787461822.0891325, - "ast_hash": "18591b46769b1276ee55bb9f92ed1ca6", - "semantic_hash": "18591b46769b1276ee55bb9f92ed1ca6" + "mtime": 1787419450.3064482, + "seen": 1787521817.251352, + "ast_hash": "96501c39e96a0390c0cfe934a83dde91", + "semantic_hash": "" }, "frontend/application/app/about/page.tsx": { - "mtime": 1787139270.9594126, - "seen": 1787461822.0891325, - "ast_hash": "dea769499f3e4d950e310655b5b9b455", - "semantic_hash": "dea769499f3e4d950e310655b5b9b455" + "mtime": 1787419450.3114164, + "seen": 1787521817.2513537, + "ast_hash": "1b91e23e04c4c1407a15ed384e9573d3", + "semantic_hash": "" }, "frontend/application/app/blog/[slug]/page.tsx": { - "mtime": 1787139270.961423, - "seen": 1787461822.0891325, - "ast_hash": "4a8af196801fcc6095375a37b2278614", - "semantic_hash": "4a8af196801fcc6095375a37b2278614" + "mtime": 1787419450.315425, + "seen": 1787521817.251356, + "ast_hash": "4cbdd373a2f7e0b5a7473a0aaecc1931", + "semantic_hash": "" }, "frontend/application/app/blog/page.tsx": { - "mtime": 1787139270.9645295, - "seen": 1787461822.0891325, - "ast_hash": "5072b3249e077e62628c954fed333258", - "semantic_hash": "5072b3249e077e62628c954fed333258" + "mtime": 1787419450.316438, + "seen": 1787521817.251358, + "ast_hash": "62633e1ccbbbf71722b39fc642306971", + "semantic_hash": "" }, "frontend/application/app/catalog/CatalogClient.tsx": { - "mtime": 1786872121.5664852, - "seen": 1787461822.0891325, - "ast_hash": "32fa6454837b8cc0eabeec1f43f7208e", - "semantic_hash": "32fa6454837b8cc0eabeec1f43f7208e" + "mtime": 1787419450.3180406, + "seen": 1787521817.2513597, + "ast_hash": "4930fa8d5a26f8dad97ea0034af4a11d", + "semantic_hash": "" }, "frontend/application/app/catalog/page.tsx": { - "mtime": 1787139270.9655254, - "seen": 1787461822.0891325, - "ast_hash": "a3df5895707ba1f0809841320a2b7dff", - "semantic_hash": "a3df5895707ba1f0809841320a2b7dff" + "mtime": 1787419450.3195107, + "seen": 1787521817.2513616, + "ast_hash": "830de4643df6964602330c7c921dafdc", + "semantic_hash": "" }, "frontend/application/app/checkout/page.tsx": { - "mtime": 1787139270.9675355, - "seen": 1787461822.0891325, - "ast_hash": "3f670c85242a956b39b07dbada3e11d0", - "semantic_hash": "3f670c85242a956b39b07dbada3e11d0" + "mtime": 1787419450.3229702, + "seen": 1787521817.2513633, + "ast_hash": "de09434e1b8cc493aba8f68a9a4877de", + "semantic_hash": "" }, "frontend/application/app/checkout/success/[id]/page.tsx": { - "mtime": 1783764561.8786683, - "seen": 1787461822.0891325, - "ast_hash": "0e0899f968c15078ee01116c3e34d4a4", - "semantic_hash": "0e0899f968c15078ee01116c3e34d4a4" + "mtime": 1787419450.3257985, + "seen": 1787521817.2513657, + "ast_hash": "4b8d1a44de16d954f2ee250ffab2393f", + "semantic_hash": "" }, "frontend/application/app/contact/page.tsx": { - "mtime": 1787139270.969052, - "seen": 1787461822.0891325, - "ast_hash": "6f9639fea9a9dc1b79504c6b4a45daac", - "semantic_hash": "6f9639fea9a9dc1b79504c6b4a45daac" + "mtime": 1787419450.3272946, + "seen": 1787521817.251368, + "ast_hash": "b3634ddc44d887eac2567289cf8919a9", + "semantic_hash": "" }, "frontend/application/app/dashboard/page.tsx": { - "mtime": 1787394935.3182175, - "seen": 1787461822.0891325, - "ast_hash": "82cfc707ac8e663e34c742ee14b11a4e", - "semantic_hash": "82cfc707ac8e663e34c742ee14b11a4e" + "mtime": 1787419450.3295455, + "seen": 1787521817.25137, + "ast_hash": "7e5f3aec18a3e994f37de7ba22e179e1", + "semantic_hash": "" }, "frontend/application/app/error.tsx": { - "mtime": 1785148022.478709, - "seen": 1787461822.0891325, - "ast_hash": "aea86a6d5b21cbff7bb38f382d1dd82d", - "semantic_hash": "aea86a6d5b21cbff7bb38f382d1dd82d" + "mtime": 1787419450.3300738, + "seen": 1787521817.2513719, + "ast_hash": "8787d6fd167a2cccf79a6cbb647a87dd", + "semantic_hash": "" }, "frontend/application/app/layout.tsx": { - "mtime": 1787139270.973051, - "seen": 1787461822.0891325, - "ast_hash": "eaf4b680f5428a0cdd6e5bb803472567", - "semantic_hash": "eaf4b680f5428a0cdd6e5bb803472567" + "mtime": 1787419450.3350053, + "seen": 1787521817.2513738, + "ast_hash": "63b9fb95ffc3acbb40415d8f03f31005", + "semantic_hash": "" }, "frontend/application/app/loading.tsx": { - "mtime": 1785148022.48765, - "seen": 1787461822.0891325, - "ast_hash": "daf62321fecabcbf8379d39f84a07c03", - "semantic_hash": "daf62321fecabcbf8379d39f84a07c03" + "mtime": 1787419450.3370085, + "seen": 1787521817.2513757, + "ast_hash": "59b94663682a5cd89fa40cbd756dd05b", + "semantic_hash": "" }, "frontend/application/app/not-found.tsx": { - "mtime": 1783764561.8914113, - "seen": 1787461822.0891325, - "ast_hash": "6cada341f40f65b06a39f2a3020d7b96", - "semantic_hash": "6cada341f40f65b06a39f2a3020d7b96" + "mtime": 1787419450.3380215, + "seen": 1787521817.2513776, + "ast_hash": "142f5f3e6ffc3f99154cbec8f8be6c2d", + "semantic_hash": "" }, "frontend/application/app/page.tsx": { - "mtime": 1787139270.9749596, - "seen": 1787461822.0891325, - "ast_hash": "cf29e953f9b3c0666b71f7d97136e8d3", - "semantic_hash": "cf29e953f9b3c0666b71f7d97136e8d3" + "mtime": 1787419450.3390248, + "seen": 1787521817.2513795, + "ast_hash": "d9bee08f09678d8824eb5674dbb8e32f", + "semantic_hash": "" }, "frontend/application/app/privacy/page.tsx": { - "mtime": 1787139270.9765637, - "seen": 1787461822.0891325, - "ast_hash": "54bf1a02ddfd06de2d9ec536a04ba97f", - "semantic_hash": "54bf1a02ddfd06de2d9ec536a04ba97f" + "mtime": 1787419450.3444185, + "seen": 1787521817.2513835, + "ast_hash": "8aa76bf2165b08741e318f7d02c40ee7", + "semantic_hash": "" }, "frontend/application/app/profile/page.tsx": { - "mtime": 1787139270.9788032, - "seen": 1787461822.0891325, - "ast_hash": "1a4283a6fb6b3120519acbd35cb5282e", - "semantic_hash": "1a4283a6fb6b3120519acbd35cb5282e" + "mtime": 1787419450.3648918, + "seen": 1787521817.251386, + "ast_hash": "8cb315514a14d77cbffc60c7c78caa15", + "semantic_hash": "" }, "frontend/application/app/robots.ts": { - "mtime": 1787127978.2906468, - "seen": 1787461822.0891325, - "ast_hash": "81af2ea725c5f72b17188da399a2f9bb", - "semantic_hash": "81af2ea725c5f72b17188da399a2f9bb" + "mtime": 1787419450.366544, + "seen": 1787521817.2513876, + "ast_hash": "c595304a522258a157634bef40145255", + "semantic_hash": "" }, "frontend/application/app/search/page.tsx": { - "mtime": 1787139270.9799466, - "seen": 1787461822.0891325, - "ast_hash": "27d03ec9568875b47bb7d5bad3632085", - "semantic_hash": "27d03ec9568875b47bb7d5bad3632085" + "mtime": 1787419450.369915, + "seen": 1787521817.2513895, + "ast_hash": "0802e98f53f607a3276f2da1d9020b67", + "semantic_hash": "" }, "frontend/application/app/shop/[slug]/page.tsx": { - "mtime": 1787139270.9815395, - "seen": 1787461822.0891325, - "ast_hash": "6dfdfa7712f0c62c6838a5a87cd0308a", - "semantic_hash": "6dfdfa7712f0c62c6838a5a87cd0308a" + "mtime": 1787419450.376986, + "seen": 1787521817.2513914, + "ast_hash": "9738db09481ae07e3e137ff2189ae6bf", + "semantic_hash": "" }, "frontend/application/app/shop/page.tsx": { - "mtime": 1787139270.98315, - "seen": 1787461822.0891325, - "ast_hash": "65233cde350eba01cf6191f4d5888aff", - "semantic_hash": "65233cde350eba01cf6191f4d5888aff" + "mtime": 1787419450.3800035, + "seen": 1787521817.251393, + "ast_hash": "8628c4faa4e8a08135ad46c2c3bb257c", + "semantic_hash": "" }, "frontend/application/app/sitemap.ts": { - "mtime": 1787127978.3004093, - "seen": 1787461822.0891325, - "ast_hash": "2526cac691de32fdbd41ab514d21c01e", - "semantic_hash": "2526cac691de32fdbd41ab514d21c01e" + "mtime": 1787419450.3813207, + "seen": 1787521817.251395, + "ast_hash": "e3ebf59f914e33a600a19b5ef761fbdd", + "semantic_hash": "" }, "frontend/application/app/track/page.tsx": { - "mtime": 1787139270.9842136, - "seen": 1787461822.0891325, - "ast_hash": "ead1a36ba8de0ddbc98d68c77fcd0c68", - "semantic_hash": "ead1a36ba8de0ddbc98d68c77fcd0c68" + "mtime": 1787419450.382848, + "seen": 1787521817.251397, + "ast_hash": "fc127e68ff3b25857286fe86a9e5b714", + "semantic_hash": "" }, "frontend/application/app/trust-seals/page.tsx": { - "mtime": 1787394001.6093068, - "seen": 1787461822.0891325, - "ast_hash": "8dca9a0847bedf92637fc07ed89e39b3", - "semantic_hash": "8dca9a0847bedf92637fc07ed89e39b3" + "mtime": 1787419450.3868961, + "seen": 1787521817.2513986, + "ast_hash": "dcb73e6b7a0d4ad7446df3fa5845dd6a", + "semantic_hash": "" }, "frontend/application/app/videos/page.tsx": { - "mtime": 1787139270.9858232, - "seen": 1787461822.0891325, - "ast_hash": "d6455b2568d71f065e2c8ad06775b97f", - "semantic_hash": "d6455b2568d71f065e2c8ad06775b97f" + "mtime": 1787419450.3951614, + "seen": 1787521817.2514005, + "ast_hash": "f882e78963a4bb1ee8f069cac17150bf", + "semantic_hash": "" }, "frontend/application/app/wiki/[slug]/page.tsx": { - "mtime": 1787139270.9868338, - "seen": 1787461822.0891325, - "ast_hash": "556a1fbbe54b622dff08d2ca1c321da3", - "semantic_hash": "556a1fbbe54b622dff08d2ca1c321da3" + "mtime": 1787419450.39801, + "seen": 1787521817.2514024, + "ast_hash": "7da2c550942761cb65ec9a598e0a9bad", + "semantic_hash": "" }, "frontend/application/app/wiki/page.tsx": { - "mtime": 1787139270.9878309, - "seen": 1787461822.0891325, - "ast_hash": "79fec8952ae04bb5c7c9a1fc753da583", - "semantic_hash": "79fec8952ae04bb5c7c9a1fc753da583" + "mtime": 1787419450.3991275, + "seen": 1787521817.2514045, + "ast_hash": "771d018bf3a87a9d3842d9b148e44d02", + "semantic_hash": "" }, "frontend/application/components/AddressModal.tsx": { - "mtime": 1786799852.5711784, - "seen": 1787461822.0891325, - "ast_hash": "34e9382058aac3b8ee1d4b3a4dea8be9", - "semantic_hash": "34e9382058aac3b8ee1d4b3a4dea8be9" + "mtime": 1787419450.4072487, + "seen": 1787521817.2514062, + "ast_hash": "017e607066feba21332274700b9e2ad4", + "semantic_hash": "" }, "frontend/application/components/ArchivePage.tsx": { - "mtime": 1786965281.3542764, - "seen": 1787461822.0891325, - "ast_hash": "bb70a08026975e30f28fa784d4feb9c1", - "semantic_hash": "bb70a08026975e30f28fa784d4feb9c1" + "mtime": 1787520351.3302107, + "seen": 1787521817.251408, + "ast_hash": "60090dda4b3e7920b17d5c9b4d6e90d9", + "semantic_hash": "" }, "frontend/application/components/AuthModal.tsx": { - "mtime": 1786891855.357692, - "seen": 1787461822.0891325, - "ast_hash": "4eb81d742b697c063f6c82d4a3c20a76", - "semantic_hash": "4eb81d742b697c063f6c82d4a3c20a76" + "mtime": 1787419450.4115956, + "seen": 1787521817.2514102, + "ast_hash": "7aaa56d68852d619a85f3b006d7f987b", + "semantic_hash": "" }, "frontend/application/components/B2BPortal.tsx": { - "mtime": 1786894580.1568575, - "seen": 1787461822.0891325, - "ast_hash": "cd073e8a2de7b93496df2310de77f41a", - "semantic_hash": "cd073e8a2de7b93496df2310de77f41a" + "mtime": 1787419450.4136097, + "seen": 1787521817.2514117, + "ast_hash": "94ac7168aee8a51332eae4093ae1fd35", + "semantic_hash": "" }, "frontend/application/components/BackButton.tsx": { - "mtime": 1786965281.3572779, - "seen": 1787461822.0891325, - "ast_hash": "9537791a36d9fc0245ab1edd523bad9e", - "semantic_hash": "9537791a36d9fc0245ab1edd523bad9e" + "mtime": 1787419450.4146087, + "seen": 1787521817.2514136, + "ast_hash": "d1cb2d3cb8a33562ab207887b3bcc3fb", + "semantic_hash": "" }, "frontend/application/components/BlogPage.tsx": { - "mtime": 1786965281.3597915, - "seen": 1787461822.0891325, - "ast_hash": "0dab3c5c26bd6d7a65a38c8a5a356975", - "semantic_hash": "0dab3c5c26bd6d7a65a38c8a5a356975" + "mtime": 1787419450.430156, + "seen": 1787521817.2514179, + "ast_hash": "e56dc8c48bf4fbabd12563c39c98f46c", + "semantic_hash": "" }, "frontend/application/components/CartDrawer.tsx": { - "mtime": 1787407740.7650876, - "seen": 1787461822.0891325, - "ast_hash": "58f79e19a009cb61cc88effa5e007eda", - "semantic_hash": "58f79e19a009cb61cc88effa5e007eda" + "mtime": 1787419450.4463902, + "seen": 1787521817.251424, + "ast_hash": "7a64f40b5054f199aa136d5254c2316c", + "semantic_hash": "" }, "frontend/application/components/CheckoutPage.tsx": { - "mtime": 1787461094.1641116, - "seen": 1787461822.0891325, - "ast_hash": "64575cc4d350dae49e2f38ca9ea1737c", + "mtime": 1787419472.692564, + "seen": 1787521817.2514257, + "ast_hash": "bd3bbac0766f8cc9a9465e5d9503ec26", "semantic_hash": "" }, "frontend/application/components/ContactFormClient.tsx": { - "mtime": 1787127978.3109462, - "seen": 1787461822.0891325, - "ast_hash": "94d604513c647fd2999603b6af274cb7", - "semantic_hash": "94d604513c647fd2999603b6af274cb7" + "mtime": 1787419450.4585032, + "seen": 1787521817.2514277, + "ast_hash": "32b8cde220bff929458d0a77d3536a2d", + "semantic_hash": "" }, "frontend/application/components/DeleteConfirmModal.tsx": { - "mtime": 1786799852.6087523, - "seen": 1787461822.0891325, - "ast_hash": "831b2bddd3e6d156abdac216577e3c4c", - "semantic_hash": "831b2bddd3e6d156abdac216577e3c4c" + "mtime": 1787419450.4607077, + "seen": 1787521817.2514293, + "ast_hash": "63cc1149452ece0a07ac753015907009", + "semantic_hash": "" }, "frontend/application/components/EnamadBadge.tsx": { - "mtime": 1786799852.612362, - "seen": 1787461822.0891325, - "ast_hash": "37c7d2eaa27905307e5b2b147849519c", - "semantic_hash": "37c7d2eaa27905307e5b2b147849519c" + "mtime": 1787419450.4622374, + "seen": 1787521817.251431, + "ast_hash": "b5854d2a605a97d225c81ab4c47c7a87", + "semantic_hash": "" }, "frontend/application/components/ErrorBoundary.tsx": { - "mtime": 1786799852.6145496, - "seen": 1787461822.0891325, - "ast_hash": "21b1cf87a9176b9f7902e5fc4f8b6482", - "semantic_hash": "21b1cf87a9176b9f7902e5fc4f8b6482" + "mtime": 1787419450.4659553, + "seen": 1787521817.251433, + "ast_hash": "71d2afac25459167ce6d1e0fa486968c", + "semantic_hash": "" }, "frontend/application/components/ErrorPages.tsx": { - "mtime": 1786885876.9207263, - "seen": 1787461822.0891325, - "ast_hash": "d367c117edee2e91bfaa263a9514b93c", - "semantic_hash": "d367c117edee2e91bfaa263a9514b93c" + "mtime": 1787419450.466914, + "seen": 1787521817.251435, + "ast_hash": "b048d01831b173b8d86418ffebee61fd", + "semantic_hash": "" }, "frontend/application/components/FeaturedProducts.tsx": { - "mtime": 1786799852.624407, - "seen": 1787461822.0891325, - "ast_hash": "c292634313532d9ca35e6b5e56a95824", - "semantic_hash": "c292634313532d9ca35e6b5e56a95824" + "mtime": 1787520351.3322089, + "seen": 1787521817.251439, + "ast_hash": "a1db88fa79dc9ec8ece02050fde9ed59", + "semantic_hash": "" }, "frontend/application/components/Footer.tsx": { - "mtime": 1787394001.6103125, - "seen": 1787461822.0891325, - "ast_hash": "299d757318ede99a56c49ea1630f789b", - "semantic_hash": "299d757318ede99a56c49ea1630f789b" + "mtime": 1787521548.111487, + "seen": 1787521817.2514412, + "ast_hash": "0c95b1f0c18b3f5916426a11ca32080f", + "semantic_hash": "" }, "frontend/application/components/Header.tsx": { - "mtime": 1787041925.9370356, - "seen": 1787461822.0891325, - "ast_hash": "114249f5488ab03a5eda0aa04db0a92e", - "semantic_hash": "114249f5488ab03a5eda0aa04db0a92e" + "mtime": 1787503865.9360168, + "seen": 1787521817.2514431, + "ast_hash": "a4a46f4c47dc27006cd32d49bfa88018", + "semantic_hash": "" }, "frontend/application/components/HeaderButton.tsx": { - "mtime": 1786799852.637156, - "seen": 1787461822.0891325, - "ast_hash": "5e4679ee49ad04e753de83a405255e44", - "semantic_hash": "5e4679ee49ad04e753de83a405255e44" + "mtime": 1787419450.477613, + "seen": 1787521817.2514453, + "ast_hash": "b11c1414f16b1b87b882e005b3d37da2", + "semantic_hash": "" }, "frontend/application/components/Hero.tsx": { - "mtime": 1787068406.9432793, - "seen": 1787461822.0891325, - "ast_hash": "0ea5b8bb18527463b6cd6df378ee59ed", - "semantic_hash": "0ea5b8bb18527463b6cd6df378ee59ed" + "mtime": 1787518365.8450115, + "seen": 1787521817.2514472, + "ast_hash": "a24b0948aa235f9356f0160702b0ba6c", + "semantic_hash": "" }, "frontend/application/components/IngredientWiki.tsx": { - "mtime": 1786965281.3742068, - "seen": 1787461822.0891325, - "ast_hash": "5a656dd2b9fd9e8f8c83544b706da19a", - "semantic_hash": "5a656dd2b9fd9e8f8c83544b706da19a" + "mtime": 1787419450.4811347, + "seen": 1787521817.251449, + "ast_hash": "a6ec99bd65c9da1e087ca5f2f39a2c99", + "semantic_hash": "" }, "frontend/application/components/LoginModal.tsx": { - "mtime": 1786885876.9322674, - "seen": 1787461822.0891325, - "ast_hash": "8e7bdd175df5e72f59814fac75ff6254", - "semantic_hash": "8e7bdd175df5e72f59814fac75ff6254" + "mtime": 1787419450.484645, + "seen": 1787521817.2514508, + "ast_hash": "dca89beecafa773bb4e1f82805d152c2", + "semantic_hash": "" }, "frontend/application/components/MaintenancePage.tsx": { - "mtime": 1786946249.984693, - "seen": 1787461822.0891325, - "ast_hash": "ddff8dfe25db6a3b4667f52a92ffbd12", - "semantic_hash": "ddff8dfe25db6a3b4667f52a92ffbd12" + "mtime": 1787419450.5073144, + "seen": 1787521817.2514527, + "ast_hash": "1494f58671c036d2ed5182cc0d3c545f", + "semantic_hash": "" }, "frontend/application/components/NetworkBanner.tsx": { - "mtime": 1786799852.662139, - "seen": 1787461822.0891325, - "ast_hash": "17a159f769af90f446309ca321c86805", - "semantic_hash": "17a159f769af90f446309ca321c86805" + "mtime": 1787419450.510854, + "seen": 1787521817.2514544, + "ast_hash": "273de8b57e5c45d407668498f4759235", + "semantic_hash": "" }, "frontend/application/components/OrderDetailsModal.tsx": { - "mtime": 1787056525.0310273, - "seen": 1787461822.0891325, - "ast_hash": "7427f905bfdc6b73f8f7d02ae3058b05", - "semantic_hash": "7427f905bfdc6b73f8f7d02ae3058b05" + "mtime": 1787521563.534203, + "seen": 1787521817.2514563, + "ast_hash": "33f3b67271e3aebb658832bcd55dc724", + "semantic_hash": "" }, "frontend/application/components/OrderSuccess.tsx": { - "mtime": 1786799852.6655424, - "seen": 1787461822.0891325, - "ast_hash": "1af189b677cfa054b76f3a1b518113f8", - "semantic_hash": "1af189b677cfa054b76f3a1b518113f8" + "mtime": 1787419450.5153818, + "seen": 1787521817.2514584, + "ast_hash": "0201046d6089eadcf9b8ddb076e5a2f2", + "semantic_hash": "" }, "frontend/application/components/OrderTracking.tsx": { - "mtime": 1786965281.3801894, - "seen": 1787461822.0891325, - "ast_hash": "876caa8bc755d8087e403e043a1358a1", - "semantic_hash": "876caa8bc755d8087e403e043a1358a1" + "mtime": 1787419450.5163789, + "seen": 1787521817.25146, + "ast_hash": "3d7af2568b988d683493cd93988d6a92", + "semantic_hash": "" }, "frontend/application/components/PetProfile.tsx": { - "mtime": 1787461094.1650813, - "seen": 1787461822.0891325, - "ast_hash": "0de41468268b1d95f9b8e99670fa7d94", + "mtime": 1787521674.111283, + "seen": 1787521817.2514617, + "ast_hash": "eb76224ae401494b5c53f98bc663bbba", "semantic_hash": "" }, "frontend/application/components/PrescriptionUploadModal.tsx": { - "mtime": 1786965281.3856564, - "seen": 1787461822.0891325, - "ast_hash": "f622bde4484b9f8728858fdc5330f8c2", - "semantic_hash": "f622bde4484b9f8728858fdc5330f8c2" + "mtime": 1787419450.5259638, + "seen": 1787521817.2514677, + "ast_hash": "18100a7fc6ff7dbc917c5840b993bbfc", + "semantic_hash": "" }, "frontend/application/components/ProductPage.tsx": { - "mtime": 1787055297.1950588, - "seen": 1787461822.0891325, - "ast_hash": "e95f3580446ad03126416ba5059f8b60", - "semantic_hash": "e95f3580446ad03126416ba5059f8b60" + "mtime": 1787521475.9069345, + "seen": 1787521817.2514699, + "ast_hash": "d0b175868635ce94b9bbb9ad41adf938", + "semantic_hash": "" }, "frontend/application/components/SafeImage.tsx": { - "mtime": 1787074301.6912196, - "seen": 1787461822.0891325, - "ast_hash": "fb6eeb5f9240ab5848e0fbcf7405a399", - "semantic_hash": "fb6eeb5f9240ab5848e0fbcf7405a399" + "mtime": 1787521107.531712, + "seen": 1787521817.2514734, + "ast_hash": "af4fb3f7b0363b5cb0ed5329c70ac1b2", + "semantic_hash": "" }, "frontend/application/components/SearchResultsPage.tsx": { - "mtime": 1786799852.7015781, - "seen": 1787461822.0891325, - "ast_hash": "a5418e889a76fa054734277bd9a77a3d", - "semantic_hash": "a5418e889a76fa054734277bd9a77a3d" + "mtime": 1787419450.5334897, + "seen": 1787521817.2514756, + "ast_hash": "e63e1b0972aa099b6dfadae6e24e23b2", + "semantic_hash": "" }, "frontend/application/components/SearchableSelect.tsx": { - "mtime": 1785575516.1555548, - "seen": 1787461822.0891325, - "ast_hash": "9a5010afe35da7c9584bf60e69e47002", - "semantic_hash": "9a5010afe35da7c9584bf60e69e47002" + "mtime": 1787419450.5354893, + "seen": 1787521817.2514772, + "ast_hash": "e920c3c54f2595c7e40d59440b2704a9", + "semantic_hash": "" }, "frontend/application/components/Skeleton.tsx": { - "mtime": 1783764561.943997, - "seen": 1787461822.0891325, - "ast_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5", - "semantic_hash": "3df12c74c99d1d9ac25dfe620cf2b2c5" + "mtime": 1787419450.537495, + "seen": 1787521817.2514791, + "ast_hash": "4b651986b149717491545a2f52d56f57", + "semantic_hash": "" }, "frontend/application/components/SmartAdvisor.tsx": { - "mtime": 1787461094.16608, - "seen": 1787461822.0891325, - "ast_hash": "bd8fa36143ed2ea7231a93b7dedb383e", + "mtime": 1787419472.6979227, + "seen": 1787521817.2514808, + "ast_hash": "2b55ae48d7940dee94f3db9a50545a70", "semantic_hash": "" }, "frontend/application/components/TickerBanner.tsx": { - "mtime": 1786885876.9608357, - "seen": 1787461822.0891325, - "ast_hash": "e00022d0f2300ac98510a6f8c040598b", - "semantic_hash": "e00022d0f2300ac98510a6f8c040598b" + "mtime": 1787419450.5457299, + "seen": 1787521817.2514849, + "ast_hash": "9e80f3efc10d34eebc1c48bf7c039d33", + "semantic_hash": "" }, "frontend/application/components/Tooltip.tsx": { - "mtime": 1786885876.9641032, - "seen": 1787461822.0891325, - "ast_hash": "cd556c004e25bf31fc7955015e1be6c2", - "semantic_hash": "cd556c004e25bf31fc7955015e1be6c2" + "mtime": 1787419450.5484922, + "seen": 1787521817.251487, + "ast_hash": "15c983e07372660722d3f37b08429604", + "semantic_hash": "" }, "frontend/application/components/TopUpModal.tsx": { - "mtime": 1787406597.3033493, - "seen": 1787461822.0891325, - "ast_hash": "178766a9fff90dd0b233dc958a2f79b8", - "semantic_hash": "178766a9fff90dd0b233dc958a2f79b8" + "mtime": 1787419450.5602293, + "seen": 1787521817.2514887, + "ast_hash": "536e56ecf3aafe52f475513d02b42c21", + "semantic_hash": "" }, "frontend/application/components/UserDashboard.tsx": { - "mtime": 1787394935.3203175, - "seen": 1787461822.0891325, - "ast_hash": "4217d24d0a41643d249cd53267ffdf05", - "semantic_hash": "4217d24d0a41643d249cd53267ffdf05" + "mtime": 1787419450.5622191, + "seen": 1787521817.2514906, + "ast_hash": "a90b997758e671fa6afa40111c84c936", + "semantic_hash": "" }, "frontend/application/components/VetGallery.tsx": { - "mtime": 1787074301.6929152, - "seen": 1787461822.0891325, - "ast_hash": "0e687985dddefab3b7fc4592a61cb85a", - "semantic_hash": "0e687985dddefab3b7fc4592a61cb85a" + "mtime": 1787419450.5637302, + "seen": 1787521817.2514925, + "ast_hash": "211ed5614aed99d7b5fad287ef399e5b", + "semantic_hash": "" }, "frontend/application/components/VideosPage.tsx": { - "mtime": 1787048863.6937873, - "seen": 1787461822.0891325, - "ast_hash": "00d2e61c0207e03b31a8303370cf4860", - "semantic_hash": "00d2e61c0207e03b31a8303370cf4860" + "mtime": 1787419450.5708766, + "seen": 1787521817.2514958, + "ast_hash": "51f29526af737a483d8ee71e0e2abebd", + "semantic_hash": "" }, "frontend/application/components/__tests__/CartDrawer.test.tsx": { - "mtime": 1786799852.7618258, - "seen": 1787461822.0891325, - "ast_hash": "6840b24eb0f28d8120a320f0fd466154", - "semantic_hash": "6840b24eb0f28d8120a320f0fd466154" + "mtime": 1787419450.5784655, + "seen": 1787521817.2514977, + "ast_hash": "5778d00be315bb1b8f48043fbbca2e71", + "semantic_hash": "" }, "frontend/application/components/__tests__/FeaturedProducts.test.tsx": { - "mtime": 1786799852.7656322, - "seen": 1787461822.0891325, - "ast_hash": "4059af6498e993d64024592623b58a2b", - "semantic_hash": "4059af6498e993d64024592623b58a2b" + "mtime": 1787419450.5789754, + "seen": 1787521817.2515006, + "ast_hash": "c852f8b890dbf8f6e24e6094b515dbb5", + "semantic_hash": "" }, "frontend/application/components/__tests__/Footer.test.tsx": { - "mtime": 1786885876.9765952, - "seen": 1787461822.0891325, - "ast_hash": "a258662661bb7865fe657b76abc97003", - "semantic_hash": "a258662661bb7865fe657b76abc97003" + "mtime": 1787419450.580992, + "seen": 1787521817.2515025, + "ast_hash": "d601c24fe42e34b4e854670ec6b7aa32", + "semantic_hash": "" }, "frontend/application/components/__tests__/Header.test.tsx": { - "mtime": 1786799852.770019, - "seen": 1787461822.0891325, - "ast_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af", - "semantic_hash": "40d1ba45b7b0272cfc6d4d6addbaf2af" + "mtime": 1787419450.5815027, + "seen": 1787521817.2515047, + "ast_hash": "c647268f3852101fda838c90225c7f67", + "semantic_hash": "" }, "frontend/application/components/__tests__/Hero.test.tsx": { - "mtime": 1786799852.7760108, - "seen": 1787461822.0891325, - "ast_hash": "cba126955eaf2edc40fe24ce0c42d850", - "semantic_hash": "cba126955eaf2edc40fe24ce0c42d850" + "mtime": 1787419450.58305, + "seen": 1787521817.251507, + "ast_hash": "a4cdefac5abdd0e9886016e1f9ce4e5e", + "semantic_hash": "" }, "frontend/application/components/__tests__/Tooltip.test.tsx": { - "mtime": 1786799852.784349, - "seen": 1787461822.0891325, - "ast_hash": "a43df52896070e694d06a2d1ae89a99a", - "semantic_hash": "a43df52896070e694d06a2d1ae89a99a" + "mtime": 1787419450.5845878, + "seen": 1787521817.2515087, + "ast_hash": "d1f99e79619a128a5a5f3b061a10b296", + "semantic_hash": "" }, "frontend/application/eslint.config.mjs": { - "mtime": 1787148092.3580558, - "seen": 1787461822.0891325, - "ast_hash": "b4917d5d92dcb4fe98715b5625b397e2", - "semantic_hash": "b4917d5d92dcb4fe98715b5625b397e2" + "mtime": 1787419450.5921216, + "seen": 1787521817.2515163, + "ast_hash": "dac07a5c0170c457122495df5854ec40", + "semantic_hash": "" }, "frontend/application/lib/data/products.ts": { - "mtime": 1787040318.6812634, - "seen": 1787461822.0891325, - "ast_hash": "7d0cb02ac1d5f331a07ba1464dbc65ae", - "semantic_hash": "7d0cb02ac1d5f331a07ba1464dbc65ae" + "mtime": 1787419450.6267114, + "seen": 1787521817.2515182, + "ast_hash": "b88c268ed707a412c7dc22957c1b4500", + "semantic_hash": "" }, "frontend/application/lib/data/provinces.ts": { - "mtime": 1785571725.610676, - "seen": 1787461822.0891325, - "ast_hash": "cd814c89c40909d1da24ac1e01fd99c0", - "semantic_hash": "cd814c89c40909d1da24ac1e01fd99c0" + "mtime": 1787419450.6287239, + "seen": 1787521817.2515202, + "ast_hash": "37d1012b2cc815b0c3dcf2b8c4b69602", + "semantic_hash": "" }, "frontend/application/lib/data/scientificTerms.ts": { - "mtime": 1786958978.7430973, - "seen": 1787461822.0891325, - "ast_hash": "b469da9f5c2d6e81279c853211bc197f", - "semantic_hash": "b469da9f5c2d6e81279c853211bc197f" + "mtime": 1787419450.6297255, + "seen": 1787521817.2515223, + "ast_hash": "a973bbde2627bc378cf0cc1ab32f2645", + "semantic_hash": "" }, "frontend/application/lib/hooks/useNetworkStatus.ts": { - "mtime": 1786799852.793488, - "seen": 1787461822.0891325, - "ast_hash": "d6ece33f5f0149a299c49366f0e314d0", - "semantic_hash": "d6ece33f5f0149a299c49366f0e314d0" + "mtime": 1787419450.632733, + "seen": 1787521817.2515237, + "ast_hash": "1b63b054307db1ef82ececca22086623", + "semantic_hash": "" }, "frontend/application/lib/services/api.ts": { - "mtime": 1786954681.8442974, - "seen": 1787461822.0891325, - "ast_hash": "ae46ef7c44f6cbfe689fb6807c23b26b", - "semantic_hash": "ae46ef7c44f6cbfe689fb6807c23b26b" + "mtime": 1787419450.6427474, + "seen": 1787521817.2515283, + "ast_hash": "c0556ab9dc44435efff49759d0bc3a0d", + "semantic_hash": "" }, "frontend/application/lib/services/authService.ts": { - "mtime": 1786885876.9861848, - "seen": 1787461822.0891325, - "ast_hash": "497045bd75576ee0cb6f37fc0ad831da", - "semantic_hash": "497045bd75576ee0cb6f37fc0ad831da" + "mtime": 1787419450.6460838, + "seen": 1787521817.2515302, + "ast_hash": "459b71b9663c9c530a17769395059376", + "semantic_hash": "" }, "frontend/application/lib/services/orderService.ts": { - "mtime": 1786799852.8107264, - "seen": 1787461822.0891325, - "ast_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5", - "semantic_hash": "5b8b9c867e3db50a9ed5e6b3f765e3b5" + "mtime": 1787419450.6473863, + "seen": 1787521817.251532, + "ast_hash": "b4fbdeaf995b69e28d8a9052c99ab195", + "semantic_hash": "" }, "frontend/application/lib/services/productService.ts": { - "mtime": 1787055297.2006445, - "seen": 1787461822.0891325, - "ast_hash": "6d7641737afa66f370c6e22f18649bc3", - "semantic_hash": "6d7641737afa66f370c6e22f18649bc3" + "mtime": 1787520351.3372207, + "seen": 1787521817.251534, + "ast_hash": "0cdaf8956e9bdbb8f73de38e5cb192b8", + "semantic_hash": "" }, "frontend/application/lib/services/videoService.ts": { - "mtime": 1786967385.8719704, - "seen": 1787461822.0891325, - "ast_hash": "2f5855cda678f065e6f3b44fcc97f7cf", - "semantic_hash": "2f5855cda678f065e6f3b44fcc97f7cf" + "mtime": 1787419450.6519127, + "seen": 1787521817.2515383, + "ast_hash": "34cd269aafcab3d0613d7f134dcf29bb", + "semantic_hash": "" }, "frontend/application/lib/store/__tests__/cartStore.test.ts": { - "mtime": 1786799852.822037, - "seen": 1787461822.0891325, - "ast_hash": "741d154ab7044aa24c39b1694dbd9a32", - "semantic_hash": "741d154ab7044aa24c39b1694dbd9a32" + "mtime": 1787419450.6571436, + "seen": 1787521817.2515402, + "ast_hash": "3b6d9e264f0e62f93a3a20561d4e277f", + "semantic_hash": "" }, "frontend/application/lib/store/__tests__/settingsStore.test.ts": { - "mtime": 1783856793.0438032, - "seen": 1787461822.0891325, - "ast_hash": "9ca2a69a162e64abce0658a348454d97", - "semantic_hash": "9ca2a69a162e64abce0658a348454d97" + "mtime": 1787419450.6581426, + "seen": 1787521817.251542, + "ast_hash": "537ecfb8bab21fb33a938f6a1e786e90", + "semantic_hash": "" }, "frontend/application/lib/store/__tests__/userStore.test.ts": { - "mtime": 1786799852.8255477, - "seen": 1787461822.0891325, - "ast_hash": "9133574a4b0a49423dadbdc1d8d373b6", - "semantic_hash": "9133574a4b0a49423dadbdc1d8d373b6" + "mtime": 1787419450.6604438, + "seen": 1787521817.2515438, + "ast_hash": "30eb7d3d9a4dfebe98e3f5402204fc6b", + "semantic_hash": "" }, "frontend/application/lib/store/cartStore.ts": { - "mtime": 1786895436.2356844, - "seen": 1787461822.0891325, - "ast_hash": "bca90351f647e0cbd364a37d7e193d8e", - "semantic_hash": "bca90351f647e0cbd364a37d7e193d8e" + "mtime": 1787419450.66212, + "seen": 1787521817.2515457, + "ast_hash": "2496dee011c2a69d7a5da1d72e492c81", + "semantic_hash": "" }, "frontend/application/lib/store/settingsStore.ts": { - "mtime": 1786948119.7870967, - "seen": 1787461822.0891325, - "ast_hash": "ad4252536324b30028b5e4844fbd959b", - "semantic_hash": "ad4252536324b30028b5e4844fbd959b" + "mtime": 1787419450.6633267, + "seen": 1787521817.2515473, + "ast_hash": "37d30f03fdaec866630ab08c0cfd5f89", + "semantic_hash": "" }, "frontend/application/lib/store/uiStore.ts": { - "mtime": 1786799852.833588, - "seen": 1787461822.0891325, - "ast_hash": "5b78ec13363f2456a9efa6189473f93b", - "semantic_hash": "5b78ec13363f2456a9efa6189473f93b" + "mtime": 1787419450.6647682, + "seen": 1787521817.2515492, + "ast_hash": "81919583ecb536f1afac268370a1c3b9", + "semantic_hash": "" }, "frontend/application/lib/store/usePetStore.ts": { - "mtime": 1786954681.8453007, - "seen": 1787461822.0891325, - "ast_hash": "ad7e988e8e7561ed1c39db9964710806", - "semantic_hash": "ad7e988e8e7561ed1c39db9964710806" + "mtime": 1787419450.6666508, + "seen": 1787521817.251551, + "ast_hash": "ffb8c8313bd1f3674ae0e675e88d6bba", + "semantic_hash": "" }, "frontend/application/lib/store/userStore.ts": { - "mtime": 1786885876.9946983, - "seen": 1787461822.0891325, - "ast_hash": "8b78aa320dffed6f73df4e7da060b79d", - "semantic_hash": "8b78aa320dffed6f73df4e7da060b79d" + "mtime": 1787419450.6681762, + "seen": 1787521817.2515533, + "ast_hash": "1ebc90c664451158b9f821eab550b493", + "semantic_hash": "" }, "frontend/application/lib/types.ts": { - "mtime": 1786799852.8401117, - "seen": 1787461822.0891325, - "ast_hash": "d4375ccb9e1067339601af5cb0f1ae07", - "semantic_hash": "d4375ccb9e1067339601af5cb0f1ae07" + "mtime": 1787419450.679008, + "seen": 1787521817.2515554, + "ast_hash": "c752cf6241f4bfc9f3b895e45f6e6c12", + "semantic_hash": "" }, "frontend/application/lib/utils.ts": { - "mtime": 1786799852.847284, - "seen": 1787461822.0891325, - "ast_hash": "13d70256fc31437c6a1d3c3450c0d5c6", - "semantic_hash": "13d70256fc31437c6a1d3c3450c0d5c6" + "mtime": 1787419450.6807587, + "seen": 1787521817.251557, + "ast_hash": "2ba8c36aab62e8c642cbf9c1358f76c4", + "semantic_hash": "" }, "frontend/application/next.config.ts": { - "mtime": 1787127978.3144548, - "seen": 1787461822.0891325, - "ast_hash": "d0175a482481687c405176dfa11baa6a", - "semantic_hash": "d0175a482481687c405176dfa11baa6a" + "mtime": 1787419450.6826696, + "seen": 1787521817.251559, + "ast_hash": "604177cd11d0f09137cc32e3bc5326ae", + "semantic_hash": "" }, "frontend/application/package.json": { - "mtime": 1786799852.8631322, - "seen": 1787461822.0891325, - "ast_hash": "6e05083120e9bf19ace443112d6b54ab", - "semantic_hash": "6e05083120e9bf19ace443112d6b54ab" + "mtime": 1787419450.690387, + "seen": 1787521817.2515607, + "ast_hash": "047ed0fa0e5ff5e45dad7257ac9316f1", + "semantic_hash": "" }, "frontend/application/postcss.config.mjs": { - "mtime": 1783764561.9882522, - "seen": 1787461822.0891325, - "ast_hash": "239f3ebf717465dc636818a1a619398d", - "semantic_hash": "239f3ebf717465dc636818a1a619398d" + "mtime": 1787419450.6921093, + "seen": 1787521817.2515626, + "ast_hash": "481fac0fdecd70e1821cc30b86030c1a", + "semantic_hash": "" }, "frontend/application/tsconfig.json": { - "mtime": 1786799852.86564, - "seen": 1787461822.0891325, - "ast_hash": "09df7544350f3ee3b4fe33841d294a86", - "semantic_hash": "09df7544350f3ee3b4fe33841d294a86" + "mtime": 1787419452.8995028, + "seen": 1787521817.2515643, + "ast_hash": "150b3381875d6f76397141983562d08e", + "semantic_hash": "" }, "frontend/application/vitest.config.ts": { - "mtime": 1786799852.8686528, - "seen": 1787461822.0891325, - "ast_hash": "ee482d93c3e5c516e021b7a68c5fb60b", - "semantic_hash": "ee482d93c3e5c516e021b7a68c5fb60b" + "mtime": 1787419452.9004984, + "seen": 1787521817.2515662, + "ast_hash": "7a272bd4a8ec605c1843537fcc33a8f9", + "semantic_hash": "" }, "frontend/application/vitest.setup.ts": { - "mtime": 1786799852.8706508, - "seen": 1787461822.0891325, - "ast_hash": "4dcc5d7d1d80795a12623d48fc61e3e5", - "semantic_hash": "4dcc5d7d1d80795a12623d48fc61e3e5" + "mtime": 1787419452.9019606, + "seen": 1787521817.2515678, + "ast_hash": "1552d1023d4ee8d10130310952339df1", + "semantic_hash": "" }, "package.json": { - "mtime": 1783856793.674106, - "seen": 1787461822.0891325, - "ast_hash": "fcb100aa3caf90be6b494c35499e0049", - "semantic_hash": "fcb100aa3caf90be6b494c35499e0049" + "mtime": 1787419453.8047268, + "seen": 1787521817.2515717, + "ast_hash": "9b46f51c202ba25a6fc345e8fa78b939", + "semantic_hash": "" }, "scripts/backup_db.sh": { - "mtime": 1786799852.8767846, - "seen": 1787461822.0891325, - "ast_hash": "82cb31279bdfacde5efe978a55256436", - "semantic_hash": "82cb31279bdfacde5efe978a55256436" + "mtime": 1787419453.8087287, + "seen": 1787521817.2515736, + "ast_hash": "6439c46867d3a7dc34e2d95b42a100ea", + "semantic_hash": "" }, "scripts/deploy.sh": { - "mtime": 1787136904.5590942, - "seen": 1787461822.0891325, - "ast_hash": "ad310d4368d2fe68ff5f902c248fcc22", - "semantic_hash": "ad310d4368d2fe68ff5f902c248fcc22" + "mtime": 1787419453.827465, + "seen": 1787521817.2515757, + "ast_hash": "1908c48306dd9440353b1919e4ec6a1b", + "semantic_hash": "" }, "scripts/open-browsers.js": { - "mtime": 1783764562.0287807, - "seen": 1787461822.0891325, - "ast_hash": "efcd36af516d969f068285a5d0b81ae3", - "semantic_hash": "efcd36af516d969f068285a5d0b81ae3" + "mtime": 1787419453.8294795, + "seen": 1787521817.2515776, + "ast_hash": "9fb0eb6487561f6c59afafa7c6bc60a1", + "semantic_hash": "" }, "scripts/start-dev.js": { - "mtime": 1787072106.514647, - "seen": 1787461822.0891325, - "ast_hash": "4c029b34e1d38346196356018a747008", - "semantic_hash": "4c029b34e1d38346196356018a747008" + "mtime": 1787419453.83048, + "seen": 1787521817.25158, + "ast_hash": "aa4b3fdf17f246929ef3f2cd6e59c96b", + "semantic_hash": "" }, "start.sh": { - "mtime": 1784033954.8130803, - "seen": 1787461822.0891325, - "ast_hash": "de3176806eab0abd69c6a8ea420b2095", - "semantic_hash": "de3176806eab0abd69c6a8ea420b2095" + "mtime": 1787419453.8314812, + "seen": 1787521817.2515817, + "ast_hash": "04bb219350a6ad6fc96b7482497fcc09", + "semantic_hash": "" }, "BACKEND_INTEGRATION.md": { - "mtime": 1786885876.7688253, - "seen": 1787461822.0891325, - "ast_hash": "e1f23cc23d23159b32a35acc9fadc689", + "mtime": 1787419447.0530272, + "seen": 1787521817.2516675, + "ast_hash": "54cf17dcec2593e9d44ba33ce097ecaa", "semantic_hash": "" }, "DATABASE_SCHEMA.md": { - "mtime": 1786885876.7713423, - "seen": 1787461822.0891325, - "ast_hash": "ca5ded565172da98231f6cf54af4843d", + "mtime": 1787419447.0571246, + "seen": 1787521817.2516718, + "ast_hash": "c68b70835ce47bce74c777eef1fa92d8", "semantic_hash": "" }, "README.md": { - "mtime": 1786885876.7753718, - "seen": 1787461822.0891325, - "ast_hash": "830c27760b856f621e2498eb762743fa", + "mtime": 1787419447.060138, + "seen": 1787521817.2516737, + "ast_hash": "b47146f819653bf4d3b1fd15405b22af", "semantic_hash": "" }, "canina.md": { - "mtime": 1786885876.8094723, - "seen": 1787461822.0891325, + "mtime": 1787419447.4980748, + "seen": 1787521817.251679, "ast_hash": "9dd630592bc7905abc25f844ff134305", "semantic_hash": "" }, "docker-compose.yml": { - "mtime": 1786883225.8115642, - "seen": 1787461822.0891325, - "ast_hash": "a78a74898646cdf374c4d83e43cfa854", + "mtime": 1787419447.567289, + "seen": 1787521817.251681, + "ast_hash": "35d6974cf2fadb5ed457bb3ec91af31c", "semantic_hash": "" }, "docs/01-introduction.md": { - "mtime": 1786885876.812475, - "seen": 1787461822.0891325, - "ast_hash": "4089d3e4da9e473cd14c984e646abe93", + "mtime": 1787419447.5702882, + "seen": 1787521817.251683, + "ast_hash": "886be6988d8feb31dc4df8b21785d450", "semantic_hash": "" }, "docs/02-user-guide.md": { - "mtime": 1786885876.8139858, - "seen": 1787461822.0891325, - "ast_hash": "96bf8f4516994e99012a5b6c710835cd", + "mtime": 1787419447.5732868, + "seen": 1787521817.2516851, + "ast_hash": "8e6eb03fef1961f6ad69dceb8c240c2d", "semantic_hash": "" }, "docs/03-developer-guide.md": { - "mtime": 1783764561.7716606, - "seen": 1787461822.0891325, - "ast_hash": "14f25993a3a77357739f6cd082c1e566", - "semantic_hash": "14f25993a3a77357739f6cd082c1e566" + "mtime": 1787419447.5802865, + "seen": 1787521817.2516868, + "ast_hash": "c817d28d3a7e25d1d7c42828b077d8a2", + "semantic_hash": "" }, "docs/audit/05-architectural-audit.md": { - "mtime": 1786799852.3026898, - "seen": 1787461822.0891325, - "ast_hash": "ab18a41271f0f845054f52f4dfa715eb", - "semantic_hash": "ab18a41271f0f845054f52f4dfa715eb" + "mtime": 1787419447.6172469, + "seen": 1787521817.2517078, + "ast_hash": "f2c71b927002fa5867a3650de9527ed8", + "semantic_hash": "" }, "docs/audit/10-security-audit.md": { - "mtime": 1786799852.3079526, - "seen": 1787461822.0891325, - "ast_hash": "125471bb12e468a0ddcd9a1dccca1001", - "semantic_hash": "125471bb12e468a0ddcd9a1dccca1001" + "mtime": 1787419447.6324205, + "seen": 1787521817.251718, + "ast_hash": "b6a22bf218a5882886e4862afb3776e0", + "semantic_hash": "" }, "docs/audit/ADR-AUTH-001.md": { - "mtime": 1786799852.3326428, - "seen": 1787461822.0891325, - "ast_hash": "2616cbbcbbc3d461d3b6ca00195902a9", - "semantic_hash": "2616cbbcbbc3d461d3b6ca00195902a9" + "mtime": 1787419447.7403717, + "seen": 1787521817.2517495, + "ast_hash": "35e6defae54a39ec32b50753c2b1be7e", + "semantic_hash": "" }, "docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md": { - "mtime": 1786799852.3326428, - "seen": 1787461822.0891325, - "ast_hash": "6d851d9e754115841a5accab7efcf0dc", - "semantic_hash": "6d851d9e754115841a5accab7efcf0dc" + "mtime": 1787419447.7430544, + "seen": 1787521817.2517517, + "ast_hash": "63bc5a27e8a4df778b5d8a3da65051e0", + "semantic_hash": "" }, "docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md": { - "mtime": 1787127978.2588482, - "seen": 1787461822.0891325, - "ast_hash": "8210201eae0692d1e76cad23d60c804b", + "mtime": 1787419447.7440531, + "seen": 1787521817.2517536, + "ast_hash": "e3cb259d18f76025823931908404b039", "semantic_hash": "" }, "docs/audit/MASTER-TASK-BACKLOG.md": { - "mtime": 1786799852.3354702, - "seen": 1787461822.0891325, - "ast_hash": "0efc4759c15a04ca934ec32bb6b6fa6b", - "semantic_hash": "0efc4759c15a04ca934ec32bb6b6fa6b" + "mtime": 1787419447.7478411, + "seen": 1787521817.2517555, + "ast_hash": "93b2a1802a895c076e94395fe7fc394a", + "semantic_hash": "" }, "docs/audit/frontend-route-map.md": { - "mtime": 1786799852.3393898, - "seen": 1787461822.0891325, - "ast_hash": "88fdef86c48b2164cdcced3e502c073f", - "semantic_hash": "88fdef86c48b2164cdcced3e502c073f" + "mtime": 1787419447.7609236, + "seen": 1787521817.2517574, + "ast_hash": "59134bbb7f37ecb8b89fcc0a5ebca9eb", + "semantic_hash": "" }, "docs/audit/phase3-execution-plan.md": { - "mtime": 1786799852.3439524, - "seen": 1787461822.0891325, - "ast_hash": "15babdd91198793f5b6b791d7a5edd22", - "semantic_hash": "15babdd91198793f5b6b791d7a5edd22" + "mtime": 1787419447.7802548, + "seen": 1787521817.2517593, + "ast_hash": "4998f8f9728993b64d9ad059d76fd1db", + "semantic_hash": "" }, "docs/backlog.md": { - "mtime": 1786799852.3560216, - "seen": 1787461822.0891325, - "ast_hash": "cf6eb1a9c1daef121cfb40f1a7771808", - "semantic_hash": "cf6eb1a9c1daef121cfb40f1a7771808" + "mtime": 1787419447.81427, + "seen": 1787521817.2517715, + "ast_hash": "9a2f32980add802c922ef42db11dc4a9", + "semantic_hash": "" }, "frontend/application/AGENTS.md": { - "mtime": 1787127978.2689438, - "seen": 1787461822.0891325, - "ast_hash": "657cc62d228d2fcf56f1c843aad131fd", + "mtime": 1787419450.2996094, + "seen": 1787521817.2518027, + "ast_hash": "d9623f29132b0209041f6c399d3ed097", "semantic_hash": "" }, "frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md": { - "mtime": 1783856793.2301185, - "seen": 1787461822.0891325, - "ast_hash": "eeaf2bb0943a16d43493f706d0867d1f", - "semantic_hash": "eeaf2bb0943a16d43493f706d0867d1f" + "mtime": 1787419451.2853198, + "seen": 1787521817.2518175, + "ast_hash": "db005decfa8f6082819ebc2d8c0bd4e8", + "semantic_hash": "" }, "frontend/application/public/fonts/shabnam-font-v5.0.1/README.md": { - "mtime": 1783856793.2795427, - "seen": 1787461822.0891325, - "ast_hash": "5f851eefeeb4bffff8c5427a289f934d", - "semantic_hash": "5f851eefeeb4bffff8c5427a289f934d" + "mtime": 1787419451.4466276, + "seen": 1787521817.2518198, + "ast_hash": "9702c3b115833a7d2b2244c9af23c371", + "semantic_hash": "" }, "frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt": { - "mtime": 1783856793.3161557, - "seen": 1787461822.0891325, - "ast_hash": "a5c1ec085d5dae2319c659151ffce3f0", - "semantic_hash": "a5c1ec085d5dae2319c659151ffce3f0" + "mtime": 1787419451.574917, + "seen": 1787521817.251822, + "ast_hash": "1c4e5bf09c3fafcebd4e398229756750", + "semantic_hash": "" }, "frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md": { - "mtime": 1783856793.3176901, - "seen": 1787461822.0901327, - "ast_hash": "e7227ba84ca88111166000065d1bdacb", - "semantic_hash": "e7227ba84ca88111166000065d1bdacb" + "mtime": 1787419451.576427, + "seen": 1787521817.2518241, + "ast_hash": "a0b27c4acd04550e69aa2ae98a58666e", + "semantic_hash": "" }, "frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt": { - "mtime": 1783856793.319422, - "seen": 1787461822.0901327, - "ast_hash": "88985b4355a8a44627dde041f10aba75", - "semantic_hash": "88985b4355a8a44627dde041f10aba75" + "mtime": 1787419451.5774412, + "seen": 1787521817.2518263, + "ast_hash": "d1b4bd0945af6c90b2bff4cfc13ff3e6", + "semantic_hash": "" }, "frontend/application/public/fonts/vazirmatn-v33.003/README.md": { - "mtime": 1783856793.320489, - "seen": 1787461822.0901327, - "ast_hash": "e9d11601fc4c77fe3d8d1961d9c5d420", - "semantic_hash": "e9d11601fc4c77fe3d8d1961d9c5d420" + "mtime": 1787419451.5784402, + "seen": 1787521817.251828, + "ast_hash": "562eb27004fa6a294b72621d0f371143", + "semantic_hash": "" }, "scripts/compose.prod.yml": { - "mtime": 1787077093.9907773, - "seen": 1787461822.0901327, - "ast_hash": "dab885e300a9524d8b4ad4c2e2e2cd3e", + "mtime": 1787419453.8097286, + "seen": 1787521817.2518349, + "ast_hash": "aacd066d916f805e29db811a997ce4b5", "semantic_hash": "" }, "scripts/compose.stage.yml": { - "mtime": 1787077093.9917798, - "seen": 1787461822.0901327, - "ast_hash": "6c2045ddae8c6cac20ab3a0b87c39388", + "mtime": 1787419453.8107288, + "seen": 1787521817.251837, + "ast_hash": "3238f5746e64b17cab35a3560a458856", "semantic_hash": "" }, "backend/uploads/1781288429353-508765350.jpg": { - "mtime": 1783764561.766257, - "seen": 1787461822.0901327, + "mtime": 1787419447.4965527, + "seen": 1787521817.2518442, "ast_hash": "ebf86506731de8ec10f2c4ea0ba14609", "semantic_hash": "ebf86506731de8ec10f2c4ea0ba14609" }, "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif": { - "mtime": 1783856792.5464964, - "seen": 1787461822.0901327, + "mtime": 1787419448.207721, + "seen": 1787521817.2518487, "ast_hash": "9d0c1a4764b2b06807578b33c40838ca", "semantic_hash": "9d0c1a4764b2b06807578b33c40838ca" }, "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png": { - "mtime": 1783856792.6456678, - "seen": 1787461822.0901327, + "mtime": 1787419448.458377, + "seen": 1787521817.2518508, "ast_hash": "8bca253cfb55f954622145010756efa9", "semantic_hash": "8bca253cfb55f954622145010756efa9" }, "frontend/application/public/assets/images/regenerated_image_1779109861747.png": { - "mtime": 1783764562.0141103, - "seen": 1787461822.0901327, + "mtime": 1787419450.9459908, + "seen": 1787521817.251866, "ast_hash": "47111b66c208d1fa0c74877dfc0ee2a5", "semantic_hash": "47111b66c208d1fa0c74877dfc0ee2a5" }, "frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif": { - "mtime": 1783856793.2291198, - "seen": 1787461822.0901327, + "mtime": 1787419451.2833045, + "seen": 1787521817.25187, "ast_hash": "9d0c1a4764b2b06807578b33c40838ca", "semantic_hash": "9d0c1a4764b2b06807578b33c40838ca" }, "frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png": { - "mtime": 1783856793.3151467, - "seen": 1787461822.0901327, + "mtime": 1787419451.572915, + "seen": 1787521817.251872, "ast_hash": "8bca253cfb55f954622145010756efa9", "semantic_hash": "8bca253cfb55f954622145010756efa9" }, ".ai_agency/memory/backlog.json": { - "mtime": 1785330750.958891, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419446.9989989, + "seen": 1787521817.2497525, + "ast_hash": "31dc97851403856edf2283b4e4111b13", "semantic_hash": "" }, ".ai_agency/memory/state.json": { - "mtime": 1785330750.963914, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.0019975, + "seen": 1787521817.2497718, + "ast_hash": "7c99fb58d5a84d6ca48b35fa564d6131", "semantic_hash": "" }, "backend/prisma/seed-products-data.json": { - "mtime": 1786885876.7823713, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.0954776, + "seen": 1787521817.2498417, + "ast_hash": "fb99388fb13600a1b8d9e47d486792e6", "semantic_hash": "" }, "backend/test/jest-e2e.json": { - "mtime": 1783764561.7629118, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.4848826, + "seen": 1787521817.2508726, + "ast_hash": "707a50895cb1c565825637916e9cf290", "semantic_hash": "" }, "docs/audit/15-raw-findings-index.json": { - "mtime": 1786799852.313067, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.6474326, + "seen": 1787521817.2508867, + "ast_hash": "ad3b103b2fc638f03842167eb8b30268", "semantic_hash": "" }, "docs/audit/17-source-coverage-manifest.json": { - "mtime": 1786799852.315065, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.6559634, + "seen": 1787521817.2508926, + "ast_hash": "4fa149a70570e471895e8f005bac1a01", "semantic_hash": "" }, "docs/audit/20-verified-findings-index.json": { - "mtime": 1786799852.3170714, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.6659625, + "seen": 1787521817.2508981, + "ast_hash": "86cdab16b10516e34ae10c8d2127db7a", "semantic_hash": "" }, "docs/audit/25-reference-integrity-validation.json": { - "mtime": 1786799852.3215716, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.6869783, + "seen": 1787521817.2509034, + "ast_hash": "b23e3747bf36f0dc116e26057685d464", "semantic_hash": "" }, "docs/audit/28-full-repository-classification.json": { - "mtime": 1786799852.3240995, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.7123296, + "seen": 1787521817.250907, + "ast_hash": "7a502ec78945c379c470f523361dd1e0", "semantic_hash": "" }, "docs/audit/29-file-content-evidence.json": { - "mtime": 1786799852.325608, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.7158856, + "seen": 1787521817.2509103, + "ast_hash": "411f4c4e73ba8b26da0f16ebb14bf75f", "semantic_hash": "" }, "docs/audit/30-compiler-diagnostics-index.json": { - "mtime": 1786799852.326617, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.718403, + "seen": 1787521817.250916, + "ast_hash": "ef1e5f7a5475a98d74b4969f61fa1f5a", "semantic_hash": "" }, "docs/audit/32-evidence-grade-validation.json": { - "mtime": 1786799852.3286169, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.723418, + "seen": 1787521817.2509222, + "ast_hash": "252e191887980b76ecff2e865377d9a5", "semantic_hash": "" }, "docs/audit/34-repository-observations.json": { - "mtime": 1786799852.3296187, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.7296033, + "seen": 1787521817.2509282, + "ast_hash": "021abe3b0d35f986939931c745517b6b", "semantic_hash": "" }, "docs/audit/35-semantic-review-ledger.json": { - "mtime": 1786799852.330616, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.7345626, + "seen": 1787521817.2509341, + "ast_hash": "1bf690443c377bc0fddf695fc50a0ec9", "semantic_hash": "" }, "docs/audit/36-mandatory-semantic-scope.json": { - "mtime": 1786799852.331617, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.7367916, + "seen": 1787521817.2509384, + "ast_hash": "01443a0903004aa64b06f01d4126c1c0", "semantic_hash": "" }, "docs/audit/audit-state.json": { - "mtime": 1786799852.3373823, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.7510066, + "seen": 1787521817.2509422, + "ast_hash": "e64132a92b03c0873bf7e0bfd8263e72", "semantic_hash": "" }, "docs/audit/master-task-backlog.json": { - "mtime": 1786799852.3429067, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.7762554, + "seen": 1787521817.2509713, + "ast_hash": "49f919be745227bc183f8e369803a253", "semantic_hash": "" }, "metadata.json": { - "mtime": 1783856793.6721373, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1786025098.905429, + "seen": 1787521817.25157, + "ast_hash": "ebedf01fcfb6cc5a77438d851cd57bf9", "semantic_hash": "" }, ".ai_agency/AGENCY.md": { - "mtime": 1785148021.9796073, - "seen": 1787461822.0891325, - "ast_hash": "9a615cfac3d434770f0fa036a32b71f9", + "mtime": 1787419446.9739988, + "seen": 1787521817.2515879, + "ast_hash": "296b044b346123f15a66ca9e6c348b0d", "semantic_hash": "" }, ".ai_agency/agents/00_intake.md": { - "mtime": 1785148021.984319, - "seen": 1787461822.0891325, - "ast_hash": "f1b0d3a7e74c834af83cd068a97bc240", + "mtime": 1787419446.9760008, + "seen": 1787521817.2515898, + "ast_hash": "2378eed2c40c0eb7346665165a10d30f", "semantic_hash": "" }, ".ai_agency/agents/01_auditor.md": { - "mtime": 1785148021.9877827, - "seen": 1787461822.0891325, - "ast_hash": "a41d382a1269c2d6432522485e1b3301", + "mtime": 1787419446.9779997, + "seen": 1787521817.2515917, + "ast_hash": "154920954a48bee693ccf96ac5a4bcc4", "semantic_hash": "" }, ".ai_agency/agents/02_ceo.md": { - "mtime": 1785148021.9983747, - "seen": 1787461822.0891325, - "ast_hash": "caf2825294f63004fa58a8b3775f10dc", + "mtime": 1787419446.9789987, + "seen": 1787521817.2515938, + "ast_hash": "e08fbee939955fc11ba5d1407cb22ab5", "semantic_hash": "" }, ".ai_agency/agents/03_product_manager.md": { - "mtime": 1785148022.0019681, - "seen": 1787461822.0891325, - "ast_hash": "d5a7823925324506c4c0f91534c713cc", + "mtime": 1787419446.9839976, + "seen": 1787521817.2515955, + "ast_hash": "79e679944257b0cb40e2f31532b64623", "semantic_hash": "" }, ".ai_agency/agents/04_architect.md": { - "mtime": 1785148022.004966, - "seen": 1787461822.0891325, - "ast_hash": "fa9c501ee0e0f13da21dd138ed9116b3", + "mtime": 1787419446.9849985, + "seen": 1787521817.2515976, + "ast_hash": "07e1995c1df385c7c4f3d55f4d3c4577", "semantic_hash": "" }, ".ai_agency/agents/05_dev_backend.md": { - "mtime": 1785148022.0124812, - "seen": 1787461822.0891325, - "ast_hash": "9753813406d32d60a4f82b62ffc3f00f", + "mtime": 1787419446.9859993, + "seen": 1787521817.2515993, + "ast_hash": "e5b3a7364cbb30f0d848cf2ab2c7c131", "semantic_hash": "" }, ".ai_agency/agents/06_dev_frontend.md": { - "mtime": 1785148022.01702, - "seen": 1787461822.0891325, - "ast_hash": "061855c65baa90ab44d77285cf1475f2", + "mtime": 1787419446.9880016, + "seen": 1787521817.251601, + "ast_hash": "ad1f5c89c6ba7a7de1b13fa4bc56339f", "semantic_hash": "" }, ".ai_agency/agents/07_qa_engineer.md": { - "mtime": 1785148022.0200446, - "seen": 1787461822.0891325, - "ast_hash": "fe33c91f65cbfa2a4e9e9e007cd03370", + "mtime": 1787419446.988998, + "seen": 1787521817.251603, + "ast_hash": "29defbc0be1c3f929adf32e68f69616c", "semantic_hash": "" }, ".ai_agency/agents/08_visual_qa.md": { - "mtime": 1785148022.0300832, - "seen": 1787461822.0891325, - "ast_hash": "7e8b5e90bb7c668ce961bb1c117d4291", + "mtime": 1787419446.9899988, + "seen": 1787521817.2516048, + "ast_hash": "2a060846e781d3e1c7d3313fefa6c738", "semantic_hash": "" }, ".ai_agency/agents/09_devops_security.md": { - "mtime": 1785148022.0340874, - "seen": 1787461822.0891325, - "ast_hash": "f4ce074e72eade7153ee4785ae9a89c6", + "mtime": 1787419446.9919977, + "seen": 1787521817.2516065, + "ast_hash": "4669915ff0518d8ecc365e32d46c4883", "semantic_hash": "" }, ".ai_agency/agents/10_tech_writer.md": { - "mtime": 1785148022.0370827, - "seen": 1787461822.0891325, - "ast_hash": "9315ddc6c2960907d7dda7804c1debac", + "mtime": 1787419446.9929984, + "seen": 1787521817.2516081, + "ast_hash": "1084e5278bb6364f1a1ae3730a77a4ea", "semantic_hash": "" }, ".ai_agency/agents/11_deploy.md": { - "mtime": 1785148022.0406027, - "seen": 1787461822.0891325, - "ast_hash": "0f644be55161acf799ccc0b89ebfaa03", + "mtime": 1787419446.9940016, + "seen": 1787521817.2516098, + "ast_hash": "0ac52ff29d1b7df187407a1758c935af", "semantic_hash": "" }, ".ai_agency/agents/12_seo_content.md": { - "mtime": 1785148022.048604, - "seen": 1787461822.0891325, - "ast_hash": "a053bac412fb66749c22ddfc58882766", + "mtime": 1787419446.9949985, + "seen": 1787521817.251612, + "ast_hash": "86fbbe45af7dbf2ce794646dae0b3787", "semantic_hash": "" }, ".ai_agency/memory/agent_outputs/README.txt": { - "mtime": 1785148022.0521505, - "seen": 1787461822.0891325, - "ast_hash": "7b3064fbf48b53032a8d4bfb73ca9ca7", + "mtime": 1787419446.9979987, + "seen": 1787521817.2516139, + "ast_hash": "a213b6bc6f78d03e3f37ea5aa830518a", "semantic_hash": "" }, ".ai_agency/memory/scratchpad.md": { - "mtime": 1785148022.0651145, - "seen": 1787461822.0891325, - "ast_hash": "04648e7db23c144f89cdf78d071a32a0", + "mtime": 1787419446.999999, + "seen": 1787521817.2516155, + "ast_hash": "52a978cc692f0cc236426d7b76c14a71", "semantic_hash": "" }, ".ai_agency/specs/api_contract.md": { - "mtime": 1785148022.0776649, - "seen": 1787461822.0891325, - "ast_hash": "2641fc7a31d9fe4761dad3ae7c944cb0", + "mtime": 1787419447.0050044, + "seen": 1787521817.2516184, + "ast_hash": "862999fd6fc74071d6d796dc2e94d48a", "semantic_hash": "" }, ".ai_agency/specs/architecture_spec.md": { - "mtime": 1785148022.0822608, - "seen": 1787461822.0891325, - "ast_hash": "8763e7670f9cd0281273e139b484e701", + "mtime": 1787419447.0069993, + "seen": 1787521817.2516205, + "ast_hash": "7810af61c0b65f9d5818557d4b7c3fe0", "semantic_hash": "" }, ".ai_agency/specs/prd.md": { - "mtime": 1785148022.0872517, - "seen": 1787461822.0891325, - "ast_hash": "a030931c59700809b29fa5e2dcbaaf18", + "mtime": 1787419447.0079992, + "seen": 1787521817.2516227, + "ast_hash": "2d00e27d4db743aee1a553928e98c8b4", "semantic_hash": "" }, ".ai_agency/specs/project_health.md": { - "mtime": 1785148022.0983145, - "seen": 1787461822.0891325, - "ast_hash": "063e14c4ad0f62b79e412580319d6e6a", + "mtime": 1787419447.009737, + "seen": 1787521817.2516248, + "ast_hash": "133b77e7f63d54cb759525476480b79f", "semantic_hash": "" }, ".ai_agency/specs/reviews/README.md": { - "mtime": 1785148022.105835, - "seen": 1787461822.0891325, - "ast_hash": "e68ba8a85edcd2394cb46d8f03fa09b7", + "mtime": 1787419447.0112617, + "seen": 1787521817.251627, + "ast_hash": "d2e080c0674671ce94e40a6e34b60e04", "semantic_hash": "" }, ".ai_agency/specs/reviews/backend_review.md": { - "mtime": 1785148022.1103623, - "seen": 1787461822.0891325, - "ast_hash": "34de73a13f5917bee531b6c2036e6fd6", + "mtime": 1787419447.0122643, + "seen": 1787521817.251629, + "ast_hash": "24d994b7bd2096a91e302e83c162bb19", "semantic_hash": "" }, ".ai_agency/specs/reviews/code_health_review.md": { - "mtime": 1785148022.1143596, - "seen": 1787461822.0891325, - "ast_hash": "6ac531c22e5d025f50e6375323a52ed7", + "mtime": 1787419447.0132632, + "seen": 1787521817.2516308, + "ast_hash": "f7302a6850087c127da08cd0cdb4d5e8", "semantic_hash": "" }, ".ai_agency/specs/reviews/frontend_review.md": { - "mtime": 1785148022.118487, - "seen": 1787461822.0891325, - "ast_hash": "0fd2a25383bafe358068544b4fd5e5f9", + "mtime": 1787419447.0152626, + "seen": 1787521817.2516327, + "ast_hash": "5f078e81644f7c3616c49733b4697dfb", "semantic_hash": "" }, ".ai_agency/specs/reviews/security_review.md": { - "mtime": 1785148022.1214871, - "seen": 1787461822.0891325, - "ast_hash": "ed5139209a62a8a4a461b8a0eff9ac02", + "mtime": 1787419447.0162625, + "seen": 1787521817.2516344, + "ast_hash": "dad8e51f0c882a9e25c764e8e49517b8", "semantic_hash": "" }, ".ai_agency/specs/reviews/seo_content_review.md": { - "mtime": 1785148022.1315339, - "seen": 1787461822.0891325, - "ast_hash": "4cd7283f78877c1a14ff5b682c762702", + "mtime": 1787419447.0172665, + "seen": 1787521817.2516363, + "ast_hash": "99c0607aaddb8cff2e925b3de763c1a7", "semantic_hash": "" }, ".ai_agency/specs/reviews/ux_review.md": { - "mtime": 1785148022.1365507, - "seen": 1787461822.0891325, - "ast_hash": "4edeb2b914b36277d8381de722df56ef", + "mtime": 1787419447.0182674, + "seen": 1787521817.2516382, + "ast_hash": "c985041e5229af1be97a9379c89c7d2d", "semantic_hash": "" }, ".antigravity/instructions.md": { - "mtime": 1786870552.8334057, - "seen": 1787461822.0891325, - "ast_hash": "9b31786b637be3c13978bec4c2330752", + "mtime": 1787419447.0202694, + "seen": 1787521817.2516403, + "ast_hash": "c232166e6492ba1ed955030b16979b05", "semantic_hash": "" }, ".antigravity/workflows/graphify.md": { - "mtime": 1786870552.8379214, - "seen": 1787461822.0891325, - "ast_hash": "3953c31b4ef6d89d3b1cb43f0110817d", + "mtime": 1787419447.0222652, + "seen": 1787521817.2516422, + "ast_hash": "a8a2cc0acba50749dfe19bb2b5d48d59", "semantic_hash": "" }, ".claude/CLAUDE.md": { - "mtime": 1786870552.83892, - "seen": 1787461822.0891325, - "ast_hash": "9b31786b637be3c13978bec4c2330752", + "mtime": 1787419447.024264, + "seen": 1787521817.251644, + "ast_hash": "c232166e6492ba1ed955030b16979b05", "semantic_hash": "" }, ".claude/skills/graphify/SKILL.md": { - "mtime": 1786870552.845041, - "seen": 1787461822.0891325, - "ast_hash": "3953c31b4ef6d89d3b1cb43f0110817d", + "mtime": 1787419447.029275, + "seen": 1787521817.2516458, + "ast_hash": "a8a2cc0acba50749dfe19bb2b5d48d59", "semantic_hash": "" }, ".claude/skills/graphify/references/add-watch.md": { - "mtime": 1786870552.848102, - "seen": 1787461822.0891325, - "ast_hash": "d59d027fe449f06aa03905a01184e779", + "mtime": 1787419447.0312762, + "seen": 1787521817.2516475, + "ast_hash": "58c888b5ec0689a886543dd765c1acc9", "semantic_hash": "" }, ".claude/skills/graphify/references/exports.md": { - "mtime": 1786870552.849102, - "seen": 1787461822.0891325, - "ast_hash": "9da2a2152e60a22f07f05fed5158f287", + "mtime": 1787419447.0342753, + "seen": 1787521817.2516494, + "ast_hash": "ecc0c36852fee4ba6280cdf2b9149039", "semantic_hash": "" }, ".claude/skills/graphify/references/extraction-spec.md": { - "mtime": 1786870552.850102, - "seen": 1787461822.0891325, - "ast_hash": "42fef56a01698118f7fd722acdadea34", + "mtime": 1787419447.0362747, + "seen": 1787521817.251651, + "ast_hash": "024c6f2a3c146b03c72cc871dc56ed3c", "semantic_hash": "" }, ".claude/skills/graphify/references/github-and-merge.md": { - "mtime": 1786870552.853101, - "seen": 1787461822.0891325, - "ast_hash": "cde13df085e4c492aeb7ba298a996d0d", + "mtime": 1787419447.0372744, + "seen": 1787521817.2516532, + "ast_hash": "aa0e7ef186392cad062e60483ca7dbbf", "semantic_hash": "" }, ".claude/skills/graphify/references/hooks.md": { - "mtime": 1786870552.8550987, - "seen": 1787461822.0891325, - "ast_hash": "3f545db6ce646650bb9de588f5512a27", + "mtime": 1787419447.0392778, + "seen": 1787521817.2516549, + "ast_hash": "0045c2f12c69bff3a641a8908a1ac057", "semantic_hash": "" }, ".claude/skills/graphify/references/query.md": { - "mtime": 1786870552.857703, - "seen": 1787461822.0891325, - "ast_hash": "3c46f8ad006874260614ed8657d02307", + "mtime": 1787419447.040275, + "seen": 1787521817.251657, + "ast_hash": "852ef14334d60a75ae666ea103d4c4f0", "semantic_hash": "" }, ".claude/skills/graphify/references/transcribe.md": { - "mtime": 1786870552.8587108, - "seen": 1787461822.0891325, - "ast_hash": "67b6a5fa6c0974e18f60db9f8932fbd8", + "mtime": 1787419447.0412748, + "seen": 1787521817.2516587, + "ast_hash": "5c6a9af05d12b5797b2fa8b9493dcc37", "semantic_hash": "" }, ".claude/skills/graphify/references/update.md": { - "mtime": 1786870552.86071, - "seen": 1787461822.0891325, - "ast_hash": "9378bd03d56baaf78bd738ab3848f142", + "mtime": 1787419447.0422754, + "seen": 1787521817.2516606, + "ast_hash": "07bf4293ea21b4e00a9655dd4e7f0af5", "semantic_hash": "" }, ".gitea/workflows/deploy.yml": { - "mtime": 1787078454.7624714, - "seen": 1787461822.0891325, - "ast_hash": "8dba2b15f1a2baf9ad6fa20a0b3dc467", + "mtime": 1787419447.0490146, + "seen": 1787521817.2516625, + "ast_hash": "04ede50d3232ff7c3976a7a608ec5df6", "semantic_hash": "" }, "CLAUDE.md": { - "mtime": 1786870552.8637102, - "seen": 1787461822.0891325, - "ast_hash": "82efb97a359f5c7290bf2513d14686be", + "mtime": 1787419447.055051, + "seen": 1787521817.2516694, + "ast_hash": "8a6643a420fdad6bfb583523bc6cef16", "semantic_hash": "" }, "backend/README.md": { - "mtime": 1783764561.6013825, - "seen": 1787461822.0891325, - "ast_hash": "f9b30a57e215bc0b63868065fc71a1ac", + "mtime": 1787419447.0651374, + "seen": 1787521817.2516756, + "ast_hash": "ad12c0560e2e514d356da443998e8208", "semantic_hash": "" }, "docs/04-setup-and-deployment.md": { - "mtime": 1787127978.2568479, - "seen": 1787461822.0891325, - "ast_hash": "7def44fff8cdd0d28b700f711e2443ed", + "mtime": 1787419447.5842886, + "seen": 1787521817.2516887, + "ast_hash": "4b26de6a0e575dc2e19fd28aae465689", "semantic_hash": "" }, "docs/05-devops-and-monitoring.md": { - "mtime": 1783764561.774446, - "seen": 1787461822.0891325, - "ast_hash": "7dade1c1d477d70ced55a7580b812127", + "mtime": 1787419447.5862868, + "seen": 1787521817.2516909, + "ast_hash": "79cc5e34f3c5222e250466081cba49c0", "semantic_hash": "" }, "docs/06-testing.md": { - "mtime": 1783764561.7749674, - "seen": 1787461822.0891325, - "ast_hash": "2ed3cd7f39157774928e65d5cc0588d0", + "mtime": 1787419447.5935502, + "seen": 1787521817.2516928, + "ast_hash": "6fea30c5c131ed20fa774c46c885e394", "semantic_hash": "" }, "docs/README.md": { - "mtime": 1786885876.8169968, - "seen": 1787461822.0891325, - "ast_hash": "64dfe035bc8fdb4b42f7af8336bf4ab3", + "mtime": 1787419447.5945506, + "seen": 1787521817.2516947, + "ast_hash": "5def98f519c1475491237ea4833537db", "semantic_hash": "" }, "docs/audit/00-repository-map.md": { - "mtime": 1786799852.2981741, - "seen": 1787461822.0891325, - "ast_hash": "5343b55148ced4eed7f13aa32b689936", + "mtime": 1787419447.6005533, + "seen": 1787521817.2516963, + "ast_hash": "8ca3e584c2a2cd51591760435c9fb4f5", "semantic_hash": "" }, "docs/audit/01-system-discovery.md": { - "mtime": 1786799852.2991743, - "seen": 1787461822.0891325, - "ast_hash": "5fcfb853f894f8697b6badb692dfe249", + "mtime": 1787419447.606559, + "seen": 1787521817.2516987, + "ast_hash": "731483d8a83e801ddc79f78241ae3987", "semantic_hash": "" }, "docs/audit/02-audit-plan.md": { - "mtime": 1786799852.3001754, - "seen": 1787461822.0891325, - "ast_hash": "d6a5dbf5ddc5fc174e8a041e835481db", + "mtime": 1787419447.6095533, + "seen": 1787521817.2517006, + "ast_hash": "dc3c11844e0b71e8748d9d08388edf88", "semantic_hash": "" }, "docs/audit/03-baseline-command-plan.md": { - "mtime": 1786799852.3001754, - "seen": 1787461822.0891325, - "ast_hash": "7d40f368e9ed0f27fa2ef5ad01249ad2", + "mtime": 1787419447.6115541, + "seen": 1787521817.2517028, + "ast_hash": "795148f9b4229c465063bfbe0b8ff0c4", "semantic_hash": "" }, "docs/audit/04-open-questions.md": { - "mtime": 1786799852.301682, - "seen": 1787461822.0891325, - "ast_hash": "773b455bb84b5df87cfbaa76dfa951f0", + "mtime": 1787419447.6142488, + "seen": 1787521817.2517056, + "ast_hash": "1cd6e22d8abb6d298c679c665ed082a0", "semantic_hash": "" }, "docs/audit/06-storefront-audit.md": { - "mtime": 1786799852.3036914, - "seen": 1787461822.0891325, - "ast_hash": "7c3aff371cdb919bb885bf4a6f625780", + "mtime": 1787419447.6202493, + "seen": 1787521817.25171, + "ast_hash": "de474bebfad4beb5f79ba9579ee14ece", "semantic_hash": "" }, "docs/audit/07-backend-audit.md": { - "mtime": 1786799852.30469, - "seen": 1787461822.0891325, - "ast_hash": "53927123ba5acca71e57780ca9bd34f9", + "mtime": 1787419447.6242497, + "seen": 1787521817.251712, + "ast_hash": "0ee8acc5ed80abda078ad55bc9700cbd", "semantic_hash": "" }, "docs/audit/08-admin-features-audit.md": { - "mtime": 1786799852.3059514, - "seen": 1787461822.0891325, - "ast_hash": "d4da7eb2396ad939251ccc541f1fd165", + "mtime": 1787419447.6274219, + "seen": 1787521817.2517142, + "ast_hash": "cf464e7a62acc0292c6c72f3d68f5e0f", "semantic_hash": "" }, "docs/audit/09-database-audit.md": { - "mtime": 1786799852.3069694, - "seen": 1787461822.0891325, - "ast_hash": "bdd7e4c3b4723b2006053563ac345819", + "mtime": 1787419447.6294188, + "seen": 1787521817.2517164, + "ast_hash": "b4d1c61788666993d8a2765098ad7399", "semantic_hash": "" }, "docs/audit/11-code-quality-audit.md": { - "mtime": 1786799852.308957, - "seen": 1787461822.0891325, - "ast_hash": "c48e39113f2334fae743488668ecf618", + "mtime": 1787419447.6354325, + "seen": 1787521817.25172, + "ast_hash": "e1e1135ecedd0f3cdef24263f6620ca4", "semantic_hash": "" }, "docs/audit/12-testing-audit.md": { - "mtime": 1786799852.3099525, - "seen": 1787461822.0891325, - "ast_hash": "0d1570f5138328d090a43edc1f7bc4f0", + "mtime": 1787419447.6384342, + "seen": 1787521817.251722, + "ast_hash": "5897c9f05289b4a673973ac35ff7bfe9", "semantic_hash": "" }, "docs/audit/13-devops-audit.md": { - "mtime": 1786799852.3109539, - "seen": 1787461822.0891325, - "ast_hash": "986acddf4e09ccbe2b8b8f6806bc01d5", + "mtime": 1787419447.6414342, + "seen": 1787521817.2517242, + "ast_hash": "6a954e8d41698840423fe6676841b2eb", "semantic_hash": "" }, "docs/audit/14-documentation-audit.md": { - "mtime": 1786799852.311952, - "seen": 1787461822.0891325, - "ast_hash": "d1f8496a0dae10993495691dc58098ef", + "mtime": 1787419447.6444328, + "seen": 1787521817.2517266, + "ast_hash": "c58600d736091a5537aff245afd78cfb", "semantic_hash": "" }, "docs/audit/16-deep-audit-summary.md": { - "mtime": 1786799852.313067, - "seen": 1787461822.0891325, - "ast_hash": "f17a01bf7b59276d28c6948fd14eafd2", + "mtime": 1787419447.6499472, + "seen": 1787521817.2517285, + "ast_hash": "eb0cbbcba86e45157f6c82f6be0622ff", "semantic_hash": "" }, "docs/audit/18-compiler-diagnostic-dispositions.md": { - "mtime": 1786799852.315065, - "seen": 1787461822.0891325, - "ast_hash": "5b402b064300709c7723a63885894c29", + "mtime": 1787419447.6599646, + "seen": 1787521817.2517307, + "ast_hash": "889710d0cce06a63f3a18b3f676980b5", "semantic_hash": "" }, "docs/audit/19-finding-verification-report.md": { - "mtime": 1786799852.3160648, - "seen": 1787461822.0891325, - "ast_hash": "c3363af4c68792722ebadddc10319f14", + "mtime": 1787419447.6629646, + "seen": 1787521817.2517328, + "ast_hash": "593dc4ee00b95c251e07ab4e96ebcbf2", "semantic_hash": "" }, "docs/audit/21-phase2-quality-gate-summary.md": { - "mtime": 1786799852.318066, - "seen": 1787461822.0891325, - "ast_hash": "c336937acd576ee2efc36d67dbaf69e2", + "mtime": 1787419447.6699624, + "seen": 1787521817.2517345, + "ast_hash": "f0d22fcf3181c8fb9e58a7240bfa6a2d", "semantic_hash": "" }, "docs/audit/22-tracked-first-party-files.txt": { - "mtime": 1786799852.319066, - "seen": 1787461822.0891325, - "ast_hash": "3f66b26b7f4217a065ed3d3403fe40fd", + "mtime": 1787419447.6749637, + "seen": 1787521817.2517364, + "ast_hash": "1d93a3a50fa5cd3ada72b46ff2b239b6", "semantic_hash": "" }, "docs/audit/23-untracked-first-party-files.txt": { - "mtime": 1786799852.319066, - "seen": 1787461822.0891325, - "ast_hash": "9fe0a15ea45d03f8e4ccd0ad786dd9fb", + "mtime": 1787419447.679977, + "seen": 1787521817.251738, + "ast_hash": "9587d3533de3aa72a09aadcb3233055d", "semantic_hash": "" }, "docs/audit/24-omitted-file-inspection-report.md": { - "mtime": 1786799852.3200657, - "seen": 1787461822.0891325, - "ast_hash": "6fb068c98fefc544e9ff687c1b3c0351", + "mtime": 1787419447.6829765, + "seen": 1787521817.25174, + "ast_hash": "dcd57eb6f42ca409d3aec8365780a1ef", "semantic_hash": "" }, "docs/audit/26-phase2-integrity-repair-report.md": { - "mtime": 1786799852.3220918, - "seen": 1787461822.0891325, - "ast_hash": "aecc17ca01002edfbdf472cf4f4aaa4c", + "mtime": 1787419447.692508, + "seen": 1787521817.2517416, + "ast_hash": "5a48fbc42d54f16c8ec6c21ec163d347", "semantic_hash": "" }, "docs/audit/27-all-tracked-repository-files.txt": { - "mtime": 1786799852.3230999, - "seen": 1787461822.0891325, - "ast_hash": "f35e68d28e4c31002698e68cc18242e3", + "mtime": 1787419447.708956, + "seen": 1787521817.2517436, + "ast_hash": "c14383e6ca1c14f8745ea680eb934b32", "semantic_hash": "" }, "docs/audit/31-module-audit-closure.md": { - "mtime": 1786799852.3276167, - "seen": 1787461822.0891325, - "ast_hash": "b66f589f8c3bd0b53b7d61626eec0985", + "mtime": 1787419447.72042, + "seen": 1787521817.2517455, + "ast_hash": "e5843be8a7932ded64c809efbe2fd80f", "semantic_hash": "" }, "docs/audit/33-final-phase2-audit-closure.md": { - "mtime": 1786799852.3286169, - "seen": 1787461822.0891325, - "ast_hash": "ca898e1caffc2764de11b6a10e84d1ea", + "mtime": 1787419447.727334, + "seen": 1787521817.2517476, + "ast_hash": "9a62bbf74bbe0065121d27208b56905f", "semantic_hash": "" }, "docs/audit/phase3-traceability-matrix.md": { - "mtime": 1786799852.3449528, - "seen": 1787461822.0891325, - "ast_hash": "40cd32ed7fa433342aa547fa5aa21d86", + "mtime": 1787419447.784255, + "seen": 1787521817.2517612, + "ast_hash": "5723c535861338e717823edcdbea810b", "semantic_hash": "" }, "docs/audit/phase3.1-backlog-review.md": { - "mtime": 1786799852.3459527, - "seen": 1787461822.0891325, - "ast_hash": "78810767668f7d90e980648ec8c17869", + "mtime": 1787419447.7892556, + "seen": 1787521817.2517633, + "ast_hash": "7241affd97c68b639520dcc0c3096fa6", "semantic_hash": "" }, "docs/audit/phase3.1-change-log.md": { - "mtime": 1786799852.3469548, - "seen": 1787461822.0891325, - "ast_hash": "eed1734c4a6d1d8464dd63f6cbc33e9f", + "mtime": 1787419447.7922554, + "seen": 1787521817.2517655, + "ast_hash": "51579166fc1c17ac6e8b04ca28fa704f", "semantic_hash": "" }, "docs/audit/phase3.2-change-log.md": { - "mtime": 1786799852.3479521, - "seen": 1787461822.0891325, - "ast_hash": "b13460f1fa8aaecd88bc007a2c5e2ecb", + "mtime": 1787419447.7952552, + "seen": 1787521817.2517674, + "ast_hash": "05ca595b8ca78ab4089bd77c12fabda3", "semantic_hash": "" }, "docs/audit/phase3.2-implementation-readiness.md": { - "mtime": 1786799852.3479521, - "seen": 1787461822.0891325, - "ast_hash": "ffe4bce7401d65f9d44e8740d3c2ccf6", + "mtime": 1787419447.7982552, + "seen": 1787521817.251769, + "ast_hash": "6070eba0fc4b0cfbc23ec4ca8073d5ef", "semantic_hash": "" }, "frontend/admin-panel/README.md": { - "mtime": 1783764561.7789528, - "seen": 1787461822.0891325, - "ast_hash": "f6e3faf55d738cf2affe1b44195f27cf", + "mtime": 1787419447.8172822, + "seen": 1787521817.251773, + "ast_hash": "1fd1975c826313d9af82af3562df872f", "semantic_hash": "" }, "frontend/admin-panel/index.html": { - "mtime": 1783764561.7805586, - "seen": 1787461822.0891325, - "ast_hash": "d836c7a6b7be6d5b04a925b7ad32e539", + "mtime": 1787419447.8192816, + "seen": 1787521817.2517753, + "ast_hash": "8166c2891a0a48762fd1edf3fd12fd1c", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt": { - "mtime": 1783856792.435855, - "seen": 1787461822.0891325, - "ast_hash": "607f9ca43b12868e8880a0d85831a878", + "mtime": 1787419447.8434775, + "seen": 1787521817.2517776, + "ast_hash": "d192395dc05239664ae352b097f87ace", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt": { - "mtime": 1783856792.445365, - "seen": 1787461822.0891325, - "ast_hash": "607f9ca43b12868e8880a0d85831a878", + "mtime": 1787419447.8998048, + "seen": 1787521817.2517796, + "ast_hash": "d192395dc05239664ae352b097f87ace", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md": { - "mtime": 1783856792.4546044, - "seen": 1787461822.0891325, - "ast_hash": "eaa55e166ec4a6b2ee875b746ef049a0", + "mtime": 1787419447.9201236, + "seen": 1787521817.251782, + "ast_hash": "5235ff0e62aaed411055ec97d1ac1ab9", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md": { - "mtime": 1783856792.5025032, - "seen": 1787461822.0891325, - "ast_hash": "0e4c260ce354bad51a6a184b5e236424", + "mtime": 1787419448.066456, + "seen": 1787521817.2517836, + "ast_hash": "b52597335a28d24d1db7013e81d259a4", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md": { - "mtime": 1783856792.5480056, - "seen": 1787461822.0891325, - "ast_hash": "eeaf2bb0943a16d43493f706d0867d1f", + "mtime": 1787419448.2095385, + "seen": 1787521817.251786, + "ast_hash": "db005decfa8f6082819ebc2d8c0bd4e8", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md": { - "mtime": 1783856792.5951552, - "seen": 1787461822.0891325, - "ast_hash": "5f851eefeeb4bffff8c5427a289f934d", + "mtime": 1787419448.3470643, + "seen": 1787521817.2517884, + "ast_hash": "9702c3b115833a7d2b2244c9af23c371", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt": { - "mtime": 1783856792.646666, - "seen": 1787461822.0891325, - "ast_hash": "a5c1ec085d5dae2319c659151ffce3f0", + "mtime": 1787419448.4593751, + "seen": 1787521817.2517903, + "ast_hash": "1c4e5bf09c3fafcebd4e398229756750", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md": { - "mtime": 1783856792.6476717, - "seen": 1787461822.0891325, - "ast_hash": "e7227ba84ca88111166000065d1bdacb", + "mtime": 1787419448.461377, + "seen": 1787521817.2517924, + "ast_hash": "a0b27c4acd04550e69aa2ae98a58666e", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt": { - "mtime": 1783856792.6486697, - "seen": 1787461822.0891325, - "ast_hash": "88985b4355a8a44627dde041f10aba75", + "mtime": 1787419448.4633963, + "seen": 1787521817.2517943, + "ast_hash": "d1b4bd0945af6c90b2bff4cfc13ff3e6", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md": { - "mtime": 1783856792.6486697, - "seen": 1787461822.0891325, - "ast_hash": "e9d11601fc4c77fe3d8d1961d9c5d420", + "mtime": 1787419448.4644103, + "seen": 1787521817.2517965, + "ast_hash": "562eb27004fa6a294b72621d0f371143", "semantic_hash": "" }, "frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt": { - "mtime": 1783856792.971535, - "seen": 1787461822.0891325, - "ast_hash": "975634eaf84a797674b29e99c311f54a", + "mtime": 1787419450.0946896, + "seen": 1787521817.2518003, + "ast_hash": "032edd0b277b4af964d6ff1e51028ea4", "semantic_hash": "" }, "frontend/application/CLAUDE.md": { - "mtime": 1783764561.8667445, - "seen": 1787461822.0891325, - "ast_hash": "5c27369b226fcf2be8a6cfe52224e767", + "mtime": 1787419450.3006268, + "seen": 1787521817.2518044, + "ast_hash": "771faa62feb60b7de901a397aebb29b0", "semantic_hash": "" }, "frontend/application/README.md": { - "mtime": 1783764561.8673544, - "seen": 1787461822.0891325, - "ast_hash": "f15aaa42d5d299d091b1171097ea56ad", + "mtime": 1787419450.301502, + "seen": 1787521817.2518063, + "ast_hash": "9162add00befbcdb432430f405c4ad8d", "semantic_hash": "" }, "frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt": { - "mtime": 1783856793.098052, - "seen": 1787461822.0891325, - "ast_hash": "607f9ca43b12868e8880a0d85831a878", + "mtime": 1787419450.9653656, + "seen": 1787521817.2518082, + "ast_hash": "d192395dc05239664ae352b097f87ace", "semantic_hash": "" }, "frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt": { - "mtime": 1783856793.1076603, - "seen": 1787461822.0891325, - "ast_hash": "607f9ca43b12868e8880a0d85831a878", + "mtime": 1787419451.0015028, + "seen": 1787521817.2518103, + "ast_hash": "d192395dc05239664ae352b097f87ace", "semantic_hash": "" }, "frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md": { - "mtime": 1783856793.1136606, - "seen": 1787461822.0891325, - "ast_hash": "eaa55e166ec4a6b2ee875b746ef049a0", + "mtime": 1787419451.0346122, + "seen": 1787521817.251813, + "ast_hash": "5235ff0e62aaed411055ec97d1ac1ab9", "semantic_hash": "" }, "frontend/application/public/fonts/sahel-font-v3.4.0/README.md": { - "mtime": 1783856793.1562517, - "seen": 1787461822.0891325, - "ast_hash": "0e4c260ce354bad51a6a184b5e236424", + "mtime": 1787419451.1708865, + "seen": 1787521817.2518148, + "ast_hash": "b52597335a28d24d1db7013e81d259a4", "semantic_hash": "" }, "frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt": { - "mtime": 1783856793.6680968, - "seen": 1787461822.0901327, - "ast_hash": "975634eaf84a797674b29e99c311f54a", + "mtime": 1787419452.8936715, + "seen": 1787521817.2518308, + "ast_hash": "032edd0b277b4af964d6ff1e51028ea4", "semantic_hash": "" }, "prometheus.yml": { - "mtime": 1783764562.0277793, - "seen": 1787461822.0901327, - "ast_hash": "45dc28cd8d9656e7141713ece5a7aa2c", + "mtime": 1787419453.8067286, + "seen": 1787521817.2518327, + "ast_hash": "f59a34ed9d9500adef538ecd34ca3742", "semantic_hash": "" }, "swagger.yml": { - "mtime": 1786799852.8920915, - "seen": 1787461822.0901327, - "ast_hash": "34b5e7e5e1b19e6e3596ef669f8a0d0d", + "mtime": 1787419453.8354807, + "seen": 1787521817.2518387, + "ast_hash": "c52cbad8369c5cd926b2cb7e3fb99de1", "semantic_hash": "" }, "canina.pdf": { - "mtime": 1785148022.3708115, - "seen": 1787461822.0901327, + "mtime": 1787419447.5652907, + "seen": 1787521817.2518415, "ast_hash": "900fb024ec3b91912a512a96c2a0c0a0", "semantic_hash": "" }, "frontend/admin-panel/public/favicon.svg": { - "mtime": 1783764561.7978015, - "seen": 1787461822.0901327, + "mtime": 1787419447.8317995, + "seen": 1787521817.2518463, "ast_hash": "7e840862161341271697daa99a40d76b", "semantic_hash": "" }, "frontend/admin-panel/public/icons.svg": { - "mtime": 1783764561.7993202, - "seen": 1787461822.0901327, - "ast_hash": "3b4fcfcf393eca4d264dca4a4663bc37", + "mtime": 1787419450.095757, + "seen": 1787521817.2518528, + "ast_hash": "21c7473c592c67dc87223d49892c8f0a", "semantic_hash": "" }, "frontend/admin-panel/src/assets/hero.png": { - "mtime": 1783764561.812863, - "seen": 1787461822.0901327, + "mtime": 1787419450.1003852, + "seen": 1787521817.2518551, "ast_hash": "aead493361b27e7510691c5d7072dfc1", "semantic_hash": "" }, "frontend/admin-panel/src/assets/react.svg": { - "mtime": 1783764561.8139248, - "seen": 1787461822.0901327, + "mtime": 1787419450.1013985, + "seen": 1787521817.251857, "ast_hash": "f0402b67b6ce880f65666bb49e841696", "semantic_hash": "" }, "frontend/admin-panel/src/assets/vite.svg": { - "mtime": 1783764561.8149958, - "seen": 1787461822.0901327, - "ast_hash": "9960a24288958394ac50e57ff638b036", + "mtime": 1787419450.1028583, + "seen": 1787521817.2518592, + "ast_hash": "6d5180a782d64c8cf51ba01c2a2184d8", "semantic_hash": "" }, "frontend/application/public/assets/images/hero-section-image.png": { - "mtime": 1783856793.0950441, - "seen": 1787461822.0901327, + "mtime": 1787419450.8984866, + "seen": 1787521817.2518637, "ast_hash": "a9f359cce82a5ab0a24830ed59a33047", "semantic_hash": "" }, "frontend/application/public/file.svg": { - "mtime": 1783764562.0162137, - "seen": 1787461822.0901327, + "mtime": 1787419450.9484706, + "seen": 1787521817.251868, "ast_hash": "d09f95206c3fa0bb9bd9fefabfd0ea71", "semantic_hash": "" }, "frontend/application/public/globe.svg": { - "mtime": 1783764562.0167208, - "seen": 1787461822.0901327, + "mtime": 1787419452.8949862, + "seen": 1787521817.2518742, "ast_hash": "2aaafa6a49b6563925fe440891e32717", "semantic_hash": "" }, "frontend/application/public/next.svg": { - "mtime": 1783764562.0182388, - "seen": 1787461822.0901327, + "mtime": 1787419452.8954976, + "seen": 1787521817.251879, "ast_hash": "8e061864f388b47f33a1c3780831193e", "semantic_hash": "" }, "frontend/application/public/vercel.svg": { - "mtime": 1783764562.019253, - "seen": 1787461822.0901327, + "mtime": 1787419452.8974862, + "seen": 1787521817.251881, "ast_hash": "c0af2f507b369b085b35ef4bbe3bcf1e", "semantic_hash": "" }, "frontend/application/public/window.svg": { - "mtime": 1783764562.019253, - "seen": 1787461822.0901327, + "mtime": 1787419452.8985014, + "seen": 1787521817.2518835, "ast_hash": "a2760511c65806022ad20adf74370ff3", "semantic_hash": "" }, ".claude/settings.json": { - "mtime": 1786870552.8419228, - "seen": 1787067281.699665, - "ast_hash": "", + "mtime": 1787419447.0252633, + "seen": 1787521817.249788, + "ast_hash": "2c806160ed3c6e2c45d4da8864a160f3", "semantic_hash": "" }, ".agents/rules/graphify.md": { - "mtime": 1786870552.830271, - "seen": 1787461822.0891325, - "ast_hash": "f1e53ecc9194573d3c28fc116c743a2e", + "mtime": 1787419446.9689996, + "seen": 1787521817.251584, + "ast_hash": "a0e4d192b9e2e17256124dbfc8e24e6a", "semantic_hash": "" }, ".agents/workflows/graphify.md": { - "mtime": 1786870552.8323984, - "seen": 1787461822.0891325, - "ast_hash": "6d73634a678cf1e1c71930adf80bd1f0", + "mtime": 1787419446.9709973, + "seen": 1787521817.2515857, + "ast_hash": "a831cf3669f1e6ab85d8a80ebe655f99", "semantic_hash": "" }, "backend/src/payment/dto/initiate-payment.dto.ts": { - "mtime": 1786870552.8742464, - "seen": 1787461822.0891325, - "ast_hash": "a097fcbb5846e7cd00e7cb2cefc060bb", - "semantic_hash": "a097fcbb5846e7cd00e7cb2cefc060bb" + "mtime": 1787419447.3174126, + "seen": 1787521817.250411, + "ast_hash": "362a5bea6c6489d4a92747379ea71c20", + "semantic_hash": "" }, "backend/src/payment/dto/verify-payment.dto.ts": { - "mtime": 1786894580.126858, - "seen": 1787461822.0891325, - "ast_hash": "f6db4b79ca261e36334ef84f39b8e87c", - "semantic_hash": "f6db4b79ca261e36334ef84f39b8e87c" + "mtime": 1787419447.3184276, + "seen": 1787521817.2504163, + "ast_hash": "866f1e1417f12bc9f3dfcc0accab913b", + "semantic_hash": "" }, "backend/src/payment/payment.controller.ts": { - "mtime": 1787461094.1579669, - "seen": 1787461822.0891325, - "ast_hash": "274896f5abae6ef9ff35f9939cb209a0", + "mtime": 1787503865.784741, + "seen": 1787521817.250424, + "ast_hash": "db7b8fbda60678a763dde2bc8aa4fd8c", "semantic_hash": "" }, "backend/src/payment/payment.module.ts": { - "mtime": 1787394001.605618, - "seen": 1787461822.0891325, - "ast_hash": "7ee5887f04915d1bd1471705a8f941ad", - "semantic_hash": "7ee5887f04915d1bd1471705a8f941ad" + "mtime": 1787419447.3254292, + "seen": 1787521817.2504299, + "ast_hash": "7b1686aff4def718dadeab4fb8f7eb7d", + "semantic_hash": "" }, "backend/src/payment/payment.service.ts": { - "mtime": 1787072106.4057698, - "seen": 1787461822.0891325, - "ast_hash": "efd4e90fbddece68d33ce7d16389bb61", - "semantic_hash": "efd4e90fbddece68d33ce7d16389bb61" + "mtime": 1787503865.7867413, + "seen": 1787521817.250436, + "ast_hash": "b4ecc603ae9ae50dff48cda0cbab4307", + "semantic_hash": "" }, "backend/src/payment/zibal.service.ts": { - "mtime": 1787461094.15947, - "seen": 1787461822.0891325, - "ast_hash": "0c7c645422cf2a3ba406390802ee365d", + "mtime": 1787419472.6824076, + "seen": 1787521817.2504642, + "ast_hash": "d85e4208b8bb88b3044c0aa19153a118", "semantic_hash": "" }, "frontend/application/app/payment/verify/page.tsx": { - "mtime": 1786891855.3560786, - "seen": 1787461822.0891325, - "ast_hash": "68d1923f04a3300b7b6dca6023ab357e", - "semantic_hash": "68d1923f04a3300b7b6dca6023ab357e" + "mtime": 1787419450.342405, + "seen": 1787521817.2513819, + "ast_hash": "b18d0854519809a02ad6c662409ac221", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/SmsSettingsPage.tsx": { - "mtime": 1787064744.0714204, - "seen": 1787461822.0891325, - "ast_hash": "5f16fabc97e94ce0ee718c8ad30412d0", - "semantic_hash": "5f16fabc97e94ce0ee718c8ad30412d0" + "mtime": 1787503865.8810556, + "seen": 1787521817.2512941, + "ast_hash": "287333d89bf03cb0ae11ca13f697d4b0", + "semantic_hash": "" }, "AGENTS.md": { - "mtime": 1786870552.8627086, - "seen": 1787461822.0891325, - "ast_hash": "9b31786b637be3c13978bec4c2330752", + "mtime": 1787419447.0510268, + "seen": 1787521817.251665, + "ast_hash": "c232166e6492ba1ed955030b16979b05", "semantic_hash": "" }, "backend/src/payment/dto/admin-transaction-filter.dto.ts": { - "mtime": 1787072106.4015906, - "seen": 1787461822.0891325, - "ast_hash": "afa18a9b091f326229902f10477bb1c1", - "semantic_hash": "afa18a9b091f326229902f10477bb1c1" + "mtime": 1787419447.3142924, + "seen": 1787521817.2503994, + "ast_hash": "ecd7722edbdefc81ec7ac5c3ee3e93ea", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Transactions.tsx": { - "mtime": 1787461731.4929838, - "seen": 1787461822.0891325, - "ast_hash": "1f32a20043b424e84b8564d3c091d43e", + "mtime": 1787503865.8930688, + "seen": 1787521817.251305, + "ast_hash": "3507d61701ec7c7f0e3c7de7cdd4e017", "semantic_hash": "" }, "backend/src/payment/interfaces/payment-gateway.interface.ts": { - "mtime": 1786870552.8767512, - "seen": 1787461822.0891325, - "ast_hash": "930a5f06cdec431d842bf9b12618eed5", - "semantic_hash": "930a5f06cdec431d842bf9b12618eed5" + "mtime": 1787419447.3204281, + "seen": 1787521817.2504206, + "ast_hash": "caa5997d00f629714dfc1a2cf52e2a8f", + "semantic_hash": "" }, "frontend/application/components/catalog/CatalogPageSpread.tsx": { - "mtime": 1786885876.9791617, - "seen": 1787461822.0891325, - "ast_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2", - "semantic_hash": "ee3ca1b91560e8f0fcf4c3385da4a0e2" + "mtime": 1787419450.5866036, + "seen": 1787521817.2515106, + "ast_hash": "4098ad86a7f4cb00aa7e016ac85532c1", + "semantic_hash": "" }, "frontend/application/components/catalog/FlipbookCatalog.tsx": { - "mtime": 1786885876.982162, - "seen": 1787461822.0891325, - "ast_hash": "eb46a7868a6b96139ca06b0ef4174dfb", - "semantic_hash": "eb46a7868a6b96139ca06b0ef4174dfb" + "mtime": 1787419450.5901234, + "seen": 1787521817.2515123, + "ast_hash": "f3de0728c3f06e531d68c8ca833c25ff", + "semantic_hash": "" }, "frontend/application/components/catalog/ProductDetailModal.tsx": { - "mtime": 1786872121.572482, - "seen": 1787461822.0891325, - "ast_hash": "c95d3b01c3b379a6b3fce75788e96e21", - "semantic_hash": "c95d3b01c3b379a6b3fce75788e96e21" + "mtime": 1787419450.5911245, + "seen": 1787521817.2515142, + "ast_hash": "017ca815bda10e28ccd0a3fa5899bae7", + "semantic_hash": "" }, "backend/scripts/generate-openapi.d.ts": { - "mtime": 1786883225.7774837, - "seen": 1787461822.0891325, - "ast_hash": "e2ebd7ddedcadeeadbf819c35985c768", - "semantic_hash": "e2ebd7ddedcadeeadbf819c35985c768" + "mtime": 1787419447.1102326, + "seen": 1787521817.2498772, + "ast_hash": "5c7f99e3d4eaae821996a487acc6a5e2", + "semantic_hash": "" }, "backend/scripts/generate-openapi.js": { - "mtime": 1786883225.77912, - "seen": 1787461822.0891325, - "ast_hash": "f7c2607fc067b04e7cb7716490ea1169", - "semantic_hash": "f7c2607fc067b04e7cb7716490ea1169" + "mtime": 1787419447.1112335, + "seen": 1787521817.2498832, + "ast_hash": "8b04479b5c4fddf2fd59a9be307ccb9a", + "semantic_hash": "" }, "backend/src/admin/dto/user.dto.ts": { - "mtime": 1787072106.3819897, - "seen": 1787461822.0891325, - "ast_hash": "7f8b670a02bb9f6f52123a8e289f866a", - "semantic_hash": "7f8b670a02bb9f6f52123a8e289f866a" + "mtime": 1787419447.1401534, + "seen": 1787521817.249957, + "ast_hash": "af8bd16d9bab5939566193c6a3a26d7f", + "semantic_hash": "" }, "backend/src/admin/ssl.controller.ts": { - "mtime": 1787072106.382979, - "seen": 1787461822.0891325, - "ast_hash": "460506a236a330ba614aae15a2659b2b", - "semantic_hash": "460506a236a330ba614aae15a2659b2b" + "mtime": 1787419447.149482, + "seen": 1787521817.249991, + "ast_hash": "948356d0543630a67da892210f1a0aa1", + "semantic_hash": "" }, "backend/src/admin/ssl.service.ts": { - "mtime": 1787072106.3839788, - "seen": 1787461822.0891325, - "ast_hash": "dc7ba9e922c1e3d80dae4f1593297fa7", - "semantic_hash": "dc7ba9e922c1e3d80dae4f1593297fa7" + "mtime": 1787419447.1514819, + "seen": 1787521817.249996, + "ast_hash": "3594629d085ea503bc578f16e2a78f74", + "semantic_hash": "" }, "backend/src/auth/auth.constants.ts": { - "mtime": 1787072106.3859801, - "seen": 1787461822.0891325, - "ast_hash": "382adefba83246badeae8701ef6335cd", - "semantic_hash": "382adefba83246badeae8701ef6335cd" + "mtime": 1787419447.1627107, + "seen": 1787521817.2500303, + "ast_hash": "efe010410ff2c65c01a97d59d85c0dfe", + "semantic_hash": "" }, "backend/src/common/utils/phone.utils.ts": { - "mtime": 1786883225.801396, - "seen": 1787461822.0891325, - "ast_hash": "a4c682b767823a624163b9430f1db7d1", - "semantic_hash": "a4c682b767823a624163b9430f1db7d1" + "mtime": 1787419447.2576811, + "seen": 1787521817.2502491, + "ast_hash": "f300a578d453b352bfa29b7aa6a07017", + "semantic_hash": "" }, "backend/src/reviews/dto/create-review.dto.ts": { - "mtime": 1787072106.4143064, - "seen": 1787461822.0891325, - "ast_hash": "2ae6e4616eaeeafd56d4c74bbfe79f12", - "semantic_hash": "2ae6e4616eaeeafd56d4c74bbfe79f12" + "mtime": 1787419447.3753948, + "seen": 1787521817.2505887, + "ast_hash": "66f552744579896ea439cc2b49f67c7b", + "semantic_hash": "" }, "backend/src/reviews/dto/update-review.dto.ts": { - "mtime": 1787072106.4158058, - "seen": 1787461822.0891325, - "ast_hash": "1c989ea4d1dd9c3fcf8b442e61a2d2e3", - "semantic_hash": "1c989ea4d1dd9c3fcf8b442e61a2d2e3" + "mtime": 1787419447.376396, + "seen": 1787521817.2505949, + "ast_hash": "3eaeda9da02b02576499ef3e3330a76f", + "semantic_hash": "" }, "backend/src/reviews/reviews.controller.ts": { - "mtime": 1786944769.516312, - "seen": 1787461822.0891325, - "ast_hash": "25538b0ceb81aa984f9da7ae7cc6d404", - "semantic_hash": "25538b0ceb81aa984f9da7ae7cc6d404" + "mtime": 1787419447.3773935, + "seen": 1787521817.2506034, + "ast_hash": "fd78513159885b26aa184c48b8e7439b", + "semantic_hash": "" }, "backend/src/reviews/reviews.module.ts": { - "mtime": 1786944769.5173109, - "seen": 1787461822.0891325, - "ast_hash": "7f5cb88dda0a902c24c48edb34647428", - "semantic_hash": "7f5cb88dda0a902c24c48edb34647428" + "mtime": 1787419447.3783956, + "seen": 1787521817.2506092, + "ast_hash": "59803e2784943b2b373a54911b635675", + "semantic_hash": "" }, "backend/src/reviews/reviews.service.ts": { - "mtime": 1787072106.4168148, - "seen": 1787461822.0891325, - "ast_hash": "e44a2be2731c77e907aa904c1872faab", - "semantic_hash": "e44a2be2731c77e907aa904c1872faab" + "mtime": 1787419447.3803947, + "seen": 1787521817.2506135, + "ast_hash": "911ba5eb96d419f4bf635f3c4ef4bbfb", + "semantic_hash": "" }, "backend/src/settings/default-ui-texts.ts": { - "mtime": 1787148092.3271947, - "seen": 1787461822.0891325, - "ast_hash": "9eefceae5ee5bf56929b518eb415e06f", - "semantic_hash": "9eefceae5ee5bf56929b518eb415e06f" + "mtime": 1787419447.385744, + "seen": 1787521817.250637, + "ast_hash": "abe58549872231b2db97a03dff61a55e", + "semantic_hash": "" }, "backend/src/settings/dto/sms-log-query.dto.ts": { - "mtime": 1787072106.4213393, - "seen": 1787461822.0891325, - "ast_hash": "d1b143222dc6ecfcff03180de1a23e9e", - "semantic_hash": "d1b143222dc6ecfcff03180de1a23e9e" + "mtime": 1787419447.3878922, + "seen": 1787521817.2506454, + "ast_hash": "5d7f47c92ee19a72058615dbbff4a0ef", + "semantic_hash": "" }, "backend/src/tickets/dto/create-ticket.dto.ts": { - "mtime": 1787072106.4308748, - "seen": 1787461822.0891325, - "ast_hash": "cb6ad48fdfa6c9c24158b32c4882a38f", - "semantic_hash": "cb6ad48fdfa6c9c24158b32c4882a38f" + "mtime": 1787419447.4146144, + "seen": 1787521817.2507052, + "ast_hash": "3690665edbe1313dfb8e2eb051a9d138", + "semantic_hash": "" }, "backend/src/tickets/dto/ticket-query.dto.ts": { - "mtime": 1787072106.4318714, - "seen": 1787461822.0891325, - "ast_hash": "f7c6a4165ac086ba6de6fb111c75c2e9", - "semantic_hash": "f7c6a4165ac086ba6de6fb111c75c2e9" + "mtime": 1787419447.4156153, + "seen": 1787521817.2507112, + "ast_hash": "59f2a061410a995f872c6bef482842ae", + "semantic_hash": "" }, "backend/src/tickets/tickets.controller.ts": { - "mtime": 1787072106.433878, - "seen": 1787461822.0891325, - "ast_hash": "6eb0b4d21421f9f5aa1831b0402257e8", - "semantic_hash": "6eb0b4d21421f9f5aa1831b0402257e8" + "mtime": 1787419447.4166157, + "seen": 1787521817.250716, + "ast_hash": "ad689e17838f5df42b52dc6c5b0c78a3", + "semantic_hash": "" }, "backend/src/tickets/tickets.module.ts": { - "mtime": 1786890779.3222969, - "seen": 1787461822.0891325, - "ast_hash": "0b3e226a18679b4bf37016c27b874ae9", - "semantic_hash": "0b3e226a18679b4bf37016c27b874ae9" + "mtime": 1787419447.4176185, + "seen": 1787521817.2507207, + "ast_hash": "6e4f28b15ef0ef3caf1be7ffb3622ab8", + "semantic_hash": "" }, "backend/src/tickets/tickets.service.ts": { - "mtime": 1787072106.4348743, - "seen": 1787461822.0891325, - "ast_hash": "16b88701d7cc2a14f47e99f55882e67a", - "semantic_hash": "16b88701d7cc2a14f47e99f55882e67a" + "mtime": 1787419447.4206223, + "seen": 1787521817.250727, + "ast_hash": "5a4423fc0e2aa0841d1e0c8ae4f89d84", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Reviews.tsx": { - "mtime": 1786944769.5238168, - "seen": 1787461822.0891325, - "ast_hash": "df5fdf55da3249b951ca10a8f39e5dd3", - "semantic_hash": "df5fdf55da3249b951ca10a8f39e5dd3" + "mtime": 1787503865.86849, + "seen": 1787521817.2512827, + "ast_hash": "4ec034df83edf9c4889512444cf078be", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/SslSettingsPage.tsx": { - "mtime": 1786877667.0190136, - "seen": 1787461822.0891325, - "ast_hash": "6e48e726f4b6d450e414c3a3b2e9319f", - "semantic_hash": "6e48e726f4b6d450e414c3a3b2e9319f" + "mtime": 1787503865.8835032, + "seen": 1787521817.2512965, + "ast_hash": "7afcd4d685a6944a4b7dcce4ef43fff7", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/Tickets.tsx": { - "mtime": 1786890779.3272989, - "seen": 1787461822.0891325, - "ast_hash": "cb9fe819e626f65531d02e58fedeeb18", - "semantic_hash": "cb9fe819e626f65531d02e58fedeeb18" + "mtime": 1787503865.8900683, + "seen": 1787521817.2513027, + "ast_hash": "4cfa636013214e4b36bc71e5dd2da608", + "semantic_hash": "" }, "frontend/application/components/BannerPlacement.tsx": { - "mtime": 1786946249.9719338, - "seen": 1787461822.0891325, - "ast_hash": "ee89459c3156c726321a7b1eeeb06ddb", - "semantic_hash": "ee89459c3156c726321a7b1eeeb06ddb" + "mtime": 1787521146.0667057, + "seen": 1787521817.2514157, + "ast_hash": "07d28c2ba50fb8920d093bb523d279ca", + "semantic_hash": "" }, "frontend/application/components/BrandLogo.tsx": { - "mtime": 1786946249.972931, - "seen": 1787461822.0891325, - "ast_hash": "87a073812481acdc9c6f6eb771ec53c2", - "semantic_hash": "87a073812481acdc9c6f6eb771ec53c2" + "mtime": 1787521173.4592164, + "seen": 1787521817.2514217, + "ast_hash": "f180f3378dbf473fbc2756faa4d5efa6", + "semantic_hash": "" }, "frontend/application/components/ProductReviews.tsx": { - "mtime": 1787048863.6917748, - "seen": 1787461822.0891325, - "ast_hash": "814a762e9710ce872a7467ea0dd8e716", - "semantic_hash": "814a762e9710ce872a7467ea0dd8e716" + "mtime": 1787419450.530487, + "seen": 1787521817.2514715, + "ast_hash": "b1ff5500167baa565d26a941b68d8cf4", + "semantic_hash": "" }, "frontend/application/lib/services/ticketService.ts": { - "mtime": 1786890779.3409019, - "seen": 1787461822.0891325, - "ast_hash": "6fcf9ed78ca9194e01333602a1989947", - "semantic_hash": "6fcf9ed78ca9194e01333602a1989947" + "mtime": 1787419450.6504016, + "seen": 1787521817.2515361, + "ast_hash": "0405042069b90853e06a2a38440c4e1f", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/PriceInput.tsx": { - "mtime": 1786948119.7711625, - "seen": 1787461822.0891325, - "ast_hash": "09a84a9f29f735448d05e4327c0304b3", - "semantic_hash": "09a84a9f29f735448d05e4327c0304b3" + "mtime": 1787419450.1449337, + "seen": 1787521817.2511265, + "ast_hash": "266d669949ba117b2988f788e7819932", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/Badge.tsx": { - "mtime": 1787461113.96208, - "seen": 1787461822.0891325, - "ast_hash": "3b93789328a250499e58378552881527", + "mtime": 1787503865.792742, + "seen": 1787521817.2510593, + "ast_hash": "8c7bb14e66352c143d5e577644279482", "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/FormField.tsx": { - "mtime": 1786954681.823527, - "seen": 1787461822.0891325, - "ast_hash": "265c887af876e10153f2ac32844194c2", - "semantic_hash": "265c887af876e10153f2ac32844194c2" + "mtime": 1787419450.1332974, + "seen": 1787521817.251077, + "ast_hash": "93ef2d93dd14d058d47c59f45cff266f", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx": { - "mtime": 1786954681.824535, - "seen": 1787461822.0891325, - "ast_hash": "ada78d41f18a3dcce5e806a2ab252d30", - "semantic_hash": "ada78d41f18a3dcce5e806a2ab252d30" + "mtime": 1787419450.1358223, + "seen": 1787521817.2510931, + "ast_hash": "8336c87ae3d6bda8535542f5a1d828c4", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/Input.tsx": { - "mtime": 1786954681.825536, - "seen": 1787461822.0891325, - "ast_hash": "b3c0b6ae3bec10c6ac070ae60e804e28", - "semantic_hash": "b3c0b6ae3bec10c6ac070ae60e804e28" + "mtime": 1787419450.1391938, + "seen": 1787521817.2510993, + "ast_hash": "5aa7716f56f052150bdb23a7a84f94dd", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/Select.tsx": { - "mtime": 1786954681.8285375, - "seen": 1787461822.0891325, - "ast_hash": "a06e97672e210fdff460252966d2ab09", - "semantic_hash": "a06e97672e210fdff460252966d2ab09" + "mtime": 1787419450.1464577, + "seen": 1787521817.2511399, + "ast_hash": "fbeee630ed31a744e1c71730a6550c1d", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/Textarea.tsx": { - "mtime": 1786954681.8285375, - "seen": 1787461822.0891325, - "ast_hash": "bbbdbaa3a2aeb68e7e406d555129fb79", - "semantic_hash": "bbbdbaa3a2aeb68e7e406d555129fb79" + "mtime": 1787419450.151503, + "seen": 1787521817.2511606, + "ast_hash": "7adb81ccd859e4d840b95cb6b4ed9ec4", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/ToggleSwitch.tsx": { - "mtime": 1786954681.830045, - "seen": 1787461822.0891325, - "ast_hash": "f212eaa6017ac07b37356612883b2884", - "semantic_hash": "f212eaa6017ac07b37356612883b2884" + "mtime": 1787419450.1530342, + "seen": 1787521817.2511723, + "ast_hash": "1d7b3055bd25f0e6e4d81d3ffdbcc77b", + "semantic_hash": "" }, "backend/prisma/tsconfig.json": { - "mtime": 1786961195.3002362, - "seen": 1787461822.0891325, - "ast_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27", - "semantic_hash": "a12c81b60c5e9fdb3c1aba03ac7ecb27" + "mtime": 1787419447.1067102, + "seen": 1787521817.249867, + "ast_hash": "1c3a041bb1d6145b6dd3939bd4cb9082", + "semantic_hash": "" }, "backend/src/admin/dto/product.dto.ts": { - "mtime": 1787040318.6712074, - "seen": 1787461822.0891325, - "ast_hash": "df8b0fbefcf3082ceee46389f4c60169", - "semantic_hash": "df8b0fbefcf3082ceee46389f4c60169" + "mtime": 1787419447.1381516, + "seen": 1787521817.2499478, + "ast_hash": "02000d51f7248683413416558c956066", + "semantic_hash": "" }, "backend/src/doctors/doctors.controller.ts": { - "mtime": 1787148092.311693, - "seen": 1787461822.0891325, - "ast_hash": "a552f2b9fa5f186871234fa7ffc0c849", - "semantic_hash": "a552f2b9fa5f186871234fa7ffc0c849" + "mtime": 1787419447.2656834, + "seen": 1787521817.2502697, + "ast_hash": "fac30598d4843c957c439765d4cc5f1d", + "semantic_hash": "" }, "backend/src/doctors/doctors.module.ts": { - "mtime": 1786971396.0355752, - "seen": 1787461822.0891325, - "ast_hash": "6850f9203296ff749b5d7de975d3c6f7", - "semantic_hash": "6850f9203296ff749b5d7de975d3c6f7" + "mtime": 1787419447.266362, + "seen": 1787521817.250273, + "ast_hash": "629b01b4f2aaa039f72ee641fbed1330", + "semantic_hash": "" }, "backend/src/doctors/doctors.service.ts": { - "mtime": 1787148092.312693, - "seen": 1787461822.0891325, - "ast_hash": "b7473f48fc2a077328d9d054c075bf46", - "semantic_hash": "b7473f48fc2a077328d9d054c075bf46" + "mtime": 1787419447.26738, + "seen": 1787521817.2502768, + "ast_hash": "a0887ed96af6ac87b7487d5e24d150b1", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/DoctorsManager.tsx": { - "mtime": 1786971396.0633516, - "seen": 1787461822.0891325, - "ast_hash": "84aab57aa9e07ef36d99080abbded324", - "semantic_hash": "84aab57aa9e07ef36d99080abbded324" + "mtime": 1787503865.821829, + "seen": 1787521817.2512329, + "ast_hash": "0e628e622b1035f0809f6b2ccf2ead92", + "semantic_hash": "" }, "frontend/application/components/TestimonialsSection.tsx": { - "mtime": 1787148092.3530457, - "seen": 1787461822.0891325, - "ast_hash": "59c30aa178ac6736fe743d3434fb38ec", - "semantic_hash": "59c30aa178ac6736fe743d3434fb38ec" + "mtime": 1787419450.5447316, + "seen": 1787521817.251483, + "ast_hash": "36f8333d480fa9b5320a306ba01d4f04", + "semantic_hash": "" }, "frontend/application/components/VideoModalPlayer.tsx": { - "mtime": 1787061337.6364226, - "seen": 1787461822.0891325, - "ast_hash": "dad37eb462b526cd5a70cdd07e3a55ac", - "semantic_hash": "dad37eb462b526cd5a70cdd07e3a55ac" + "mtime": 1787419450.5673552, + "seen": 1787521817.2514944, + "ast_hash": "62ad597ad38f96d96f3f0aa5be0aeb3d", + "semantic_hash": "" }, "frontend/application/components/PodcastPlayerModal.tsx": { - "mtime": 1787055297.1930568, - "seen": 1787461822.0891325, - "ast_hash": "987b080b76dba9fcdc3c4d4af6b3a859", - "semantic_hash": "987b080b76dba9fcdc3c4d4af6b3a859" + "mtime": 1787521390.0340972, + "seen": 1787521817.251466, + "ast_hash": "9b5b7a106e6415e45a0e6a96cacdef8e", + "semantic_hash": "" }, "frontend/application/components/PodcastInlinePlayer.tsx": { - "mtime": 1787055297.1900518, - "seen": 1787461822.0891325, - "ast_hash": "ad5eaef74fa077323eb74e31000ad7d8", - "semantic_hash": "ad5eaef74fa077323eb74e31000ad7d8" + "mtime": 1787521347.0107746, + "seen": 1787521817.2514637, + "ast_hash": "ddc318d43ed1c00b3751108d6fa42866", + "semantic_hash": "" }, "frontend/admin-panel/src/components/RouteErrorBoundary.tsx": { - "mtime": 1787062174.623011, - "seen": 1787461822.0891325, - "ast_hash": "bede52b77e6efe56c4f710279fdbcfbd", - "semantic_hash": "bede52b77e6efe56c4f710279fdbcfbd" + "mtime": 1787419450.1233554, + "seen": 1787521817.2510371, + "ast_hash": "1e3ddd1426aaf379dd4ee152ba3d0aea", + "semantic_hash": "" }, "frontend/admin-panel/src/utils/lazyWithRetry.ts": { - "mtime": 1787062174.6262279, - "seen": 1787461822.0891325, - "ast_hash": "8fd1116250eef64a64411d9dd8322c18", - "semantic_hash": "8fd1116250eef64a64411d9dd8322c18" + "mtime": 1787419450.2890697, + "seen": 1787521817.251336, + "ast_hash": "9e349b4c4668468f4ece962eccb562bf", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/IconPickerModal.tsx": { - "mtime": 1787071159.9599283, - "seen": 1787461822.0891325, - "ast_hash": "d4676fe2b24132bbfeb1b53f2b314ed7", - "semantic_hash": "d4676fe2b24132bbfeb1b53f2b314ed7" + "mtime": 1787419450.1353114, + "seen": 1787521817.251086, + "ast_hash": "914f15ae84c954862407dbb086833156", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/RichTextEditor.tsx": { - "mtime": 1787071159.9609263, - "seen": 1787461822.0891325, - "ast_hash": "383b81e9f33e0e286af2ee964e229097", - "semantic_hash": "383b81e9f33e0e286af2ee964e229097" + "mtime": 1787520351.3222096, + "seen": 1787521817.2511349, + "ast_hash": "57bf9b7c2258117caea626b233c01cd9", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx": { - "mtime": 1787394001.6087947, - "seen": 1787461822.0891325, - "ast_hash": "6c8d10000a4c9754608884dcb4e97d5e", - "semantic_hash": "6c8d10000a4c9754608884dcb4e97d5e" + "mtime": 1787503865.839318, + "seen": 1787521817.251272, + "ast_hash": "f556bd5cfba6cb6c8956885d8b7ada33", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/ShippingSettingsPage.tsx": { - "mtime": 1787071159.9684865, - "seen": 1787461822.0891325, - "ast_hash": "75275e187d7a7d09e693506ec5874691", - "semantic_hash": "75275e187d7a7d09e693506ec5874691" + "mtime": 1787503865.876829, + "seen": 1787521817.2512896, + "ast_hash": "4f2a2ed13dccfd05f7afb0e2630c1b8a", + "semantic_hash": "" }, "backend/test/app-audit-verification.e2e-spec.d.ts": { - "mtime": 1787073059.1090057, - "seen": 1787461822.0891325, - "ast_hash": "e2ebd7ddedcadeeadbf819c35985c768", - "semantic_hash": "e2ebd7ddedcadeeadbf819c35985c768" + "mtime": 1787419447.4701667, + "seen": 1787521817.2508397, + "ast_hash": "5c7f99e3d4eaae821996a487acc6a5e2", + "semantic_hash": "" }, "backend/test/app-audit-verification.e2e-spec.js": { - "mtime": 1787073059.1105163, - "seen": 1787461822.0891325, - "ast_hash": "3906e1e6a6fe48f74cd15f9b81b8775a", - "semantic_hash": "3906e1e6a6fe48f74cd15f9b81b8775a" + "mtime": 1787419447.4721806, + "seen": 1787521817.2508438, + "ast_hash": "d54f810897b4fa28293a8fd1b1b6989b", + "semantic_hash": "" }, "backend/test/app.e2e-spec.d.ts": { - "mtime": 1787073059.1125634, - "seen": 1787461822.0891325, - "ast_hash": "e2ebd7ddedcadeeadbf819c35985c768", - "semantic_hash": "e2ebd7ddedcadeeadbf819c35985c768" + "mtime": 1787419447.4778807, + "seen": 1787521817.250856, + "ast_hash": "5c7f99e3d4eaae821996a487acc6a5e2", + "semantic_hash": "" }, "backend/test/app.e2e-spec.js": { - "mtime": 1787073059.1135726, - "seen": 1787461822.0891325, - "ast_hash": "4ff6e84fd1b500597f4cc40d5877ad1b", - "semantic_hash": "4ff6e84fd1b500597f4cc40d5877ad1b" + "mtime": 1787419447.4788785, + "seen": 1787521817.2508621, + "ast_hash": "6314103fe8699869833fea62441015ac", + "semantic_hash": "" }, "frontend/application/lib/seo.ts": { - "mtime": 1787139270.9888349, - "seen": 1787461822.0891325, - "ast_hash": "63561ef7b8bd149b0e211fc4c9d0fab3", - "semantic_hash": "63561ef7b8bd149b0e211fc4c9d0fab3" + "mtime": 1787419450.64075, + "seen": 1787521817.251526, + "ast_hash": "35b9969168c00f6e2757185cdfae3c0b", + "semantic_hash": "" }, "backend/src/doctors/dto/doctor-query.dto.ts": { - "mtime": 1787148092.3146994, - "seen": 1787461822.0891325, - "ast_hash": "9c9b8e83bb5b207eb88d5da473562843", - "semantic_hash": "9c9b8e83bb5b207eb88d5da473562843" + "mtime": 1787419447.2693858, + "seen": 1787521817.250283, + "ast_hash": "84d4d099a0db1b39d3e54151ec0390b3", + "semantic_hash": "" }, "backend/src/faq/faq.controller.ts": { - "mtime": 1787148092.3166947, - "seen": 1787461822.0891325, - "ast_hash": "09e34477f9322954d856b496009ba0d5", - "semantic_hash": "09e34477f9322954d856b496009ba0d5" + "mtime": 1787419447.2723813, + "seen": 1787521817.2502892, + "ast_hash": "84453f9eb206bc0fbc4d698e0777ee07", + "semantic_hash": "" }, "backend/src/faq/faq.module.ts": { - "mtime": 1787148092.3166947, - "seen": 1787461822.0891325, - "ast_hash": "eb0d0be8c8742a787d205ef121b50ee7", - "semantic_hash": "eb0d0be8c8742a787d205ef121b50ee7" + "mtime": 1787419447.2733808, + "seen": 1787521817.2502942, + "ast_hash": "4ec9562675fd59002567788e39816c78", + "semantic_hash": "" }, "backend/src/faq/faq.service.ts": { - "mtime": 1787148092.3199117, - "seen": 1787461822.0891325, - "ast_hash": "76c44314a43aa61ca7ba02e6cce871be", - "semantic_hash": "76c44314a43aa61ca7ba02e6cce871be" + "mtime": 1787419447.2743773, + "seen": 1787521817.250298, + "ast_hash": "8cfbe23a028c76733e1fc8e31c217466", + "semantic_hash": "" }, "backend/src/menu/menu.controller.ts": { - "mtime": 1787148092.3228712, - "seen": 1787461822.0891325, - "ast_hash": "ce153234a45387734fc41d93bfc61f3a", - "semantic_hash": "ce153234a45387734fc41d93bfc61f3a" + "mtime": 1787503865.7817416, + "seen": 1787521817.2503521, + "ast_hash": "ffc93ae6eaefbb3721833490e7cc06ce", + "semantic_hash": "" }, "backend/src/menu/menu.module.ts": { - "mtime": 1787148092.3238695, - "seen": 1787461822.0891325, - "ast_hash": "57340cf9c9a8c0562995738bac8efc7b", - "semantic_hash": "57340cf9c9a8c0562995738bac8efc7b" + "mtime": 1787419447.2972002, + "seen": 1787521817.2503555, + "ast_hash": "55e26971ad90ccc580f9a737668fb7b1", + "semantic_hash": "" }, "backend/src/menu/menu.service.ts": { - "mtime": 1787461094.1567185, - "seen": 1787461822.0891325, - "ast_hash": "d236ddc2e9522091e6d1a16f2a51a161", + "mtime": 1787503865.7827425, + "seen": 1787521817.2503617, + "ast_hash": "f311f092daf1635d3defeeba31bb5d11", "semantic_hash": "" }, "backend/src/payment/dto/ebank-checkout.dto.ts": { - "mtime": 1787394001.6034613, - "seen": 1787461822.0891325, - "ast_hash": "420fb2e706c51e65cac8615d130993fe", - "semantic_hash": "420fb2e706c51e65cac8615d130993fe" + "mtime": 1787419447.315901, + "seen": 1787521817.250405, + "ast_hash": "8ebc2e5faaac91ee38c600736063027d", + "semantic_hash": "" }, "backend/src/payment/zibal-ebank.service.ts": { - "mtime": 1787461094.1589656, - "seen": 1787461822.0891325, - "ast_hash": "7075a9caf96d6f38e0a8b0208dbd0ab5", + "mtime": 1787419472.6803782, + "seen": 1787521817.2504416, + "ast_hash": "95a0ff867d6b35b1ed0ac85e556a2f68", "semantic_hash": "" }, "frontend/admin-panel/src/pages/FAQManager.tsx": { - "mtime": 1787148092.3385258, - "seen": 1787461822.0891325, - "ast_hash": "722dbfc7793dadb802567d298742540d", - "semantic_hash": "722dbfc7793dadb802567d298742540d" + "mtime": 1787503865.824847, + "seen": 1787521817.2512383, + "ast_hash": "a9cbdfcb694e1a57248cc41271cc0142", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/MenuManager.tsx": { - "mtime": 1787148092.3395362, - "seen": 1787461822.0891325, - "ast_hash": "df212c77135271c9363a7f45c78a955b", - "semantic_hash": "df212c77135271c9363a7f45c78a955b" + "mtime": 1787503865.8335938, + "seen": 1787521817.251265, + "ast_hash": "76b919cd8dea00c0c78865650f82ef28", + "semantic_hash": "" }, "frontend/application/components/BlogPreviewSection.tsx": { - "mtime": 1787148092.3500454, - "seen": 1787461822.0891325, - "ast_hash": "8de9287d09623609ee975174ffaff2d7", - "semantic_hash": "8de9287d09623609ee975174ffaff2d7" + "mtime": 1787419450.4341793, + "seen": 1787521817.2514195, + "ast_hash": "37d8db7d0e014b6eed2142b85fca2cbd", + "semantic_hash": "" }, "frontend/application/components/FAQSection.tsx": { - "mtime": 1787148092.3510475, - "seen": 1787461822.0891325, - "ast_hash": "4fd26d468cc8e143a5e67b7aebc1e44c", - "semantic_hash": "4fd26d468cc8e143a5e67b7aebc1e44c" + "mtime": 1787419450.4682481, + "seen": 1787521817.251437, + "ast_hash": "487039cc2ae57a3dc1ed1f178b392c0c", + "semantic_hash": "" }, "frontend/admin-panel/src/pages/ZibalPortalPage.tsx": { - "mtime": 1787405554.8092225, - "seen": 1787461822.0891325, - "ast_hash": "d3ca089618d1e1df681a553f5f8ebd8e", - "semantic_hash": "d3ca089618d1e1df681a553f5f8ebd8e" + "mtime": 1787520351.3282132, + "seen": 1787521817.2513177, + "ast_hash": "621681c2a7701baa5fe57f6716d9a360", + "semantic_hash": "" }, "frontend/admin-panel/src/components/TransactionReceiptModal.tsx": { - "mtime": 1787405554.8046184, - "seen": 1787461822.0891325, - "ast_hash": "8931b7ade86ad779579db166eb148469", - "semantic_hash": "8931b7ade86ad779579db166eb148469" + "mtime": 1787419450.1284173, + "seen": 1787521817.2510526, + "ast_hash": "24f48e290242f3ca0ba811fbd37d2859", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/Button.tsx": { - "mtime": 1787405554.8051515, - "seen": 1787461822.0891325, - "ast_hash": "9728e2915d2584bc67808a46fc558af3", - "semantic_hash": "9728e2915d2584bc67808a46fc558af3" + "mtime": 1787503865.7957428, + "seen": 1787521817.2510645, + "ast_hash": "c32054d07ec5f86098ead1a243cca36c", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/MaskableField.tsx": { - "mtime": 1787405554.805712, - "seen": 1787461822.0891325, - "ast_hash": "b97dc137463327fd294e929cfa65545c", - "semantic_hash": "b97dc137463327fd294e929cfa65545c" + "mtime": 1787419450.1402066, + "seen": 1787521817.251104, + "ast_hash": "d0e07f756ad32856b756ec811da58835", + "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/Modal.tsx": { - "mtime": 1787461128.5888512, - "seen": 1787461822.0891325, - "ast_hash": "e11f7ea28068c2a268db4d032c3fc9f5", + "mtime": 1787503865.797186, + "seen": 1787521817.251115, + "ast_hash": "16ea193f7c3aa1d4fd7771554b954f20", "semantic_hash": "" }, "frontend/admin-panel/src/components/ui/ThSort.tsx": { - "mtime": 1787461180.2314675, - "seen": 1787461822.0891325, - "ast_hash": "421faa21b7189758f65616964f288b0c", + "mtime": 1787503865.7981853, + "seen": 1787521817.2511666, + "ast_hash": "9d3d796edbf401dcd438bd7e499e0827", "semantic_hash": "" }, "frontend/admin-panel/src/pages/MonitoringPage.tsx": { - "mtime": 1787461503.991518, - "seen": 1787461822.0891325, - "ast_hash": "7fb5828ee169d8745af7aec1bb9fe965", + "mtime": 1787503865.835598, + "seen": 1787521817.2512674, + "ast_hash": "32b62dccde42f018ed627a45bd14619e", "semantic_hash": "" }, "frontend/admin-panel/src/utils/useTableParams.ts": { - "mtime": 1787461175.4637585, - "seen": 1787461822.0891325, - "ast_hash": "beda95a77f5cf930e48d9d5dc365aa12", + "mtime": 1787503865.9287777, + "seen": 1787521817.251338, + "ast_hash": "81fddc8668a3f401a85d770f7c2a711d", "semantic_hash": "" }, "frontend/application/public/assets/images/canina-product-placeholder.png": { - "mtime": 1787461094.218097, - "seen": 1787461822.0901327, + "mtime": 1787419472.8339145, + "seen": 1787521817.2518616, "ast_hash": "a9f359cce82a5ab0a24830ed59a33047", "semantic_hash": "" }, "frontend/application/public/images/vets/vet1.webp": { - "mtime": 1787461094.254652, - "seen": 1787461822.0901327, + "mtime": 1787419472.96601, + "seen": 1787521817.2518766, "ast_hash": "a9f359cce82a5ab0a24830ed59a33047", "semantic_hash": "" + }, + ".vscode/extensions.json": { + "mtime": 1787419472.6708896, + "seen": 1787521817.2497983, + "ast_hash": "7d1b433cf19d585c0d3fd7b3b76db8d0", + "semantic_hash": "" } } \ No newline at end of file diff --git a/graphify-out/GRAPH_REPORT.md b/graphify-out/GRAPH_REPORT.md index 42a352b..d58982c 100644 --- a/graphify-out/GRAPH_REPORT.md +++ b/graphify-out/GRAPH_REPORT.md @@ -1,16 +1,16 @@ # Graph Report - caninairan (2026-08-24) ## Corpus Check -- 544 files · ~1,300,486 words +- 544 files · ~1,300,529 words - Verdict: corpus is large enough that graph structure adds value. ## Summary -- 3905 nodes · 7028 edges · 320 communities (201 shown, 119 thin omitted) +- 3905 nodes · 7028 edges · 320 communities (200 shown, 120 thin omitted) - Extraction: 96% EXTRACTED · 4% INFERRED · 0% AMBIGUOUS · INFERRED: 270 edges (avg confidence: 0.8) - Token cost: 0 input · 0 output ## Graph Freshness -- Built from commit: `d1e3daf9` +- Built from commit: `b9188555` - Run `git rev-parse HEAD` and compare to check if the graph is stale. - Run `graphify update .` after code changes (no API cost). @@ -36,7 +36,7 @@ - JwtAuthGuard - ProductsService - CreateVideoDto -- toPersian +- NetworkBanner.tsx - UserDashboard.tsx - MenuService - BE-001 @@ -307,7 +307,7 @@ - @testing-library/react - @types/react - globals -- @types/react-dom +- eslint-config-next - vitest - track/page.tsx - BlogsModule @@ -348,7 +348,7 @@ - 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` -## Communities (320 total, 119 thin omitted) +## Communities (320 total, 120 thin omitted) ### Community 0 - "Roles" Cohesion: 0.24 @@ -399,8 +399,8 @@ Cohesion: 0.07 Nodes (30): ConfirmModal(), ConfirmModalProps, getFileType(), Media, MediaSelector(), MediaSelectorProps, maxWidthClasses, Modal() (+22 more) ### Community 12 - "PetProfile.tsx" -Cohesion: 0.13 -Nodes (15): FeaturedProducts(), ProductCard(), OrderSuccess(), OrderRowSkeleton(), PetProfileSkeleton(), ProductCardSkeleton(), Skeleton(), SkeletonProps (+7 more) +Cohesion: 0.11 +Nodes (19): FeaturedProducts(), ProductCard(), OrderSuccess(), OrderRowSkeleton(), PetProfileSkeleton(), ProductCardSkeleton(), Skeleton(), SkeletonProps (+11 more) ### Community 13 - "main.ts" Cohesion: 0.12 @@ -408,7 +408,7 @@ Nodes (8): AppModule, Module, CustomHttpExceptionFilter, Catch, PrismaExceptionF ### Community 14 - "lib/services/api.ts" Cohesion: 0.06 -Nodes (22): ContactInfoItem, PrescriptionUploadModal(), PrescriptionUploadModalProps, api, ApiErrorPayload, baseURL, ApiErr, AuthResponse (+14 more) +Nodes (24): ContactInfoItem, LoginModal(), LoginModalProps, PrescriptionUploadModal(), PrescriptionUploadModalProps, api, ApiErrorPayload, baseURL (+16 more) ### Community 15 - "src/services/api.ts" Cohesion: 0.07 @@ -434,13 +434,9 @@ Nodes (19): GetProductsDto, ApiPropertyOptional, IsEnum, IsOptional, IsString, P Cohesion: 0.07 Nodes (32): CreateVideoDto, ApiProperty, ApiPropertyOptional, IsBoolean, IsNotEmpty, IsOptional, IsString, UpdateVideoDto (+24 more) -### Community 21 - "toPersian" -Cohesion: 0.15 -Nodes (23): VerifyContent(), ArchiveProductCard(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), BackButton(), BackButtonProps (+15 more) - ### Community 22 - "UserDashboard.tsx" -Cohesion: 0.13 -Nodes (17): AddressModal(), AddressModalProps, DeleteConfirmModal(), DeleteConfirmModalProps, OrderDetailsModal(), SearchableSelect(), SearchableSelectProps, PRESET_AMOUNTS (+9 more) +Cohesion: 0.11 +Nodes (26): VerifyContent(), AddressModal(), AddressModalProps, BackButton(), BackButtonProps, CheckoutPage(), DeleteConfirmModal(), DeleteConfirmModalProps (+18 more) ### Community 23 - "MenuService" Cohesion: 0.11 @@ -552,7 +548,7 @@ Nodes (19): autoprefixer, devDependencies, autoprefixer, eslint, @eslint/js, glo ### Community 50 - "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 51 - "BlogsController" Cohesion: 0.14 @@ -612,7 +608,7 @@ Nodes (20): compilerOptions, allowImportingTsExtensions, erasableSyntaxOnly, lib ### Community 65 - "ProductPage.tsx" Cohesion: 0.13 -Nodes (14): PLAYBACK_RATES, PodcastInlinePlayer(), PodcastInlinePlayerProps, CalculatorState, ICON_MAP, ProductPage(), useCalculatorStore, ProductReviews() (+6 more) +Nodes (15): PLAYBACK_RATES, PodcastInlinePlayer(), PodcastInlinePlayerProps, CalculatorState, ICON_MAP, ProductPage(), useCalculatorStore, ProductReviews() (+7 more) ### Community 66 - "ApiOperation" Cohesion: 0.12 @@ -700,7 +696,7 @@ Nodes (17): dependencies, axios, lucide-react, motion, next, react, react-dom, s ### Community 88 - "HomeClient.tsx" Cohesion: 0.14 -Nodes (17): HomeClient(), HomeClientProps, CATEGORY_MAP, ICON_MAP, BannerPlacement(), BannerPlacementProps, Hero(), StatCounter() (+9 more) +Nodes (17): HomeClient(), HomeClientProps, ArchiveProductCard(), CATEGORY_MAP, ICON_MAP, BannerPlacement(), BannerPlacementProps, Hero() (+9 more) ### Community 89 - "seed-products.ts" Cohesion: 0.17 @@ -1047,8 +1043,8 @@ Cohesion: 0.50 Nodes (3): Select, SelectOption, SelectProps ### Community 199 - "useSettingsStore" -Cohesion: 0.11 -Nodes (22): ClientLayout(), BrandLogo(), BrandLogoProps, EnamadBadge(), FAQItem, FAQSection(), Footer(), MENU_ICONS (+14 more) +Cohesion: 0.12 +Nodes (27): ClientLayout(), AuthModal(), AuthModalProps, extractOtpFromText(), B2BPortal(), BrandLogo(), BrandLogoProps, CartDrawer() (+19 more) ### Community 200 - "application/README.md" Cohesion: 0.50 @@ -1089,7 +1085,7 @@ Nodes (3): generateMetadata(), getHomeData(), Home() ## Knowledge Gaps - **1278 isolated node(s):** `$schema`, `collection`, `sourceRoot`, `deleteOutDir`, `name` (+1273 more) These have ≤1 connection - possible missing edges or undocumented components. -- **119 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. +- **120 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes. ## Suggested Questions _Questions this graph is uniquely positioned to answer:_ diff --git a/graphify-out/cache/stat-index.json b/graphify-out/cache/stat-index.json index 579f0ce..10344da 100644 --- a/graphify-out/cache/stat-index.json +++ b/graphify-out/cache/stat-index.json @@ -1 +1 @@ -{".ai_agency/AGENCY.md":{"size":9028,"mtime_ns":1787419446973998900,"indexed_at_ns":1787521783246144800,"word_count":1161,"hashes":{".ai_agency/agency.md":"419a5d069432d03a601bfac149b2d2f83503bb72305dde6fe8778c851905002c"}},".ai_agency/agents/00_intake.md":{"size":3937,"mtime_ns":1787419446976000700,"indexed_at_ns":1787521783247705200,"word_count":500,"hashes":{".ai_agency/agents/00_intake.md":"db6562ff1e71d694791926909918643bdd0ef004207f562fd305bd0e212fcda2"}},".ai_agency/agents/01_auditor.md":{"size":3747,"mtime_ns":1787419446977999600,"indexed_at_ns":1787521783249227500,"word_count":467,"hashes":{".ai_agency/agents/01_auditor.md":"6a4613fb397adee1bcd064abc006927bf553ad674f5dfb493076b4966842c23c"}},".ai_agency/agents/02_ceo.md":{"size":2415,"mtime_ns":1787419446978998700,"indexed_at_ns":1787521783250747800,"word_count":294,"hashes":{".ai_agency/agents/02_ceo.md":"bd91670156b112ddb58752a0bd544281a0dee02b00e0899c18004ec09d0de106"}},".ai_agency/agents/03_product_manager.md":{"size":8634,"mtime_ns":1787419446983997500,"indexed_at_ns":1787521783252273000,"word_count":1076,"hashes":{".ai_agency/agents/03_product_manager.md":"87507389cdea75d162d950a26affd8e22ffbff8363b7031d40a14b593c96e722"}},".ai_agency/agents/04_architect.md":{"size":3715,"mtime_ns":1787419446984998400,"indexed_at_ns":1787521783254406400,"word_count":448,"hashes":{".ai_agency/agents/04_architect.md":"24065a334205689166fc397ec3a8d454e8ca752fc19084835903ef9f0493b9d5"}},".ai_agency/agents/05_dev_backend.md":{"size":7342,"mtime_ns":1787419446985999300,"indexed_at_ns":1787521783256567600,"word_count":953,"hashes":{".ai_agency/agents/05_dev_backend.md":"26961abd8210248a04f8cd5ad4141181ac17da826c694746f37b6b0ea9c5a298"}},".ai_agency/agents/06_dev_frontend.md":{"size":7731,"mtime_ns":1787419446988001600,"indexed_at_ns":1787521783258242800,"word_count":1011,"hashes":{".ai_agency/agents/06_dev_frontend.md":"427be2a0d417fdbef1c13ebdb4941497f3f91d46599ba397caf2da55bb8a4240"}},".ai_agency/agents/07_qa_engineer.md":{"size":3881,"mtime_ns":1787419446988997900,"indexed_at_ns":1787521783259783700,"word_count":507,"hashes":{".ai_agency/agents/07_qa_engineer.md":"90fb670935947163a8b97bb3c100d0df75cf86664abd786d73e6a72927562209"}},".ai_agency/agents/08_visual_qa.md":{"size":8119,"mtime_ns":1787419446989998700,"indexed_at_ns":1787521783261343600,"word_count":1121,"hashes":{".ai_agency/agents/08_visual_qa.md":"66d5f6879d897cbc046d7edfedaab77711bf119b6c35a899dc8e1df67f068eba"}},".ai_agency/agents/09_devops_security.md":{"size":7017,"mtime_ns":1787419446991997800,"indexed_at_ns":1787521783263108200,"word_count":908,"hashes":{".ai_agency/agents/09_devops_security.md":"a4c06b4dbf07bae2b25f2efbf8c4ad64aec358ae9d914e454eea395ed701f80b"}},".ai_agency/agents/10_tech_writer.md":{"size":3235,"mtime_ns":1787419446992998300,"indexed_at_ns":1787521783264647800,"word_count":408,"hashes":{".ai_agency/agents/10_tech_writer.md":"7e1f2b60a65bb3191380b350c5bb8ab2889cea16c34261ed91ef5529e2d6b6e9"}},".ai_agency/agents/11_deploy.md":{"size":4089,"mtime_ns":1787419446994001600,"indexed_at_ns":1787521783266191400,"word_count":537,"hashes":{".ai_agency/agents/11_deploy.md":"c7cfe31a24b65c8e89d0e4c7a134b2c01bd66762e6874aa4bc955d9d9beade8a"}},".ai_agency/agents/12_seo_content.md":{"size":11249,"mtime_ns":1787419446994998500,"indexed_at_ns":1787521783267694900,"word_count":1539,"hashes":{".ai_agency/agents/12_seo_content.md":"189188c594d07159bc98b00bcb97a66c84ea87b7dcdc65c02dd96ce935ff6eca"}},".ai_agency/memory/agent_outputs/README.txt":{"size":298,"mtime_ns":1787419446997998600,"indexed_at_ns":1787521770151199800,"word_count":34},".ai_agency/memory/backlog.json":{"size":10895,"mtime_ns":1787419446998998900,"indexed_at_ns":1787521783112917700,"word_count":981,"hashes":{".ai_agency/memory/backlog.json":"95e141415663b03ce16946e6c6bcfbd962f8ac1474b6a0785797161873cf586c"}},".ai_agency/memory/scratchpad.md":{"size":1906,"mtime_ns":1787419446999999100,"indexed_at_ns":1787521783269277800,"word_count":249,"hashes":{".ai_agency/memory/scratchpad.md":"eeef059b96cbc7a23787e9d12828e0f3db0285d360d9f95c62c37b4e8b47b0fd"}},".ai_agency/memory/state.json":{"size":3743,"mtime_ns":1787419447001997500,"indexed_at_ns":1787521783172240300,"word_count":254,"hashes":{".ai_agency/memory/state.json":"6f73fc83efee902d4c986ca55d2e8917c0994a150e8f8ac9861671485397c5ba"}},".ai_agency/orchestrate.py":{"size":6997,"mtime_ns":1787419447002999400,"indexed_at_ns":1787521783174220100,"word_count":644,"hashes":{".ai_agency/orchestrate.py":"fd939a485bcf44a2222bdc5d4c671a981f0cef6bfefc5643eb5b61def4ccbac4"}},".ai_agency/specs/api_contract.md":{"size":1571,"mtime_ns":1787419447005004500,"indexed_at_ns":1787521783271536000,"word_count":139,"hashes":{".ai_agency/specs/api_contract.md":"5f8e3ad984c7828277123b5a5407a24edfd0b1f9d4f30058a0b290492efd64b0"}},".ai_agency/specs/architecture_spec.md":{"size":819,"mtime_ns":1787419447006999200,"indexed_at_ns":1787521783273502600,"word_count":99,"hashes":{".ai_agency/specs/architecture_spec.md":"eb667e7396a4a90e50fe6ad0820ea59800ed284f5bbc7429315fa6f7a34c34be"}},".ai_agency/specs/prd.md":{"size":740,"mtime_ns":1787419447007999200,"indexed_at_ns":1787521783275124800,"word_count":96,"hashes":{".ai_agency/specs/prd.md":"aa77302fe0618e9511b9a233ed2d76ecfbb76813f7f0259fa7ed4d75585e4c40"}},".ai_agency/specs/project_health.md":{"size":458,"mtime_ns":1787419447009736900,"indexed_at_ns":1787521783276766100,"word_count":65,"hashes":{".ai_agency/specs/project_health.md":"d13e03cbbf9fe5c6ff99ab512bd5a0a02984233570fbfdb508c30a1ebabed2db"}},".ai_agency/specs/reviews/README.md":{"size":1044,"mtime_ns":1787419447011261700,"indexed_at_ns":1787521783278288100,"word_count":117,"hashes":{".ai_agency/specs/reviews/readme.md":"c55635a378ebb9823bd4256d104ca92ae586c6e9bb6056bca009e67d3f384e1f"}},".ai_agency/specs/reviews/backend_review.md":{"size":1448,"mtime_ns":1787419447012264300,"indexed_at_ns":1787521783279790400,"word_count":172,"hashes":{".ai_agency/specs/reviews/backend_review.md":"8b7a51ba013db5f162e200ab2ab3d51d0063c8ef9ba2a3cce497dccc925926c7"}},".ai_agency/specs/reviews/code_health_review.md":{"size":2215,"mtime_ns":1787419447013263300,"indexed_at_ns":1787521783281317600,"word_count":279,"hashes":{".ai_agency/specs/reviews/code_health_review.md":"d4b6c645ee75ae52a535bf64845a5bfe047f5891d024896a58e3c6d425849915"}},".ai_agency/specs/reviews/frontend_review.md":{"size":1468,"mtime_ns":1787419447015262500,"indexed_at_ns":1787521783282879200,"word_count":183,"hashes":{".ai_agency/specs/reviews/frontend_review.md":"d7249fe1175eba43749fc57398a558650755e6842ed63faf7abd6f91f1de8116"}},".ai_agency/specs/reviews/security_review.md":{"size":888,"mtime_ns":1787419447016262600,"indexed_at_ns":1787521783284488200,"word_count":110,"hashes":{".ai_agency/specs/reviews/security_review.md":"e2a96e1039dbed88d88958935be248025b2504e9a0caa035d0e264d778dd4a7a"}},".ai_agency/specs/reviews/seo_content_review.md":{"size":1252,"mtime_ns":1787419447017266500,"indexed_at_ns":1787521783286075600,"word_count":156,"hashes":{".ai_agency/specs/reviews/seo_content_review.md":"b9a251adaafd57872d56b2283d827104ef63025823ad38ff374d382fa84c01c2"}},".ai_agency/specs/reviews/ux_review.md":{"size":1145,"mtime_ns":1787419447018267300,"indexed_at_ns":1787521783288383600,"word_count":150,"hashes":{".ai_agency/specs/reviews/ux_review.md":"d034efd98211f598a3b3d3116e2c73a962728cd5ef9e79db7d4d1aa577550f8b"}},".claude/CLAUDE.md":{"size":229,"mtime_ns":1787419447024264200,"indexed_at_ns":1787521783294630500,"word_count":29,"hashes":{".claude/claude.md":"bc13fe68ca2c17442410eba331059e731c5c83c4ea036819b6555449f2f9bd3e"}},".claude/settings.json":{"size":502,"mtime_ns":1787419447025263400,"indexed_at_ns":1787521783175896100,"word_count":38,"hashes":{".claude/settings.json":"7f1d3686b704c4ea28478db0f136f7ad02ad4c443d1d61547195eb41b386e194"}},".claude/skills/graphify/SKILL.md":{"size":44042,"mtime_ns":1787419447029275000,"indexed_at_ns":1787521783296363100,"word_count":5442,"hashes":{".claude/skills/graphify/skill.md":"2a3c9bb17a09ce8ab84d8d1d8da4db0a7d8eae6c870f7ca5314bae1ae58de8e0"}},".claude/skills/graphify/references/add-watch.md":{"size":2542,"mtime_ns":1787419447031276300,"indexed_at_ns":1787521783298160700,"word_count":366,"hashes":{".claude/skills/graphify/references/add-watch.md":"8181d191224cb763e5784fe015ed8b1dcc6c8625efcbbd3b785da24b353da220"}},".claude/skills/graphify/references/exports.md":{"size":3449,"mtime_ns":1787419447034275400,"indexed_at_ns":1787521783299708500,"word_count":470,"hashes":{".claude/skills/graphify/references/exports.md":"d07d2aecc629f8cbfd15d461c635e493f89cd34a90dff941e2c6998977e5d923"}},".claude/skills/graphify/references/extraction-spec.md":{"size":8030,"mtime_ns":1787419447036274700,"indexed_at_ns":1787521783301257000,"word_count":1038,"hashes":{".claude/skills/graphify/references/extraction-spec.md":"4d769f6da15f3fc8dc001f47d99244de39b5218ac8b977c271f3de6c98696fe6"}},".claude/skills/graphify/references/github-and-merge.md":{"size":2223,"mtime_ns":1787419447037274400,"indexed_at_ns":1787521783302839300,"word_count":271,"hashes":{".claude/skills/graphify/references/github-and-merge.md":"892589dad2e5e8bb0a9319333331c551a68d27392f936733b984cbfc9c70e0cf"}},".claude/skills/graphify/references/hooks.md":{"size":1300,"mtime_ns":1787419447039277700,"indexed_at_ns":1787521783305256500,"word_count":193,"hashes":{".claude/skills/graphify/references/hooks.md":"b7dcbbe385d7c6dde267cb5ce91038545bbd733d23b45d96ec2fe40773c9fce2"}},".claude/skills/graphify/references/query.md":{"size":13767,"mtime_ns":1787419447040275100,"indexed_at_ns":1787521783307803500,"word_count":1763,"hashes":{".claude/skills/graphify/references/query.md":"18db36ad456be9d3e87d43dcbe2607ed92f9721baf404daa23127ec9fb489855"}},".claude/skills/graphify/references/transcribe.md":{"size":3225,"mtime_ns":1787419447041274700,"indexed_at_ns":1787521783309618200,"word_count":418,"hashes":{".claude/skills/graphify/references/transcribe.md":"55ecbf088adf1eef94050990e84a3e0f3f76096b666f6bc4a15a7c7da8806fcf"}},".claude/skills/graphify/references/update.md":{"size":10635,"mtime_ns":1787419447042275400,"indexed_at_ns":1787521783311247700,"word_count":1196,"hashes":{".claude/skills/graphify/references/update.md":"5720beed29b64651edc4ff7c3d2f865a1d30d08124b7ef07dbe7b00999700d0a"}},".gitea/scripts/with-vpn.sh":{"size":1875,"mtime_ns":1787419447047506900,"indexed_at_ns":1787521783177515700,"word_count":208,"hashes":{".gitea/scripts/with-vpn.sh":"a923cdd692e23d866cdd55342357fe8206913679d290ae20e0a35da35a47f095"}},".gitea/workflows/deploy.yml":{"size":1023,"mtime_ns":1787419447049014600,"indexed_at_ns":1787521770364288000,"word_count":84},"BACKEND_INTEGRATION.md":{"size":15974,"mtime_ns":1787419447053027100,"indexed_at_ns":1787521770385298300,"word_count":1521},"CLAUDE.md":{"size":781,"mtime_ns":1787419447055051200,"indexed_at_ns":1787521783314368500,"word_count":106,"hashes":{"claude.md":"b5a5237f0dd262308961666186afbe48d20e935dfee4ce03b818c7badbca2cc4"}},"DATABASE_SCHEMA.md":{"size":15717,"mtime_ns":1787419447057124600,"indexed_at_ns":1787521770396584200,"word_count":1566},"README.md":{"size":13252,"mtime_ns":1787419447060138000,"indexed_at_ns":1787521770407278900,"word_count":1310},"backend/README.md":{"size":5126,"mtime_ns":1787419447065137500,"indexed_at_ns":1787521783315887100,"word_count":472,"hashes":{"backend/readme.md":"7e49cd355cede75cdef66c98512212d7b0f91326608e0d31885a8916874eeb4e"}},"backend/eslint.config.mjs":{"size":1700,"mtime_ns":1787419447066140000,"indexed_at_ns":1787521770434761400,"word_count":104},"backend/nest-cli.json":{"size":180,"mtime_ns":1787419447067137000,"indexed_at_ns":1787521783180521400,"word_count":13,"hashes":{"backend/nest-cli.json":"3c187936b9c3a4045b6bc0d54a24603888a9130df6d2927e54a2f3aec07f5e95"}},"backend/package.json":{"size":2852,"mtime_ns":1787419447076000100,"indexed_at_ns":1787521783182330800,"word_count":205,"hashes":{"backend/package.json":"3f2173a31aa98485082f973a7bf8b6b74d2827a2383876ceba9ee86a911be4d1"}},"backend/prisma/migrations/20260526145407_init/migration.sql":{"size":9223,"mtime_ns":1787419447078999200,"indexed_at_ns":1787521783183951700,"word_count":936,"hashes":{"backend/prisma/migrations/20260526145407_init/migration.sql":"29255eee9143f13de17eeb0d3d5201f7d6cd8ae07913806ef8eefad7db0f7929"}},"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":{"size":421,"mtime_ns":1787419447080998800,"indexed_at_ns":1787521783185536400,"word_count":48,"hashes":{"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":"ac5847950275b508553dd4e1386acca13c8af3df9316c075c98ffd362a572dfd"}},"backend/prisma/scientificTerms.ts":{"size":24708,"mtime_ns":1787419447085002100,"indexed_at_ns":1787521770469413900,"word_count":2294},"backend/prisma/seed-blogs.ts":{"size":7063,"mtime_ns":1787419447087463800,"indexed_at_ns":1787521770476196400,"word_count":620},"backend/prisma/seed-custom.ts":{"size":3957,"mtime_ns":1787419447091476000,"indexed_at_ns":1787521770481276500,"word_count":371},"backend/prisma/seed-home.ts":{"size":3977,"mtime_ns":1787419447092476800,"indexed_at_ns":1787521770485779000,"word_count":374},"backend/prisma/seed-products-data.json":{"size":59766,"mtime_ns":1787419447095477600,"indexed_at_ns":1787521783187226400,"word_count":5730,"hashes":{"backend/prisma/seed-products-data.json":"6ba05ec168a63218a626e2dff118d53be9b8314a3e211bc9c337c00d9d38869f"}},"backend/prisma/seed-products.ts":{"size":28816,"mtime_ns":1787419447097477600,"indexed_at_ns":1787521770497100500,"word_count":2063},"backend/prisma/seed-ui-texts.ts":{"size":9349,"mtime_ns":1787419447099025300,"indexed_at_ns":1787521770502342300,"word_count":755},"backend/prisma/seed-wiki.ts":{"size":24451,"mtime_ns":1787419447100495200,"indexed_at_ns":1787521770508180800,"word_count":2292},"backend/prisma/seed.ts":{"size":31033,"mtime_ns":1787419447104780000,"indexed_at_ns":1787521770513771900,"word_count":2636},"backend/prisma/tsconfig.seed.json":{"size":204,"mtime_ns":1787419447108232900,"indexed_at_ns":1787521783191348800,"word_count":17,"hashes":{"backend/prisma/tsconfig.seed.json":"cba40494ca979cbf0017c51b84bebf8a5e2c80b6ae0ff4ebf76d23a02d5071ec"}},"backend/scripts/generate-openapi.ts":{"size":1431,"mtime_ns":1787419447116702900,"indexed_at_ns":1787521770543886000,"word_count":128},"backend/src/admin/admin.controller.spec.ts":{"size":613,"mtime_ns":1787419447121003600,"indexed_at_ns":1787521770549239200,"word_count":59},"backend/src/admin/admin.controller.ts":{"size":10012,"mtime_ns":1787503865775740200,"indexed_at_ns":1787521770555263800,"word_count":966},"backend/src/admin/admin.module.ts":{"size":1464,"mtime_ns":1787419447123018500,"indexed_at_ns":1787521770561689000,"word_count":145},"backend/src/admin/admin.service.spec.ts":{"size":706,"mtime_ns":1787419447126266900,"indexed_at_ns":1787521770567480700,"word_count":72},"backend/src/admin/admin.service.ts":{"size":30096,"mtime_ns":1787503865777740600,"indexed_at_ns":1787521770574206700,"word_count":2953},"backend/src/admin/blogs.controller.ts":{"size":2923,"mtime_ns":1787419447129102300,"indexed_at_ns":1787521770579725800,"word_count":289},"backend/src/admin/blogs.service.ts":{"size":3458,"mtime_ns":1787419447129629700,"indexed_at_ns":1787521770584934600,"word_count":397},"backend/src/admin/categories.controller.ts":{"size":2257,"mtime_ns":1787419447131964900,"indexed_at_ns":1787521770592824300,"word_count":204},"backend/src/admin/categories.service.ts":{"size":2078,"mtime_ns":1787419447134358400,"indexed_at_ns":1787521770597608600,"word_count":223},"backend/src/admin/dto/admin-query.dto.ts":{"size":654,"mtime_ns":1787419447137158500,"indexed_at_ns":1787521770603036700,"word_count":60},"backend/src/admin/media.controller.ts":{"size":2418,"mtime_ns":1787419447141152300,"indexed_at_ns":1787521770621079300,"word_count":226},"backend/src/admin/media.service.ts":{"size":2824,"mtime_ns":1787419447142861500,"indexed_at_ns":1787521770626847700,"word_count":283},"backend/src/admin/pets.controller.ts":{"size":1237,"mtime_ns":1787419447143878700,"indexed_at_ns":1787521770632133100,"word_count":117},"backend/src/admin/pets.service.ts":{"size":1801,"mtime_ns":1787419447144877200,"indexed_at_ns":1787521770638434600,"word_count":193},"backend/src/admin/reports.controller.ts":{"size":683,"mtime_ns":1787419447145874500,"indexed_at_ns":1787521770643865300,"word_count":66},"backend/src/admin/reports.service.ts":{"size":3512,"mtime_ns":1787419447148467900,"indexed_at_ns":1787521770648898200,"word_count":388},"backend/src/admin/wiki.controller.ts":{"size":1877,"mtime_ns":1787419447152448600,"indexed_at_ns":1787521770665311600,"word_count":179},"backend/src/admin/wiki.service.ts":{"size":1831,"mtime_ns":1787419447155466300,"indexed_at_ns":1787521770669962200,"word_count":195},"backend/src/app.controller.spec.ts":{"size":639,"mtime_ns":1787419447157463900,"indexed_at_ns":1787521770677593200,"word_count":61},"backend/src/app.controller.ts":{"size":286,"mtime_ns":1787419447158312200,"indexed_at_ns":1787521770681771900,"word_count":31},"backend/src/app.module.ts":{"size":4063,"mtime_ns":1787419447159838900,"indexed_at_ns":1787521770685681000,"word_count":375},"backend/src/app.service.ts":{"size":150,"mtime_ns":1787419447160838900,"indexed_at_ns":1787521770691996200,"word_count":19},"backend/src/auth/auth.controller.spec.ts":{"size":1577,"mtime_ns":1787419447163726600,"indexed_at_ns":1787521770702163400,"word_count":149},"backend/src/auth/auth.controller.ts":{"size":4278,"mtime_ns":1787419447165723300,"indexed_at_ns":1787521770709232500,"word_count":386},"backend/src/auth/auth.module.ts":{"size":749,"mtime_ns":1787419447166724200,"indexed_at_ns":1787521770714384400,"word_count":80},"backend/src/auth/auth.service.spec.ts":{"size":4395,"mtime_ns":1787419447169641500,"indexed_at_ns":1787521770720191800,"word_count":379},"backend/src/auth/auth.service.ts":{"size":10052,"mtime_ns":1787419447171656500,"indexed_at_ns":1787521770726978900,"word_count":933},"backend/src/auth/dto/admin-login.dto.ts":{"size":781,"mtime_ns":1787419447173655000,"indexed_at_ns":1787521770732603900,"word_count":82},"backend/src/auth/dto/login.dto.ts":{"size":601,"mtime_ns":1787419447175605900,"indexed_at_ns":1787521770739563700,"word_count":63},"backend/src/auth/dto/register.dto.ts":{"size":1235,"mtime_ns":1787419447176618600,"indexed_at_ns":1787521770744631600,"word_count":115},"backend/src/auth/dto/send-otp.dto.ts":{"size":384,"mtime_ns":1787419447177620600,"indexed_at_ns":1787521770749750300,"word_count":39},"backend/src/auth/dto/verify-otp.dto.ts":{"size":610,"mtime_ns":1787419447179445900,"indexed_at_ns":1787521770756121100,"word_count":64},"backend/src/auth/jwt-auth.guard.ts":{"size":512,"mtime_ns":1787419447182641000,"indexed_at_ns":1787521770761246300,"word_count":58},"backend/src/auth/jwt.strategy.ts":{"size":1158,"mtime_ns":1787419447183642000,"indexed_at_ns":1787521770765845800,"word_count":116},"backend/src/auth/roles.decorator.ts":{"size":55,"mtime_ns":1787419447185641100,"indexed_at_ns":1787521770770965000,"word_count":4},"backend/src/auth/roles.guard.ts":{"size":47,"mtime_ns":1787419447187642500,"indexed_at_ns":1787521770776767500,"word_count":4},"backend/src/b2b/b2b.controller.ts":{"size":2773,"mtime_ns":1787419447190643000,"indexed_at_ns":1787521770781220800,"word_count":246},"backend/src/b2b/b2b.module.ts":{"size":354,"mtime_ns":1787419447192738900,"indexed_at_ns":1787521770786629400,"word_count":38},"backend/src/b2b/b2b.service.ts":{"size":2480,"mtime_ns":1787419447194754500,"indexed_at_ns":1787521770791741600,"word_count":243},"backend/src/banners/banners.controller.ts":{"size":1988,"mtime_ns":1787419447198760300,"indexed_at_ns":1787521770796959800,"word_count":169},"backend/src/banners/banners.module.ts":{"size":386,"mtime_ns":1787419447201710300,"indexed_at_ns":1787521770802660600,"word_count":38},"backend/src/banners/banners.service.ts":{"size":1444,"mtime_ns":1787419447203501200,"indexed_at_ns":1787521770808562800,"word_count":160},"backend/src/blogs/blogs.controller.ts":{"size":2304,"mtime_ns":1787419447205517600,"indexed_at_ns":1787521770814423800,"word_count":197},"backend/src/blogs/blogs.module.ts":{"size":257,"mtime_ns":1787419447208521500,"indexed_at_ns":1787521770819757900,"word_count":28},"backend/src/blogs/blogs.service.ts":{"size":3989,"mtime_ns":1787419447209516000,"indexed_at_ns":1787521770826038700,"word_count":454},"backend/src/blogs/dto/create-blog.dto.ts":{"size":31,"mtime_ns":1787419447211166200,"indexed_at_ns":1787521770832546500,"word_count":4},"backend/src/blogs/dto/update-blog.dto.ts":{"size":168,"mtime_ns":1787419447212180200,"indexed_at_ns":1787521770839466700,"word_count":18},"backend/src/blogs/entities/blog.entity.ts":{"size":22,"mtime_ns":1787419447214234900,"indexed_at_ns":1787521770846529100,"word_count":4},"backend/src/cms/cms.controller.ts":{"size":3634,"mtime_ns":1787419447216249000,"indexed_at_ns":1787521770850885000,"word_count":280},"backend/src/cms/cms.module.ts":{"size":354,"mtime_ns":1787419447217249700,"indexed_at_ns":1787521770857745500,"word_count":38},"backend/src/cms/cms.service.ts":{"size":2586,"mtime_ns":1787419447218250400,"indexed_at_ns":1787521770863612000,"word_count":256},"backend/src/cms/dto/cms.dto.ts":{"size":2454,"mtime_ns":1787419447220250400,"indexed_at_ns":1787521770868679300,"word_count":203},"backend/src/common/decorators/roles.decorator.ts":{"size":161,"mtime_ns":1787419447223249400,"indexed_at_ns":1787521770876104800,"word_count":20},"backend/src/common/dto/pagination.dto.ts":{"size":1242,"mtime_ns":1787419447225902400,"indexed_at_ns":1787521770880946700,"word_count":121},"backend/src/common/filters/http-exception.filter.ts":{"size":5083,"mtime_ns":1787419447227915700,"indexed_at_ns":1787521770886008900,"word_count":492},"backend/src/common/filters/prisma-exception.filter.ts":{"size":2483,"mtime_ns":1787419447229134200,"indexed_at_ns":1787521770893947300,"word_count":228},"backend/src/common/guards/roles.guard.spec.ts":{"size":2497,"mtime_ns":1787419447232144300,"indexed_at_ns":1787521770899008100,"word_count":223},"backend/src/common/guards/roles.guard.ts":{"size":1333,"mtime_ns":1787419447234156600,"indexed_at_ns":1787521770905670400,"word_count":120},"backend/src/common/interceptors/decimal.interceptor.spec.ts":{"size":1744,"mtime_ns":1787419447241156600,"indexed_at_ns":1787521770911537200,"word_count":164},"backend/src/common/interceptors/decimal.interceptor.ts":{"size":1135,"mtime_ns":1787419447243160300,"indexed_at_ns":1787521770917414800,"word_count":118},"backend/src/common/metrics.controller.ts":{"size":2160,"mtime_ns":1787419447247157400,"indexed_at_ns":1787521770924079200,"word_count":206},"backend/src/common/schemas/error-response.schema.ts":{"size":1735,"mtime_ns":1787419447248667900,"indexed_at_ns":1787521770929886600,"word_count":162},"backend/src/common/schemas/paginated-response.schema.ts":{"size":1151,"mtime_ns":1787419447250682000,"indexed_at_ns":1787521770934908400,"word_count":110},"backend/src/common/services/sms.service.ts":{"size":33000,"mtime_ns":1787419447253682200,"indexed_at_ns":1787521770942355400,"word_count":3028},"backend/src/common/sms.module.ts":{"size":213,"mtime_ns":1787419447256681300,"indexed_at_ns":1787521770948250900,"word_count":24},"backend/src/contact/contact.controller.ts":{"size":2075,"mtime_ns":1787419447261682400,"indexed_at_ns":1787521770960400800,"word_count":177},"backend/src/contact/contact.module.ts":{"size":377,"mtime_ns":1787419447262682300,"indexed_at_ns":1787521770965559000,"word_count":38},"backend/src/contact/contact.service.ts":{"size":4870,"mtime_ns":1787419447263788100,"indexed_at_ns":1787521770970276100,"word_count":451},"backend/src/home/dto/create-home.dto.ts":{"size":31,"mtime_ns":1787419447277390300,"indexed_at_ns":1787521771015580600,"word_count":4},"backend/src/home/dto/update-home.dto.ts":{"size":168,"mtime_ns":1787419447278389200,"indexed_at_ns":1787521771020724900,"word_count":18},"backend/src/home/entities/home.entity.ts":{"size":22,"mtime_ns":1787419447279387400,"indexed_at_ns":1787521771026448600,"word_count":4},"backend/src/home/home.controller.ts":{"size":784,"mtime_ns":1787419447280390600,"indexed_at_ns":1787521771030956100,"word_count":69},"backend/src/home/home.module.ts":{"size":250,"mtime_ns":1787419447281388600,"indexed_at_ns":1787521771035768300,"word_count":28},"backend/src/home/home.service.ts":{"size":1425,"mtime_ns":1787419447283912900,"indexed_at_ns":1787521771041268600,"word_count":144},"backend/src/ingredients/ingredients.controller.ts":{"size":2013,"mtime_ns":1787419447287287300,"indexed_at_ns":1787521771047452100,"word_count":165},"backend/src/ingredients/ingredients.module.ts":{"size":418,"mtime_ns":1787419447289816300,"indexed_at_ns":1787521771052403900,"word_count":38},"backend/src/ingredients/ingredients.service.ts":{"size":1580,"mtime_ns":1787419447292163600,"indexed_at_ns":1787521771058510400,"word_count":162},"backend/src/main.ts":{"size":3768,"mtime_ns":1787419447293687900,"indexed_at_ns":1787521771063108100,"word_count":323},"backend/src/orders/dto/create-order.dto.ts":{"size":1972,"mtime_ns":1787419447301826700,"indexed_at_ns":1787521771083007300,"word_count":162},"backend/src/orders/orders.controller.spec.ts":{"size":1966,"mtime_ns":1787419447303837300,"indexed_at_ns":1787521771089378100,"word_count":194},"backend/src/orders/orders.controller.ts":{"size":6141,"mtime_ns":1787419447304841600,"indexed_at_ns":1787521771094300700,"word_count":517},"backend/src/orders/orders.module.ts":{"size":264,"mtime_ns":1787419447306835700,"indexed_at_ns":1787521771099222800,"word_count":28},"backend/src/orders/orders.service.spec.ts":{"size":5130,"mtime_ns":1787419447308837500,"indexed_at_ns":1787521771103610300,"word_count":483},"backend/src/orders/orders.service.ts":{"size":17768,"mtime_ns":1787419447310841600,"indexed_at_ns":1787521771108694200,"word_count":1611},"backend/src/pets/dto/create-health-log.dto.ts":{"size":788,"mtime_ns":1787419447333049800,"indexed_at_ns":1787521771173418500,"word_count":69},"backend/src/pets/dto/create-pet.dto.ts":{"size":1189,"mtime_ns":1787419447335757700,"indexed_at_ns":1787521771178913100,"word_count":104},"backend/src/pets/dto/create-reminder.dto.ts":{"size":840,"mtime_ns":1787419447336756600,"indexed_at_ns":1787521771184277900,"word_count":71},"backend/src/pets/dto/update-pet.dto.ts":{"size":164,"mtime_ns":1787419447338758100,"indexed_at_ns":1787521771191009500,"word_count":18},"backend/src/pets/pets.controller.spec.ts":{"size":2617,"mtime_ns":1787419447340757400,"indexed_at_ns":1787521771195686500,"word_count":269},"backend/src/pets/pets.controller.ts":{"size":8723,"mtime_ns":1787419472684422700,"indexed_at_ns":1787521771200591700,"word_count":781},"backend/src/pets/pets.module.ts":{"size":250,"mtime_ns":1787419447343756700,"indexed_at_ns":1787521771207136900,"word_count":28},"backend/src/pets/pets.service.spec.ts":{"size":3055,"mtime_ns":1787419447344706000,"indexed_at_ns":1787521771212093700,"word_count":272},"backend/src/pets/pets.service.ts":{"size":7251,"mtime_ns":1787419447346231700,"indexed_at_ns":1787521771217311200,"word_count":710},"backend/src/prescriptions/prescriptions.controller.ts":{"size":2434,"mtime_ns":1787419447348742700,"indexed_at_ns":1787521771224616000,"word_count":232},"backend/src/prescriptions/prescriptions.module.ts":{"size":508,"mtime_ns":1787419447349756600,"indexed_at_ns":1787521771229822800,"word_count":45},"backend/src/prescriptions/prescriptions.service.ts":{"size":4831,"mtime_ns":1787419447350758000,"indexed_at_ns":1787521771234357700,"word_count":498},"backend/src/prisma/prisma.module.ts":{"size":219,"mtime_ns":1787419447352758100,"indexed_at_ns":1787521771240679000,"word_count":24},"backend/src/prisma/prisma.service.ts":{"size":4207,"mtime_ns":1787419447354757300,"indexed_at_ns":1787521771245169000,"word_count":413},"backend/src/products/dto/get-products.dto.ts":{"size":1363,"mtime_ns":1787419447356758000,"indexed_at_ns":1787521771250293200,"word_count":115},"backend/src/products/products.controller.spec.ts":{"size":1921,"mtime_ns":1787419447357756700,"indexed_at_ns":1787521771257946500,"word_count":166},"backend/src/products/products.controller.ts":{"size":2524,"mtime_ns":1787419447360757700,"indexed_at_ns":1787521771262836800,"word_count":209},"backend/src/products/products.module.ts":{"size":278,"mtime_ns":1787419447362760700,"indexed_at_ns":1787521771267418400,"word_count":28},"backend/src/products/products.service.spec.ts":{"size":1654,"mtime_ns":1787419447365755400,"indexed_at_ns":1787521771273319000,"word_count":154},"backend/src/products/products.service.ts":{"size":7174,"mtime_ns":1787419447366755500,"indexed_at_ns":1787521771278124800,"word_count":713},"backend/src/redis/redis.module.ts":{"size":214,"mtime_ns":1787419447368756900,"indexed_at_ns":1787521771282843800,"word_count":24},"backend/src/redis/redis.service.spec.ts":{"size":1581,"mtime_ns":1787419447370758900,"indexed_at_ns":1787521771288017100,"word_count":145},"backend/src/redis/redis.service.ts":{"size":1249,"mtime_ns":1787419447371759000,"indexed_at_ns":1787521771293076000,"word_count":132},"backend/src/seo/seo.controller.ts":{"size":931,"mtime_ns":1787419447381393600,"indexed_at_ns":1787521771325760400,"word_count":85},"backend/src/seo/seo.module.ts":{"size":354,"mtime_ns":1787419447382393700,"indexed_at_ns":1787521771331381000,"word_count":38},"backend/src/seo/seo.service.ts":{"size":2093,"mtime_ns":1787419447383396000,"indexed_at_ns":1787521771335964000,"word_count":182},"backend/src/settings/settings.controller.spec.ts":{"size":3053,"mtime_ns":1787419447389891700,"indexed_at_ns":1787521771352163500,"word_count":247},"backend/src/settings/settings.controller.ts":{"size":9263,"mtime_ns":1787419447391891500,"indexed_at_ns":1787521771361295800,"word_count":708},"backend/src/settings/settings.module.ts":{"size":394,"mtime_ns":1787419447392892200,"indexed_at_ns":1787521771366534400,"word_count":38},"backend/src/settings/settings.service.spec.ts":{"size":2814,"mtime_ns":1787419447393893100,"indexed_at_ns":1787521771373023600,"word_count":251},"backend/src/settings/settings.service.ts":{"size":20852,"mtime_ns":1787419472687216600,"indexed_at_ns":1787521771378233300,"word_count":1589},"backend/src/smart-advisor/smart-advisor.controller.ts":{"size":1879,"mtime_ns":1787419447398758600,"indexed_at_ns":1787521771383555500,"word_count":152},"backend/src/smart-advisor/smart-advisor.module.ts":{"size":428,"mtime_ns":1787419447401203900,"indexed_at_ns":1787521771389242200,"word_count":38},"backend/src/smart-advisor/smart-advisor.service.ts":{"size":1286,"mtime_ns":1787419447402725000,"indexed_at_ns":1787521771393755100,"word_count":131},"backend/src/testimonials/testimonials.controller.ts":{"size":1966,"mtime_ns":1787419447404727300,"indexed_at_ns":1787521771398863500,"word_count":160},"backend/src/testimonials/testimonials.module.ts":{"size":426,"mtime_ns":1787419447409822600,"indexed_at_ns":1787521771404226700,"word_count":38},"backend/src/testimonials/testimonials.service.ts":{"size":1314,"mtime_ns":1787419447411822900,"indexed_at_ns":1787521771409140400,"word_count":140},"backend/src/users/dto/address.dto.ts":{"size":1142,"mtime_ns":1787419447424615900,"indexed_at_ns":1787521771443099400,"word_count":99},"backend/src/users/dto/update-profile.dto.ts":{"size":1103,"mtime_ns":1787419447426616300,"indexed_at_ns":1787521771448427800,"word_count":98},"backend/src/users/users.controller.spec.ts":{"size":3440,"mtime_ns":1787419447427617400,"indexed_at_ns":1787521771452758700,"word_count":322},"backend/src/users/users.controller.ts":{"size":7087,"mtime_ns":1787419447430259700,"indexed_at_ns":1787521771458886000,"word_count":590},"backend/src/users/users.module.ts":{"size":285,"mtime_ns":1787419447431727000,"indexed_at_ns":1787521771463939300,"word_count":30},"backend/src/users/users.service.spec.ts":{"size":3949,"mtime_ns":1787419447435097800,"indexed_at_ns":1787521771468309000,"word_count":316},"backend/src/users/users.service.ts":{"size":8511,"mtime_ns":1787419447438111700,"indexed_at_ns":1787521771474242600,"word_count":782},"backend/src/videos/dto/create-video.dto.ts":{"size":1636,"mtime_ns":1787419447441109300,"indexed_at_ns":1787521771479287500,"word_count":127},"backend/src/videos/dto/get-videos-query.dto.ts":{"size":661,"mtime_ns":1787419447442115400,"indexed_at_ns":1787521771484325700,"word_count":77},"backend/src/videos/videos.controller.ts":{"size":1994,"mtime_ns":1787419447444019000,"indexed_at_ns":1787521771490261900,"word_count":173},"backend/src/videos/videos.module.ts":{"size":293,"mtime_ns":1787419447445033500,"indexed_at_ns":1787521771495043500,"word_count":30},"backend/src/videos/videos.service.ts":{"size":2844,"mtime_ns":1787419447446029400,"indexed_at_ns":1787521771499182200,"word_count":290},"backend/src/wholesale/dto/wholesale-apply.dto.ts":{"size":763,"mtime_ns":1787419447449029300,"indexed_at_ns":1787521771505637000,"word_count":66},"backend/src/wholesale/wholesale.controller.ts":{"size":2103,"mtime_ns":1787419447452553200,"indexed_at_ns":1787521771510812100,"word_count":160},"backend/src/wholesale/wholesale.module.ts":{"size":402,"mtime_ns":1787419447454555100,"indexed_at_ns":1787521771515483600,"word_count":38},"backend/src/wholesale/wholesale.service.ts":{"size":2716,"mtime_ns":1787419447455557000,"indexed_at_ns":1787521771519978000,"word_count":266},"backend/src/wiki/dto/create-wiki.dto.ts":{"size":31,"mtime_ns":1787419447458222100,"indexed_at_ns":1787521771527419000,"word_count":4},"backend/src/wiki/dto/update-wiki.dto.ts":{"size":168,"mtime_ns":1787419447459970600,"indexed_at_ns":1787521771532097000,"word_count":18},"backend/src/wiki/entities/wiki.entity.ts":{"size":22,"mtime_ns":1787419447462367100,"indexed_at_ns":1787521771537246300,"word_count":4},"backend/src/wiki/wiki.controller.ts":{"size":1254,"mtime_ns":1787419447463367600,"indexed_at_ns":1787521771542676000,"word_count":110},"backend/src/wiki/wiki.module.ts":{"size":250,"mtime_ns":1787419447465688300,"indexed_at_ns":1787521771548262600,"word_count":28},"backend/src/wiki/wiki.service.ts":{"size":1621,"mtime_ns":1787419447467847900,"indexed_at_ns":1787521771553069500,"word_count":174},"backend/test/app-audit-verification.e2e-spec.ts":{"size":6641,"mtime_ns":1787419447476879800,"indexed_at_ns":1787521771574037500,"word_count":569},"backend/test/app.e2e-spec.ts":{"size":1015,"mtime_ns":1787419447483878100,"indexed_at_ns":1787521771591628900,"word_count":83},"backend/test/jest-e2e.json":{"size":192,"mtime_ns":1787419447484882500,"indexed_at_ns":1787521783193334200,"word_count":17,"hashes":{"backend/test/jest-e2e.json":"f1ac24088d0d54e9c5d604161531003b5da1777b2464855fa05ae3b472365566"}},"backend/tsconfig.build.json":{"size":111,"mtime_ns":1787419447486358600,"indexed_at_ns":1787521783194829200,"word_count":10,"hashes":{"backend/tsconfig.build.json":"590ab6d92f5b42f55875120c412664635ab779d64ab71e724a2414c6fb8b0c95"}},"backend/tsconfig.json":{"size":813,"mtime_ns":1787419447486983300,"indexed_at_ns":1787521783196357600,"word_count":56,"hashes":{"backend/tsconfig.json":"96ac330a1750680715788c041b60112c8e96868bebe72bc4e09729c3c95bc694"}},"backend/uploads/1781288429353-508765350.jpg":{"size":110246,"mtime_ns":1787419447496552700,"indexed_at_ns":1787521771610472100,"word_count":3882},"canina.md":{"size":21919,"mtime_ns":1787419447498074800,"indexed_at_ns":1787521771619428300,"word_count":1983},"canina.pdf":{"size":2858373,"mtime_ns":1787419447565290700,"indexed_at_ns":1787521771625096400,"word_count":0},"docker-compose.yml":{"size":2271,"mtime_ns":1787419447567289000,"indexed_at_ns":1787521771630147900,"word_count":127},"docs/01-introduction.md":{"size":5576,"mtime_ns":1787419447570288100,"indexed_at_ns":1787521771635745100,"word_count":523},"docs/02-user-guide.md":{"size":4336,"mtime_ns":1787419447573286700,"indexed_at_ns":1787521771644295100,"word_count":422},"docs/03-developer-guide.md":{"size":6795,"mtime_ns":1787419447580286600,"indexed_at_ns":1787521771649943500,"word_count":678},"docs/04-setup-and-deployment.md":{"size":4103,"mtime_ns":1787419447584288500,"indexed_at_ns":1787521783317427100,"word_count":425,"hashes":{"docs/04-setup-and-deployment.md":"1d088753100a687210e5cfa367cb0ecb4c6298cdb95883b4852e2f0545e9fabf"}},"docs/05-devops-and-monitoring.md":{"size":3631,"mtime_ns":1787419447586286900,"indexed_at_ns":1787521783318964300,"word_count":374,"hashes":{"docs/05-devops-and-monitoring.md":"017634a31f3e5ba98d623b76bd1b4720574caa6b8445012ab97bc34432f9ebff"}},"docs/06-testing.md":{"size":4258,"mtime_ns":1787419447593550100,"indexed_at_ns":1787521783320731800,"word_count":457,"hashes":{"docs/06-testing.md":"63338cc957d7059368a8632e117fe857e446a4d18f61fecc464400c3b17f8019"}},"docs/README.md":{"size":2770,"mtime_ns":1787419447594550700,"indexed_at_ns":1787521783322831500,"word_count":253,"hashes":{"docs/readme.md":"5e9f8e746cd3dee5a3ccd49ddddc15258470eefc20bc07e2243933abb687361d"}},"docs/audit/00-repository-map.md":{"size":3233,"mtime_ns":1787419447600553300,"indexed_at_ns":1787521783324660800,"word_count":351,"hashes":{"docs/audit/00-repository-map.md":"896dfe9586aa5d7a88d6d6ded846d98181505d68a5fb2b2b36be65b85e22b9fd"}},"docs/audit/01-system-discovery.md":{"size":3839,"mtime_ns":1787419447606559100,"indexed_at_ns":1787521783326715100,"word_count":467,"hashes":{"docs/audit/01-system-discovery.md":"6da1c06d3b033107a35445af0d2ff9f87eff04c8888ff3f0b9ea62694a7c7823"}},"docs/audit/02-audit-plan.md":{"size":5141,"mtime_ns":1787419447609553400,"indexed_at_ns":1787521783328338900,"word_count":530,"hashes":{"docs/audit/02-audit-plan.md":"03da91993339ff789e00f84d0b1849dc9fd1f066819cf54deb9262b034262f65"}},"docs/audit/03-baseline-command-plan.md":{"size":4957,"mtime_ns":1787419447611554100,"indexed_at_ns":1787521783329888200,"word_count":735,"hashes":{"docs/audit/03-baseline-command-plan.md":"3aeddb56f7af1d05de51fb69a572b29cf0fa4fecb9b31c91b13ce4d121184603"}},"docs/audit/04-open-questions.md":{"size":1709,"mtime_ns":1787419447614248700,"indexed_at_ns":1787521783331476300,"word_count":224,"hashes":{"docs/audit/04-open-questions.md":"ba051b383fcd69eea9f3ea74125098db16eaf2b3f0fe96682729ac588597e7de"}},"docs/audit/05-architectural-audit.md":{"size":5004,"mtime_ns":1787419447617246800,"indexed_at_ns":1787521771714474300,"word_count":560},"docs/audit/06-storefront-audit.md":{"size":4308,"mtime_ns":1787419447620249200,"indexed_at_ns":1787521783333007500,"word_count":520,"hashes":{"docs/audit/06-storefront-audit.md":"456437c0213198ca5fab9b157392ddc85b4df85343cbdf3c6972e2e624d2e3a6"}},"docs/audit/07-backend-audit.md":{"size":5171,"mtime_ns":1787419447624249600,"indexed_at_ns":1787521783334524800,"word_count":581,"hashes":{"docs/audit/07-backend-audit.md":"49753f6131b4b4da029184b8dfab64a4daee3ede5c8dc0b2fda550120a891b35"}},"docs/audit/08-admin-features-audit.md":{"size":4344,"mtime_ns":1787419447627421800,"indexed_at_ns":1787521783336066400,"word_count":479,"hashes":{"docs/audit/08-admin-features-audit.md":"959a7809af543c3d58c234fc8496cdbda3749fe6d220137d0cb170475ff60645"}},"docs/audit/09-database-audit.md":{"size":4250,"mtime_ns":1787419447629418800,"indexed_at_ns":1787521783338081900,"word_count":521,"hashes":{"docs/audit/09-database-audit.md":"14ae2684792dfaf2abbf4b046ac2991e1b81efb46027019fadf505ff8cdb1883"}},"docs/audit/10-security-audit.md":{"size":5761,"mtime_ns":1787419447632420500,"indexed_at_ns":1787521771747503200,"word_count":678},"docs/audit/11-code-quality-audit.md":{"size":3498,"mtime_ns":1787419447635432400,"indexed_at_ns":1787521783340104700,"word_count":419,"hashes":{"docs/audit/11-code-quality-audit.md":"527b129de8ecb35503501c720ba9296e7eca9d2a98b7218b1654c072059b26e2"}},"docs/audit/12-testing-audit.md":{"size":4229,"mtime_ns":1787419447638434100,"indexed_at_ns":1787521783341807800,"word_count":486,"hashes":{"docs/audit/12-testing-audit.md":"a9407e604bcb3cad92bd92fd136dfe472310ace4b140c24a7acf8a5fede207c2"}},"docs/audit/13-devops-audit.md":{"size":3550,"mtime_ns":1787419447641434300,"indexed_at_ns":1787521783343404700,"word_count":440,"hashes":{"docs/audit/13-devops-audit.md":"9fc17048b9f7bf6ecb4a3f34bb5ef607d134ea9bafdf8dc494193fc4478b3093"}},"docs/audit/14-documentation-audit.md":{"size":3427,"mtime_ns":1787419447644432900,"indexed_at_ns":1787521783344991000,"word_count":379,"hashes":{"docs/audit/14-documentation-audit.md":"a5047c11c0610cb3f495dd9754b8e838aa81b748f05e1ffc5f58f24ff4cbcd44"}},"docs/audit/15-raw-findings-index.json":{"size":10184,"mtime_ns":1787419447647432500,"indexed_at_ns":1787521783198781400,"word_count":817,"hashes":{"docs/audit/15-raw-findings-index.json":"c374526a5298b073d3fe3b86e4724c7871ef551ba74a67dfad0e0a78c4ac1efe"}},"docs/audit/16-deep-audit-summary.md":{"size":3187,"mtime_ns":1787419447649947100,"indexed_at_ns":1787521783346513100,"word_count":393,"hashes":{"docs/audit/16-deep-audit-summary.md":"348ccf0d0c7d4fd98ba8b2b5673a77773b7cbe91ad7378088df2a9e973ba5bf7"}},"docs/audit/17-source-coverage-manifest.json":{"size":132382,"mtime_ns":1787419447655963500,"indexed_at_ns":1787521783200426000,"word_count":7827,"hashes":{"docs/audit/17-source-coverage-manifest.json":"d9b86b7d55a645e2c31d9f2c37ee88b2516920e958b1ba4d27059834b5eb59f1"}},"docs/audit/18-compiler-diagnostic-dispositions.md":{"size":1981,"mtime_ns":1787419447659964500,"indexed_at_ns":1787521783348055800,"word_count":285,"hashes":{"docs/audit/18-compiler-diagnostic-dispositions.md":"e1abe45307c5e5c0020477b8ff7784c023372244a182a9bf3b6b47d0b1639511"}},"docs/audit/19-finding-verification-report.md":{"size":5490,"mtime_ns":1787419447662964700,"indexed_at_ns":1787521783349571300,"word_count":753,"hashes":{"docs/audit/19-finding-verification-report.md":"d13b8f3ea9d9098687488dc65ae0d45f1783d92e31f55f8478b5448f8dd694fb"}},"docs/audit/20-verified-findings-index.json":{"size":22373,"mtime_ns":1787419447665962500,"indexed_at_ns":1787521783202452000,"word_count":1903,"hashes":{"docs/audit/20-verified-findings-index.json":"a2d033caad9eddd24ef99be4f9c7677e02cccb2f6ed0b6e2659d3da20fd3352f"}},"docs/audit/21-phase2-quality-gate-summary.md":{"size":1754,"mtime_ns":1787419447669962400,"indexed_at_ns":1787521783351089600,"word_count":211,"hashes":{"docs/audit/21-phase2-quality-gate-summary.md":"85d6fc79140da7cdfa839be45168e0db007c7bf9bbfbc99985f401db0ee5bae6"}},"docs/audit/22-tracked-first-party-files.txt":{"size":4591,"mtime_ns":1787419447674963600,"indexed_at_ns":1787521771817735300,"word_count":139},"docs/audit/23-untracked-first-party-files.txt":{"size":60,"mtime_ns":1787419447679977000,"indexed_at_ns":1787521771823947400,"word_count":7},"docs/audit/24-omitted-file-inspection-report.md":{"size":2495,"mtime_ns":1787419447682976400,"indexed_at_ns":1787521783352582200,"word_count":227,"hashes":{"docs/audit/24-omitted-file-inspection-report.md":"dcb987ba2798ff0f280df56b0226bbee90b2a135c8630e9c4c154c70701ec462"}},"docs/audit/25-reference-integrity-validation.json":{"size":1054,"mtime_ns":1787419447686978300,"indexed_at_ns":1787521783204312800,"word_count":82,"hashes":{"docs/audit/25-reference-integrity-validation.json":"3a84a844a5c7930755420d36d65b14cd897c90735db5440e1b6bd873c988d48a"}},"docs/audit/26-phase2-integrity-repair-report.md":{"size":3256,"mtime_ns":1787419447692507900,"indexed_at_ns":1787521783354310000,"word_count":385,"hashes":{"docs/audit/26-phase2-integrity-repair-report.md":"a1523ad93fe2d3d8f28be2c032d7010c67118c8b9f76288b1d6cd5c4f2c9f56b"}},"docs/audit/27-all-tracked-repository-files.txt":{"size":4779,"mtime_ns":1787419447708956000,"indexed_at_ns":1787521771845638800,"word_count":148},"docs/audit/28-full-repository-classification.json":{"size":28950,"mtime_ns":1787419447712329700,"indexed_at_ns":1787521783206211300,"word_count":1782,"hashes":{"docs/audit/28-full-repository-classification.json":"142c809f659478477444c84deb5e8e91d02954020ddd203d7382492e4e6c4e36"}},"docs/audit/29-file-content-evidence.json":{"size":112638,"mtime_ns":1787419447715885700,"indexed_at_ns":1787521783208105500,"word_count":9098,"hashes":{"docs/audit/29-file-content-evidence.json":"541931d49c550af865f938acb61f8d1de4a01800c54e162838020edc9dc8d75a"}},"docs/audit/30-compiler-diagnostics-index.json":{"size":3787,"mtime_ns":1787419447718403200,"indexed_at_ns":1787521783210103800,"word_count":324,"hashes":{"docs/audit/30-compiler-diagnostics-index.json":"a29468f2845f5145ae51529078fac2e217ae83d363fc10ae6ce976c92bc27fe0"}},"docs/audit/31-module-audit-closure.md":{"size":7737,"mtime_ns":1787419447720420000,"indexed_at_ns":1787521783356588300,"word_count":709,"hashes":{"docs/audit/31-module-audit-closure.md":"c6cd286c808a7ad22646964c721252ac5c66a577da18ca90372ad7698575fb48"}},"docs/audit/32-evidence-grade-validation.json":{"size":1689,"mtime_ns":1787419447723418000,"indexed_at_ns":1787521783211643700,"word_count":123,"hashes":{"docs/audit/32-evidence-grade-validation.json":"e3d5f877bd49afce2f7aa858f93e347c284a390b2cbbed28e1bed11ce36ded48"}},"docs/audit/33-final-phase2-audit-closure.md":{"size":2578,"mtime_ns":1787419447727334000,"indexed_at_ns":1787521783358259600,"word_count":271,"hashes":{"docs/audit/33-final-phase2-audit-closure.md":"7933681477448b9d09a1118e059e1bc8469de9e66baa971ba5e74de52f55581a"}},"docs/audit/34-repository-observations.json":{"size":616,"mtime_ns":1787419447729603300,"indexed_at_ns":1787521783213315200,"word_count":49,"hashes":{"docs/audit/34-repository-observations.json":"c7eda5d6d089db59a7d56840b32f406bd1bef84b7734ab2b6548fa22640355c3"}},"docs/audit/35-semantic-review-ledger.json":{"size":101875,"mtime_ns":1787419447734562700,"indexed_at_ns":1787521783214874300,"word_count":6011,"hashes":{"docs/audit/35-semantic-review-ledger.json":"8dda2089b54512b1b74bfb67cddc3dcdd0f73fdc822607ef0822703a6e5ad875"}},"docs/audit/36-mandatory-semantic-scope.json":{"size":8194,"mtime_ns":1787419447736791700,"indexed_at_ns":1787521783216718600,"word_count":638,"hashes":{"docs/audit/36-mandatory-semantic-scope.json":"09f06e0536da69c977118bd4b80e2076678178941faf95c113bf2f879b7df7b4"}},"docs/audit/ADR-AUTH-001.md":{"size":3321,"mtime_ns":1787419447740371800,"indexed_at_ns":1787521771900528600,"word_count":398},"docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md":{"size":2175,"mtime_ns":1787419447743054400,"indexed_at_ns":1787521771908263500,"word_count":239},"docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md":{"size":15793,"mtime_ns":1787419447744053200,"indexed_at_ns":1787521771914064400,"word_count":1579},"docs/audit/MASTER-TASK-BACKLOG.md":{"size":30573,"mtime_ns":1787419447747841100,"indexed_at_ns":1787521771921035300,"word_count":3510},"docs/audit/audit-state.json":{"size":4269,"mtime_ns":1787419447751006600,"indexed_at_ns":1787521783218301200,"word_count":267,"hashes":{"docs/audit/audit-state.json":"6f8243328b998a0dc1e017494731c64f27c27c3d66794cb3157e03a4cd2067e1"}},"docs/audit/build_manifest.js":{"size":4188,"mtime_ns":1787419447753911100,"indexed_at_ns":1787521771931328300,"word_count":348},"docs/audit/frontend-route-map.md":{"size":2593,"mtime_ns":1787419447760923700,"indexed_at_ns":1787521771937789400,"word_count":329},"docs/audit/generate_classification.js":{"size":2241,"mtime_ns":1787419447764126600,"indexed_at_ns":1787521771943280300,"word_count":204},"docs/audit/generate_evidence.js":{"size":3179,"mtime_ns":1787419447766241700,"indexed_at_ns":1787521771949607400,"word_count":253},"docs/audit/generate_ledger.js":{"size":7804,"mtime_ns":1787419447769254900,"indexed_at_ns":1787521771954784300,"word_count":620},"docs/audit/generate_manifest.js":{"size":6488,"mtime_ns":1787419447771256900,"indexed_at_ns":1787521771961794900,"word_count":489},"docs/audit/master-task-backlog.json":{"size":22781,"mtime_ns":1787419447776255300,"indexed_at_ns":1787521783220146300,"word_count":2071,"hashes":{"docs/audit/master-task-backlog.json":"10bf53f7be4937d86692ecd773323b0d461b852c4f19a17f496268cd2444a7d1"}},"docs/audit/phase3-execution-plan.md":{"size":6128,"mtime_ns":1787419447780254800,"indexed_at_ns":1787521771974172000,"word_count":736},"docs/audit/phase3-traceability-matrix.md":{"size":5283,"mtime_ns":1787419447784255100,"indexed_at_ns":1787521783359854900,"word_count":692,"hashes":{"docs/audit/phase3-traceability-matrix.md":"472b0b5c9726c4439ae26a1d559fb0993e6f09b5124667e78d6c65024d32e893"}},"docs/audit/phase3.1-backlog-review.md":{"size":9874,"mtime_ns":1787419447789255600,"indexed_at_ns":1787521783361450800,"word_count":1202,"hashes":{"docs/audit/phase3.1-backlog-review.md":"d2d6fdaaabd0fa118990c8cdceee02e51a3c36f03b7ff8832822177d35a8e055"}},"docs/audit/phase3.1-change-log.md":{"size":3816,"mtime_ns":1787419447792255400,"indexed_at_ns":1787521783363036500,"word_count":451,"hashes":{"docs/audit/phase3.1-change-log.md":"0a7b46ebf49f30a004c44ca3b7ebbdf1b80022f4c33fc478f3c6352e56b309b5"}},"docs/audit/phase3.2-change-log.md":{"size":8388,"mtime_ns":1787419447795255300,"indexed_at_ns":1787521783364631600,"word_count":930,"hashes":{"docs/audit/phase3.2-change-log.md":"3ead5564ea9664d08ee62fd2f7fe2112002e0eb5a19aebb2524d9b75c1586a5a"}},"docs/audit/phase3.2-implementation-readiness.md":{"size":4743,"mtime_ns":1787419447798255100,"indexed_at_ns":1787521783366204400,"word_count":517,"hashes":{"docs/audit/phase3.2-implementation-readiness.md":"551a4525ba3b37310e9fcc2b0712be76cffb15fbc91d1ec175c3f8eb1ae4703f"}},"docs/audit/rebuild_honest_ledger.js":{"size":6220,"mtime_ns":1787419447801254800,"indexed_at_ns":1787521772013512000,"word_count":559},"docs/audit/sync_honest_manifest.js":{"size":1241,"mtime_ns":1787419447804254500,"indexed_at_ns":1787521772018458000,"word_count":75},"docs/audit/sync_manifest.js":{"size":1021,"mtime_ns":1787419447807274800,"indexed_at_ns":1787521772024803000,"word_count":62},"docs/audit/validate_evidence_grade.js":{"size":6276,"mtime_ns":1787419447809269600,"indexed_at_ns":1787521772029851100,"word_count":526},"docs/audit/validate_integrity.js":{"size":3487,"mtime_ns":1787419447812268100,"indexed_at_ns":1787521772034327600,"word_count":284},"docs/backlog.md":{"size":26396,"mtime_ns":1787419447814270000,"indexed_at_ns":1787521772041856100,"word_count":2834},"frontend/admin-panel/README.md":{"size":2498,"mtime_ns":1787419447817282100,"indexed_at_ns":1787521783367791000,"word_count":212,"hashes":{"frontend/admin-panel/readme.md":"7be8c0e7d2c84db24f5fb724d5873579df7aa8de89e27f417bd81d7843f90033"}},"frontend/admin-panel/eslint.config.js":{"size":935,"mtime_ns":1787419447818282500,"indexed_at_ns":1787521772061683400,"word_count":69},"frontend/admin-panel/index.html":{"size":376,"mtime_ns":1787419447819281600,"indexed_at_ns":1787521772069833800,"word_count":28},"frontend/admin-panel/package.json":{"size":1113,"mtime_ns":1787419447828282200,"indexed_at_ns":1787521783222811100,"word_count":84,"hashes":{"frontend/admin-panel/package.json":"67bd40c3c60ba8603c94de9380c27243829efb87915bcc88143577e36119657c"}},"frontend/admin-panel/postcss.config.js":{"size":97,"mtime_ns":1787419447829282200,"indexed_at_ns":1787521772083295100,"word_count":11},"frontend/admin-panel/public/favicon.svg":{"size":9522,"mtime_ns":1787419447831799500,"indexed_at_ns":1787521772092746900,"word_count":491},"frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":283,"mtime_ns":1787419447843477600,"indexed_at_ns":1787521772140165600,"word_count":15},"frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":283,"mtime_ns":1787419447899804800,"indexed_at_ns":1787521772182216400,"word_count":15},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8866,"mtime_ns":1787419447920123500,"indexed_at_ns":1787521783369409900,"word_count":1077,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md":"5ad8626941bf79f4103b6456c12d85db5bb61d3f31874ed286797a02132509d0"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md":{"size":4269,"mtime_ns":1787419448066456100,"indexed_at_ns":1787521783372218000,"word_count":366,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/readme.md":"2cfebaa4d0b6e5a18a1d16f25d9064b405d859623756e51914aa92c5044b3a16"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1787419448207721100,"indexed_at_ns":1787521772993604100,"word_count":10881},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7473,"mtime_ns":1787419448209538400,"indexed_at_ns":1787521783374241000,"word_count":951,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/changelog.md":"a9fba064343d5f9c880a4d294f6d1f77b8c0d12381777f5575737d01d376304a"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3812,"mtime_ns":1787419448347064300,"indexed_at_ns":1787521783375945400,"word_count":283,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/readme.md":"5b0fac871e066e2bfb971e175a5c929962a6721645426dab1ab7df7f61069d21"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1787419448458377000,"indexed_at_ns":1787521773643903900,"word_count":2615},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":347,"mtime_ns":1787419448459375200,"indexed_at_ns":1787521773654394100,"word_count":55},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":40062,"mtime_ns":1787419448461376800,"indexed_at_ns":1787521783377581200,"word_count":5086,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/changelog.md":"fa093ef10c43ccc203d393390dd5e32448663db3eeb3368290f3c1fc8f192f54"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4484,"mtime_ns":1787419448463396200,"indexed_at_ns":1787521773678127700,"word_count":671},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md":{"size":2400,"mtime_ns":1787419448464410300,"indexed_at_ns":1787521783379485000,"word_count":270,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/readme.md":"9ec9770ac7654b5a283454e492f8f19387e29986abd213db098706b7e321e7e7"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":216,"mtime_ns":1787419450094689500,"indexed_at_ns":1787521776761364400,"word_count":14},"frontend/admin-panel/public/icons.svg":{"size":5055,"mtime_ns":1787419450095756900,"indexed_at_ns":1787521776766987600,"word_count":382},"frontend/admin-panel/src/App.tsx":{"size":1125,"mtime_ns":1787419450098701300,"indexed_at_ns":1787521776783958500,"word_count":99},"frontend/admin-panel/src/assets/hero.png":{"size":13057,"mtime_ns":1787419450100385100,"indexed_at_ns":1787521776792626200,"word_count":437},"frontend/admin-panel/src/assets/react.svg":{"size":4126,"mtime_ns":1787419450101398500,"indexed_at_ns":1787521776805296200,"word_count":366},"frontend/admin-panel/src/assets/vite.svg":{"size":8710,"mtime_ns":1787419450102858300,"indexed_at_ns":1787521776814511600,"word_count":439},"frontend/admin-panel/src/components/Layout.tsx":{"size":746,"mtime_ns":1787419450120241000,"indexed_at_ns":1787521776823083700,"word_count":69},"frontend/admin-panel/src/components/ProtectedRoute.tsx":{"size":2413,"mtime_ns":1787419450122356900,"indexed_at_ns":1787521776829075300,"word_count":210},"frontend/admin-panel/src/components/Sidebar.tsx":{"size":13449,"mtime_ns":1787503865788741700,"indexed_at_ns":1787521776845046400,"word_count":1198},"frontend/admin-panel/src/components/Topbar.tsx":{"size":19370,"mtime_ns":1787503865790750000,"indexed_at_ns":1787521776850762200,"word_count":1586},"frontend/admin-panel/src/components/ui/ConfirmModal.tsx":{"size":2358,"mtime_ns":1787419450132507100,"indexed_at_ns":1787521776883120500,"word_count":192},"frontend/admin-panel/src/components/ui/MediaSelector.tsx":{"size":22095,"mtime_ns":1787419450142207900,"indexed_at_ns":1787521776933310700,"word_count":1686},"frontend/admin-panel/src/components/ui/Pagination.tsx":{"size":5645,"mtime_ns":1787419450143731300,"indexed_at_ns":1787521776964381200,"word_count":447},"frontend/admin-panel/src/components/ui/Skeleton.tsx":{"size":184,"mtime_ns":1787419450148992800,"indexed_at_ns":1787521777019044900,"word_count":22},"frontend/admin-panel/src/components/ui/Spinner.tsx":{"size":666,"mtime_ns":1787419450150992000,"indexed_at_ns":1787521777032343000,"word_count":67},"frontend/admin-panel/src/main.tsx":{"size":1088,"mtime_ns":1787419450177581900,"indexed_at_ns":1787521777156051300,"word_count":106},"frontend/admin-panel/src/pages/B2BManager.tsx":{"size":25137,"mtime_ns":1787503865803568500,"indexed_at_ns":1787521777193657800,"word_count":1680},"frontend/admin-panel/src/pages/BannersManager.tsx":{"size":20049,"mtime_ns":1787503865806182900,"indexed_at_ns":1787521777210330400,"word_count":1396},"frontend/admin-panel/src/pages/Blogs.tsx":{"size":16834,"mtime_ns":1787503865808185900,"indexed_at_ns":1787521777234319900,"word_count":1259},"frontend/admin-panel/src/pages/CMS.tsx":{"size":10372,"mtime_ns":1787503865811184800,"indexed_at_ns":1787521777250922600,"word_count":791},"frontend/admin-panel/src/pages/Categories.tsx":{"size":16642,"mtime_ns":1787503865814964600,"indexed_at_ns":1787521777265441400,"word_count":1174},"frontend/admin-panel/src/pages/ContactSubmissions.tsx":{"size":12653,"mtime_ns":1787503865816573800,"indexed_at_ns":1787521777278802800,"word_count":842},"frontend/admin-panel/src/pages/Coupons.tsx":{"size":28395,"mtime_ns":1787503865819110900,"indexed_at_ns":1787521777292781100,"word_count":2147},"frontend/admin-panel/src/pages/Dashboard.tsx":{"size":6148,"mtime_ns":1787419450195182400,"indexed_at_ns":1787521777327976400,"word_count":534},"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx":{"size":13591,"mtime_ns":1787503865826406000,"indexed_at_ns":1787521777368390000,"word_count":928},"frontend/admin-panel/src/pages/IngredientsManager.tsx":{"size":18391,"mtime_ns":1787503865828421600,"indexed_at_ns":1787521777376855500,"word_count":1254},"frontend/admin-panel/src/pages/Login.tsx":{"size":11792,"mtime_ns":1787419450202039300,"indexed_at_ns":1787521777383141700,"word_count":838},"frontend/admin-panel/src/pages/Media.tsx":{"size":30064,"mtime_ns":1787503865830418000,"indexed_at_ns":1787521777392348800,"word_count":2304},"frontend/admin-panel/src/pages/Orders.tsx":{"size":56966,"mtime_ns":1787503865838103500,"indexed_at_ns":1787521777416793700,"word_count":4168},"frontend/admin-panel/src/pages/Pets.tsx":{"size":16985,"mtime_ns":1787503865842474900,"indexed_at_ns":1787521777439788500,"word_count":1209},"frontend/admin-panel/src/pages/PrescriptionsManager.tsx":{"size":19844,"mtime_ns":1787503865844998700,"indexed_at_ns":1787521777446361800,"word_count":1419},"frontend/admin-panel/src/pages/Products.tsx":{"size":103271,"mtime_ns":1787520351326208300,"indexed_at_ns":1787521777456456900,"word_count":6829},"frontend/admin-panel/src/pages/Reports.tsx":{"size":13269,"mtime_ns":1787503865866243400,"indexed_at_ns":1787521777465543700,"word_count":961},"frontend/admin-panel/src/pages/SeoSettingsPage.tsx":{"size":15405,"mtime_ns":1787503865871181300,"indexed_at_ns":1787521777483158100,"word_count":1137},"frontend/admin-panel/src/pages/Settings.tsx":{"size":24804,"mtime_ns":1787503865874658000,"indexed_at_ns":1787521777495805000,"word_count":1701},"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx":{"size":14085,"mtime_ns":1787503865878830800,"indexed_at_ns":1787521777515701500,"word_count":1014},"frontend/admin-panel/src/pages/SystemSettingsPage.tsx":{"size":17166,"mtime_ns":1787503865885756800,"indexed_at_ns":1787521777541218600,"word_count":1133},"frontend/admin-panel/src/pages/TestimonialsManager.tsx":{"size":18985,"mtime_ns":1787503865887891100,"indexed_at_ns":1787521777549808700,"word_count":1297},"frontend/admin-panel/src/pages/UITexts.tsx":{"size":72302,"mtime_ns":1787503865896362000,"indexed_at_ns":1787521777580956600,"word_count":5750},"frontend/admin-panel/src/pages/Users.tsx":{"size":40485,"mtime_ns":1787503865898616700,"indexed_at_ns":1787521777588847000,"word_count":2663},"frontend/admin-panel/src/pages/Videos.tsx":{"size":23174,"mtime_ns":1787503865903904200,"indexed_at_ns":1787521777595707900,"word_count":1604},"frontend/admin-panel/src/pages/WholesaleApplications.tsx":{"size":6879,"mtime_ns":1787503865907041100,"indexed_at_ns":1787521777603893800,"word_count":505},"frontend/admin-panel/src/pages/Wiki.tsx":{"size":16017,"mtime_ns":1787503865916106700,"indexed_at_ns":1787521777613220800,"word_count":1221},"frontend/admin-panel/src/routes/adminRoutes.tsx":{"size":6363,"mtime_ns":1787503865927549200,"indexed_at_ns":1787521777628734800,"word_count":603},"frontend/admin-panel/src/services/api.ts":{"size":5334,"mtime_ns":1787419450269886900,"indexed_at_ns":1787521777636054200,"word_count":479},"frontend/admin-panel/src/store/adminAuthStore.ts":{"size":696,"mtime_ns":1787419450276937400,"indexed_at_ns":1787521777645093100,"word_count":65},"frontend/admin-panel/src/types/admin.ts":{"size":4362,"mtime_ns":1787419450285071000,"indexed_at_ns":1787521777651209800,"word_count":454},"frontend/admin-panel/tailwind.config.js":{"size":193,"mtime_ns":1787419450290818100,"indexed_at_ns":1787521777676747000,"word_count":20},"frontend/admin-panel/tsconfig.app.json":{"size":658,"mtime_ns":1787419450292105600,"indexed_at_ns":1787521783225685600,"word_count":48,"hashes":{"frontend/admin-panel/tsconfig.app.json":"28cc38da50d116bbd0de6a134ffc908e36f80f5a0111e762508845a81e14d66f"}},"frontend/admin-panel/tsconfig.json":{"size":126,"mtime_ns":1787419450293239700,"indexed_at_ns":1787521783227355800,"word_count":15,"hashes":{"frontend/admin-panel/tsconfig.json":"4295d250cc268444585fa286760dec79d63eb3b6640d571c0fbdc73abcf2198a"}},"frontend/admin-panel/tsconfig.node.json":{"size":615,"mtime_ns":1787419450294423800,"indexed_at_ns":1787521783228957600,"word_count":44,"hashes":{"frontend/admin-panel/tsconfig.node.json":"8b11b5e59ddca76e783ba9bc93b761788169c5814c2ce33a822d08464cbbeb45"}},"frontend/admin-panel/vite.config.ts":{"size":168,"mtime_ns":1787419450296120000,"indexed_at_ns":1787521777697103400,"word_count":18},"frontend/application/AGENTS.md":{"size":728,"mtime_ns":1787419450299609500,"indexed_at_ns":1787521777710119700,"word_count":88},"frontend/application/CLAUDE.md":{"size":12,"mtime_ns":1787419450300626700,"indexed_at_ns":1787521783381038900,"word_count":1,"hashes":{"frontend/application/claude.md":"317a5f284cb772fe994d0cbdfe712d4eb9d0e06e10afd9647346b6216c67701e"}},"frontend/application/README.md":{"size":1486,"mtime_ns":1787419450301502100,"indexed_at_ns":1787521783382628100,"word_count":155,"hashes":{"frontend/application/readme.md":"037437bfab34c43cce068b8d18f487e823f94cda5931c7c5e0268451fbe5153d"}},"frontend/application/app/ClientLayout.tsx":{"size":6734,"mtime_ns":1787419472690078100,"indexed_at_ns":1787521777729605500,"word_count":576},"frontend/application/app/HomeClient.tsx":{"size":13471,"mtime_ns":1787419450306448200,"indexed_at_ns":1787521777736383100,"word_count":851},"frontend/application/app/about/page.tsx":{"size":5791,"mtime_ns":1787419450311416300,"indexed_at_ns":1787521777744741900,"word_count":474},"frontend/application/app/blog/[slug]/page.tsx":{"size":7180,"mtime_ns":1787419450315424800,"indexed_at_ns":1787521777750529100,"word_count":543},"frontend/application/app/blog/page.tsx":{"size":1798,"mtime_ns":1787419450316437900,"indexed_at_ns":1787521777756738700,"word_count":179},"frontend/application/app/catalog/CatalogClient.tsx":{"size":1429,"mtime_ns":1787419450318040700,"indexed_at_ns":1787521777761924500,"word_count":129},"frontend/application/app/catalog/page.tsx":{"size":686,"mtime_ns":1787419450319510800,"indexed_at_ns":1787521777767237600,"word_count":66},"frontend/application/app/checkout/page.tsx":{"size":621,"mtime_ns":1787419450322970100,"indexed_at_ns":1787521777773906900,"word_count":60},"frontend/application/app/checkout/success/[id]/page.tsx":{"size":237,"mtime_ns":1787419450325798400,"indexed_at_ns":1787521777780666700,"word_count":31},"frontend/application/app/contact/page.tsx":{"size":1647,"mtime_ns":1787419450327294600,"indexed_at_ns":1787521777787978100,"word_count":137},"frontend/application/app/dashboard/page.tsx":{"size":926,"mtime_ns":1787419450329545500,"indexed_at_ns":1787521777795294800,"word_count":83},"frontend/application/app/error.tsx":{"size":400,"mtime_ns":1787419450330073800,"indexed_at_ns":1787521777800062600,"word_count":50},"frontend/application/app/layout.tsx":{"size":3625,"mtime_ns":1787419450335005300,"indexed_at_ns":1787521777819329700,"word_count":302},"frontend/application/app/loading.tsx":{"size":1405,"mtime_ns":1787419450337008500,"indexed_at_ns":1787521777829267500,"word_count":122},"frontend/application/app/not-found.tsx":{"size":129,"mtime_ns":1787419450338021600,"indexed_at_ns":1787521777835003100,"word_count":15},"frontend/application/app/page.tsx":{"size":1038,"mtime_ns":1787419450339024900,"indexed_at_ns":1787521777842139500,"word_count":114},"frontend/application/app/privacy/page.tsx":{"size":4163,"mtime_ns":1787419450344418500,"indexed_at_ns":1787521777853988800,"word_count":336},"frontend/application/app/profile/page.tsx":{"size":640,"mtime_ns":1787419450364891700,"indexed_at_ns":1787521777860781800,"word_count":63},"frontend/application/app/robots.ts":{"size":760,"mtime_ns":1787419450366544000,"indexed_at_ns":1787521777865528300,"word_count":68},"frontend/application/app/search/page.tsx":{"size":803,"mtime_ns":1787419450369915000,"indexed_at_ns":1787521777870866500,"word_count":82},"frontend/application/app/shop/[slug]/page.tsx":{"size":4963,"mtime_ns":1787419450376986000,"indexed_at_ns":1787521777877837000,"word_count":414},"frontend/application/app/shop/page.tsx":{"size":1657,"mtime_ns":1787419450380003500,"indexed_at_ns":1787521777883061200,"word_count":177},"frontend/application/app/sitemap.ts":{"size":2110,"mtime_ns":1787419450381320600,"indexed_at_ns":1787521777891171800,"word_count":191},"frontend/application/app/track/page.tsx":{"size":628,"mtime_ns":1787419450382848100,"indexed_at_ns":1787521777903258500,"word_count":60},"frontend/application/app/trust-seals/page.tsx":{"size":7297,"mtime_ns":1787419450386896100,"indexed_at_ns":1787521777914730100,"word_count":566},"frontend/application/app/videos/page.tsx":{"size":658,"mtime_ns":1787419450395161500,"indexed_at_ns":1787521777923394800,"word_count":60},"frontend/application/app/wiki/[slug]/page.tsx":{"size":3137,"mtime_ns":1787419450398009900,"indexed_at_ns":1787521777930016000,"word_count":291},"frontend/application/app/wiki/page.tsx":{"size":930,"mtime_ns":1787419450399127400,"indexed_at_ns":1787521777941129100,"word_count":85},"frontend/application/components/AddressModal.tsx":{"size":16480,"mtime_ns":1787419450407248700,"indexed_at_ns":1787521777948307000,"word_count":1109},"frontend/application/components/ArchivePage.tsx":{"size":35852,"mtime_ns":1787520351330210700,"indexed_at_ns":1787521777957143600,"word_count":2747},"frontend/application/components/AuthModal.tsx":{"size":45833,"mtime_ns":1787419450411595500,"indexed_at_ns":1787521777968057100,"word_count":2978},"frontend/application/components/B2BPortal.tsx":{"size":14278,"mtime_ns":1787419450413609700,"indexed_at_ns":1787521777975816800,"word_count":1094},"frontend/application/components/BackButton.tsx":{"size":1158,"mtime_ns":1787419450414608700,"indexed_at_ns":1787521777980921000,"word_count":117},"frontend/application/components/BlogPage.tsx":{"size":25032,"mtime_ns":1787419450430156000,"indexed_at_ns":1787521777994333800,"word_count":1511},"frontend/application/components/CartDrawer.tsx":{"size":21049,"mtime_ns":1787419450446390200,"indexed_at_ns":1787521778016073100,"word_count":1365},"frontend/application/components/CheckoutPage.tsx":{"size":41090,"mtime_ns":1787419472692563900,"indexed_at_ns":1787521778021976500,"word_count":2732},"frontend/application/components/ContactFormClient.tsx":{"size":10789,"mtime_ns":1787419450458503300,"indexed_at_ns":1787521778032789800,"word_count":775},"frontend/application/components/DeleteConfirmModal.tsx":{"size":2390,"mtime_ns":1787419450460707600,"indexed_at_ns":1787521778037785600,"word_count":195},"frontend/application/components/EnamadBadge.tsx":{"size":1545,"mtime_ns":1787419450462237300,"indexed_at_ns":1787521778042923100,"word_count":114},"frontend/application/components/ErrorBoundary.tsx":{"size":2689,"mtime_ns":1787419450465955200,"indexed_at_ns":1787521778047610600,"word_count":235},"frontend/application/components/ErrorPages.tsx":{"size":2872,"mtime_ns":1787419450466914000,"indexed_at_ns":1787521778052091800,"word_count":243},"frontend/application/components/FeaturedProducts.tsx":{"size":10117,"mtime_ns":1787520351332208800,"indexed_at_ns":1787521778063367600,"word_count":840},"frontend/application/components/Footer.tsx":{"size":13884,"mtime_ns":1787521548111486900,"indexed_at_ns":1787521778067912900,"word_count":901},"frontend/application/components/Header.tsx":{"size":31534,"mtime_ns":1787503865936016700,"indexed_at_ns":1787521778074340000,"word_count":2246},"frontend/application/components/HeaderButton.tsx":{"size":2307,"mtime_ns":1787419450477612900,"indexed_at_ns":1787521778080113000,"word_count":208},"frontend/application/components/Hero.tsx":{"size":18911,"mtime_ns":1787518365845011500,"indexed_at_ns":1787521778084561300,"word_count":1556},"frontend/application/components/IngredientWiki.tsx":{"size":20684,"mtime_ns":1787419450481134700,"indexed_at_ns":1787521778091026700,"word_count":1496},"frontend/application/components/LoginModal.tsx":{"size":14187,"mtime_ns":1787419450484644900,"indexed_at_ns":1787521778096226600,"word_count":1121},"frontend/application/components/MaintenancePage.tsx":{"size":3758,"mtime_ns":1787419450507314500,"indexed_at_ns":1787521778100867400,"word_count":313},"frontend/application/components/NetworkBanner.tsx":{"size":2420,"mtime_ns":1787419450510853900,"indexed_at_ns":1787521778107436300,"word_count":214},"frontend/application/components/OrderDetailsModal.tsx":{"size":36877,"mtime_ns":1787521563534203000,"indexed_at_ns":1787521778111995100,"word_count":2477},"frontend/application/components/OrderSuccess.tsx":{"size":6518,"mtime_ns":1787419450515381800,"indexed_at_ns":1787521778117335200,"word_count":521},"frontend/application/components/OrderTracking.tsx":{"size":9276,"mtime_ns":1787419450516378800,"indexed_at_ns":1787521778123691200,"word_count":663},"frontend/application/components/PetProfile.tsx":{"size":84870,"mtime_ns":1787521674111283000,"indexed_at_ns":1787521778129751600,"word_count":5882},"frontend/application/components/PrescriptionUploadModal.tsx":{"size":19298,"mtime_ns":1787419450525963900,"indexed_at_ns":1787521778149098800,"word_count":1331},"frontend/application/components/ProductPage.tsx":{"size":69742,"mtime_ns":1787521475906934600,"indexed_at_ns":1787521778155607400,"word_count":4864},"frontend/application/components/SafeImage.tsx":{"size":3110,"mtime_ns":1787521107531712100,"indexed_at_ns":1787521778166231000,"word_count":272},"frontend/application/components/SearchResultsPage.tsx":{"size":8484,"mtime_ns":1787419450533489800,"indexed_at_ns":1787521778171004700,"word_count":594},"frontend/application/components/SearchableSelect.tsx":{"size":4489,"mtime_ns":1787419450535489300,"indexed_at_ns":1787521778175830400,"word_count":336},"frontend/application/components/Skeleton.tsx":{"size":3170,"mtime_ns":1787419450537494800,"indexed_at_ns":1787521778180706200,"word_count":291},"frontend/application/components/SmartAdvisor.tsx":{"size":35638,"mtime_ns":1787419472697922600,"indexed_at_ns":1787521778185310500,"word_count":2686},"frontend/application/components/TickerBanner.tsx":{"size":1640,"mtime_ns":1787419450545729800,"indexed_at_ns":1787521778197019800,"word_count":140},"frontend/application/components/Tooltip.tsx":{"size":2836,"mtime_ns":1787419450548492200,"indexed_at_ns":1787521778201871400,"word_count":227},"frontend/application/components/TopUpModal.tsx":{"size":9579,"mtime_ns":1787419450560229200,"indexed_at_ns":1787521778208481400,"word_count":741},"frontend/application/components/UserDashboard.tsx":{"size":94297,"mtime_ns":1787419450562219100,"indexed_at_ns":1787521778213147000,"word_count":5939},"frontend/application/components/VetGallery.tsx":{"size":8476,"mtime_ns":1787419450563730200,"indexed_at_ns":1787521778220228100,"word_count":643},"frontend/application/components/VideosPage.tsx":{"size":7159,"mtime_ns":1787419450570876500,"indexed_at_ns":1787521778230294200,"word_count":531},"frontend/application/components/__tests__/CartDrawer.test.tsx":{"size":3299,"mtime_ns":1787419450578465400,"indexed_at_ns":1787521778236814500,"word_count":285},"frontend/application/components/__tests__/FeaturedProducts.test.tsx":{"size":3197,"mtime_ns":1787419450578975500,"indexed_at_ns":1787521778242918400,"word_count":242},"frontend/application/components/__tests__/Footer.test.tsx":{"size":1693,"mtime_ns":1787419450580992000,"indexed_at_ns":1787521778247722300,"word_count":139},"frontend/application/components/__tests__/Header.test.tsx":{"size":3388,"mtime_ns":1787419450581502600,"indexed_at_ns":1787521778252696100,"word_count":261},"frontend/application/components/__tests__/Hero.test.tsx":{"size":2024,"mtime_ns":1787419450583050000,"indexed_at_ns":1787521778258014700,"word_count":192},"frontend/application/components/__tests__/Tooltip.test.tsx":{"size":1559,"mtime_ns":1787419450584587700,"indexed_at_ns":1787521778262801700,"word_count":137},"frontend/application/eslint.config.mjs":{"size":774,"mtime_ns":1787419450592121500,"indexed_at_ns":1787521778283570000,"word_count":61},"frontend/application/lib/data/products.ts":{"size":105258,"mtime_ns":1787419450626711400,"indexed_at_ns":1787521778293197500,"word_count":9701},"frontend/application/lib/data/provinces.ts":{"size":3048,"mtime_ns":1787419450628723900,"indexed_at_ns":1787521778300694200,"word_count":203},"frontend/application/lib/data/scientificTerms.ts":{"size":18370,"mtime_ns":1787419450629725400,"indexed_at_ns":1787521778308829100,"word_count":1756},"frontend/application/lib/hooks/useNetworkStatus.ts":{"size":632,"mtime_ns":1787419450632733200,"indexed_at_ns":1787521778317271000,"word_count":59},"frontend/application/lib/services/api.ts":{"size":3805,"mtime_ns":1787419450642747400,"indexed_at_ns":1787521778327629400,"word_count":391},"frontend/application/lib/services/authService.ts":{"size":4681,"mtime_ns":1787419450646083900,"indexed_at_ns":1787521778332712000,"word_count":509},"frontend/application/lib/services/orderService.ts":{"size":2524,"mtime_ns":1787419450647386200,"indexed_at_ns":1787521778338847000,"word_count":279},"frontend/application/lib/services/productService.ts":{"size":13617,"mtime_ns":1787520351337220700,"indexed_at_ns":1787521778344112000,"word_count":1177},"frontend/application/lib/services/videoService.ts":{"size":1282,"mtime_ns":1787419450651912800,"indexed_at_ns":1787521778354920800,"word_count":144},"frontend/application/lib/store/__tests__/cartStore.test.ts":{"size":4590,"mtime_ns":1787419450657143600,"indexed_at_ns":1787521778360414100,"word_count":386},"frontend/application/lib/store/__tests__/settingsStore.test.ts":{"size":2011,"mtime_ns":1787419450658142600,"indexed_at_ns":1787521778365413300,"word_count":194},"frontend/application/lib/store/__tests__/userStore.test.ts":{"size":3773,"mtime_ns":1787419450660443900,"indexed_at_ns":1787521778370812300,"word_count":289},"frontend/application/lib/store/cartStore.ts":{"size":7162,"mtime_ns":1787419450662120100,"indexed_at_ns":1787521778376363300,"word_count":697},"frontend/application/lib/store/settingsStore.ts":{"size":3722,"mtime_ns":1787419450663326700,"indexed_at_ns":1787521778381649200,"word_count":371},"frontend/application/lib/store/uiStore.ts":{"size":898,"mtime_ns":1787419450664768300,"indexed_at_ns":1787521778386092200,"word_count":100},"frontend/application/lib/store/usePetStore.ts":{"size":8914,"mtime_ns":1787419450666650700,"indexed_at_ns":1787521778391764300,"word_count":850},"frontend/application/lib/store/userStore.ts":{"size":10534,"mtime_ns":1787419450668176200,"indexed_at_ns":1787521778396425900,"word_count":883},"frontend/application/lib/types.ts":{"size":2308,"mtime_ns":1787419450679007900,"indexed_at_ns":1787521778400895400,"word_count":237},"frontend/application/lib/utils.ts":{"size":492,"mtime_ns":1787419450680758700,"indexed_at_ns":1787521778407580700,"word_count":61},"frontend/application/next.config.ts":{"size":2014,"mtime_ns":1787419450682669700,"indexed_at_ns":1787521778413668100,"word_count":181},"frontend/application/package.json":{"size":880,"mtime_ns":1787419450690387100,"indexed_at_ns":1787521783230761200,"word_count":72,"hashes":{"frontend/application/package.json":"92997bcb7f9336548419842f57402f2c858a4e31aae23b7645ed47933bf3108a"}},"frontend/application/postcss.config.mjs":{"size":101,"mtime_ns":1787419450692109300,"indexed_at_ns":1787521778422393000,"word_count":13},"frontend/application/public/assets/images/hero-section-image.png":{"size":6990105,"mtime_ns":1787419450898486500,"indexed_at_ns":1787521778666653700,"word_count":267685},"frontend/application/public/assets/images/regenerated_image_1779109861747.png":{"size":2269101,"mtime_ns":1787419450945990900,"indexed_at_ns":1787521778880598900,"word_count":84979},"frontend/application/public/file.svg":{"size":391,"mtime_ns":1787419450948470600,"indexed_at_ns":1787521778960257600,"word_count":50},"frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":283,"mtime_ns":1787419450965365700,"indexed_at_ns":1787521778986402300,"word_count":15},"frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":283,"mtime_ns":1787419451001502800,"indexed_at_ns":1787521779010235900,"word_count":15},"frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8866,"mtime_ns":1787419451034612200,"indexed_at_ns":1787521783384184100,"word_count":1077,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/changelog.md":"09558dfeece28202039bf1349c547a4eff2b45e866743ae79dc2f1398f8bf2bc"}},"frontend/application/public/fonts/sahel-font-v3.4.0/README.md":{"size":4269,"mtime_ns":1787419451170886400,"indexed_at_ns":1787521783385828400,"word_count":366,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/readme.md":"943bf5c5fa2eccb404a7e3cf45c31f7ba79f6c464e63d410d7824a05a4917df3"}},"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1787419451283304400,"indexed_at_ns":1787521779498034800,"word_count":10881},"frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7473,"mtime_ns":1787419451285319800,"indexed_at_ns":1787521779516264800,"word_count":951},"frontend/application/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3812,"mtime_ns":1787419451446627700,"indexed_at_ns":1787521779764772600,"word_count":283},"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1787419451572915100,"indexed_at_ns":1787521779982194200,"word_count":2615},"frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":347,"mtime_ns":1787419451574917000,"indexed_at_ns":1787521779991646200,"word_count":55},"frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":40062,"mtime_ns":1787419451576427100,"indexed_at_ns":1787521779998310500,"word_count":5086},"frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4484,"mtime_ns":1787419451577441200,"indexed_at_ns":1787521780006006000,"word_count":671},"frontend/application/public/fonts/vazirmatn-v33.003/README.md":{"size":2400,"mtime_ns":1787419451578440100,"indexed_at_ns":1787521780012057900,"word_count":270},"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":216,"mtime_ns":1787419452893671500,"indexed_at_ns":1787521782301286900,"word_count":14},"frontend/application/public/globe.svg":{"size":1035,"mtime_ns":1787419452894986100,"indexed_at_ns":1787521782306675200,"word_count":154},"frontend/application/public/next.svg":{"size":1375,"mtime_ns":1787419452895497500,"indexed_at_ns":1787521782531613300,"word_count":183},"frontend/application/public/vercel.svg":{"size":128,"mtime_ns":1787419452897486200,"indexed_at_ns":1787521782540002100,"word_count":12},"frontend/application/public/window.svg":{"size":385,"mtime_ns":1787419452898501400,"indexed_at_ns":1787521782544704100,"word_count":63},"frontend/application/tsconfig.json":{"size":784,"mtime_ns":1787419452899502800,"indexed_at_ns":1787521783232284300,"word_count":61,"hashes":{"frontend/application/tsconfig.json":"0ccbc30019878c8592b1021fcc39f568696a13f768d8289fc9be4cc4bab0bae2"}},"frontend/application/vitest.config.ts":{"size":255,"mtime_ns":1787419452900498400,"indexed_at_ns":1787521782554554600,"word_count":25},"frontend/application/vitest.setup.ts":{"size":557,"mtime_ns":1787419452901960600,"indexed_at_ns":1787521782560120900,"word_count":58},"metadata.json":{"size":342,"mtime_ns":1786025098905428800,"indexed_at_ns":1787521783233783200,"word_count":35,"hashes":{"metadata.json":"293bc3d0fa7be4b04cb64d4cba85defb0349092b03a7d79753db4072d58a6cfb"}},"package.json":{"size":1012,"mtime_ns":1787419453804726800,"indexed_at_ns":1787521783235241800,"word_count":118,"hashes":{"package.json":"86c918a11fae31e0dda09df0b0f0e47811590076512da80777a80d8fc9639dca"}},"prometheus.yml":{"size":172,"mtime_ns":1787419453806728500,"indexed_at_ns":1787521782574664500,"word_count":13},"scripts/backup_db.sh":{"size":1398,"mtime_ns":1787419453808728600,"indexed_at_ns":1787521783236939900,"word_count":134,"hashes":{"scripts/backup_db.sh":"196d6f089a5d8b50c7cf3dd1b49477414f73f6d6b13ce861b770e33c925db702"}},"scripts/compose.prod.yml":{"size":2243,"mtime_ns":1787419453809728700,"indexed_at_ns":1787521782583913200,"word_count":120},"scripts/compose.stage.yml":{"size":2642,"mtime_ns":1787419453810728700,"indexed_at_ns":1787521782589636800,"word_count":137},"scripts/deploy.sh":{"size":3443,"mtime_ns":1787419453827465000,"indexed_at_ns":1787521783239103400,"word_count":351,"hashes":{"scripts/deploy.sh":"29555c750c43c87c2ee1eb8fa53816e39a20e78e3581d15c4a973d2285767810"}},"scripts/open-browsers.js":{"size":1599,"mtime_ns":1787419453829479400,"indexed_at_ns":1787521782600065200,"word_count":202},"scripts/start-dev.js":{"size":1740,"mtime_ns":1787419453830480200,"indexed_at_ns":1787521782605384500,"word_count":186},"start.sh":{"size":29,"mtime_ns":1787419453831481300,"indexed_at_ns":1787521783240864900,"word_count":4,"hashes":{"start.sh":"00e66436ffb697f71f528da0ed073843c8aecddcb0572ec47d243778ea6a76c1"}},"swagger.yml":{"size":98946,"mtime_ns":1787419453835480600,"indexed_at_ns":1787521782615722600,"word_count":7031},".antigravity/instructions.md":{"size":229,"mtime_ns":1787419447020269300,"indexed_at_ns":1787521783290213100,"word_count":29,"hashes":{".antigravity/instructions.md":"3cd9f03beffc84b16f571f8c9bb69f6bf715aedb712e85af507d8d6dd4db9061"}},".antigravity/workflows/graphify.md":{"size":44042,"mtime_ns":1787419447022265200,"indexed_at_ns":1787521783292519400,"word_count":5442,"hashes":{".antigravity/workflows/graphify.md":"2aa3c37fc3f9cccdb1fa4efbdd9fa03e8274efb1df4430b1d792283ade7f8078"}},".agents/rules/graphify.md":{"size":947,"mtime_ns":1787419446968999700,"indexed_at_ns":1787521783242410200,"word_count":127,"hashes":{".agents/rules/graphify.md":"e55792958648fb69255e3ce3f71a8fcead36307c34b2d67feda9ac650ac61803"}},".agents/workflows/graphify.md":{"size":239,"mtime_ns":1787419446970997300,"indexed_at_ns":1787521783244407700,"word_count":37,"hashes":{".agents/workflows/graphify.md":"d92622463299d313da48e2cdbebf79d7ea24ffaf2ae2de2a1714be8ee42b22b3"}},"backend/src/payment/dto/initiate-payment.dto.ts":{"size":800,"mtime_ns":1787419447317412500,"indexed_at_ns":1787521771126080400,"word_count":69},"backend/src/payment/dto/verify-payment.dto.ts":{"size":1470,"mtime_ns":1787419447318427600,"indexed_at_ns":1787521771131321500,"word_count":126},"backend/src/payment/payment.controller.ts":{"size":19751,"mtime_ns":1787503865784740900,"indexed_at_ns":1787521771142388600,"word_count":1570},"backend/src/payment/payment.module.ts":{"size":623,"mtime_ns":1787419447325429300,"indexed_at_ns":1787521771147919100,"word_count":61},"backend/src/payment/payment.service.ts":{"size":31822,"mtime_ns":1787503865786741300,"indexed_at_ns":1787521771152809800,"word_count":2750},"backend/src/payment/zibal.service.ts":{"size":26622,"mtime_ns":1787419472682407700,"indexed_at_ns":1787521771166202100,"word_count":2490},"frontend/application/app/payment/verify/page.tsx":{"size":14672,"mtime_ns":1787419450342405200,"indexed_at_ns":1787521777847899500,"word_count":1094},"AGENTS.md":{"size":229,"mtime_ns":1787419447051026800,"indexed_at_ns":1787521783312865100,"word_count":29,"hashes":{"agents.md":"eb5a520c4c05a426c6e4ce131e7cc84721b1a9ce1c039bb8f024326554e2ca05"}},"frontend/admin-panel/src/pages/SmsSettingsPage.tsx":{"size":80593,"mtime_ns":1787503865881055500,"indexed_at_ns":1787521777523737600,"word_count":5444},"backend/src/payment/dto/admin-transaction-filter.dto.ts":{"size":2138,"mtime_ns":1787419447314292500,"indexed_at_ns":1787521771115033900,"word_count":191},"frontend/admin-panel/src/pages/Transactions.tsx":{"size":46199,"mtime_ns":1787503865893068800,"indexed_at_ns":1787521777568727600,"word_count":3213},"backend/src/payment/interfaces/payment-gateway.interface.ts":{"size":1385,"mtime_ns":1787419447320428200,"indexed_at_ns":1787521771136593000,"word_count":128},"frontend/application/components/catalog/CatalogPageSpread.tsx":{"size":24597,"mtime_ns":1787419450586603600,"indexed_at_ns":1787521778267588100,"word_count":1912},"frontend/application/components/catalog/FlipbookCatalog.tsx":{"size":33740,"mtime_ns":1787419450590123500,"indexed_at_ns":1787521778273402700,"word_count":2807},"frontend/application/components/catalog/ProductDetailModal.tsx":{"size":7933,"mtime_ns":1787419450591124600,"indexed_at_ns":1787521778278804000,"word_count":557},"backend/scripts/generate-openapi.d.ts":{"size":12,"mtime_ns":1787419447110232500,"indexed_at_ns":1787521770529539800,"word_count":2},"backend/scripts/generate-openapi.js":{"size":3032,"mtime_ns":1787419447111233500,"indexed_at_ns":1787521770534013800,"word_count":309},"backend/src/admin/dto/user.dto.ts":{"size":2933,"mtime_ns":1787419447140153400,"indexed_at_ns":1787521770615795500,"word_count":259},"backend/src/admin/ssl.controller.ts":{"size":3475,"mtime_ns":1787419447149482100,"indexed_at_ns":1787521770654581300,"word_count":296},"backend/src/admin/ssl.service.ts":{"size":6733,"mtime_ns":1787419447151481900,"indexed_at_ns":1787521770660141000,"word_count":612},"backend/src/auth/auth.constants.ts":{"size":467,"mtime_ns":1787419447162710600,"indexed_at_ns":1787521770696953400,"word_count":32},"backend/src/common/utils/phone.utils.ts":{"size":1125,"mtime_ns":1787419447257681200,"indexed_at_ns":1787521770953718800,"word_count":149},"backend/src/reviews/dto/create-review.dto.ts":{"size":992,"mtime_ns":1787419447375394900,"indexed_at_ns":1787521771299580100,"word_count":92},"backend/src/reviews/dto/update-review.dto.ts":{"size":553,"mtime_ns":1787419447376396000,"indexed_at_ns":1787521771306622200,"word_count":53},"backend/src/reviews/reviews.controller.ts":{"size":3328,"mtime_ns":1787419447377393500,"indexed_at_ns":1787521771311093200,"word_count":314},"backend/src/reviews/reviews.module.ts":{"size":386,"mtime_ns":1787419447378395500,"indexed_at_ns":1787521771315753900,"word_count":38},"backend/src/reviews/reviews.service.ts":{"size":6653,"mtime_ns":1787419447380394800,"indexed_at_ns":1787521771320256000,"word_count":686},"backend/src/settings/default-ui-texts.ts":{"size":19638,"mtime_ns":1787419447385744100,"indexed_at_ns":1787521771341167700,"word_count":1538},"backend/src/settings/dto/sms-log-query.dto.ts":{"size":1395,"mtime_ns":1787419447387892300,"indexed_at_ns":1787521771347154300,"word_count":125},"backend/src/tickets/dto/create-ticket.dto.ts":{"size":2472,"mtime_ns":1787419447414614400,"indexed_at_ns":1787521771416134500,"word_count":201},"backend/src/tickets/dto/ticket-query.dto.ts":{"size":1143,"mtime_ns":1787419447415615400,"indexed_at_ns":1787521771422216200,"word_count":106},"backend/src/tickets/tickets.controller.ts":{"size":3218,"mtime_ns":1787419447416615800,"indexed_at_ns":1787521771427663100,"word_count":293},"backend/src/tickets/tickets.module.ts":{"size":386,"mtime_ns":1787419447417618500,"indexed_at_ns":1787521771432149400,"word_count":38},"backend/src/tickets/tickets.service.ts":{"size":7604,"mtime_ns":1787419447420622300,"indexed_at_ns":1787521771436331400,"word_count":781},"frontend/admin-panel/src/pages/Reviews.tsx":{"size":21261,"mtime_ns":1787503865868489900,"indexed_at_ns":1787521777474391400,"word_count":1479},"frontend/admin-panel/src/pages/SslSettingsPage.tsx":{"size":26059,"mtime_ns":1787503865883503300,"indexed_at_ns":1787521777532119900,"word_count":1847},"frontend/admin-panel/src/pages/Tickets.tsx":{"size":20723,"mtime_ns":1787503865890068300,"indexed_at_ns":1787521777558074200,"word_count":1455},"frontend/application/components/BannerPlacement.tsx":{"size":7904,"mtime_ns":1787521146066705600,"indexed_at_ns":1787521777985898900,"word_count":527},"frontend/application/components/BrandLogo.tsx":{"size":3413,"mtime_ns":1787521173459216300,"indexed_at_ns":1787521778010544600,"word_count":287},"frontend/application/components/ProductReviews.tsx":{"size":16491,"mtime_ns":1787419450530487000,"indexed_at_ns":1787521778161734900,"word_count":1194},"frontend/application/lib/services/ticketService.ts":{"size":1632,"mtime_ns":1787419450650401500,"indexed_at_ns":1787521778349450300,"word_count":170},"frontend/admin-panel/src/components/ui/PriceInput.tsx":{"size":2732,"mtime_ns":1787419450144933800,"indexed_at_ns":1787521776981376500,"word_count":267},"frontend/admin-panel/src/components/ui/Badge.tsx":{"size":1611,"mtime_ns":1787503865792742000,"indexed_at_ns":1787521776868106800,"word_count":158},"frontend/admin-panel/src/components/ui/FormField.tsx":{"size":1741,"mtime_ns":1787419450133297400,"indexed_at_ns":1787521776892439300,"word_count":148},"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx":{"size":3443,"mtime_ns":1787419450135822300,"indexed_at_ns":1787521776908411700,"word_count":270},"frontend/admin-panel/src/components/ui/Input.tsx":{"size":1793,"mtime_ns":1787419450139193700,"indexed_at_ns":1787521776915008700,"word_count":147},"frontend/admin-panel/src/components/ui/Select.tsx":{"size":1933,"mtime_ns":1787419450146457600,"indexed_at_ns":1787521777005188300,"word_count":160},"frontend/admin-panel/src/components/ui/Textarea.tsx":{"size":1320,"mtime_ns":1787419450151503000,"indexed_at_ns":1787521777054357400,"word_count":110},"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx":{"size":1673,"mtime_ns":1787419450153034200,"indexed_at_ns":1787521777131354400,"word_count":143},"backend/prisma/tsconfig.json":{"size":204,"mtime_ns":1787419447106710200,"indexed_at_ns":1787521783189631100,"word_count":17,"hashes":{"backend/prisma/tsconfig.json":"f6ba24eab812d7f8a01a249b27fe70b8cc728fe84b1a91e0d08844e8f8dc0b4c"}},"backend/src/admin/dto/product.dto.ts":{"size":5731,"mtime_ns":1787419447138151700,"indexed_at_ns":1787521770609909300,"word_count":447},"backend/src/doctors/doctors.controller.ts":{"size":1644,"mtime_ns":1787419447265683400,"indexed_at_ns":1787521770978520300,"word_count":148},"backend/src/doctors/doctors.module.ts":{"size":386,"mtime_ns":1787419447266361900,"indexed_at_ns":1787521770983512900,"word_count":38},"backend/src/doctors/doctors.service.ts":{"size":2434,"mtime_ns":1787419447267380000,"indexed_at_ns":1787521770990458900,"word_count":266},"frontend/admin-panel/src/pages/DoctorsManager.tsx":{"size":23836,"mtime_ns":1787503865821829000,"indexed_at_ns":1787521777342821800,"word_count":1666},"frontend/application/components/TestimonialsSection.tsx":{"size":6625,"mtime_ns":1787419450544731600,"indexed_at_ns":1787521778192057100,"word_count":494},"frontend/application/components/VideoModalPlayer.tsx":{"size":23813,"mtime_ns":1787419450567355200,"indexed_at_ns":1787521778225055700,"word_count":1737},"frontend/application/components/PodcastPlayerModal.tsx":{"size":18550,"mtime_ns":1787521390034097300,"indexed_at_ns":1787521778144228500,"word_count":1485},"frontend/application/components/PodcastInlinePlayer.tsx":{"size":17423,"mtime_ns":1787521347010774700,"indexed_at_ns":1787521778135680300,"word_count":1381},"frontend/admin-panel/src/components/RouteErrorBoundary.tsx":{"size":4153,"mtime_ns":1787419450123355500,"indexed_at_ns":1787521776834831700,"word_count":350},"frontend/admin-panel/src/utils/lazyWithRetry.ts":{"size":1164,"mtime_ns":1787419450289069600,"indexed_at_ns":1787521777661033700,"word_count":114},"frontend/admin-panel/src/components/ui/IconPickerModal.tsx":{"size":5035,"mtime_ns":1787419450135311400,"indexed_at_ns":1787521776899286600,"word_count":397},"frontend/admin-panel/src/components/ui/RichTextEditor.tsx":{"size":8414,"mtime_ns":1787520351322209700,"indexed_at_ns":1787521776993361700,"word_count":623},"frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx":{"size":38659,"mtime_ns":1787503865839318100,"indexed_at_ns":1787521777429795400,"word_count":2521},"frontend/admin-panel/src/pages/ShippingSettingsPage.tsx":{"size":7784,"mtime_ns":1787503865876829000,"indexed_at_ns":1787521777508741500,"word_count":585},"backend/test/app-audit-verification.e2e-spec.d.ts":{"size":12,"mtime_ns":1787419447470166800,"indexed_at_ns":1787521771558605400,"word_count":2},"backend/test/app-audit-verification.e2e-spec.js":{"size":8594,"mtime_ns":1787419447472180500,"indexed_at_ns":1787521771563374900,"word_count":714},"backend/test/app.e2e-spec.d.ts":{"size":12,"mtime_ns":1787419447477880700,"indexed_at_ns":1787521771578868100,"word_count":2},"backend/test/app.e2e-spec.js":{"size":1259,"mtime_ns":1787419447478878600,"indexed_at_ns":1787521771582836800,"word_count":97},"frontend/application/lib/seo.ts":{"size":8313,"mtime_ns":1787419450640749900,"indexed_at_ns":1787521778322397300,"word_count":737},"backend/src/doctors/dto/doctor-query.dto.ts":{"size":1047,"mtime_ns":1787419447269385900,"indexed_at_ns":1787521770995431600,"word_count":116},"backend/src/faq/faq.controller.ts":{"size":2299,"mtime_ns":1787419447272381300,"indexed_at_ns":1787521771000062800,"word_count":199},"backend/src/faq/faq.module.ts":{"size":243,"mtime_ns":1787419447273380700,"indexed_at_ns":1787521771006403200,"word_count":28},"backend/src/faq/faq.service.ts":{"size":1604,"mtime_ns":1787419447274377400,"indexed_at_ns":1787521771010741800,"word_count":184},"backend/src/menu/menu.controller.ts":{"size":3037,"mtime_ns":1787503865781741500,"indexed_at_ns":1787521771067708800,"word_count":265},"backend/src/menu/menu.module.ts":{"size":277,"mtime_ns":1787419447297200100,"indexed_at_ns":1787521771073408300,"word_count":30},"backend/src/menu/menu.service.ts":{"size":7754,"mtime_ns":1787503865782742600,"indexed_at_ns":1787521771077873700,"word_count":799},"backend/src/payment/dto/ebank-checkout.dto.ts":{"size":1433,"mtime_ns":1787419447315901000,"indexed_at_ns":1787521771119972100,"word_count":118},"backend/src/payment/zibal-ebank.service.ts":{"size":10437,"mtime_ns":1787419472680378200,"indexed_at_ns":1787521771160593700,"word_count":1006},"frontend/admin-panel/src/pages/FAQManager.tsx":{"size":12962,"mtime_ns":1787503865824847000,"indexed_at_ns":1787521777357646700,"word_count":937},"frontend/admin-panel/src/pages/MenuManager.tsx":{"size":20127,"mtime_ns":1787503865833593800,"indexed_at_ns":1787521777399071100,"word_count":1512},"frontend/application/components/BlogPreviewSection.tsx":{"size":7511,"mtime_ns":1787419450434179400,"indexed_at_ns":1787521778001069300,"word_count":528},"frontend/application/components/FAQSection.tsx":{"size":4922,"mtime_ns":1787419450468248200,"indexed_at_ns":1787521778057792000,"word_count":394},"frontend/admin-panel/src/pages/ZibalPortalPage.tsx":{"size":56399,"mtime_ns":1787520351328213100,"indexed_at_ns":1787521777620333900,"word_count":3711},"frontend/admin-panel/src/components/TransactionReceiptModal.tsx":{"size":9909,"mtime_ns":1787419450128417300,"indexed_at_ns":1787521776860867900,"word_count":738},"frontend/admin-panel/src/components/ui/Button.tsx":{"size":3706,"mtime_ns":1787503865795742800,"indexed_at_ns":1787521776876411900,"word_count":338},"frontend/admin-panel/src/components/ui/MaskableField.tsx":{"size":3342,"mtime_ns":1787419450140206500,"indexed_at_ns":1787521776922326600,"word_count":310},".vscode/extensions.json":{"size":78,"mtime_ns":1787419472670889500,"indexed_at_ns":1787521783179026800,"word_count":6,"hashes":{".vscode/extensions.json":"42b99f2036423faabced9858f53b83961339383f343850b7f42214d703f430a0"}},"frontend/admin-panel/src/components/ui/Modal.tsx":{"size":3492,"mtime_ns":1787503865797185800,"indexed_at_ns":1787521776948976600,"word_count":324},"frontend/admin-panel/src/components/ui/ThSort.tsx":{"size":1529,"mtime_ns":1787503865798185400,"indexed_at_ns":1787521777071482500,"word_count":148},"frontend/admin-panel/src/pages/MonitoringPage.tsx":{"size":16827,"mtime_ns":1787503865835598000,"indexed_at_ns":1787521777410650200,"word_count":1289},"frontend/admin-panel/src/utils/useTableParams.ts":{"size":4192,"mtime_ns":1787503865928777700,"indexed_at_ns":1787521777667749000,"word_count":441},"frontend/application/public/assets/images/canina-product-placeholder.png":{"size":6990105,"mtime_ns":1787419472833914500,"indexed_at_ns":1787521778430243500,"word_count":267685},"frontend/application/public/images/vets/vet1.webp":{"size":6990105,"mtime_ns":1787419472966010000,"indexed_at_ns":1787521782311683300,"word_count":267685}} \ No newline at end of file +{".ai_agency/AGENCY.md":{"size":9028,"mtime_ns":1787419446973998900,"indexed_at_ns":1787521783246144800,"word_count":1161,"hashes":{".ai_agency/agency.md":"419a5d069432d03a601bfac149b2d2f83503bb72305dde6fe8778c851905002c"}},".ai_agency/agents/00_intake.md":{"size":3937,"mtime_ns":1787419446976000700,"indexed_at_ns":1787521783247705200,"word_count":500,"hashes":{".ai_agency/agents/00_intake.md":"db6562ff1e71d694791926909918643bdd0ef004207f562fd305bd0e212fcda2"}},".ai_agency/agents/01_auditor.md":{"size":3747,"mtime_ns":1787419446977999600,"indexed_at_ns":1787521783249227500,"word_count":467,"hashes":{".ai_agency/agents/01_auditor.md":"6a4613fb397adee1bcd064abc006927bf553ad674f5dfb493076b4966842c23c"}},".ai_agency/agents/02_ceo.md":{"size":2415,"mtime_ns":1787419446978998700,"indexed_at_ns":1787521783250747800,"word_count":294,"hashes":{".ai_agency/agents/02_ceo.md":"bd91670156b112ddb58752a0bd544281a0dee02b00e0899c18004ec09d0de106"}},".ai_agency/agents/03_product_manager.md":{"size":8634,"mtime_ns":1787419446983997500,"indexed_at_ns":1787521783252273000,"word_count":1076,"hashes":{".ai_agency/agents/03_product_manager.md":"87507389cdea75d162d950a26affd8e22ffbff8363b7031d40a14b593c96e722"}},".ai_agency/agents/04_architect.md":{"size":3715,"mtime_ns":1787419446984998400,"indexed_at_ns":1787521783254406400,"word_count":448,"hashes":{".ai_agency/agents/04_architect.md":"24065a334205689166fc397ec3a8d454e8ca752fc19084835903ef9f0493b9d5"}},".ai_agency/agents/05_dev_backend.md":{"size":7342,"mtime_ns":1787419446985999300,"indexed_at_ns":1787521783256567600,"word_count":953,"hashes":{".ai_agency/agents/05_dev_backend.md":"26961abd8210248a04f8cd5ad4141181ac17da826c694746f37b6b0ea9c5a298"}},".ai_agency/agents/06_dev_frontend.md":{"size":7731,"mtime_ns":1787419446988001600,"indexed_at_ns":1787521783258242800,"word_count":1011,"hashes":{".ai_agency/agents/06_dev_frontend.md":"427be2a0d417fdbef1c13ebdb4941497f3f91d46599ba397caf2da55bb8a4240"}},".ai_agency/agents/07_qa_engineer.md":{"size":3881,"mtime_ns":1787419446988997900,"indexed_at_ns":1787521783259783700,"word_count":507,"hashes":{".ai_agency/agents/07_qa_engineer.md":"90fb670935947163a8b97bb3c100d0df75cf86664abd786d73e6a72927562209"}},".ai_agency/agents/08_visual_qa.md":{"size":8119,"mtime_ns":1787419446989998700,"indexed_at_ns":1787521783261343600,"word_count":1121,"hashes":{".ai_agency/agents/08_visual_qa.md":"66d5f6879d897cbc046d7edfedaab77711bf119b6c35a899dc8e1df67f068eba"}},".ai_agency/agents/09_devops_security.md":{"size":7017,"mtime_ns":1787419446991997800,"indexed_at_ns":1787521783263108200,"word_count":908,"hashes":{".ai_agency/agents/09_devops_security.md":"a4c06b4dbf07bae2b25f2efbf8c4ad64aec358ae9d914e454eea395ed701f80b"}},".ai_agency/agents/10_tech_writer.md":{"size":3235,"mtime_ns":1787419446992998300,"indexed_at_ns":1787521783264647800,"word_count":408,"hashes":{".ai_agency/agents/10_tech_writer.md":"7e1f2b60a65bb3191380b350c5bb8ab2889cea16c34261ed91ef5529e2d6b6e9"}},".ai_agency/agents/11_deploy.md":{"size":4089,"mtime_ns":1787419446994001600,"indexed_at_ns":1787521783266191400,"word_count":537,"hashes":{".ai_agency/agents/11_deploy.md":"c7cfe31a24b65c8e89d0e4c7a134b2c01bd66762e6874aa4bc955d9d9beade8a"}},".ai_agency/agents/12_seo_content.md":{"size":11249,"mtime_ns":1787419446994998500,"indexed_at_ns":1787521783267694900,"word_count":1539,"hashes":{".ai_agency/agents/12_seo_content.md":"189188c594d07159bc98b00bcb97a66c84ea87b7dcdc65c02dd96ce935ff6eca"}},".ai_agency/memory/agent_outputs/README.txt":{"size":298,"mtime_ns":1787419446997998600,"indexed_at_ns":1787521770151199800,"word_count":34},".ai_agency/memory/backlog.json":{"size":10895,"mtime_ns":1787419446998998900,"indexed_at_ns":1787521783112917700,"word_count":981,"hashes":{".ai_agency/memory/backlog.json":"95e141415663b03ce16946e6c6bcfbd962f8ac1474b6a0785797161873cf586c"}},".ai_agency/memory/scratchpad.md":{"size":1906,"mtime_ns":1787419446999999100,"indexed_at_ns":1787521783269277800,"word_count":249,"hashes":{".ai_agency/memory/scratchpad.md":"eeef059b96cbc7a23787e9d12828e0f3db0285d360d9f95c62c37b4e8b47b0fd"}},".ai_agency/memory/state.json":{"size":3743,"mtime_ns":1787419447001997500,"indexed_at_ns":1787521783172240300,"word_count":254,"hashes":{".ai_agency/memory/state.json":"6f73fc83efee902d4c986ca55d2e8917c0994a150e8f8ac9861671485397c5ba"}},".ai_agency/orchestrate.py":{"size":6997,"mtime_ns":1787419447002999400,"indexed_at_ns":1787521783174220100,"word_count":644,"hashes":{".ai_agency/orchestrate.py":"fd939a485bcf44a2222bdc5d4c671a981f0cef6bfefc5643eb5b61def4ccbac4"}},".ai_agency/specs/api_contract.md":{"size":1571,"mtime_ns":1787419447005004500,"indexed_at_ns":1787521783271536000,"word_count":139,"hashes":{".ai_agency/specs/api_contract.md":"5f8e3ad984c7828277123b5a5407a24edfd0b1f9d4f30058a0b290492efd64b0"}},".ai_agency/specs/architecture_spec.md":{"size":819,"mtime_ns":1787419447006999200,"indexed_at_ns":1787521783273502600,"word_count":99,"hashes":{".ai_agency/specs/architecture_spec.md":"eb667e7396a4a90e50fe6ad0820ea59800ed284f5bbc7429315fa6f7a34c34be"}},".ai_agency/specs/prd.md":{"size":740,"mtime_ns":1787419447007999200,"indexed_at_ns":1787521783275124800,"word_count":96,"hashes":{".ai_agency/specs/prd.md":"aa77302fe0618e9511b9a233ed2d76ecfbb76813f7f0259fa7ed4d75585e4c40"}},".ai_agency/specs/project_health.md":{"size":458,"mtime_ns":1787419447009736900,"indexed_at_ns":1787521783276766100,"word_count":65,"hashes":{".ai_agency/specs/project_health.md":"d13e03cbbf9fe5c6ff99ab512bd5a0a02984233570fbfdb508c30a1ebabed2db"}},".ai_agency/specs/reviews/README.md":{"size":1044,"mtime_ns":1787419447011261700,"indexed_at_ns":1787521783278288100,"word_count":117,"hashes":{".ai_agency/specs/reviews/readme.md":"c55635a378ebb9823bd4256d104ca92ae586c6e9bb6056bca009e67d3f384e1f"}},".ai_agency/specs/reviews/backend_review.md":{"size":1448,"mtime_ns":1787419447012264300,"indexed_at_ns":1787521783279790400,"word_count":172,"hashes":{".ai_agency/specs/reviews/backend_review.md":"8b7a51ba013db5f162e200ab2ab3d51d0063c8ef9ba2a3cce497dccc925926c7"}},".ai_agency/specs/reviews/code_health_review.md":{"size":2215,"mtime_ns":1787419447013263300,"indexed_at_ns":1787521783281317600,"word_count":279,"hashes":{".ai_agency/specs/reviews/code_health_review.md":"d4b6c645ee75ae52a535bf64845a5bfe047f5891d024896a58e3c6d425849915"}},".ai_agency/specs/reviews/frontend_review.md":{"size":1468,"mtime_ns":1787419447015262500,"indexed_at_ns":1787521783282879200,"word_count":183,"hashes":{".ai_agency/specs/reviews/frontend_review.md":"d7249fe1175eba43749fc57398a558650755e6842ed63faf7abd6f91f1de8116"}},".ai_agency/specs/reviews/security_review.md":{"size":888,"mtime_ns":1787419447016262600,"indexed_at_ns":1787521783284488200,"word_count":110,"hashes":{".ai_agency/specs/reviews/security_review.md":"e2a96e1039dbed88d88958935be248025b2504e9a0caa035d0e264d778dd4a7a"}},".ai_agency/specs/reviews/seo_content_review.md":{"size":1252,"mtime_ns":1787419447017266500,"indexed_at_ns":1787521783286075600,"word_count":156,"hashes":{".ai_agency/specs/reviews/seo_content_review.md":"b9a251adaafd57872d56b2283d827104ef63025823ad38ff374d382fa84c01c2"}},".ai_agency/specs/reviews/ux_review.md":{"size":1145,"mtime_ns":1787419447018267300,"indexed_at_ns":1787521783288383600,"word_count":150,"hashes":{".ai_agency/specs/reviews/ux_review.md":"d034efd98211f598a3b3d3116e2c73a962728cd5ef9e79db7d4d1aa577550f8b"}},".claude/CLAUDE.md":{"size":229,"mtime_ns":1787419447024264200,"indexed_at_ns":1787521783294630500,"word_count":29,"hashes":{".claude/claude.md":"bc13fe68ca2c17442410eba331059e731c5c83c4ea036819b6555449f2f9bd3e"}},".claude/settings.json":{"size":502,"mtime_ns":1787419447025263400,"indexed_at_ns":1787521783175896100,"word_count":38,"hashes":{".claude/settings.json":"7f1d3686b704c4ea28478db0f136f7ad02ad4c443d1d61547195eb41b386e194"}},".claude/skills/graphify/SKILL.md":{"size":44042,"mtime_ns":1787419447029275000,"indexed_at_ns":1787521783296363100,"word_count":5442,"hashes":{".claude/skills/graphify/skill.md":"2a3c9bb17a09ce8ab84d8d1d8da4db0a7d8eae6c870f7ca5314bae1ae58de8e0"}},".claude/skills/graphify/references/add-watch.md":{"size":2542,"mtime_ns":1787419447031276300,"indexed_at_ns":1787521783298160700,"word_count":366,"hashes":{".claude/skills/graphify/references/add-watch.md":"8181d191224cb763e5784fe015ed8b1dcc6c8625efcbbd3b785da24b353da220"}},".claude/skills/graphify/references/exports.md":{"size":3449,"mtime_ns":1787419447034275400,"indexed_at_ns":1787521783299708500,"word_count":470,"hashes":{".claude/skills/graphify/references/exports.md":"d07d2aecc629f8cbfd15d461c635e493f89cd34a90dff941e2c6998977e5d923"}},".claude/skills/graphify/references/extraction-spec.md":{"size":8030,"mtime_ns":1787419447036274700,"indexed_at_ns":1787521783301257000,"word_count":1038,"hashes":{".claude/skills/graphify/references/extraction-spec.md":"4d769f6da15f3fc8dc001f47d99244de39b5218ac8b977c271f3de6c98696fe6"}},".claude/skills/graphify/references/github-and-merge.md":{"size":2223,"mtime_ns":1787419447037274400,"indexed_at_ns":1787521783302839300,"word_count":271,"hashes":{".claude/skills/graphify/references/github-and-merge.md":"892589dad2e5e8bb0a9319333331c551a68d27392f936733b984cbfc9c70e0cf"}},".claude/skills/graphify/references/hooks.md":{"size":1300,"mtime_ns":1787419447039277700,"indexed_at_ns":1787521783305256500,"word_count":193,"hashes":{".claude/skills/graphify/references/hooks.md":"b7dcbbe385d7c6dde267cb5ce91038545bbd733d23b45d96ec2fe40773c9fce2"}},".claude/skills/graphify/references/query.md":{"size":13767,"mtime_ns":1787419447040275100,"indexed_at_ns":1787521783307803500,"word_count":1763,"hashes":{".claude/skills/graphify/references/query.md":"18db36ad456be9d3e87d43dcbe2607ed92f9721baf404daa23127ec9fb489855"}},".claude/skills/graphify/references/transcribe.md":{"size":3225,"mtime_ns":1787419447041274700,"indexed_at_ns":1787521783309618200,"word_count":418,"hashes":{".claude/skills/graphify/references/transcribe.md":"55ecbf088adf1eef94050990e84a3e0f3f76096b666f6bc4a15a7c7da8806fcf"}},".claude/skills/graphify/references/update.md":{"size":10635,"mtime_ns":1787419447042275400,"indexed_at_ns":1787521783311247700,"word_count":1196,"hashes":{".claude/skills/graphify/references/update.md":"5720beed29b64651edc4ff7c3d2f865a1d30d08124b7ef07dbe7b00999700d0a"}},".gitea/scripts/with-vpn.sh":{"size":1875,"mtime_ns":1787419447047506900,"indexed_at_ns":1787521783177515700,"word_count":208,"hashes":{".gitea/scripts/with-vpn.sh":"a923cdd692e23d866cdd55342357fe8206913679d290ae20e0a35da35a47f095"}},".gitea/workflows/deploy.yml":{"size":1023,"mtime_ns":1787419447049014600,"indexed_at_ns":1787521770364288000,"word_count":84},"BACKEND_INTEGRATION.md":{"size":15974,"mtime_ns":1787419447053027100,"indexed_at_ns":1787521770385298300,"word_count":1521},"CLAUDE.md":{"size":781,"mtime_ns":1787419447055051200,"indexed_at_ns":1787521783314368500,"word_count":106,"hashes":{"claude.md":"b5a5237f0dd262308961666186afbe48d20e935dfee4ce03b818c7badbca2cc4"}},"DATABASE_SCHEMA.md":{"size":15717,"mtime_ns":1787419447057124600,"indexed_at_ns":1787521770396584200,"word_count":1566},"README.md":{"size":13252,"mtime_ns":1787419447060138000,"indexed_at_ns":1787521770407278900,"word_count":1310},"backend/README.md":{"size":5126,"mtime_ns":1787419447065137500,"indexed_at_ns":1787521783315887100,"word_count":472,"hashes":{"backend/readme.md":"7e49cd355cede75cdef66c98512212d7b0f91326608e0d31885a8916874eeb4e"}},"backend/eslint.config.mjs":{"size":1700,"mtime_ns":1787419447066140000,"indexed_at_ns":1787521770434761400,"word_count":104},"backend/nest-cli.json":{"size":180,"mtime_ns":1787419447067137000,"indexed_at_ns":1787521783180521400,"word_count":13,"hashes":{"backend/nest-cli.json":"3c187936b9c3a4045b6bc0d54a24603888a9130df6d2927e54a2f3aec07f5e95"}},"backend/package.json":{"size":2852,"mtime_ns":1787419447076000100,"indexed_at_ns":1787521783182330800,"word_count":205,"hashes":{"backend/package.json":"3f2173a31aa98485082f973a7bf8b6b74d2827a2383876ceba9ee86a911be4d1"}},"backend/prisma/migrations/20260526145407_init/migration.sql":{"size":9223,"mtime_ns":1787419447078999200,"indexed_at_ns":1787521783183951700,"word_count":936,"hashes":{"backend/prisma/migrations/20260526145407_init/migration.sql":"29255eee9143f13de17eeb0d3d5201f7d6cd8ae07913806ef8eefad7db0f7929"}},"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":{"size":421,"mtime_ns":1787419447080998800,"indexed_at_ns":1787521783185536400,"word_count":48,"hashes":{"backend/prisma/migrations/20260526160916_add_ui_texts_and_scientific_terms/migration.sql":"ac5847950275b508553dd4e1386acca13c8af3df9316c075c98ffd362a572dfd"}},"backend/prisma/scientificTerms.ts":{"size":24708,"mtime_ns":1787419447085002100,"indexed_at_ns":1787521770469413900,"word_count":2294},"backend/prisma/seed-blogs.ts":{"size":7063,"mtime_ns":1787419447087463800,"indexed_at_ns":1787521770476196400,"word_count":620},"backend/prisma/seed-custom.ts":{"size":3957,"mtime_ns":1787419447091476000,"indexed_at_ns":1787521770481276500,"word_count":371},"backend/prisma/seed-home.ts":{"size":3977,"mtime_ns":1787419447092476800,"indexed_at_ns":1787521770485779000,"word_count":374},"backend/prisma/seed-products-data.json":{"size":59766,"mtime_ns":1787419447095477600,"indexed_at_ns":1787521783187226400,"word_count":5730,"hashes":{"backend/prisma/seed-products-data.json":"6ba05ec168a63218a626e2dff118d53be9b8314a3e211bc9c337c00d9d38869f"}},"backend/prisma/seed-products.ts":{"size":28816,"mtime_ns":1787419447097477600,"indexed_at_ns":1787521770497100500,"word_count":2063},"backend/prisma/seed-ui-texts.ts":{"size":9349,"mtime_ns":1787419447099025300,"indexed_at_ns":1787521770502342300,"word_count":755},"backend/prisma/seed-wiki.ts":{"size":24451,"mtime_ns":1787419447100495200,"indexed_at_ns":1787521770508180800,"word_count":2292},"backend/prisma/seed.ts":{"size":31033,"mtime_ns":1787419447104780000,"indexed_at_ns":1787521770513771900,"word_count":2636},"backend/prisma/tsconfig.seed.json":{"size":204,"mtime_ns":1787419447108232900,"indexed_at_ns":1787521783191348800,"word_count":17,"hashes":{"backend/prisma/tsconfig.seed.json":"cba40494ca979cbf0017c51b84bebf8a5e2c80b6ae0ff4ebf76d23a02d5071ec"}},"backend/scripts/generate-openapi.ts":{"size":1431,"mtime_ns":1787419447116702900,"indexed_at_ns":1787521770543886000,"word_count":128},"backend/src/admin/admin.controller.spec.ts":{"size":613,"mtime_ns":1787419447121003600,"indexed_at_ns":1787521770549239200,"word_count":59},"backend/src/admin/admin.controller.ts":{"size":10012,"mtime_ns":1787503865775740200,"indexed_at_ns":1787521770555263800,"word_count":966},"backend/src/admin/admin.module.ts":{"size":1464,"mtime_ns":1787419447123018500,"indexed_at_ns":1787521770561689000,"word_count":145},"backend/src/admin/admin.service.spec.ts":{"size":706,"mtime_ns":1787419447126266900,"indexed_at_ns":1787521770567480700,"word_count":72},"backend/src/admin/admin.service.ts":{"size":30096,"mtime_ns":1787503865777740600,"indexed_at_ns":1787521770574206700,"word_count":2953},"backend/src/admin/blogs.controller.ts":{"size":2923,"mtime_ns":1787419447129102300,"indexed_at_ns":1787521770579725800,"word_count":289},"backend/src/admin/blogs.service.ts":{"size":3458,"mtime_ns":1787419447129629700,"indexed_at_ns":1787521770584934600,"word_count":397},"backend/src/admin/categories.controller.ts":{"size":2257,"mtime_ns":1787419447131964900,"indexed_at_ns":1787521770592824300,"word_count":204},"backend/src/admin/categories.service.ts":{"size":2078,"mtime_ns":1787419447134358400,"indexed_at_ns":1787521770597608600,"word_count":223},"backend/src/admin/dto/admin-query.dto.ts":{"size":654,"mtime_ns":1787419447137158500,"indexed_at_ns":1787521770603036700,"word_count":60},"backend/src/admin/media.controller.ts":{"size":2418,"mtime_ns":1787419447141152300,"indexed_at_ns":1787521770621079300,"word_count":226},"backend/src/admin/media.service.ts":{"size":2824,"mtime_ns":1787419447142861500,"indexed_at_ns":1787521770626847700,"word_count":283},"backend/src/admin/pets.controller.ts":{"size":1237,"mtime_ns":1787419447143878700,"indexed_at_ns":1787521770632133100,"word_count":117},"backend/src/admin/pets.service.ts":{"size":1801,"mtime_ns":1787419447144877200,"indexed_at_ns":1787521770638434600,"word_count":193},"backend/src/admin/reports.controller.ts":{"size":683,"mtime_ns":1787419447145874500,"indexed_at_ns":1787521770643865300,"word_count":66},"backend/src/admin/reports.service.ts":{"size":3512,"mtime_ns":1787419447148467900,"indexed_at_ns":1787521770648898200,"word_count":388},"backend/src/admin/wiki.controller.ts":{"size":1877,"mtime_ns":1787419447152448600,"indexed_at_ns":1787521770665311600,"word_count":179},"backend/src/admin/wiki.service.ts":{"size":1831,"mtime_ns":1787419447155466300,"indexed_at_ns":1787521770669962200,"word_count":195},"backend/src/app.controller.spec.ts":{"size":639,"mtime_ns":1787419447157463900,"indexed_at_ns":1787521770677593200,"word_count":61},"backend/src/app.controller.ts":{"size":286,"mtime_ns":1787419447158312200,"indexed_at_ns":1787521770681771900,"word_count":31},"backend/src/app.module.ts":{"size":4063,"mtime_ns":1787419447159838900,"indexed_at_ns":1787521770685681000,"word_count":375},"backend/src/app.service.ts":{"size":150,"mtime_ns":1787419447160838900,"indexed_at_ns":1787521770691996200,"word_count":19},"backend/src/auth/auth.controller.spec.ts":{"size":1577,"mtime_ns":1787419447163726600,"indexed_at_ns":1787521770702163400,"word_count":149},"backend/src/auth/auth.controller.ts":{"size":4278,"mtime_ns":1787419447165723300,"indexed_at_ns":1787521770709232500,"word_count":386},"backend/src/auth/auth.module.ts":{"size":749,"mtime_ns":1787419447166724200,"indexed_at_ns":1787521770714384400,"word_count":80},"backend/src/auth/auth.service.spec.ts":{"size":4395,"mtime_ns":1787419447169641500,"indexed_at_ns":1787521770720191800,"word_count":379},"backend/src/auth/auth.service.ts":{"size":10052,"mtime_ns":1787419447171656500,"indexed_at_ns":1787521770726978900,"word_count":933},"backend/src/auth/dto/admin-login.dto.ts":{"size":781,"mtime_ns":1787419447173655000,"indexed_at_ns":1787521770732603900,"word_count":82},"backend/src/auth/dto/login.dto.ts":{"size":601,"mtime_ns":1787419447175605900,"indexed_at_ns":1787521770739563700,"word_count":63},"backend/src/auth/dto/register.dto.ts":{"size":1235,"mtime_ns":1787419447176618600,"indexed_at_ns":1787521770744631600,"word_count":115},"backend/src/auth/dto/send-otp.dto.ts":{"size":384,"mtime_ns":1787419447177620600,"indexed_at_ns":1787521770749750300,"word_count":39},"backend/src/auth/dto/verify-otp.dto.ts":{"size":610,"mtime_ns":1787419447179445900,"indexed_at_ns":1787521770756121100,"word_count":64},"backend/src/auth/jwt-auth.guard.ts":{"size":512,"mtime_ns":1787419447182641000,"indexed_at_ns":1787521770761246300,"word_count":58},"backend/src/auth/jwt.strategy.ts":{"size":1158,"mtime_ns":1787419447183642000,"indexed_at_ns":1787521770765845800,"word_count":116},"backend/src/auth/roles.decorator.ts":{"size":55,"mtime_ns":1787419447185641100,"indexed_at_ns":1787521770770965000,"word_count":4},"backend/src/auth/roles.guard.ts":{"size":47,"mtime_ns":1787419447187642500,"indexed_at_ns":1787521770776767500,"word_count":4},"backend/src/b2b/b2b.controller.ts":{"size":2773,"mtime_ns":1787419447190643000,"indexed_at_ns":1787521770781220800,"word_count":246},"backend/src/b2b/b2b.module.ts":{"size":354,"mtime_ns":1787419447192738900,"indexed_at_ns":1787521770786629400,"word_count":38},"backend/src/b2b/b2b.service.ts":{"size":2480,"mtime_ns":1787419447194754500,"indexed_at_ns":1787521770791741600,"word_count":243},"backend/src/banners/banners.controller.ts":{"size":1988,"mtime_ns":1787419447198760300,"indexed_at_ns":1787521770796959800,"word_count":169},"backend/src/banners/banners.module.ts":{"size":386,"mtime_ns":1787419447201710300,"indexed_at_ns":1787521770802660600,"word_count":38},"backend/src/banners/banners.service.ts":{"size":1444,"mtime_ns":1787419447203501200,"indexed_at_ns":1787521770808562800,"word_count":160},"backend/src/blogs/blogs.controller.ts":{"size":2304,"mtime_ns":1787419447205517600,"indexed_at_ns":1787521770814423800,"word_count":197},"backend/src/blogs/blogs.module.ts":{"size":257,"mtime_ns":1787419447208521500,"indexed_at_ns":1787521770819757900,"word_count":28},"backend/src/blogs/blogs.service.ts":{"size":3989,"mtime_ns":1787419447209516000,"indexed_at_ns":1787521770826038700,"word_count":454},"backend/src/blogs/dto/create-blog.dto.ts":{"size":31,"mtime_ns":1787419447211166200,"indexed_at_ns":1787521770832546500,"word_count":4},"backend/src/blogs/dto/update-blog.dto.ts":{"size":168,"mtime_ns":1787419447212180200,"indexed_at_ns":1787521770839466700,"word_count":18},"backend/src/blogs/entities/blog.entity.ts":{"size":22,"mtime_ns":1787419447214234900,"indexed_at_ns":1787521770846529100,"word_count":4},"backend/src/cms/cms.controller.ts":{"size":3634,"mtime_ns":1787419447216249000,"indexed_at_ns":1787521770850885000,"word_count":280},"backend/src/cms/cms.module.ts":{"size":354,"mtime_ns":1787419447217249700,"indexed_at_ns":1787521770857745500,"word_count":38},"backend/src/cms/cms.service.ts":{"size":2586,"mtime_ns":1787419447218250400,"indexed_at_ns":1787521770863612000,"word_count":256},"backend/src/cms/dto/cms.dto.ts":{"size":2454,"mtime_ns":1787419447220250400,"indexed_at_ns":1787521770868679300,"word_count":203},"backend/src/common/decorators/roles.decorator.ts":{"size":161,"mtime_ns":1787419447223249400,"indexed_at_ns":1787521770876104800,"word_count":20},"backend/src/common/dto/pagination.dto.ts":{"size":1242,"mtime_ns":1787419447225902400,"indexed_at_ns":1787521770880946700,"word_count":121},"backend/src/common/filters/http-exception.filter.ts":{"size":5083,"mtime_ns":1787419447227915700,"indexed_at_ns":1787521770886008900,"word_count":492},"backend/src/common/filters/prisma-exception.filter.ts":{"size":2483,"mtime_ns":1787419447229134200,"indexed_at_ns":1787521770893947300,"word_count":228},"backend/src/common/guards/roles.guard.spec.ts":{"size":2497,"mtime_ns":1787419447232144300,"indexed_at_ns":1787521770899008100,"word_count":223},"backend/src/common/guards/roles.guard.ts":{"size":1333,"mtime_ns":1787419447234156600,"indexed_at_ns":1787521770905670400,"word_count":120},"backend/src/common/interceptors/decimal.interceptor.spec.ts":{"size":1744,"mtime_ns":1787419447241156600,"indexed_at_ns":1787521770911537200,"word_count":164},"backend/src/common/interceptors/decimal.interceptor.ts":{"size":1135,"mtime_ns":1787419447243160300,"indexed_at_ns":1787521770917414800,"word_count":118},"backend/src/common/metrics.controller.ts":{"size":2160,"mtime_ns":1787419447247157400,"indexed_at_ns":1787521770924079200,"word_count":206},"backend/src/common/schemas/error-response.schema.ts":{"size":1735,"mtime_ns":1787419447248667900,"indexed_at_ns":1787521770929886600,"word_count":162},"backend/src/common/schemas/paginated-response.schema.ts":{"size":1151,"mtime_ns":1787419447250682000,"indexed_at_ns":1787521770934908400,"word_count":110},"backend/src/common/services/sms.service.ts":{"size":33000,"mtime_ns":1787419447253682200,"indexed_at_ns":1787521770942355400,"word_count":3028},"backend/src/common/sms.module.ts":{"size":213,"mtime_ns":1787419447256681300,"indexed_at_ns":1787521770948250900,"word_count":24},"backend/src/contact/contact.controller.ts":{"size":2075,"mtime_ns":1787419447261682400,"indexed_at_ns":1787521770960400800,"word_count":177},"backend/src/contact/contact.module.ts":{"size":377,"mtime_ns":1787419447262682300,"indexed_at_ns":1787521770965559000,"word_count":38},"backend/src/contact/contact.service.ts":{"size":4870,"mtime_ns":1787419447263788100,"indexed_at_ns":1787521770970276100,"word_count":451},"backend/src/home/dto/create-home.dto.ts":{"size":31,"mtime_ns":1787419447277390300,"indexed_at_ns":1787521771015580600,"word_count":4},"backend/src/home/dto/update-home.dto.ts":{"size":168,"mtime_ns":1787419447278389200,"indexed_at_ns":1787521771020724900,"word_count":18},"backend/src/home/entities/home.entity.ts":{"size":22,"mtime_ns":1787419447279387400,"indexed_at_ns":1787521771026448600,"word_count":4},"backend/src/home/home.controller.ts":{"size":784,"mtime_ns":1787419447280390600,"indexed_at_ns":1787521771030956100,"word_count":69},"backend/src/home/home.module.ts":{"size":250,"mtime_ns":1787419447281388600,"indexed_at_ns":1787521771035768300,"word_count":28},"backend/src/home/home.service.ts":{"size":1425,"mtime_ns":1787419447283912900,"indexed_at_ns":1787521771041268600,"word_count":144},"backend/src/ingredients/ingredients.controller.ts":{"size":2013,"mtime_ns":1787419447287287300,"indexed_at_ns":1787521771047452100,"word_count":165},"backend/src/ingredients/ingredients.module.ts":{"size":418,"mtime_ns":1787419447289816300,"indexed_at_ns":1787521771052403900,"word_count":38},"backend/src/ingredients/ingredients.service.ts":{"size":1580,"mtime_ns":1787419447292163600,"indexed_at_ns":1787521771058510400,"word_count":162},"backend/src/main.ts":{"size":3768,"mtime_ns":1787419447293687900,"indexed_at_ns":1787521771063108100,"word_count":323},"backend/src/orders/dto/create-order.dto.ts":{"size":1972,"mtime_ns":1787419447301826700,"indexed_at_ns":1787521771083007300,"word_count":162},"backend/src/orders/orders.controller.spec.ts":{"size":1966,"mtime_ns":1787419447303837300,"indexed_at_ns":1787521771089378100,"word_count":194},"backend/src/orders/orders.controller.ts":{"size":6141,"mtime_ns":1787419447304841600,"indexed_at_ns":1787521771094300700,"word_count":517},"backend/src/orders/orders.module.ts":{"size":264,"mtime_ns":1787419447306835700,"indexed_at_ns":1787521771099222800,"word_count":28},"backend/src/orders/orders.service.spec.ts":{"size":5130,"mtime_ns":1787419447308837500,"indexed_at_ns":1787521771103610300,"word_count":483},"backend/src/orders/orders.service.ts":{"size":17768,"mtime_ns":1787419447310841600,"indexed_at_ns":1787521771108694200,"word_count":1611},"backend/src/pets/dto/create-health-log.dto.ts":{"size":788,"mtime_ns":1787419447333049800,"indexed_at_ns":1787521771173418500,"word_count":69},"backend/src/pets/dto/create-pet.dto.ts":{"size":1189,"mtime_ns":1787419447335757700,"indexed_at_ns":1787521771178913100,"word_count":104},"backend/src/pets/dto/create-reminder.dto.ts":{"size":840,"mtime_ns":1787419447336756600,"indexed_at_ns":1787521771184277900,"word_count":71},"backend/src/pets/dto/update-pet.dto.ts":{"size":164,"mtime_ns":1787419447338758100,"indexed_at_ns":1787521771191009500,"word_count":18},"backend/src/pets/pets.controller.spec.ts":{"size":2617,"mtime_ns":1787419447340757400,"indexed_at_ns":1787521771195686500,"word_count":269},"backend/src/pets/pets.controller.ts":{"size":8723,"mtime_ns":1787419472684422700,"indexed_at_ns":1787521771200591700,"word_count":781},"backend/src/pets/pets.module.ts":{"size":250,"mtime_ns":1787419447343756700,"indexed_at_ns":1787521771207136900,"word_count":28},"backend/src/pets/pets.service.spec.ts":{"size":3055,"mtime_ns":1787419447344706000,"indexed_at_ns":1787521771212093700,"word_count":272},"backend/src/pets/pets.service.ts":{"size":7251,"mtime_ns":1787419447346231700,"indexed_at_ns":1787521771217311200,"word_count":710},"backend/src/prescriptions/prescriptions.controller.ts":{"size":2434,"mtime_ns":1787419447348742700,"indexed_at_ns":1787521771224616000,"word_count":232},"backend/src/prescriptions/prescriptions.module.ts":{"size":508,"mtime_ns":1787419447349756600,"indexed_at_ns":1787521771229822800,"word_count":45},"backend/src/prescriptions/prescriptions.service.ts":{"size":4831,"mtime_ns":1787419447350758000,"indexed_at_ns":1787521771234357700,"word_count":498},"backend/src/prisma/prisma.module.ts":{"size":219,"mtime_ns":1787419447352758100,"indexed_at_ns":1787521771240679000,"word_count":24},"backend/src/prisma/prisma.service.ts":{"size":4207,"mtime_ns":1787419447354757300,"indexed_at_ns":1787521771245169000,"word_count":413},"backend/src/products/dto/get-products.dto.ts":{"size":1363,"mtime_ns":1787419447356758000,"indexed_at_ns":1787521771250293200,"word_count":115},"backend/src/products/products.controller.spec.ts":{"size":1921,"mtime_ns":1787419447357756700,"indexed_at_ns":1787521771257946500,"word_count":166},"backend/src/products/products.controller.ts":{"size":2524,"mtime_ns":1787419447360757700,"indexed_at_ns":1787521771262836800,"word_count":209},"backend/src/products/products.module.ts":{"size":278,"mtime_ns":1787419447362760700,"indexed_at_ns":1787521771267418400,"word_count":28},"backend/src/products/products.service.spec.ts":{"size":1654,"mtime_ns":1787419447365755400,"indexed_at_ns":1787521771273319000,"word_count":154},"backend/src/products/products.service.ts":{"size":7174,"mtime_ns":1787419447366755500,"indexed_at_ns":1787521771278124800,"word_count":713},"backend/src/redis/redis.module.ts":{"size":214,"mtime_ns":1787419447368756900,"indexed_at_ns":1787521771282843800,"word_count":24},"backend/src/redis/redis.service.spec.ts":{"size":1581,"mtime_ns":1787419447370758900,"indexed_at_ns":1787521771288017100,"word_count":145},"backend/src/redis/redis.service.ts":{"size":1249,"mtime_ns":1787419447371759000,"indexed_at_ns":1787521771293076000,"word_count":132},"backend/src/seo/seo.controller.ts":{"size":931,"mtime_ns":1787419447381393600,"indexed_at_ns":1787521771325760400,"word_count":85},"backend/src/seo/seo.module.ts":{"size":354,"mtime_ns":1787419447382393700,"indexed_at_ns":1787521771331381000,"word_count":38},"backend/src/seo/seo.service.ts":{"size":2093,"mtime_ns":1787419447383396000,"indexed_at_ns":1787521771335964000,"word_count":182},"backend/src/settings/settings.controller.spec.ts":{"size":3053,"mtime_ns":1787419447389891700,"indexed_at_ns":1787521771352163500,"word_count":247},"backend/src/settings/settings.controller.ts":{"size":9263,"mtime_ns":1787419447391891500,"indexed_at_ns":1787521771361295800,"word_count":708},"backend/src/settings/settings.module.ts":{"size":394,"mtime_ns":1787419447392892200,"indexed_at_ns":1787521771366534400,"word_count":38},"backend/src/settings/settings.service.spec.ts":{"size":2814,"mtime_ns":1787419447393893100,"indexed_at_ns":1787521771373023600,"word_count":251},"backend/src/settings/settings.service.ts":{"size":20852,"mtime_ns":1787419472687216600,"indexed_at_ns":1787521771378233300,"word_count":1589},"backend/src/smart-advisor/smart-advisor.controller.ts":{"size":1879,"mtime_ns":1787419447398758600,"indexed_at_ns":1787521771383555500,"word_count":152},"backend/src/smart-advisor/smart-advisor.module.ts":{"size":428,"mtime_ns":1787419447401203900,"indexed_at_ns":1787521771389242200,"word_count":38},"backend/src/smart-advisor/smart-advisor.service.ts":{"size":1286,"mtime_ns":1787419447402725000,"indexed_at_ns":1787521771393755100,"word_count":131},"backend/src/testimonials/testimonials.controller.ts":{"size":1966,"mtime_ns":1787419447404727300,"indexed_at_ns":1787521771398863500,"word_count":160},"backend/src/testimonials/testimonials.module.ts":{"size":426,"mtime_ns":1787419447409822600,"indexed_at_ns":1787521771404226700,"word_count":38},"backend/src/testimonials/testimonials.service.ts":{"size":1314,"mtime_ns":1787419447411822900,"indexed_at_ns":1787521771409140400,"word_count":140},"backend/src/users/dto/address.dto.ts":{"size":1142,"mtime_ns":1787419447424615900,"indexed_at_ns":1787521771443099400,"word_count":99},"backend/src/users/dto/update-profile.dto.ts":{"size":1103,"mtime_ns":1787419447426616300,"indexed_at_ns":1787521771448427800,"word_count":98},"backend/src/users/users.controller.spec.ts":{"size":3440,"mtime_ns":1787419447427617400,"indexed_at_ns":1787521771452758700,"word_count":322},"backend/src/users/users.controller.ts":{"size":7087,"mtime_ns":1787419447430259700,"indexed_at_ns":1787521771458886000,"word_count":590},"backend/src/users/users.module.ts":{"size":285,"mtime_ns":1787419447431727000,"indexed_at_ns":1787521771463939300,"word_count":30},"backend/src/users/users.service.spec.ts":{"size":3949,"mtime_ns":1787419447435097800,"indexed_at_ns":1787521771468309000,"word_count":316},"backend/src/users/users.service.ts":{"size":8511,"mtime_ns":1787419447438111700,"indexed_at_ns":1787521771474242600,"word_count":782},"backend/src/videos/dto/create-video.dto.ts":{"size":1636,"mtime_ns":1787419447441109300,"indexed_at_ns":1787521771479287500,"word_count":127},"backend/src/videos/dto/get-videos-query.dto.ts":{"size":661,"mtime_ns":1787419447442115400,"indexed_at_ns":1787521771484325700,"word_count":77},"backend/src/videos/videos.controller.ts":{"size":1994,"mtime_ns":1787419447444019000,"indexed_at_ns":1787521771490261900,"word_count":173},"backend/src/videos/videos.module.ts":{"size":293,"mtime_ns":1787419447445033500,"indexed_at_ns":1787521771495043500,"word_count":30},"backend/src/videos/videos.service.ts":{"size":2844,"mtime_ns":1787419447446029400,"indexed_at_ns":1787521771499182200,"word_count":290},"backend/src/wholesale/dto/wholesale-apply.dto.ts":{"size":763,"mtime_ns":1787419447449029300,"indexed_at_ns":1787521771505637000,"word_count":66},"backend/src/wholesale/wholesale.controller.ts":{"size":2103,"mtime_ns":1787419447452553200,"indexed_at_ns":1787521771510812100,"word_count":160},"backend/src/wholesale/wholesale.module.ts":{"size":402,"mtime_ns":1787419447454555100,"indexed_at_ns":1787521771515483600,"word_count":38},"backend/src/wholesale/wholesale.service.ts":{"size":2716,"mtime_ns":1787419447455557000,"indexed_at_ns":1787521771519978000,"word_count":266},"backend/src/wiki/dto/create-wiki.dto.ts":{"size":31,"mtime_ns":1787419447458222100,"indexed_at_ns":1787521771527419000,"word_count":4},"backend/src/wiki/dto/update-wiki.dto.ts":{"size":168,"mtime_ns":1787419447459970600,"indexed_at_ns":1787521771532097000,"word_count":18},"backend/src/wiki/entities/wiki.entity.ts":{"size":22,"mtime_ns":1787419447462367100,"indexed_at_ns":1787521771537246300,"word_count":4},"backend/src/wiki/wiki.controller.ts":{"size":1254,"mtime_ns":1787419447463367600,"indexed_at_ns":1787521771542676000,"word_count":110},"backend/src/wiki/wiki.module.ts":{"size":250,"mtime_ns":1787419447465688300,"indexed_at_ns":1787521771548262600,"word_count":28},"backend/src/wiki/wiki.service.ts":{"size":1621,"mtime_ns":1787419447467847900,"indexed_at_ns":1787521771553069500,"word_count":174},"backend/test/app-audit-verification.e2e-spec.ts":{"size":6641,"mtime_ns":1787419447476879800,"indexed_at_ns":1787521771574037500,"word_count":569},"backend/test/app.e2e-spec.ts":{"size":1015,"mtime_ns":1787419447483878100,"indexed_at_ns":1787521771591628900,"word_count":83},"backend/test/jest-e2e.json":{"size":192,"mtime_ns":1787419447484882500,"indexed_at_ns":1787521783193334200,"word_count":17,"hashes":{"backend/test/jest-e2e.json":"f1ac24088d0d54e9c5d604161531003b5da1777b2464855fa05ae3b472365566"}},"backend/tsconfig.build.json":{"size":111,"mtime_ns":1787419447486358600,"indexed_at_ns":1787521783194829200,"word_count":10,"hashes":{"backend/tsconfig.build.json":"590ab6d92f5b42f55875120c412664635ab779d64ab71e724a2414c6fb8b0c95"}},"backend/tsconfig.json":{"size":813,"mtime_ns":1787419447486983300,"indexed_at_ns":1787521783196357600,"word_count":56,"hashes":{"backend/tsconfig.json":"96ac330a1750680715788c041b60112c8e96868bebe72bc4e09729c3c95bc694"}},"backend/uploads/1781288429353-508765350.jpg":{"size":110246,"mtime_ns":1787419447496552700,"indexed_at_ns":1787521771610472100,"word_count":3882},"canina.md":{"size":21919,"mtime_ns":1787419447498074800,"indexed_at_ns":1787521771619428300,"word_count":1983},"canina.pdf":{"size":2858373,"mtime_ns":1787419447565290700,"indexed_at_ns":1787521771625096400,"word_count":0},"docker-compose.yml":{"size":2271,"mtime_ns":1787419447567289000,"indexed_at_ns":1787521771630147900,"word_count":127},"docs/01-introduction.md":{"size":5576,"mtime_ns":1787419447570288100,"indexed_at_ns":1787521771635745100,"word_count":523},"docs/02-user-guide.md":{"size":4336,"mtime_ns":1787419447573286700,"indexed_at_ns":1787521771644295100,"word_count":422},"docs/03-developer-guide.md":{"size":6795,"mtime_ns":1787419447580286600,"indexed_at_ns":1787521771649943500,"word_count":678},"docs/04-setup-and-deployment.md":{"size":4103,"mtime_ns":1787419447584288500,"indexed_at_ns":1787521783317427100,"word_count":425,"hashes":{"docs/04-setup-and-deployment.md":"1d088753100a687210e5cfa367cb0ecb4c6298cdb95883b4852e2f0545e9fabf"}},"docs/05-devops-and-monitoring.md":{"size":3631,"mtime_ns":1787419447586286900,"indexed_at_ns":1787521783318964300,"word_count":374,"hashes":{"docs/05-devops-and-monitoring.md":"017634a31f3e5ba98d623b76bd1b4720574caa6b8445012ab97bc34432f9ebff"}},"docs/06-testing.md":{"size":4258,"mtime_ns":1787419447593550100,"indexed_at_ns":1787521783320731800,"word_count":457,"hashes":{"docs/06-testing.md":"63338cc957d7059368a8632e117fe857e446a4d18f61fecc464400c3b17f8019"}},"docs/README.md":{"size":2770,"mtime_ns":1787419447594550700,"indexed_at_ns":1787521783322831500,"word_count":253,"hashes":{"docs/readme.md":"5e9f8e746cd3dee5a3ccd49ddddc15258470eefc20bc07e2243933abb687361d"}},"docs/audit/00-repository-map.md":{"size":3233,"mtime_ns":1787419447600553300,"indexed_at_ns":1787521783324660800,"word_count":351,"hashes":{"docs/audit/00-repository-map.md":"896dfe9586aa5d7a88d6d6ded846d98181505d68a5fb2b2b36be65b85e22b9fd"}},"docs/audit/01-system-discovery.md":{"size":3839,"mtime_ns":1787419447606559100,"indexed_at_ns":1787521783326715100,"word_count":467,"hashes":{"docs/audit/01-system-discovery.md":"6da1c06d3b033107a35445af0d2ff9f87eff04c8888ff3f0b9ea62694a7c7823"}},"docs/audit/02-audit-plan.md":{"size":5141,"mtime_ns":1787419447609553400,"indexed_at_ns":1787521783328338900,"word_count":530,"hashes":{"docs/audit/02-audit-plan.md":"03da91993339ff789e00f84d0b1849dc9fd1f066819cf54deb9262b034262f65"}},"docs/audit/03-baseline-command-plan.md":{"size":4957,"mtime_ns":1787419447611554100,"indexed_at_ns":1787521783329888200,"word_count":735,"hashes":{"docs/audit/03-baseline-command-plan.md":"3aeddb56f7af1d05de51fb69a572b29cf0fa4fecb9b31c91b13ce4d121184603"}},"docs/audit/04-open-questions.md":{"size":1709,"mtime_ns":1787419447614248700,"indexed_at_ns":1787521783331476300,"word_count":224,"hashes":{"docs/audit/04-open-questions.md":"ba051b383fcd69eea9f3ea74125098db16eaf2b3f0fe96682729ac588597e7de"}},"docs/audit/05-architectural-audit.md":{"size":5004,"mtime_ns":1787419447617246800,"indexed_at_ns":1787521771714474300,"word_count":560},"docs/audit/06-storefront-audit.md":{"size":4308,"mtime_ns":1787419447620249200,"indexed_at_ns":1787521783333007500,"word_count":520,"hashes":{"docs/audit/06-storefront-audit.md":"456437c0213198ca5fab9b157392ddc85b4df85343cbdf3c6972e2e624d2e3a6"}},"docs/audit/07-backend-audit.md":{"size":5171,"mtime_ns":1787419447624249600,"indexed_at_ns":1787521783334524800,"word_count":581,"hashes":{"docs/audit/07-backend-audit.md":"49753f6131b4b4da029184b8dfab64a4daee3ede5c8dc0b2fda550120a891b35"}},"docs/audit/08-admin-features-audit.md":{"size":4344,"mtime_ns":1787419447627421800,"indexed_at_ns":1787521783336066400,"word_count":479,"hashes":{"docs/audit/08-admin-features-audit.md":"959a7809af543c3d58c234fc8496cdbda3749fe6d220137d0cb170475ff60645"}},"docs/audit/09-database-audit.md":{"size":4250,"mtime_ns":1787419447629418800,"indexed_at_ns":1787521783338081900,"word_count":521,"hashes":{"docs/audit/09-database-audit.md":"14ae2684792dfaf2abbf4b046ac2991e1b81efb46027019fadf505ff8cdb1883"}},"docs/audit/10-security-audit.md":{"size":5761,"mtime_ns":1787419447632420500,"indexed_at_ns":1787521771747503200,"word_count":678},"docs/audit/11-code-quality-audit.md":{"size":3498,"mtime_ns":1787419447635432400,"indexed_at_ns":1787521783340104700,"word_count":419,"hashes":{"docs/audit/11-code-quality-audit.md":"527b129de8ecb35503501c720ba9296e7eca9d2a98b7218b1654c072059b26e2"}},"docs/audit/12-testing-audit.md":{"size":4229,"mtime_ns":1787419447638434100,"indexed_at_ns":1787521783341807800,"word_count":486,"hashes":{"docs/audit/12-testing-audit.md":"a9407e604bcb3cad92bd92fd136dfe472310ace4b140c24a7acf8a5fede207c2"}},"docs/audit/13-devops-audit.md":{"size":3550,"mtime_ns":1787419447641434300,"indexed_at_ns":1787521783343404700,"word_count":440,"hashes":{"docs/audit/13-devops-audit.md":"9fc17048b9f7bf6ecb4a3f34bb5ef607d134ea9bafdf8dc494193fc4478b3093"}},"docs/audit/14-documentation-audit.md":{"size":3427,"mtime_ns":1787419447644432900,"indexed_at_ns":1787521783344991000,"word_count":379,"hashes":{"docs/audit/14-documentation-audit.md":"a5047c11c0610cb3f495dd9754b8e838aa81b748f05e1ffc5f58f24ff4cbcd44"}},"docs/audit/15-raw-findings-index.json":{"size":10184,"mtime_ns":1787419447647432500,"indexed_at_ns":1787521783198781400,"word_count":817,"hashes":{"docs/audit/15-raw-findings-index.json":"c374526a5298b073d3fe3b86e4724c7871ef551ba74a67dfad0e0a78c4ac1efe"}},"docs/audit/16-deep-audit-summary.md":{"size":3187,"mtime_ns":1787419447649947100,"indexed_at_ns":1787521783346513100,"word_count":393,"hashes":{"docs/audit/16-deep-audit-summary.md":"348ccf0d0c7d4fd98ba8b2b5673a77773b7cbe91ad7378088df2a9e973ba5bf7"}},"docs/audit/17-source-coverage-manifest.json":{"size":132382,"mtime_ns":1787419447655963500,"indexed_at_ns":1787521783200426000,"word_count":7827,"hashes":{"docs/audit/17-source-coverage-manifest.json":"d9b86b7d55a645e2c31d9f2c37ee88b2516920e958b1ba4d27059834b5eb59f1"}},"docs/audit/18-compiler-diagnostic-dispositions.md":{"size":1981,"mtime_ns":1787419447659964500,"indexed_at_ns":1787521783348055800,"word_count":285,"hashes":{"docs/audit/18-compiler-diagnostic-dispositions.md":"e1abe45307c5e5c0020477b8ff7784c023372244a182a9bf3b6b47d0b1639511"}},"docs/audit/19-finding-verification-report.md":{"size":5490,"mtime_ns":1787419447662964700,"indexed_at_ns":1787521783349571300,"word_count":753,"hashes":{"docs/audit/19-finding-verification-report.md":"d13b8f3ea9d9098687488dc65ae0d45f1783d92e31f55f8478b5448f8dd694fb"}},"docs/audit/20-verified-findings-index.json":{"size":22373,"mtime_ns":1787419447665962500,"indexed_at_ns":1787521783202452000,"word_count":1903,"hashes":{"docs/audit/20-verified-findings-index.json":"a2d033caad9eddd24ef99be4f9c7677e02cccb2f6ed0b6e2659d3da20fd3352f"}},"docs/audit/21-phase2-quality-gate-summary.md":{"size":1754,"mtime_ns":1787419447669962400,"indexed_at_ns":1787521783351089600,"word_count":211,"hashes":{"docs/audit/21-phase2-quality-gate-summary.md":"85d6fc79140da7cdfa839be45168e0db007c7bf9bbfbc99985f401db0ee5bae6"}},"docs/audit/22-tracked-first-party-files.txt":{"size":4591,"mtime_ns":1787419447674963600,"indexed_at_ns":1787521771817735300,"word_count":139},"docs/audit/23-untracked-first-party-files.txt":{"size":60,"mtime_ns":1787419447679977000,"indexed_at_ns":1787521771823947400,"word_count":7},"docs/audit/24-omitted-file-inspection-report.md":{"size":2495,"mtime_ns":1787419447682976400,"indexed_at_ns":1787521783352582200,"word_count":227,"hashes":{"docs/audit/24-omitted-file-inspection-report.md":"dcb987ba2798ff0f280df56b0226bbee90b2a135c8630e9c4c154c70701ec462"}},"docs/audit/25-reference-integrity-validation.json":{"size":1054,"mtime_ns":1787419447686978300,"indexed_at_ns":1787521783204312800,"word_count":82,"hashes":{"docs/audit/25-reference-integrity-validation.json":"3a84a844a5c7930755420d36d65b14cd897c90735db5440e1b6bd873c988d48a"}},"docs/audit/26-phase2-integrity-repair-report.md":{"size":3256,"mtime_ns":1787419447692507900,"indexed_at_ns":1787521783354310000,"word_count":385,"hashes":{"docs/audit/26-phase2-integrity-repair-report.md":"a1523ad93fe2d3d8f28be2c032d7010c67118c8b9f76288b1d6cd5c4f2c9f56b"}},"docs/audit/27-all-tracked-repository-files.txt":{"size":4779,"mtime_ns":1787419447708956000,"indexed_at_ns":1787521771845638800,"word_count":148},"docs/audit/28-full-repository-classification.json":{"size":28950,"mtime_ns":1787419447712329700,"indexed_at_ns":1787521783206211300,"word_count":1782,"hashes":{"docs/audit/28-full-repository-classification.json":"142c809f659478477444c84deb5e8e91d02954020ddd203d7382492e4e6c4e36"}},"docs/audit/29-file-content-evidence.json":{"size":112638,"mtime_ns":1787419447715885700,"indexed_at_ns":1787521783208105500,"word_count":9098,"hashes":{"docs/audit/29-file-content-evidence.json":"541931d49c550af865f938acb61f8d1de4a01800c54e162838020edc9dc8d75a"}},"docs/audit/30-compiler-diagnostics-index.json":{"size":3787,"mtime_ns":1787419447718403200,"indexed_at_ns":1787521783210103800,"word_count":324,"hashes":{"docs/audit/30-compiler-diagnostics-index.json":"a29468f2845f5145ae51529078fac2e217ae83d363fc10ae6ce976c92bc27fe0"}},"docs/audit/31-module-audit-closure.md":{"size":7737,"mtime_ns":1787419447720420000,"indexed_at_ns":1787521783356588300,"word_count":709,"hashes":{"docs/audit/31-module-audit-closure.md":"c6cd286c808a7ad22646964c721252ac5c66a577da18ca90372ad7698575fb48"}},"docs/audit/32-evidence-grade-validation.json":{"size":1689,"mtime_ns":1787419447723418000,"indexed_at_ns":1787521783211643700,"word_count":123,"hashes":{"docs/audit/32-evidence-grade-validation.json":"e3d5f877bd49afce2f7aa858f93e347c284a390b2cbbed28e1bed11ce36ded48"}},"docs/audit/33-final-phase2-audit-closure.md":{"size":2578,"mtime_ns":1787419447727334000,"indexed_at_ns":1787521783358259600,"word_count":271,"hashes":{"docs/audit/33-final-phase2-audit-closure.md":"7933681477448b9d09a1118e059e1bc8469de9e66baa971ba5e74de52f55581a"}},"docs/audit/34-repository-observations.json":{"size":616,"mtime_ns":1787419447729603300,"indexed_at_ns":1787521783213315200,"word_count":49,"hashes":{"docs/audit/34-repository-observations.json":"c7eda5d6d089db59a7d56840b32f406bd1bef84b7734ab2b6548fa22640355c3"}},"docs/audit/35-semantic-review-ledger.json":{"size":101875,"mtime_ns":1787419447734562700,"indexed_at_ns":1787521783214874300,"word_count":6011,"hashes":{"docs/audit/35-semantic-review-ledger.json":"8dda2089b54512b1b74bfb67cddc3dcdd0f73fdc822607ef0822703a6e5ad875"}},"docs/audit/36-mandatory-semantic-scope.json":{"size":8194,"mtime_ns":1787419447736791700,"indexed_at_ns":1787521783216718600,"word_count":638,"hashes":{"docs/audit/36-mandatory-semantic-scope.json":"09f06e0536da69c977118bd4b80e2076678178941faf95c113bf2f879b7df7b4"}},"docs/audit/ADR-AUTH-001.md":{"size":3321,"mtime_ns":1787419447740371800,"indexed_at_ns":1787521771900528600,"word_count":398},"docs/audit/CROSS_BOUNDARY_DEPENDENCIES.md":{"size":2175,"mtime_ns":1787419447743054400,"indexed_at_ns":1787521771908263500,"word_count":239},"docs/audit/FRONTEND_INTEGRATION_REQUIREMENTS.md":{"size":15793,"mtime_ns":1787419447744053200,"indexed_at_ns":1787521771914064400,"word_count":1579},"docs/audit/MASTER-TASK-BACKLOG.md":{"size":30573,"mtime_ns":1787419447747841100,"indexed_at_ns":1787521771921035300,"word_count":3510},"docs/audit/audit-state.json":{"size":4269,"mtime_ns":1787419447751006600,"indexed_at_ns":1787521783218301200,"word_count":267,"hashes":{"docs/audit/audit-state.json":"6f8243328b998a0dc1e017494731c64f27c27c3d66794cb3157e03a4cd2067e1"}},"docs/audit/build_manifest.js":{"size":4188,"mtime_ns":1787419447753911100,"indexed_at_ns":1787521771931328300,"word_count":348},"docs/audit/frontend-route-map.md":{"size":2593,"mtime_ns":1787419447760923700,"indexed_at_ns":1787521771937789400,"word_count":329},"docs/audit/generate_classification.js":{"size":2241,"mtime_ns":1787419447764126600,"indexed_at_ns":1787521771943280300,"word_count":204},"docs/audit/generate_evidence.js":{"size":3179,"mtime_ns":1787419447766241700,"indexed_at_ns":1787521771949607400,"word_count":253},"docs/audit/generate_ledger.js":{"size":7804,"mtime_ns":1787419447769254900,"indexed_at_ns":1787521771954784300,"word_count":620},"docs/audit/generate_manifest.js":{"size":6488,"mtime_ns":1787419447771256900,"indexed_at_ns":1787521771961794900,"word_count":489},"docs/audit/master-task-backlog.json":{"size":22781,"mtime_ns":1787419447776255300,"indexed_at_ns":1787521783220146300,"word_count":2071,"hashes":{"docs/audit/master-task-backlog.json":"10bf53f7be4937d86692ecd773323b0d461b852c4f19a17f496268cd2444a7d1"}},"docs/audit/phase3-execution-plan.md":{"size":6128,"mtime_ns":1787419447780254800,"indexed_at_ns":1787521771974172000,"word_count":736},"docs/audit/phase3-traceability-matrix.md":{"size":5283,"mtime_ns":1787419447784255100,"indexed_at_ns":1787521783359854900,"word_count":692,"hashes":{"docs/audit/phase3-traceability-matrix.md":"472b0b5c9726c4439ae26a1d559fb0993e6f09b5124667e78d6c65024d32e893"}},"docs/audit/phase3.1-backlog-review.md":{"size":9874,"mtime_ns":1787419447789255600,"indexed_at_ns":1787521783361450800,"word_count":1202,"hashes":{"docs/audit/phase3.1-backlog-review.md":"d2d6fdaaabd0fa118990c8cdceee02e51a3c36f03b7ff8832822177d35a8e055"}},"docs/audit/phase3.1-change-log.md":{"size":3816,"mtime_ns":1787419447792255400,"indexed_at_ns":1787521783363036500,"word_count":451,"hashes":{"docs/audit/phase3.1-change-log.md":"0a7b46ebf49f30a004c44ca3b7ebbdf1b80022f4c33fc478f3c6352e56b309b5"}},"docs/audit/phase3.2-change-log.md":{"size":8388,"mtime_ns":1787419447795255300,"indexed_at_ns":1787521783364631600,"word_count":930,"hashes":{"docs/audit/phase3.2-change-log.md":"3ead5564ea9664d08ee62fd2f7fe2112002e0eb5a19aebb2524d9b75c1586a5a"}},"docs/audit/phase3.2-implementation-readiness.md":{"size":4743,"mtime_ns":1787419447798255100,"indexed_at_ns":1787521783366204400,"word_count":517,"hashes":{"docs/audit/phase3.2-implementation-readiness.md":"551a4525ba3b37310e9fcc2b0712be76cffb15fbc91d1ec175c3f8eb1ae4703f"}},"docs/audit/rebuild_honest_ledger.js":{"size":6220,"mtime_ns":1787419447801254800,"indexed_at_ns":1787521772013512000,"word_count":559},"docs/audit/sync_honest_manifest.js":{"size":1241,"mtime_ns":1787419447804254500,"indexed_at_ns":1787521772018458000,"word_count":75},"docs/audit/sync_manifest.js":{"size":1021,"mtime_ns":1787419447807274800,"indexed_at_ns":1787521772024803000,"word_count":62},"docs/audit/validate_evidence_grade.js":{"size":6276,"mtime_ns":1787419447809269600,"indexed_at_ns":1787521772029851100,"word_count":526},"docs/audit/validate_integrity.js":{"size":3487,"mtime_ns":1787419447812268100,"indexed_at_ns":1787521772034327600,"word_count":284},"docs/backlog.md":{"size":26396,"mtime_ns":1787419447814270000,"indexed_at_ns":1787521772041856100,"word_count":2834},"frontend/admin-panel/README.md":{"size":2498,"mtime_ns":1787419447817282100,"indexed_at_ns":1787521783367791000,"word_count":212,"hashes":{"frontend/admin-panel/readme.md":"7be8c0e7d2c84db24f5fb724d5873579df7aa8de89e27f417bd81d7843f90033"}},"frontend/admin-panel/eslint.config.js":{"size":935,"mtime_ns":1787419447818282500,"indexed_at_ns":1787521772061683400,"word_count":69},"frontend/admin-panel/index.html":{"size":376,"mtime_ns":1787419447819281600,"indexed_at_ns":1787521772069833800,"word_count":28},"frontend/admin-panel/package.json":{"size":1113,"mtime_ns":1787419447828282200,"indexed_at_ns":1787521783222811100,"word_count":84,"hashes":{"frontend/admin-panel/package.json":"67bd40c3c60ba8603c94de9380c27243829efb87915bcc88143577e36119657c"}},"frontend/admin-panel/postcss.config.js":{"size":97,"mtime_ns":1787419447829282200,"indexed_at_ns":1787521772083295100,"word_count":11},"frontend/admin-panel/public/favicon.svg":{"size":9522,"mtime_ns":1787419447831799500,"indexed_at_ns":1787521772092746900,"word_count":491},"frontend/admin-panel/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":283,"mtime_ns":1787419447843477600,"indexed_at_ns":1787521772140165600,"word_count":15},"frontend/admin-panel/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":283,"mtime_ns":1787419447899804800,"indexed_at_ns":1787521772182216400,"word_count":15},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8866,"mtime_ns":1787419447920123500,"indexed_at_ns":1787521783369409900,"word_count":1077,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/changelog.md":"5ad8626941bf79f4103b6456c12d85db5bb61d3f31874ed286797a02132509d0"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/README.md":{"size":4269,"mtime_ns":1787419448066456100,"indexed_at_ns":1787521783372218000,"word_count":366,"hashes":{"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/readme.md":"2cfebaa4d0b6e5a18a1d16f25d9064b405d859623756e51914aa92c5044b3a16"}},"frontend/admin-panel/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1787419448207721100,"indexed_at_ns":1787521772993604100,"word_count":10881},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7473,"mtime_ns":1787419448209538400,"indexed_at_ns":1787521783374241000,"word_count":951,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/changelog.md":"a9fba064343d5f9c880a4d294f6d1f77b8c0d12381777f5575737d01d376304a"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3812,"mtime_ns":1787419448347064300,"indexed_at_ns":1787521783375945400,"word_count":283,"hashes":{"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/readme.md":"5b0fac871e066e2bfb971e175a5c929962a6721645426dab1ab7df7f61069d21"}},"frontend/admin-panel/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1787419448458377000,"indexed_at_ns":1787521773643903900,"word_count":2615},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":347,"mtime_ns":1787419448459375200,"indexed_at_ns":1787521773654394100,"word_count":55},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":40062,"mtime_ns":1787419448461376800,"indexed_at_ns":1787521783377581200,"word_count":5086,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/changelog.md":"fa093ef10c43ccc203d393390dd5e32448663db3eeb3368290f3c1fc8f192f54"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4484,"mtime_ns":1787419448463396200,"indexed_at_ns":1787521773678127700,"word_count":671},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/README.md":{"size":2400,"mtime_ns":1787419448464410300,"indexed_at_ns":1787521783379485000,"word_count":270,"hashes":{"frontend/admin-panel/public/fonts/vazirmatn-v33.003/readme.md":"9ec9770ac7654b5a283454e492f8f19387e29986abd213db098706b7e321e7e7"}},"frontend/admin-panel/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":216,"mtime_ns":1787419450094689500,"indexed_at_ns":1787521776761364400,"word_count":14},"frontend/admin-panel/public/icons.svg":{"size":5055,"mtime_ns":1787419450095756900,"indexed_at_ns":1787521776766987600,"word_count":382},"frontend/admin-panel/src/App.tsx":{"size":1125,"mtime_ns":1787419450098701300,"indexed_at_ns":1787521776783958500,"word_count":99},"frontend/admin-panel/src/assets/hero.png":{"size":13057,"mtime_ns":1787419450100385100,"indexed_at_ns":1787521776792626200,"word_count":437},"frontend/admin-panel/src/assets/react.svg":{"size":4126,"mtime_ns":1787419450101398500,"indexed_at_ns":1787521776805296200,"word_count":366},"frontend/admin-panel/src/assets/vite.svg":{"size":8710,"mtime_ns":1787419450102858300,"indexed_at_ns":1787521776814511600,"word_count":439},"frontend/admin-panel/src/components/Layout.tsx":{"size":746,"mtime_ns":1787419450120241000,"indexed_at_ns":1787521776823083700,"word_count":69},"frontend/admin-panel/src/components/ProtectedRoute.tsx":{"size":2413,"mtime_ns":1787419450122356900,"indexed_at_ns":1787521776829075300,"word_count":210},"frontend/admin-panel/src/components/Sidebar.tsx":{"size":13449,"mtime_ns":1787503865788741700,"indexed_at_ns":1787521776845046400,"word_count":1198},"frontend/admin-panel/src/components/Topbar.tsx":{"size":19370,"mtime_ns":1787503865790750000,"indexed_at_ns":1787521776850762200,"word_count":1586},"frontend/admin-panel/src/components/ui/ConfirmModal.tsx":{"size":2358,"mtime_ns":1787419450132507100,"indexed_at_ns":1787521776883120500,"word_count":192},"frontend/admin-panel/src/components/ui/MediaSelector.tsx":{"size":22095,"mtime_ns":1787419450142207900,"indexed_at_ns":1787521776933310700,"word_count":1686},"frontend/admin-panel/src/components/ui/Pagination.tsx":{"size":5645,"mtime_ns":1787419450143731300,"indexed_at_ns":1787521776964381200,"word_count":447},"frontend/admin-panel/src/components/ui/Skeleton.tsx":{"size":184,"mtime_ns":1787419450148992800,"indexed_at_ns":1787521777019044900,"word_count":22},"frontend/admin-panel/src/components/ui/Spinner.tsx":{"size":666,"mtime_ns":1787419450150992000,"indexed_at_ns":1787521777032343000,"word_count":67},"frontend/admin-panel/src/main.tsx":{"size":1088,"mtime_ns":1787419450177581900,"indexed_at_ns":1787521777156051300,"word_count":106},"frontend/admin-panel/src/pages/B2BManager.tsx":{"size":25137,"mtime_ns":1787503865803568500,"indexed_at_ns":1787521777193657800,"word_count":1680},"frontend/admin-panel/src/pages/BannersManager.tsx":{"size":20049,"mtime_ns":1787503865806182900,"indexed_at_ns":1787521777210330400,"word_count":1396},"frontend/admin-panel/src/pages/Blogs.tsx":{"size":16834,"mtime_ns":1787503865808185900,"indexed_at_ns":1787521777234319900,"word_count":1259},"frontend/admin-panel/src/pages/CMS.tsx":{"size":10372,"mtime_ns":1787503865811184800,"indexed_at_ns":1787521777250922600,"word_count":791},"frontend/admin-panel/src/pages/Categories.tsx":{"size":16642,"mtime_ns":1787503865814964600,"indexed_at_ns":1787521777265441400,"word_count":1174},"frontend/admin-panel/src/pages/ContactSubmissions.tsx":{"size":12653,"mtime_ns":1787503865816573800,"indexed_at_ns":1787521777278802800,"word_count":842},"frontend/admin-panel/src/pages/Coupons.tsx":{"size":28395,"mtime_ns":1787503865819110900,"indexed_at_ns":1787521777292781100,"word_count":2147},"frontend/admin-panel/src/pages/Dashboard.tsx":{"size":6148,"mtime_ns":1787419450195182400,"indexed_at_ns":1787521777327976400,"word_count":534},"frontend/admin-panel/src/pages/FinancialSettingsPage.tsx":{"size":13591,"mtime_ns":1787503865826406000,"indexed_at_ns":1787521777368390000,"word_count":928},"frontend/admin-panel/src/pages/IngredientsManager.tsx":{"size":18391,"mtime_ns":1787503865828421600,"indexed_at_ns":1787521777376855500,"word_count":1254},"frontend/admin-panel/src/pages/Login.tsx":{"size":11792,"mtime_ns":1787419450202039300,"indexed_at_ns":1787521777383141700,"word_count":838},"frontend/admin-panel/src/pages/Media.tsx":{"size":30064,"mtime_ns":1787503865830418000,"indexed_at_ns":1787521777392348800,"word_count":2304},"frontend/admin-panel/src/pages/Orders.tsx":{"size":56966,"mtime_ns":1787503865838103500,"indexed_at_ns":1787521777416793700,"word_count":4168},"frontend/admin-panel/src/pages/Pets.tsx":{"size":16985,"mtime_ns":1787503865842474900,"indexed_at_ns":1787521777439788500,"word_count":1209},"frontend/admin-panel/src/pages/PrescriptionsManager.tsx":{"size":19844,"mtime_ns":1787503865844998700,"indexed_at_ns":1787521777446361800,"word_count":1419},"frontend/admin-panel/src/pages/Products.tsx":{"size":103271,"mtime_ns":1787521911235717000,"indexed_at_ns":1787523312231646600,"word_count":6829},"frontend/admin-panel/src/pages/Reports.tsx":{"size":13269,"mtime_ns":1787503865866243400,"indexed_at_ns":1787521777465543700,"word_count":961},"frontend/admin-panel/src/pages/SeoSettingsPage.tsx":{"size":15405,"mtime_ns":1787503865871181300,"indexed_at_ns":1787521777483158100,"word_count":1137},"frontend/admin-panel/src/pages/Settings.tsx":{"size":24804,"mtime_ns":1787503865874658000,"indexed_at_ns":1787521777495805000,"word_count":1701},"frontend/admin-panel/src/pages/SmartAdvisorManager.tsx":{"size":14085,"mtime_ns":1787503865878830800,"indexed_at_ns":1787521777515701500,"word_count":1014},"frontend/admin-panel/src/pages/SystemSettingsPage.tsx":{"size":17166,"mtime_ns":1787503865885756800,"indexed_at_ns":1787521777541218600,"word_count":1133},"frontend/admin-panel/src/pages/TestimonialsManager.tsx":{"size":18985,"mtime_ns":1787503865887891100,"indexed_at_ns":1787521777549808700,"word_count":1297},"frontend/admin-panel/src/pages/UITexts.tsx":{"size":72302,"mtime_ns":1787503865896362000,"indexed_at_ns":1787521777580956600,"word_count":5750},"frontend/admin-panel/src/pages/Users.tsx":{"size":40485,"mtime_ns":1787503865898616700,"indexed_at_ns":1787521777588847000,"word_count":2663},"frontend/admin-panel/src/pages/Videos.tsx":{"size":23174,"mtime_ns":1787503865903904200,"indexed_at_ns":1787521777595707900,"word_count":1604},"frontend/admin-panel/src/pages/WholesaleApplications.tsx":{"size":6879,"mtime_ns":1787503865907041100,"indexed_at_ns":1787521777603893800,"word_count":505},"frontend/admin-panel/src/pages/Wiki.tsx":{"size":16017,"mtime_ns":1787503865916106700,"indexed_at_ns":1787521777613220800,"word_count":1221},"frontend/admin-panel/src/routes/adminRoutes.tsx":{"size":6363,"mtime_ns":1787503865927549200,"indexed_at_ns":1787521777628734800,"word_count":603},"frontend/admin-panel/src/services/api.ts":{"size":5334,"mtime_ns":1787419450269886900,"indexed_at_ns":1787521777636054200,"word_count":479},"frontend/admin-panel/src/store/adminAuthStore.ts":{"size":696,"mtime_ns":1787419450276937400,"indexed_at_ns":1787521777645093100,"word_count":65},"frontend/admin-panel/src/types/admin.ts":{"size":4362,"mtime_ns":1787419450285071000,"indexed_at_ns":1787521777651209800,"word_count":454},"frontend/admin-panel/tailwind.config.js":{"size":193,"mtime_ns":1787419450290818100,"indexed_at_ns":1787521777676747000,"word_count":20},"frontend/admin-panel/tsconfig.app.json":{"size":658,"mtime_ns":1787419450292105600,"indexed_at_ns":1787521783225685600,"word_count":48,"hashes":{"frontend/admin-panel/tsconfig.app.json":"28cc38da50d116bbd0de6a134ffc908e36f80f5a0111e762508845a81e14d66f"}},"frontend/admin-panel/tsconfig.json":{"size":126,"mtime_ns":1787419450293239700,"indexed_at_ns":1787521783227355800,"word_count":15,"hashes":{"frontend/admin-panel/tsconfig.json":"4295d250cc268444585fa286760dec79d63eb3b6640d571c0fbdc73abcf2198a"}},"frontend/admin-panel/tsconfig.node.json":{"size":615,"mtime_ns":1787419450294423800,"indexed_at_ns":1787521783228957600,"word_count":44,"hashes":{"frontend/admin-panel/tsconfig.node.json":"8b11b5e59ddca76e783ba9bc93b761788169c5814c2ce33a822d08464cbbeb45"}},"frontend/admin-panel/vite.config.ts":{"size":168,"mtime_ns":1787419450296120000,"indexed_at_ns":1787521777697103400,"word_count":18},"frontend/application/AGENTS.md":{"size":728,"mtime_ns":1787419450299609500,"indexed_at_ns":1787521777710119700,"word_count":88},"frontend/application/CLAUDE.md":{"size":12,"mtime_ns":1787419450300626700,"indexed_at_ns":1787521783381038900,"word_count":1,"hashes":{"frontend/application/claude.md":"317a5f284cb772fe994d0cbdfe712d4eb9d0e06e10afd9647346b6216c67701e"}},"frontend/application/README.md":{"size":1486,"mtime_ns":1787419450301502100,"indexed_at_ns":1787521783382628100,"word_count":155,"hashes":{"frontend/application/readme.md":"037437bfab34c43cce068b8d18f487e823f94cda5931c7c5e0268451fbe5153d"}},"frontend/application/app/ClientLayout.tsx":{"size":6734,"mtime_ns":1787419472690078100,"indexed_at_ns":1787521777729605500,"word_count":576},"frontend/application/app/HomeClient.tsx":{"size":13471,"mtime_ns":1787419450306448200,"indexed_at_ns":1787521777736383100,"word_count":851},"frontend/application/app/about/page.tsx":{"size":5791,"mtime_ns":1787419450311416300,"indexed_at_ns":1787521777744741900,"word_count":474},"frontend/application/app/blog/[slug]/page.tsx":{"size":7180,"mtime_ns":1787419450315424800,"indexed_at_ns":1787521777750529100,"word_count":543},"frontend/application/app/blog/page.tsx":{"size":1798,"mtime_ns":1787419450316437900,"indexed_at_ns":1787521777756738700,"word_count":179},"frontend/application/app/catalog/CatalogClient.tsx":{"size":1429,"mtime_ns":1787419450318040700,"indexed_at_ns":1787521777761924500,"word_count":129},"frontend/application/app/catalog/page.tsx":{"size":686,"mtime_ns":1787419450319510800,"indexed_at_ns":1787521777767237600,"word_count":66},"frontend/application/app/checkout/page.tsx":{"size":621,"mtime_ns":1787419450322970100,"indexed_at_ns":1787521777773906900,"word_count":60},"frontend/application/app/checkout/success/[id]/page.tsx":{"size":237,"mtime_ns":1787419450325798400,"indexed_at_ns":1787521777780666700,"word_count":31},"frontend/application/app/contact/page.tsx":{"size":1647,"mtime_ns":1787419450327294600,"indexed_at_ns":1787521777787978100,"word_count":137},"frontend/application/app/dashboard/page.tsx":{"size":926,"mtime_ns":1787419450329545500,"indexed_at_ns":1787521777795294800,"word_count":83},"frontend/application/app/error.tsx":{"size":400,"mtime_ns":1787419450330073800,"indexed_at_ns":1787521777800062600,"word_count":50},"frontend/application/app/layout.tsx":{"size":3625,"mtime_ns":1787419450335005300,"indexed_at_ns":1787521777819329700,"word_count":302},"frontend/application/app/loading.tsx":{"size":1405,"mtime_ns":1787419450337008500,"indexed_at_ns":1787521777829267500,"word_count":122},"frontend/application/app/not-found.tsx":{"size":129,"mtime_ns":1787419450338021600,"indexed_at_ns":1787521777835003100,"word_count":15},"frontend/application/app/page.tsx":{"size":1038,"mtime_ns":1787419450339024900,"indexed_at_ns":1787521777842139500,"word_count":114},"frontend/application/app/privacy/page.tsx":{"size":4163,"mtime_ns":1787419450344418500,"indexed_at_ns":1787521777853988800,"word_count":336},"frontend/application/app/profile/page.tsx":{"size":640,"mtime_ns":1787419450364891700,"indexed_at_ns":1787521777860781800,"word_count":63},"frontend/application/app/robots.ts":{"size":760,"mtime_ns":1787419450366544000,"indexed_at_ns":1787521777865528300,"word_count":68},"frontend/application/app/search/page.tsx":{"size":803,"mtime_ns":1787419450369915000,"indexed_at_ns":1787521777870866500,"word_count":82},"frontend/application/app/shop/[slug]/page.tsx":{"size":4963,"mtime_ns":1787419450376986000,"indexed_at_ns":1787521777877837000,"word_count":414},"frontend/application/app/shop/page.tsx":{"size":1657,"mtime_ns":1787419450380003500,"indexed_at_ns":1787521777883061200,"word_count":177},"frontend/application/app/sitemap.ts":{"size":2110,"mtime_ns":1787419450381320600,"indexed_at_ns":1787521777891171800,"word_count":191},"frontend/application/app/track/page.tsx":{"size":628,"mtime_ns":1787419450382848100,"indexed_at_ns":1787521777903258500,"word_count":60},"frontend/application/app/trust-seals/page.tsx":{"size":7297,"mtime_ns":1787419450386896100,"indexed_at_ns":1787521777914730100,"word_count":566},"frontend/application/app/videos/page.tsx":{"size":658,"mtime_ns":1787419450395161500,"indexed_at_ns":1787521777923394800,"word_count":60},"frontend/application/app/wiki/[slug]/page.tsx":{"size":3137,"mtime_ns":1787419450398009900,"indexed_at_ns":1787521777930016000,"word_count":291},"frontend/application/app/wiki/page.tsx":{"size":930,"mtime_ns":1787419450399127400,"indexed_at_ns":1787521777941129100,"word_count":85},"frontend/application/components/AddressModal.tsx":{"size":16480,"mtime_ns":1787419450407248700,"indexed_at_ns":1787521777948307000,"word_count":1109},"frontend/application/components/ArchivePage.tsx":{"size":35852,"mtime_ns":1787521911240717500,"indexed_at_ns":1787523312805611400,"word_count":2747},"frontend/application/components/AuthModal.tsx":{"size":45833,"mtime_ns":1787419450411595500,"indexed_at_ns":1787521777968057100,"word_count":2978},"frontend/application/components/B2BPortal.tsx":{"size":14278,"mtime_ns":1787419450413609700,"indexed_at_ns":1787521777975816800,"word_count":1094},"frontend/application/components/BackButton.tsx":{"size":1158,"mtime_ns":1787419450414608700,"indexed_at_ns":1787521777980921000,"word_count":117},"frontend/application/components/BlogPage.tsx":{"size":25032,"mtime_ns":1787419450430156000,"indexed_at_ns":1787521777994333800,"word_count":1511},"frontend/application/components/CartDrawer.tsx":{"size":21049,"mtime_ns":1787419450446390200,"indexed_at_ns":1787521778016073100,"word_count":1365},"frontend/application/components/CheckoutPage.tsx":{"size":41090,"mtime_ns":1787419472692563900,"indexed_at_ns":1787521778021976500,"word_count":2732},"frontend/application/components/ContactFormClient.tsx":{"size":10789,"mtime_ns":1787419450458503300,"indexed_at_ns":1787521778032789800,"word_count":775},"frontend/application/components/DeleteConfirmModal.tsx":{"size":2390,"mtime_ns":1787419450460707600,"indexed_at_ns":1787521778037785600,"word_count":195},"frontend/application/components/EnamadBadge.tsx":{"size":1545,"mtime_ns":1787419450462237300,"indexed_at_ns":1787521778042923100,"word_count":114},"frontend/application/components/ErrorBoundary.tsx":{"size":2689,"mtime_ns":1787419450465955200,"indexed_at_ns":1787521778047610600,"word_count":235},"frontend/application/components/ErrorPages.tsx":{"size":2872,"mtime_ns":1787419450466914000,"indexed_at_ns":1787521778052091800,"word_count":243},"frontend/application/components/FeaturedProducts.tsx":{"size":10491,"mtime_ns":1787523184240042900,"indexed_at_ns":1787523312904878500,"word_count":883},"frontend/application/components/Footer.tsx":{"size":13884,"mtime_ns":1787521873516018600,"indexed_at_ns":1787523312909880800,"word_count":901},"frontend/application/components/Header.tsx":{"size":31534,"mtime_ns":1787503865936016700,"indexed_at_ns":1787521778074340000,"word_count":2246},"frontend/application/components/HeaderButton.tsx":{"size":2307,"mtime_ns":1787419450477612900,"indexed_at_ns":1787521778080113000,"word_count":208},"frontend/application/components/Hero.tsx":{"size":18911,"mtime_ns":1787518365845011500,"indexed_at_ns":1787521778084561300,"word_count":1556},"frontend/application/components/IngredientWiki.tsx":{"size":20684,"mtime_ns":1787419450481134700,"indexed_at_ns":1787521778091026700,"word_count":1496},"frontend/application/components/LoginModal.tsx":{"size":14187,"mtime_ns":1787419450484644900,"indexed_at_ns":1787521778096226600,"word_count":1121},"frontend/application/components/MaintenancePage.tsx":{"size":3758,"mtime_ns":1787419450507314500,"indexed_at_ns":1787521778100867400,"word_count":313},"frontend/application/components/NetworkBanner.tsx":{"size":2420,"mtime_ns":1787419450510853900,"indexed_at_ns":1787521778107436300,"word_count":214},"frontend/application/components/OrderDetailsModal.tsx":{"size":36877,"mtime_ns":1787521873519048800,"indexed_at_ns":1787523312955759000,"word_count":2477},"frontend/application/components/OrderSuccess.tsx":{"size":6518,"mtime_ns":1787419450515381800,"indexed_at_ns":1787521778117335200,"word_count":521},"frontend/application/components/OrderTracking.tsx":{"size":9276,"mtime_ns":1787419450516378800,"indexed_at_ns":1787521778123691200,"word_count":663},"frontend/application/components/PetProfile.tsx":{"size":84870,"mtime_ns":1787521873528047400,"indexed_at_ns":1787523312975612600,"word_count":5882},"frontend/application/components/PrescriptionUploadModal.tsx":{"size":19298,"mtime_ns":1787419450525963900,"indexed_at_ns":1787521778149098800,"word_count":1331},"frontend/application/components/ProductPage.tsx":{"size":69742,"mtime_ns":1787521911245716900,"indexed_at_ns":1787523313004936400,"word_count":4864},"frontend/application/components/SafeImage.tsx":{"size":3110,"mtime_ns":1787521873547577700,"indexed_at_ns":1787523313020353300,"word_count":272},"frontend/application/components/SearchResultsPage.tsx":{"size":8484,"mtime_ns":1787419450533489800,"indexed_at_ns":1787521778171004700,"word_count":594},"frontend/application/components/SearchableSelect.tsx":{"size":4489,"mtime_ns":1787419450535489300,"indexed_at_ns":1787521778175830400,"word_count":336},"frontend/application/components/Skeleton.tsx":{"size":3170,"mtime_ns":1787419450537494800,"indexed_at_ns":1787521778180706200,"word_count":291},"frontend/application/components/SmartAdvisor.tsx":{"size":35638,"mtime_ns":1787419472697922600,"indexed_at_ns":1787521778185310500,"word_count":2686},"frontend/application/components/TickerBanner.tsx":{"size":1640,"mtime_ns":1787419450545729800,"indexed_at_ns":1787521778197019800,"word_count":140},"frontend/application/components/Tooltip.tsx":{"size":2836,"mtime_ns":1787419450548492200,"indexed_at_ns":1787521778201871400,"word_count":227},"frontend/application/components/TopUpModal.tsx":{"size":9579,"mtime_ns":1787419450560229200,"indexed_at_ns":1787521778208481400,"word_count":741},"frontend/application/components/UserDashboard.tsx":{"size":94297,"mtime_ns":1787419450562219100,"indexed_at_ns":1787521778213147000,"word_count":5939},"frontend/application/components/VetGallery.tsx":{"size":8476,"mtime_ns":1787419450563730200,"indexed_at_ns":1787521778220228100,"word_count":643},"frontend/application/components/VideosPage.tsx":{"size":7159,"mtime_ns":1787419450570876500,"indexed_at_ns":1787521778230294200,"word_count":531},"frontend/application/components/__tests__/CartDrawer.test.tsx":{"size":3299,"mtime_ns":1787419450578465400,"indexed_at_ns":1787521778236814500,"word_count":285},"frontend/application/components/__tests__/FeaturedProducts.test.tsx":{"size":3197,"mtime_ns":1787419450578975500,"indexed_at_ns":1787521778242918400,"word_count":242},"frontend/application/components/__tests__/Footer.test.tsx":{"size":1693,"mtime_ns":1787419450580992000,"indexed_at_ns":1787521778247722300,"word_count":139},"frontend/application/components/__tests__/Header.test.tsx":{"size":3388,"mtime_ns":1787419450581502600,"indexed_at_ns":1787521778252696100,"word_count":261},"frontend/application/components/__tests__/Hero.test.tsx":{"size":2024,"mtime_ns":1787419450583050000,"indexed_at_ns":1787521778258014700,"word_count":192},"frontend/application/components/__tests__/Tooltip.test.tsx":{"size":1559,"mtime_ns":1787419450584587700,"indexed_at_ns":1787521778262801700,"word_count":137},"frontend/application/eslint.config.mjs":{"size":774,"mtime_ns":1787419450592121500,"indexed_at_ns":1787521778283570000,"word_count":61},"frontend/application/lib/data/products.ts":{"size":105258,"mtime_ns":1787419450626711400,"indexed_at_ns":1787521778293197500,"word_count":9701},"frontend/application/lib/data/provinces.ts":{"size":3048,"mtime_ns":1787419450628723900,"indexed_at_ns":1787521778300694200,"word_count":203},"frontend/application/lib/data/scientificTerms.ts":{"size":18370,"mtime_ns":1787419450629725400,"indexed_at_ns":1787521778308829100,"word_count":1756},"frontend/application/lib/hooks/useNetworkStatus.ts":{"size":632,"mtime_ns":1787419450632733200,"indexed_at_ns":1787521778317271000,"word_count":59},"frontend/application/lib/services/api.ts":{"size":3805,"mtime_ns":1787419450642747400,"indexed_at_ns":1787521778327629400,"word_count":391},"frontend/application/lib/services/authService.ts":{"size":4681,"mtime_ns":1787419450646083900,"indexed_at_ns":1787521778332712000,"word_count":509},"frontend/application/lib/services/orderService.ts":{"size":2524,"mtime_ns":1787419450647386200,"indexed_at_ns":1787521778338847000,"word_count":279},"frontend/application/lib/services/productService.ts":{"size":13617,"mtime_ns":1787521911247716800,"indexed_at_ns":1787523313275874100,"word_count":1177},"frontend/application/lib/services/videoService.ts":{"size":1282,"mtime_ns":1787419450651912800,"indexed_at_ns":1787521778354920800,"word_count":144},"frontend/application/lib/store/__tests__/cartStore.test.ts":{"size":4590,"mtime_ns":1787419450657143600,"indexed_at_ns":1787521778360414100,"word_count":386},"frontend/application/lib/store/__tests__/settingsStore.test.ts":{"size":2011,"mtime_ns":1787419450658142600,"indexed_at_ns":1787521778365413300,"word_count":194},"frontend/application/lib/store/__tests__/userStore.test.ts":{"size":3773,"mtime_ns":1787419450660443900,"indexed_at_ns":1787521778370812300,"word_count":289},"frontend/application/lib/store/cartStore.ts":{"size":7162,"mtime_ns":1787419450662120100,"indexed_at_ns":1787521778376363300,"word_count":697},"frontend/application/lib/store/settingsStore.ts":{"size":3722,"mtime_ns":1787419450663326700,"indexed_at_ns":1787521778381649200,"word_count":371},"frontend/application/lib/store/uiStore.ts":{"size":898,"mtime_ns":1787419450664768300,"indexed_at_ns":1787521778386092200,"word_count":100},"frontend/application/lib/store/usePetStore.ts":{"size":8914,"mtime_ns":1787419450666650700,"indexed_at_ns":1787521778391764300,"word_count":850},"frontend/application/lib/store/userStore.ts":{"size":10534,"mtime_ns":1787419450668176200,"indexed_at_ns":1787521778396425900,"word_count":883},"frontend/application/lib/types.ts":{"size":2308,"mtime_ns":1787419450679007900,"indexed_at_ns":1787521778400895400,"word_count":237},"frontend/application/lib/utils.ts":{"size":492,"mtime_ns":1787419450680758700,"indexed_at_ns":1787521778407580700,"word_count":61},"frontend/application/next.config.ts":{"size":2014,"mtime_ns":1787419450682669700,"indexed_at_ns":1787521778413668100,"word_count":181},"frontend/application/package.json":{"size":880,"mtime_ns":1787419450690387100,"indexed_at_ns":1787521783230761200,"word_count":72,"hashes":{"frontend/application/package.json":"92997bcb7f9336548419842f57402f2c858a4e31aae23b7645ed47933bf3108a"}},"frontend/application/postcss.config.mjs":{"size":101,"mtime_ns":1787419450692109300,"indexed_at_ns":1787521778422393000,"word_count":13},"frontend/application/public/assets/images/hero-section-image.png":{"size":6990105,"mtime_ns":1787419450898486500,"indexed_at_ns":1787521778666653700,"word_count":267685},"frontend/application/public/assets/images/regenerated_image_1779109861747.png":{"size":2269101,"mtime_ns":1787419450945990900,"indexed_at_ns":1787521778880598900,"word_count":84979},"frontend/application/public/file.svg":{"size":391,"mtime_ns":1787419450948470600,"indexed_at_ns":1787521778960257600,"word_count":50},"frontend/application/public/fonts/A-Iranian-Sans/A-Iranian-Sans/read me!.txt":{"size":283,"mtime_ns":1787419450965365700,"indexed_at_ns":1787521778986402300,"word_count":15},"frontend/application/public/fonts/IranNastaliq/IranNastaliq/read me!.txt":{"size":283,"mtime_ns":1787419451001502800,"indexed_at_ns":1787521779010235900,"word_count":15},"frontend/application/public/fonts/sahel-font-v3.4.0/CHANGELOG.md":{"size":8866,"mtime_ns":1787419451034612200,"indexed_at_ns":1787521783384184100,"word_count":1077,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/changelog.md":"09558dfeece28202039bf1349c547a4eff2b45e866743ae79dc2f1398f8bf2bc"}},"frontend/application/public/fonts/sahel-font-v3.4.0/README.md":{"size":4269,"mtime_ns":1787419451170886400,"indexed_at_ns":1787521783385828400,"word_count":366,"hashes":{"frontend/application/public/fonts/sahel-font-v3.4.0/readme.md":"943bf5c5fa2eccb404a7e3cf45c31f7ba79f6c464e63d410d7824a05a4917df3"}},"frontend/application/public/fonts/sahel-font-v3.4.0/sample-variable.gif":{"size":236102,"mtime_ns":1787419451283304400,"indexed_at_ns":1787521779498034800,"word_count":10881},"frontend/application/public/fonts/shabnam-font-v5.0.1/CHANGELOG.md":{"size":7473,"mtime_ns":1787419451285319800,"indexed_at_ns":1787521779516264800,"word_count":951},"frontend/application/public/fonts/shabnam-font-v5.0.1/README.md":{"size":3812,"mtime_ns":1787419451446627700,"indexed_at_ns":1787521779764772600,"word_count":283},"frontend/application/public/fonts/shabnam-font-v5.0.1/sample.png":{"size":85019,"mtime_ns":1787419451572915100,"indexed_at_ns":1787521779982194200,"word_count":2615},"frontend/application/public/fonts/vazirmatn-v33.003/AUTHORS.txt":{"size":347,"mtime_ns":1787419451574917000,"indexed_at_ns":1787521779991646200,"word_count":55},"frontend/application/public/fonts/vazirmatn-v33.003/CHANGELOG.md":{"size":40062,"mtime_ns":1787419451576427100,"indexed_at_ns":1787521779998310500,"word_count":5086},"frontend/application/public/fonts/vazirmatn-v33.003/OFL.txt":{"size":4484,"mtime_ns":1787419451577441200,"indexed_at_ns":1787521780006006000,"word_count":671},"frontend/application/public/fonts/vazirmatn-v33.003/README.md":{"size":2400,"mtime_ns":1787419451578440100,"indexed_at_ns":1787521780012057900,"word_count":270},"frontend/application/public/fonts/vazirmatn-v33.003/\u0631\u0627\u0647\u0646\u0645\u0627.txt":{"size":216,"mtime_ns":1787419452893671500,"indexed_at_ns":1787521782301286900,"word_count":14},"frontend/application/public/globe.svg":{"size":1035,"mtime_ns":1787419452894986100,"indexed_at_ns":1787521782306675200,"word_count":154},"frontend/application/public/next.svg":{"size":1375,"mtime_ns":1787419452895497500,"indexed_at_ns":1787521782531613300,"word_count":183},"frontend/application/public/vercel.svg":{"size":128,"mtime_ns":1787419452897486200,"indexed_at_ns":1787521782540002100,"word_count":12},"frontend/application/public/window.svg":{"size":385,"mtime_ns":1787419452898501400,"indexed_at_ns":1787521782544704100,"word_count":63},"frontend/application/tsconfig.json":{"size":784,"mtime_ns":1787419452899502800,"indexed_at_ns":1787521783232284300,"word_count":61,"hashes":{"frontend/application/tsconfig.json":"0ccbc30019878c8592b1021fcc39f568696a13f768d8289fc9be4cc4bab0bae2"}},"frontend/application/vitest.config.ts":{"size":255,"mtime_ns":1787419452900498400,"indexed_at_ns":1787521782554554600,"word_count":25},"frontend/application/vitest.setup.ts":{"size":557,"mtime_ns":1787419452901960600,"indexed_at_ns":1787521782560120900,"word_count":58},"metadata.json":{"size":342,"mtime_ns":1786025098905428800,"indexed_at_ns":1787521783233783200,"word_count":35,"hashes":{"metadata.json":"293bc3d0fa7be4b04cb64d4cba85defb0349092b03a7d79753db4072d58a6cfb"}},"package.json":{"size":1012,"mtime_ns":1787419453804726800,"indexed_at_ns":1787521783235241800,"word_count":118,"hashes":{"package.json":"86c918a11fae31e0dda09df0b0f0e47811590076512da80777a80d8fc9639dca"}},"prometheus.yml":{"size":172,"mtime_ns":1787419453806728500,"indexed_at_ns":1787521782574664500,"word_count":13},"scripts/backup_db.sh":{"size":1398,"mtime_ns":1787419453808728600,"indexed_at_ns":1787521783236939900,"word_count":134,"hashes":{"scripts/backup_db.sh":"196d6f089a5d8b50c7cf3dd1b49477414f73f6d6b13ce861b770e33c925db702"}},"scripts/compose.prod.yml":{"size":2243,"mtime_ns":1787419453809728700,"indexed_at_ns":1787521782583913200,"word_count":120},"scripts/compose.stage.yml":{"size":2642,"mtime_ns":1787419453810728700,"indexed_at_ns":1787521782589636800,"word_count":137},"scripts/deploy.sh":{"size":3443,"mtime_ns":1787419453827465000,"indexed_at_ns":1787521783239103400,"word_count":351,"hashes":{"scripts/deploy.sh":"29555c750c43c87c2ee1eb8fa53816e39a20e78e3581d15c4a973d2285767810"}},"scripts/open-browsers.js":{"size":1599,"mtime_ns":1787419453829479400,"indexed_at_ns":1787521782600065200,"word_count":202},"scripts/start-dev.js":{"size":1740,"mtime_ns":1787419453830480200,"indexed_at_ns":1787521782605384500,"word_count":186},"start.sh":{"size":29,"mtime_ns":1787419453831481300,"indexed_at_ns":1787521783240864900,"word_count":4,"hashes":{"start.sh":"00e66436ffb697f71f528da0ed073843c8aecddcb0572ec47d243778ea6a76c1"}},"swagger.yml":{"size":98946,"mtime_ns":1787419453835480600,"indexed_at_ns":1787521782615722600,"word_count":7031},".antigravity/instructions.md":{"size":229,"mtime_ns":1787419447020269300,"indexed_at_ns":1787521783290213100,"word_count":29,"hashes":{".antigravity/instructions.md":"3cd9f03beffc84b16f571f8c9bb69f6bf715aedb712e85af507d8d6dd4db9061"}},".antigravity/workflows/graphify.md":{"size":44042,"mtime_ns":1787419447022265200,"indexed_at_ns":1787521783292519400,"word_count":5442,"hashes":{".antigravity/workflows/graphify.md":"2aa3c37fc3f9cccdb1fa4efbdd9fa03e8274efb1df4430b1d792283ade7f8078"}},".agents/rules/graphify.md":{"size":947,"mtime_ns":1787419446968999700,"indexed_at_ns":1787521783242410200,"word_count":127,"hashes":{".agents/rules/graphify.md":"e55792958648fb69255e3ce3f71a8fcead36307c34b2d67feda9ac650ac61803"}},".agents/workflows/graphify.md":{"size":239,"mtime_ns":1787419446970997300,"indexed_at_ns":1787521783244407700,"word_count":37,"hashes":{".agents/workflows/graphify.md":"d92622463299d313da48e2cdbebf79d7ea24ffaf2ae2de2a1714be8ee42b22b3"}},"backend/src/payment/dto/initiate-payment.dto.ts":{"size":800,"mtime_ns":1787419447317412500,"indexed_at_ns":1787521771126080400,"word_count":69},"backend/src/payment/dto/verify-payment.dto.ts":{"size":1470,"mtime_ns":1787419447318427600,"indexed_at_ns":1787521771131321500,"word_count":126},"backend/src/payment/payment.controller.ts":{"size":19751,"mtime_ns":1787503865784740900,"indexed_at_ns":1787521771142388600,"word_count":1570},"backend/src/payment/payment.module.ts":{"size":623,"mtime_ns":1787419447325429300,"indexed_at_ns":1787521771147919100,"word_count":61},"backend/src/payment/payment.service.ts":{"size":31822,"mtime_ns":1787503865786741300,"indexed_at_ns":1787521771152809800,"word_count":2750},"backend/src/payment/zibal.service.ts":{"size":26622,"mtime_ns":1787419472682407700,"indexed_at_ns":1787521771166202100,"word_count":2490},"frontend/application/app/payment/verify/page.tsx":{"size":14672,"mtime_ns":1787419450342405200,"indexed_at_ns":1787521777847899500,"word_count":1094},"AGENTS.md":{"size":229,"mtime_ns":1787419447051026800,"indexed_at_ns":1787521783312865100,"word_count":29,"hashes":{"agents.md":"eb5a520c4c05a426c6e4ce131e7cc84721b1a9ce1c039bb8f024326554e2ca05"}},"frontend/admin-panel/src/pages/SmsSettingsPage.tsx":{"size":80593,"mtime_ns":1787503865881055500,"indexed_at_ns":1787521777523737600,"word_count":5444},"backend/src/payment/dto/admin-transaction-filter.dto.ts":{"size":2138,"mtime_ns":1787419447314292500,"indexed_at_ns":1787521771115033900,"word_count":191},"frontend/admin-panel/src/pages/Transactions.tsx":{"size":46199,"mtime_ns":1787503865893068800,"indexed_at_ns":1787521777568727600,"word_count":3213},"backend/src/payment/interfaces/payment-gateway.interface.ts":{"size":1385,"mtime_ns":1787419447320428200,"indexed_at_ns":1787521771136593000,"word_count":128},"frontend/application/components/catalog/CatalogPageSpread.tsx":{"size":24597,"mtime_ns":1787419450586603600,"indexed_at_ns":1787521778267588100,"word_count":1912},"frontend/application/components/catalog/FlipbookCatalog.tsx":{"size":33740,"mtime_ns":1787419450590123500,"indexed_at_ns":1787521778273402700,"word_count":2807},"frontend/application/components/catalog/ProductDetailModal.tsx":{"size":7933,"mtime_ns":1787419450591124600,"indexed_at_ns":1787521778278804000,"word_count":557},"backend/scripts/generate-openapi.d.ts":{"size":12,"mtime_ns":1787419447110232500,"indexed_at_ns":1787521770529539800,"word_count":2},"backend/scripts/generate-openapi.js":{"size":3032,"mtime_ns":1787419447111233500,"indexed_at_ns":1787521770534013800,"word_count":309},"backend/src/admin/dto/user.dto.ts":{"size":2933,"mtime_ns":1787419447140153400,"indexed_at_ns":1787521770615795500,"word_count":259},"backend/src/admin/ssl.controller.ts":{"size":3475,"mtime_ns":1787419447149482100,"indexed_at_ns":1787521770654581300,"word_count":296},"backend/src/admin/ssl.service.ts":{"size":6733,"mtime_ns":1787419447151481900,"indexed_at_ns":1787521770660141000,"word_count":612},"backend/src/auth/auth.constants.ts":{"size":467,"mtime_ns":1787419447162710600,"indexed_at_ns":1787521770696953400,"word_count":32},"backend/src/common/utils/phone.utils.ts":{"size":1125,"mtime_ns":1787419447257681200,"indexed_at_ns":1787521770953718800,"word_count":149},"backend/src/reviews/dto/create-review.dto.ts":{"size":992,"mtime_ns":1787419447375394900,"indexed_at_ns":1787521771299580100,"word_count":92},"backend/src/reviews/dto/update-review.dto.ts":{"size":553,"mtime_ns":1787419447376396000,"indexed_at_ns":1787521771306622200,"word_count":53},"backend/src/reviews/reviews.controller.ts":{"size":3328,"mtime_ns":1787419447377393500,"indexed_at_ns":1787521771311093200,"word_count":314},"backend/src/reviews/reviews.module.ts":{"size":386,"mtime_ns":1787419447378395500,"indexed_at_ns":1787521771315753900,"word_count":38},"backend/src/reviews/reviews.service.ts":{"size":6653,"mtime_ns":1787419447380394800,"indexed_at_ns":1787521771320256000,"word_count":686},"backend/src/settings/default-ui-texts.ts":{"size":19638,"mtime_ns":1787419447385744100,"indexed_at_ns":1787521771341167700,"word_count":1538},"backend/src/settings/dto/sms-log-query.dto.ts":{"size":1395,"mtime_ns":1787419447387892300,"indexed_at_ns":1787521771347154300,"word_count":125},"backend/src/tickets/dto/create-ticket.dto.ts":{"size":2472,"mtime_ns":1787419447414614400,"indexed_at_ns":1787521771416134500,"word_count":201},"backend/src/tickets/dto/ticket-query.dto.ts":{"size":1143,"mtime_ns":1787419447415615400,"indexed_at_ns":1787521771422216200,"word_count":106},"backend/src/tickets/tickets.controller.ts":{"size":3218,"mtime_ns":1787419447416615800,"indexed_at_ns":1787521771427663100,"word_count":293},"backend/src/tickets/tickets.module.ts":{"size":386,"mtime_ns":1787419447417618500,"indexed_at_ns":1787521771432149400,"word_count":38},"backend/src/tickets/tickets.service.ts":{"size":7604,"mtime_ns":1787419447420622300,"indexed_at_ns":1787521771436331400,"word_count":781},"frontend/admin-panel/src/pages/Reviews.tsx":{"size":21261,"mtime_ns":1787503865868489900,"indexed_at_ns":1787521777474391400,"word_count":1479},"frontend/admin-panel/src/pages/SslSettingsPage.tsx":{"size":26059,"mtime_ns":1787503865883503300,"indexed_at_ns":1787521777532119900,"word_count":1847},"frontend/admin-panel/src/pages/Tickets.tsx":{"size":20723,"mtime_ns":1787503865890068300,"indexed_at_ns":1787521777558074200,"word_count":1455},"frontend/application/components/BannerPlacement.tsx":{"size":7904,"mtime_ns":1787521873511519300,"indexed_at_ns":1787523312838377400,"word_count":527},"frontend/application/components/BrandLogo.tsx":{"size":3413,"mtime_ns":1787521873513505700,"indexed_at_ns":1787523312854220300,"word_count":287},"frontend/application/components/ProductReviews.tsx":{"size":16491,"mtime_ns":1787419450530487000,"indexed_at_ns":1787521778161734900,"word_count":1194},"frontend/application/lib/services/ticketService.ts":{"size":1632,"mtime_ns":1787419450650401500,"indexed_at_ns":1787521778349450300,"word_count":170},"frontend/admin-panel/src/components/ui/PriceInput.tsx":{"size":2732,"mtime_ns":1787419450144933800,"indexed_at_ns":1787521776981376500,"word_count":267},"frontend/admin-panel/src/components/ui/Badge.tsx":{"size":1611,"mtime_ns":1787503865792742000,"indexed_at_ns":1787521776868106800,"word_count":158},"frontend/admin-panel/src/components/ui/FormField.tsx":{"size":1741,"mtime_ns":1787419450133297400,"indexed_at_ns":1787521776892439300,"word_count":148},"frontend/admin-panel/src/components/ui/ImagePreviewModal.tsx":{"size":3443,"mtime_ns":1787419450135822300,"indexed_at_ns":1787521776908411700,"word_count":270},"frontend/admin-panel/src/components/ui/Input.tsx":{"size":1793,"mtime_ns":1787419450139193700,"indexed_at_ns":1787521776915008700,"word_count":147},"frontend/admin-panel/src/components/ui/Select.tsx":{"size":1933,"mtime_ns":1787419450146457600,"indexed_at_ns":1787521777005188300,"word_count":160},"frontend/admin-panel/src/components/ui/Textarea.tsx":{"size":1320,"mtime_ns":1787419450151503000,"indexed_at_ns":1787521777054357400,"word_count":110},"frontend/admin-panel/src/components/ui/ToggleSwitch.tsx":{"size":1673,"mtime_ns":1787419450153034200,"indexed_at_ns":1787521777131354400,"word_count":143},"backend/prisma/tsconfig.json":{"size":204,"mtime_ns":1787419447106710200,"indexed_at_ns":1787521783189631100,"word_count":17,"hashes":{"backend/prisma/tsconfig.json":"f6ba24eab812d7f8a01a249b27fe70b8cc728fe84b1a91e0d08844e8f8dc0b4c"}},"backend/src/admin/dto/product.dto.ts":{"size":5731,"mtime_ns":1787419447138151700,"indexed_at_ns":1787521770609909300,"word_count":447},"backend/src/doctors/doctors.controller.ts":{"size":1644,"mtime_ns":1787419447265683400,"indexed_at_ns":1787521770978520300,"word_count":148},"backend/src/doctors/doctors.module.ts":{"size":386,"mtime_ns":1787419447266361900,"indexed_at_ns":1787521770983512900,"word_count":38},"backend/src/doctors/doctors.service.ts":{"size":2434,"mtime_ns":1787419447267380000,"indexed_at_ns":1787521770990458900,"word_count":266},"frontend/admin-panel/src/pages/DoctorsManager.tsx":{"size":23836,"mtime_ns":1787503865821829000,"indexed_at_ns":1787521777342821800,"word_count":1666},"frontend/application/components/TestimonialsSection.tsx":{"size":6625,"mtime_ns":1787419450544731600,"indexed_at_ns":1787521778192057100,"word_count":494},"frontend/application/components/VideoModalPlayer.tsx":{"size":23813,"mtime_ns":1787419450567355200,"indexed_at_ns":1787521778225055700,"word_count":1737},"frontend/application/components/PodcastPlayerModal.tsx":{"size":18550,"mtime_ns":1787521873532562500,"indexed_at_ns":1787523312991211800,"word_count":1485},"frontend/application/components/PodcastInlinePlayer.tsx":{"size":17423,"mtime_ns":1787521873530064200,"indexed_at_ns":1787523312983491200,"word_count":1381},"frontend/admin-panel/src/components/RouteErrorBoundary.tsx":{"size":4153,"mtime_ns":1787419450123355500,"indexed_at_ns":1787521776834831700,"word_count":350},"frontend/admin-panel/src/utils/lazyWithRetry.ts":{"size":1164,"mtime_ns":1787419450289069600,"indexed_at_ns":1787521777661033700,"word_count":114},"frontend/admin-panel/src/components/ui/IconPickerModal.tsx":{"size":5035,"mtime_ns":1787419450135311400,"indexed_at_ns":1787521776899286600,"word_count":397},"frontend/admin-panel/src/components/ui/RichTextEditor.tsx":{"size":8414,"mtime_ns":1787521911231714500,"indexed_at_ns":1787523311952551700,"word_count":623},"frontend/admin-panel/src/pages/PaymentGatewaysPage.tsx":{"size":38659,"mtime_ns":1787503865839318100,"indexed_at_ns":1787521777429795400,"word_count":2521},"frontend/admin-panel/src/pages/ShippingSettingsPage.tsx":{"size":7784,"mtime_ns":1787503865876829000,"indexed_at_ns":1787521777508741500,"word_count":585},"backend/test/app-audit-verification.e2e-spec.d.ts":{"size":12,"mtime_ns":1787419447470166800,"indexed_at_ns":1787521771558605400,"word_count":2},"backend/test/app-audit-verification.e2e-spec.js":{"size":8594,"mtime_ns":1787419447472180500,"indexed_at_ns":1787521771563374900,"word_count":714},"backend/test/app.e2e-spec.d.ts":{"size":12,"mtime_ns":1787419447477880700,"indexed_at_ns":1787521771578868100,"word_count":2},"backend/test/app.e2e-spec.js":{"size":1259,"mtime_ns":1787419447478878600,"indexed_at_ns":1787521771582836800,"word_count":97},"frontend/application/lib/seo.ts":{"size":8313,"mtime_ns":1787419450640749900,"indexed_at_ns":1787521778322397300,"word_count":737},"backend/src/doctors/dto/doctor-query.dto.ts":{"size":1047,"mtime_ns":1787419447269385900,"indexed_at_ns":1787521770995431600,"word_count":116},"backend/src/faq/faq.controller.ts":{"size":2299,"mtime_ns":1787419447272381300,"indexed_at_ns":1787521771000062800,"word_count":199},"backend/src/faq/faq.module.ts":{"size":243,"mtime_ns":1787419447273380700,"indexed_at_ns":1787521771006403200,"word_count":28},"backend/src/faq/faq.service.ts":{"size":1604,"mtime_ns":1787419447274377400,"indexed_at_ns":1787521771010741800,"word_count":184},"backend/src/menu/menu.controller.ts":{"size":3037,"mtime_ns":1787503865781741500,"indexed_at_ns":1787521771067708800,"word_count":265},"backend/src/menu/menu.module.ts":{"size":277,"mtime_ns":1787419447297200100,"indexed_at_ns":1787521771073408300,"word_count":30},"backend/src/menu/menu.service.ts":{"size":7754,"mtime_ns":1787503865782742600,"indexed_at_ns":1787521771077873700,"word_count":799},"backend/src/payment/dto/ebank-checkout.dto.ts":{"size":1433,"mtime_ns":1787419447315901000,"indexed_at_ns":1787521771119972100,"word_count":118},"backend/src/payment/zibal-ebank.service.ts":{"size":10437,"mtime_ns":1787419472680378200,"indexed_at_ns":1787521771160593700,"word_count":1006},"frontend/admin-panel/src/pages/FAQManager.tsx":{"size":12962,"mtime_ns":1787503865824847000,"indexed_at_ns":1787521777357646700,"word_count":937},"frontend/admin-panel/src/pages/MenuManager.tsx":{"size":20127,"mtime_ns":1787503865833593800,"indexed_at_ns":1787521777399071100,"word_count":1512},"frontend/application/components/BlogPreviewSection.tsx":{"size":7511,"mtime_ns":1787419450434179400,"indexed_at_ns":1787521778001069300,"word_count":528},"frontend/application/components/FAQSection.tsx":{"size":4922,"mtime_ns":1787419450468248200,"indexed_at_ns":1787521778057792000,"word_count":394},"frontend/admin-panel/src/pages/ZibalPortalPage.tsx":{"size":56399,"mtime_ns":1787521911237718800,"indexed_at_ns":1787523312417226100,"word_count":3711},"frontend/admin-panel/src/components/TransactionReceiptModal.tsx":{"size":9909,"mtime_ns":1787419450128417300,"indexed_at_ns":1787521776860867900,"word_count":738},"frontend/admin-panel/src/components/ui/Button.tsx":{"size":3706,"mtime_ns":1787503865795742800,"indexed_at_ns":1787521776876411900,"word_count":338},"frontend/admin-panel/src/components/ui/MaskableField.tsx":{"size":3342,"mtime_ns":1787419450140206500,"indexed_at_ns":1787521776922326600,"word_count":310},".vscode/extensions.json":{"size":78,"mtime_ns":1787419472670889500,"indexed_at_ns":1787521783179026800,"word_count":6,"hashes":{".vscode/extensions.json":"42b99f2036423faabced9858f53b83961339383f343850b7f42214d703f430a0"}},"frontend/admin-panel/src/components/ui/Modal.tsx":{"size":3492,"mtime_ns":1787503865797185800,"indexed_at_ns":1787521776948976600,"word_count":324},"frontend/admin-panel/src/components/ui/ThSort.tsx":{"size":1529,"mtime_ns":1787503865798185400,"indexed_at_ns":1787521777071482500,"word_count":148},"frontend/admin-panel/src/pages/MonitoringPage.tsx":{"size":16827,"mtime_ns":1787503865835598000,"indexed_at_ns":1787521777410650200,"word_count":1289},"frontend/admin-panel/src/utils/useTableParams.ts":{"size":4192,"mtime_ns":1787503865928777700,"indexed_at_ns":1787521777667749000,"word_count":441},"frontend/application/public/assets/images/canina-product-placeholder.png":{"size":6990105,"mtime_ns":1787419472833914500,"indexed_at_ns":1787521778430243500,"word_count":267685},"frontend/application/public/images/vets/vet1.webp":{"size":6990105,"mtime_ns":1787419472966010000,"indexed_at_ns":1787521782311683300,"word_count":267685}} \ No newline at end of file diff --git a/graphify-out/graph.html b/graphify-out/graph.html index 583cd82..fb1e8ec 100644 --- a/graphify-out/graph.html +++ b/graphify-out/graph.html @@ -66,9 +66,9 @@
3905 nodes · 7028 edges · 320 communities